#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram:after {
    content: "";
    display: table;
    clear: both;
}

#sb_instagram.sbi_fixed_height {
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram #sbi_images {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram .sbi_header_link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sb_instagram .sbi_header_link:hover {
    border: none;
}

#sb_instagram #sbi_images .sbi_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    zoom: 1;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 0;
}

#sb_instagram #sbi_images {
    display: grid;
    width: 100%;
    padding: 12px 0;
}

#sb_instagram.sbi_col_1 #sbi_images {
    grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2 #sbi_images {
    grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3 #sbi_images {
    grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4 #sbi_images {
    grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5 #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6 #sbi_images {
    grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7 #sbi_images {
    grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8 #sbi_images {
    grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9 #sbi_images {
    grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10 #sbi_images {
    grid-template-columns: repeat(10, 1fr);
}

#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(10, 1fr);
}

#sb_instagram .sbi_photo_wrap {
    position: relative;
}

#sb_instagram .sbi_photo {
    display: block;
    text-decoration: none;
}

#sb_instagram .sbi_photo img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    scale: 1;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    vertical-align: middle;
}

#sb_instagram .sbi_no_js img {
    display: none;
}

#sb_instagram a,
#sb_instagram a:hover,
#sb_instagram a:focus,
#sb_instagram a:active {
    outline: none;
}

#sb_instagram img {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
}

#sb_instagram .sbi_link {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
}

#sb_instagram .sbi_link a {
    padding: 0 6px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

#sb_instagram .sbi_link .sbi_lightbox_link {
    padding-bottom: 5px;
}

#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:focus {
    text-decoration: underline;
}

#sb_instagram .sbi_photo_wrap:hover .sbi_link,
#sb_instagram .sbi_photo_wrap:focus .sbi_link {
    display: block;
}

#sb_instagram svg:not(:root).svg-inline--fa {
    height: 1em;
    display: inline-block;
}

#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn,
.sbi_type_carousel .fa-clone,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play {
    display: block !important;
    position: absolute;
    z-index: 1;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-style: normal !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn {
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -19px;
    padding: 0;
    font-size: 48px;
}

#sb_instagram .sbi_type_carousel .fa-clone {
    right: 12px;
    top: 12px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.sbi_type_carousel svg.fa-clone,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
}

#sb_instagram .sbi_loader {
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    -webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
    animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
}

#sb_instagram br {
    display: none;
}

#sbi_load p {
    display: inline;
    padding: 0;
    margin: 0;
}

#sb_instagram #sbi_load .sbi_loader {
    position: absolute;
    margin-top: -11px;
    background-color: #fff;
    opacity: 1;
}

@-webkit-keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

#sb_instagram .fa-spin,
#sbi_lightbox .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

#sb_instagram .fa-pulse,
#sbi_lightbox .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.sbi-screenreader {
    text-indent: -9999px !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    text-align: left !important;
    overflow: hidden !important;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
}

#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
    text-decoration: none;
    transition: color 0.5s ease;
}

.sb_instagram_header.sbi_header_outside {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
}

.sbi_no_avatar .sbi_header_img {
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
}

.sb_instagram_header .sbi_header_hashtag_icon {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

.sbi_no_avatar .sbi_header_hashtag_icon {
    display: block;
    color: #fff;
    opacity: .9;
    -webkit-transition: background .6s linear, color .6s linear;
    -moz-transition: background .6s linear, color .6s linear;
    -o-transition: background .6s linear, color .6s linear;
    transition: background .6s linear, color .6s linear
}

.sbi_no_avatar:hover .sbi_header_hashtag_icon {
    display: block;
    opacity: 1;
    -webkit-transition: background .2s linear, color .2s linear;
    -moz-transition: background .2s linear, color .2s linear;
    -o-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear
}

@media all and (min-width: 480px) {

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
    .sb_instagram_header.sbi_medium .sbi_header_img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,
    .sb_instagram_header.sbi_medium .sbi_header_img img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        font-size: 20px;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
        font-size: 14px;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
        line-height: 1.4
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,
    .sb_instagram_header.sbi_large .sbi_header_img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,
    .sb_instagram_header.sbi_large .sbi_header_img img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text h3 {
        font-size: 28px;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio {
        font-size: 16px;
    }
}

#sb_instagram .sb_instagram_header .sbi_header_img,
.sb_instagram_header .sbi_header_img {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 50%;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    font-size: 36px
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover i {
    overflow: hidden;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
}

#sb_instagram .sb_instagram_header .sbi_fade_in,
.sb_instagram_header .sbi_fade_in {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,
#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,
.sb_instagram_header a:hover .sbi_header_img_hover,
.sb_instagram_header a:focus .sbi_header_img_hover {
    opacity: 1;
}

#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text,
.sb_instagram_header.sbi_large .sbi_feedtheme_header_text {
    gap: 8px;
}

.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {
    gap: 4px;
}

.sbi_feedtheme_header_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    gap: 4px;
}

#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
    text-decoration: none;
}

#sb_instagram .sb_instagram_header h3,
.sb_instagram_header h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#sb_instagram .sb_instagram_header p,
.sb_instagram_header p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#sb_instagram p:empty {
    display: none;
}

#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,
.sb_instagram_header .sbi_header_text img.emoji {
    margin-right: 3px !important;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,
.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info {
    clear: both;
}

#sb_instagram #sbi_load {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

#sb_instagram #sbi_load .fa-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    font-size: 15px;
}

#sb_instagram #sbi_load {
    opacity: 1;
    transition: all 0.5s ease-in;
}

#sb_instagram .sbi_load_btn .sbi_btn_text,
#sb_instagram .sbi_load_btn .sbi_loader {
    opacity: 1;
    transition: all 0.1s ease-in;
}

#sb_instagram .sbi_hidden {
    opacity: 0 !important;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram #sbi_load .sbi_load_btn {
    position: relative;
}

#sb_instagram .sbi_follow_btn {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

#sb_instagram .sbi_follow_btn.sbi_top {
    display: block;
    margin-bottom: 5px;
}

#sb_instagram .sbi_follow_btn a {
    background: #408bd1;
    color: #fff;
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn {
    transition: all 0.1s ease-in;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
    outline: none;
    box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.25);
}

#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
    outline: none;
    box-shadow: inset 0 0 10px 20px #359dff;
}

#sb_instagram .sbi_follow_btn a:active,
#sb_instagram #sbi_load .sbi_load_btn:active {
    box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, 0.3);
}

#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg {
    margin-bottom: -1px;
    margin-right: 7px;
    font-size: 15px;
}

#sb_instagram .sbi_follow_btn svg {
    vertical-align: -.125em;
}

#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px;
}

#sb_instagram .sb_instagram_error {
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

#sbi_mod_error {
    display: none;
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#sbi_mod_error br {
    display: initial !important;
}

#sbi_mod_error p {
    padding: 5px 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

#sbi_mod_error ol,
#sbi_mod_error ul {
    padding: 5px 0 5px 20px !important;
    margin: 0 !important;
}

#sbi_mod_error li {
    padding: 1px 0 !important;
    margin: 0 !important;
}

#sbi_mod_error span {
    font-size: 12px;
}

#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play {
    margin-top: -12px;
    margin-left: -9px;
    font-size: 23px;
}

#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 8px;
    top: 8px;
    font-size: 18px;
}

#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play {
    margin-top: -9px;
    margin-left: -7px;
    font-size: 18px;
}

#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 5px;
    top: 5px;
    font-size: 12px;
}

@media all and (max-width: 640px) {

    #sb_instagram.sbi_col_3 #sbi_images,
    #sb_instagram.sbi_col_4 #sbi_images,
    #sb_instagram.sbi_col_5 #sbi_images,
    #sb_instagram.sbi_col_6 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_col_7 #sbi_images,
    #sb_instagram.sbi_col_8 #sbi_images,
    #sb_instagram.sbi_col_9 #sbi_images,
    #sb_instagram.sbi_col_10 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_width_resp {
        width: 100% !important;
    }
}

@media all and (max-width: 480px) {

    #sb_instagram.sbi_col_3 #sbi_images,
    #sb_instagram.sbi_col_4 #sbi_images,
    #sb_instagram.sbi_col_5 #sbi_images,
    #sb_instagram.sbi_col_6 #sbi_images,
    #sb_instagram.sbi_col_7 #sbi_images,
    #sb_instagram.sbi_col_8 #sbi_images,
    #sb_instagram.sbi_col_9 #sbi_images,
    #sb_instagram.sbi_col_10 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
    z-index: -300;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {
    opacity: 1;
}

#sb_instagram.sbi_no_js .sbi_photo img,
#sb_instagram.sbi_no_js .sbi_load_btn {
    display: none;
}

#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,
#sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo {
    padding-bottom: 0 !important;
}

#sb_instagram #sbi_mod_error .sb_frontend_btn {
    display: inline-block;
    padding: 6px 10px;
    background: #ddd;
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    color: #444
}

#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
    background: #ccc;
    background: rgba(0, 0, 0, .15)
}

#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
    margin-right: 2px
}

.sbi_header_outside.sbi_header_palette_dark,
#sb_instagram.sbi_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close {
    background-color: rgba(0, 0, 0, .85);
    color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_dark .sbi_caption,
.sbi_header_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p {
    color: rgba(255, 255, 255, .75);
}

.sbi_header_palette_dark .sbi_bio,
#sb_instagram.sbi_palette_dark .sbi_meta {
    color: rgba(255, 255, 255, .75);
}

.sbi_header_palette_dark a,
#sb_instagram.sbi_palette_dark .sbi_expand a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #fff;
}

.sbi_header_outside.sbi_header_palette_light,
#sb_instagram.sbi_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close {
    color: rgba(0, 0, 0, .85);
    background-color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_light .sbi_caption,
.sbi_header_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p {
    color: rgba(0, 0, 0, .85);
}

.sbi_header_palette_light .sbi_bio,
#sb_instagram.sbi_palette_light .sbi_meta {
    color: rgba(0, 0, 0, .85);
}

.sbi_header_palette_light a,
#sb_instagram.sbi_palette_light .sbi_expand a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #000;
}

@media all and (max-width: 480px) {

    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr)
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr)
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr)
    }
}

@media all and (max-width: 800px) {
    #sb_instagram.sbi_tab_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }

    #sb_instagram.sbi_tab_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_tab_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_tab_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_tab_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_tab_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_tab_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_tab_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_tab_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 480px) {

    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }
}

#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
    display: none !important;
}

body:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxdb2wUxxXfvTs7xsY1heCY1qYuqWU32CnFxaU1dRBQiKo0FQVRNUmF0kqOVT5gqU2lVAJaUEtDoIIPKSIiUiq1pa2Iigoln0xaHPHHrc0Hy+Vf4QMgK1FbG8fBdQ7fue/ne2OPx7Ozu3e7d0fkkX7a893Om/fmt/Pem9ndsW2FU2w+RgznJKwHp0QNvyX5OO5V2Pj4eCUdNhNWEKoIpYRCQsyhyhghThgm3Cb8nXDctu07kkxHEtTGuyd+tO3GDMiNaDom8REgV2dP0iu51Ldb6fAjwscz1GmQsI84+rVncgWxkyf4I1gmtZA/FylXYFK6EpN+rvgcFGGPGFURZXSNsg1xLyQzsXv5zyuENwnXCe+zjDGHqjHW4WOEGsImQh3/9hIIDptcIauAr+5iRpF0tSe4Q0b4eJ+/yzeSBalRtqfIxZYR/vu+k4tmV9zBLvi3hB3Ut6PpKkjyXqHDs+yq1xLu6K4ISyUzTbcsu+FiNmJeJBKZTyid6I1EYoRkD/CV+gEfE1w3XwiWvU8Bj5a5OFJ/zI9Go8UTQzSZHCYMSGSPSG5aF3I2c59gxP6YZN1Pg9BWOmwgHIEMQiOPYMg+6FRpOWAQegTwEJeAEk4SljU1NT138eLF8/F4PDE6Onofn6uqqp6n31oI9YRFUjIRzaP4Wsh6LWI9W6A39IcdsAefYR/sZHtLpD7Q9eEfCP2EbS4ElhJqGKXK9zdYxhlBNv8N2ZaKSWKdCBbEeiBYdEoZ4gKN1jW3bt26PK6Urq6ua4sXL97OBDfkGcEqsdCvBfpCb9UW2Ac7OQ6WmWyg0zuZiPVOGTRhL7wm4Tajm7+rFK6Yv2vlv9ezzE4duZEQOgiuPkpup6i8vPwz6o8rVqyoOX78+DbqsM9Txyykrx5mt/eQ6crPErFR1gP6PAz9oCf0hd5qBdgHO7lezEX+XD6+ryF2JR1OErbyRRVnLOLvTuIcautF+ryajq8psuZq4ySd2CPF2x5NDH5B99ll7prgGBvXnYSOOnHixPbKysoGklnhQLCdxRg7g1joBf2gp45Yxb6Eh+ldIR/jmkTrdcIjHI/bCF9itPF3+O11nEt6DUvV44psb4FbDP00rny4tGpCc1tb2ysDAwP3xh3KlStX7lAse5EU/qrkokuySLCt5AoTrhj6QC/o56Q77IJ9sJPtLXWJuVfZhS5Xs14RRwnlmnrl/Fs/Z8hqrtTPsmfGXCdi0yBYGDaHAHdbj3jU3Ny8d2ho6AMTwRUVFdsVgrMVg2fEWOgBfUzEwh7YxfG2nu2d45Hcx5Uk6RJ//5RhsD3F51xSkqzHTeQGGXOTjAS7iyGaKgydO3fub5s2bXptcHBwRFeptrb2k+T62mikPMYxeAG7xgLTKlqAS6QF3N4CtA89oA/00i4LkR2wB3bBPtjJ9iakPvBaKtjlYr7bZTivi895hOukX9J0y7bk5kTWjCnCF2k0PLlu3bpf3r17d8RpNIgsmkeD6qLtkNzxpCtGu05ZsSjQH3bAHtjF9slZsm1Y0tWN3Br+7qbOJSuu+SafW+N15Ibt7iYJpsn/19AxY2NjSZ8ElyqdFwSp01yxF2KhN/SHHQ7Eug2YrLvlsBMVQXC1IHjVqlUHTDH4woULlxHzHEZwJgRrkye0g/bQrinGQm+J2GrNiPVKbu4SqmwRbMqiMYI0BGeaZGlHLNoxjVjomSmxTESfA7mV0m8g8WkmtJw/C2L7xGKGhty+bJOrErxAJhguzkQwRpLkouszjMFqjK0Xrtg0YqGf4oqr2Q7fYUJyvyt1ixjS7/28zHhD+vuSoZ743TO5/2CEEYOrs5xkBZU8VfuJsWEsP2rqGJcfTcSGSTCSkUbhou9RCSHJSjt5gj6SK270mzyFcePA4dxtxhsHWSTXdsqi3ZIshxhc4tLZoq0SPzFWkzxVpRNjNUS0S3G1INPOhAwpHrfn0i2bkqxGr0mWdDepTlkVsh3aEatldaa7Ow7JU2O6yZPB7YqMGRlyUQayiqQs+yrLdiS3keFUjjBCS7Jisdg31qxZ8yu3JIvvBzdYUw+Wmcgt5fMaUM8teUL70CPT5MlAylYpSTrDbnU9J0bLed6qw3I+Zz3XOSPJ2cqyteQ2KnAiNkiCLWlkoQPreG25de3atb+/evXqsBMJvb29fXyT3JTgTPMOOB/1nGSiPbSL9lmPOtZrTtDr20xwn0ROuugTxDqRG8b9XD8F67F4KCxBnTpxu6yjo+NmT0/Pf5wq1NfXP9be3v4FP43gfNRz+h3toV2+rZmQ9Qo8LqWeVsSjMvsIbxNuEN6zUk8zDjtgkM+5wXVQd4N48tGtZNMt62JiPU85Wnft2vU2HmNxGmWHDx9+kxMreeTq3PLkyMX5qOckE+2hXR65T2ru9NhWnhc/CVUrI8yFDeGSsRDeTJ36bXTwuKEcOnTozxwTl7nMedW57TLUQ32TfLQPPfgebY3imu2PArmtCkInlrB5586dxo4/ePDgW5qOL3Qht1C9gCDH1A70sFJPEz5QBOeaXB2xmNZs3r1792lTh+/fv/80udZvcYeryY5pnjstaUN9yIE8U3vQhwluCZtgHSkSWggfMt4lvEPYx9/bMoG5dMtaYtHRPon129FaT+GVYG43VIJdyF1pUPE64buEiF9yw3LFC2VX7EYsXKhCbDpJjrZ9yHVz0dIIzqR9N3IjBnIfIhQzagkbea35vLy+Q/h0Lu8KzYixXohVYmwmHasl2EsM1hAc2Agm8asJZwlLXEawCqw/v8B1Uf7Nrjrr93MzSZ5aNMRmcj9XJbglV0kWiZ1HEIs1iKNzfBJs8UXxKstAXN6QzScxZiRPBw4cOBNijLXCisHQO+gki8Q+S/gZ3wSw0gTq/pzVHGb3HRq5Ohc4kTzlmNhACFaSrIUBEBzJgFj5DtGrUgyOBk2unUcxNpcx2HYhcwvhJ0iWPGTLnshlOUukGPy9sMiddrfHS4zFiMkisa4Eu41gKQard4+M5PLc9DqLed4juaK4kWtxkiWmSYH2W1S35OdG7NGjR89KyVNdQMlTuklWnUiyoJcbwQ5LoVEDuU9w9fPiKYuAyS2VpklPhNFRZSLOHjt27LRPYnOx1GdrVrI8EQz7pPhb5oHcl7nqXo+LGH7JtXgejPJy0OQKl1yHpxnworKP5CmXd2EcFzpMLhr28VMbdcpatxO5nVx1Y4jkbuTzz4ZFbo2J3IBWnrJGsFOSJZFb45HcDn5k9dEQya3l898Nyy0jyWg+derUSd1tu7CX9MJYKtXdLoR91tQrnK5u2cPast+ik1MsFjXsgMlFwYNf2CSkjK76T+zZs2dLQ0NDYzKZtPr6+rqRiCQSif/S79gs5K6V2vhEfYk5l0XYgVGIt//mEbDRyQKaBj29dOnSRrLL6u3t7d6xY8cfya5+K/WmH95yH/VrhzJl8Tt/odTAVuVgQ5Z76NMwyBVXfjFfzQXSFS0eXwGheHxkxMrP/ajk/afEzjwgOibZIbYmGmI7/me5vGFPBHyK698Wu9l4mI+OSzrp2FXJrbVSb+O/FwuwQ2SDBGFjln7vpriEfNxobNyavnnYGI8GnS2j1tTzVm4j9jeEVYRvEv4Uku7iWbFrsZAaiEujdMSa2tdJfkE7YeX3DnIyweKFcpMtXsp5JrcpRHKbRFuxEBaYvWz+8aCUcZ/kuZW/ECZ2pOFFjOGMFZzOH2Su5s+nI9ZsyWbB3PNfBLyx90wI8p9h2Wijc5bc7HuCX/Bn7Nu4xMeavVtZwjItbiM5S272yxtW6j2srxB+YE1t7JJJKWBZkNnNbViz5Ga/IH5/h6eD3yf8MABif8qyIPM5kSPMkpubgnnoFsKHhEsBxNmXOJvfwrJT/jxbj0DOFm35LOEyfxYbhP7OQxYds6Y23kaG3MkEvzUtWM+SmxcFNx2uEeYTLhD+aqU2FvunlfqfBihVvECBeezn2P0O8G9F1tTS5yy5eVaQDePJDGyQ/ajHOvt5zuwsdJbcvCrIgbCC9XXCl5lo8Y8u8BonXuE8Z6W2733HctmK8P8CDACX4aTcJbnsiAAAAABJRU5ErkJggg==);
    display: none;
}

.sbi_lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.9;
    display: none;
}

.sbi_lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.sbi_lightbox .sbi_lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    object-fit: contain;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.sbi_lightbox a:hover,
.sbi_lightbox a:focus,
.sbi_lightbox a:active {
    outline: none;
}

.sbi_lightbox a img {
    border: none;
}

.sbi_lb-outerContainer {
    position: relative;
    background-color: #000;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.sbi_lb-container-wrapper {
    height: 100%;
}

.sbi_lb-container {
    position: relative;
    padding: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.sbi_lb-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 0;
}

.sbi_lb-loader span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxdb2wUxxXfvTs7xsY1heCY1qYuqWU32CnFxaU1dRBQiKo0FQVRNUmF0kqOVT5gqU2lVAJaUEtDoIIPKSIiUiq1pa2Iigoln0xaHPHHrc0Hy+Vf4QMgK1FbG8fBdQ7fue/ne2OPx7Ozu3e7d0fkkX7a893Om/fmt/Pem9ndsW2FU2w+RgznJKwHp0QNvyX5OO5V2Pj4eCUdNhNWEKoIpYRCQsyhyhghThgm3Cb8nXDctu07kkxHEtTGuyd+tO3GDMiNaDom8REgV2dP0iu51Ldb6fAjwscz1GmQsI84+rVncgWxkyf4I1gmtZA/FylXYFK6EpN+rvgcFGGPGFURZXSNsg1xLyQzsXv5zyuENwnXCe+zjDGHqjHW4WOEGsImQh3/9hIIDptcIauAr+5iRpF0tSe4Q0b4eJ+/yzeSBalRtqfIxZYR/vu+k4tmV9zBLvi3hB3Ut6PpKkjyXqHDs+yq1xLu6K4ISyUzTbcsu+FiNmJeJBKZTyid6I1EYoRkD/CV+gEfE1w3XwiWvU8Bj5a5OFJ/zI9Go8UTQzSZHCYMSGSPSG5aF3I2c59gxP6YZN1Pg9BWOmwgHIEMQiOPYMg+6FRpOWAQegTwEJeAEk4SljU1NT138eLF8/F4PDE6Onofn6uqqp6n31oI9YRFUjIRzaP4Wsh6LWI9W6A39IcdsAefYR/sZHtLpD7Q9eEfCP2EbS4ElhJqGKXK9zdYxhlBNv8N2ZaKSWKdCBbEeiBYdEoZ4gKN1jW3bt26PK6Urq6ua4sXL97OBDfkGcEqsdCvBfpCb9UW2Ac7OQ6WmWyg0zuZiPVOGTRhL7wm4Tajm7+rFK6Yv2vlv9ezzE4duZEQOgiuPkpup6i8vPwz6o8rVqyoOX78+DbqsM9Txyykrx5mt/eQ6crPErFR1gP6PAz9oCf0hd5qBdgHO7lezEX+XD6+ryF2JR1OErbyRRVnLOLvTuIcautF+ryajq8psuZq4ySd2CPF2x5NDH5B99ll7prgGBvXnYSOOnHixPbKysoGklnhQLCdxRg7g1joBf2gp45Yxb6Eh+ldIR/jmkTrdcIjHI/bCF9itPF3+O11nEt6DUvV44psb4FbDP00rny4tGpCc1tb2ysDAwP3xh3KlStX7lAse5EU/qrkokuySLCt5AoTrhj6QC/o56Q77IJ9sJPtLXWJuVfZhS5Xs14RRwnlmnrl/Fs/Z8hqrtTPsmfGXCdi0yBYGDaHAHdbj3jU3Ny8d2ho6AMTwRUVFdsVgrMVg2fEWOgBfUzEwh7YxfG2nu2d45Hcx5Uk6RJ//5RhsD3F51xSkqzHTeQGGXOTjAS7iyGaKgydO3fub5s2bXptcHBwRFeptrb2k+T62mikPMYxeAG7xgLTKlqAS6QF3N4CtA89oA/00i4LkR2wB3bBPtjJ9iakPvBaKtjlYr7bZTivi895hOukX9J0y7bk5kTWjCnCF2k0PLlu3bpf3r17d8RpNIgsmkeD6qLtkNzxpCtGu05ZsSjQH3bAHtjF9slZsm1Y0tWN3Br+7qbOJSuu+SafW+N15Ibt7iYJpsn/19AxY2NjSZ8ElyqdFwSp01yxF2KhN/SHHQ7Eug2YrLvlsBMVQXC1IHjVqlUHTDH4woULlxHzHEZwJgRrkye0g/bQrinGQm+J2GrNiPVKbu4SqmwRbMqiMYI0BGeaZGlHLNoxjVjomSmxTESfA7mV0m8g8WkmtJw/C2L7xGKGhty+bJOrErxAJhguzkQwRpLkouszjMFqjK0Xrtg0YqGf4oqr2Q7fYUJyvyt1ixjS7/28zHhD+vuSoZ743TO5/2CEEYOrs5xkBZU8VfuJsWEsP2rqGJcfTcSGSTCSkUbhou9RCSHJSjt5gj6SK270mzyFcePA4dxtxhsHWSTXdsqi3ZIshxhc4tLZoq0SPzFWkzxVpRNjNUS0S3G1INPOhAwpHrfn0i2bkqxGr0mWdDepTlkVsh3aEatldaa7Ow7JU2O6yZPB7YqMGRlyUQayiqQs+yrLdiS3keFUjjBCS7Jisdg31qxZ8yu3JIvvBzdYUw+Wmcgt5fMaUM8teUL70CPT5MlAylYpSTrDbnU9J0bLed6qw3I+Zz3XOSPJ2cqyteQ2KnAiNkiCLWlkoQPreG25de3atb+/evXqsBMJvb29fXyT3JTgTPMOOB/1nGSiPbSL9lmPOtZrTtDr20xwn0ROuugTxDqRG8b9XD8F67F4KCxBnTpxu6yjo+NmT0/Pf5wq1NfXP9be3v4FP43gfNRz+h3toV2+rZmQ9Qo8LqWeVsSjMvsIbxNuEN6zUk8zDjtgkM+5wXVQd4N48tGtZNMt62JiPU85Wnft2vU2HmNxGmWHDx9+kxMreeTq3PLkyMX5qOckE+2hXR65T2ru9NhWnhc/CVUrI8yFDeGSsRDeTJ36bXTwuKEcOnTozxwTl7nMedW57TLUQ32TfLQPPfgebY3imu2PArmtCkInlrB5586dxo4/ePDgW5qOL3Qht1C9gCDH1A70sFJPEz5QBOeaXB2xmNZs3r1792lTh+/fv/80udZvcYeryY5pnjstaUN9yIE8U3vQhwluCZtgHSkSWggfMt4lvEPYx9/bMoG5dMtaYtHRPon129FaT+GVYG43VIJdyF1pUPE64buEiF9yw3LFC2VX7EYsXKhCbDpJjrZ9yHVz0dIIzqR9N3IjBnIfIhQzagkbea35vLy+Q/h0Lu8KzYixXohVYmwmHasl2EsM1hAc2Agm8asJZwlLXEawCqw/v8B1Uf7Nrjrr93MzSZ5aNMRmcj9XJbglV0kWiZ1HEIs1iKNzfBJs8UXxKstAXN6QzScxZiRPBw4cOBNijLXCisHQO+gki8Q+S/gZ3wSw0gTq/pzVHGb3HRq5Ohc4kTzlmNhACFaSrIUBEBzJgFj5DtGrUgyOBk2unUcxNpcx2HYhcwvhJ0iWPGTLnshlOUukGPy9sMiddrfHS4zFiMkisa4Eu41gKQard4+M5PLc9DqLed4juaK4kWtxkiWmSYH2W1S35OdG7NGjR89KyVNdQMlTuklWnUiyoJcbwQ5LoVEDuU9w9fPiKYuAyS2VpklPhNFRZSLOHjt27LRPYnOx1GdrVrI8EQz7pPhb5oHcl7nqXo+LGH7JtXgejPJy0OQKl1yHpxnworKP5CmXd2EcFzpMLhr28VMbdcpatxO5nVx1Y4jkbuTzz4ZFbo2J3IBWnrJGsFOSJZFb45HcDn5k9dEQya3l898Nyy0jyWg+derUSd1tu7CX9MJYKtXdLoR91tQrnK5u2cPast+ik1MsFjXsgMlFwYNf2CSkjK76T+zZs2dLQ0NDYzKZtPr6+rqRiCQSif/S79gs5K6V2vhEfYk5l0XYgVGIt//mEbDRyQKaBj29dOnSRrLL6u3t7d6xY8cfya5+K/WmH95yH/VrhzJl8Tt/odTAVuVgQ5Z76NMwyBVXfjFfzQXSFS0eXwGheHxkxMrP/ajk/afEzjwgOibZIbYmGmI7/me5vGFPBHyK698Wu9l4mI+OSzrp2FXJrbVSb+O/FwuwQ2SDBGFjln7vpriEfNxobNyavnnYGI8GnS2j1tTzVm4j9jeEVYRvEv4Uku7iWbFrsZAaiEujdMSa2tdJfkE7YeX3DnIyweKFcpMtXsp5JrcpRHKbRFuxEBaYvWz+8aCUcZ/kuZW/ECZ2pOFFjOGMFZzOH2Su5s+nI9ZsyWbB3PNfBLyx90wI8p9h2Wijc5bc7HuCX/Bn7Nu4xMeavVtZwjItbiM5S272yxtW6j2srxB+YE1t7JJJKWBZkNnNbViz5Ga/IH5/h6eD3yf8MABif8qyIPM5kSPMkpubgnnoFsKHhEsBxNmXOJvfwrJT/jxbj0DOFm35LOEyfxYbhP7OQxYds6Y23kaG3MkEvzUtWM+SmxcFNx2uEeYTLhD+aqU2FvunlfqfBihVvECBeezn2P0O8G9F1tTS5yy5eVaQDePJDGyQ/ajHOvt5zuwsdJbcvCrIgbCC9XXCl5lo8Y8u8BonXuE8Z6W2733HctmK8P8CDACX4aTcJbnsiAAAAABJRU5ErkJggg==) no-repeat;
}

.sbi_lb-nav {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.sbi_lb-container>.nav {
    left: 0;
}

.sbi_lb-nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 90%;
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.sbi_lb-prev,
.sbi_lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.sbi_lb-nav a.sbi_lb-prev {
    width: 50px;
    left: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-nav a.sbi_lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav a.sbi_lb-next {
    width: 50px;
    right: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-nav a.sbi_lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav span {
    display: block;
    top: 55%;
    position: absolute;
    left: 20px;
    width: 34px;
    height: 45px;
    margin: -25px 0 0 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxdb2wUxxXfvTs7xsY1heCY1qYuqWU32CnFxaU1dRBQiKo0FQVRNUmF0kqOVT5gqU2lVAJaUEtDoIIPKSIiUiq1pa2Iigoln0xaHPHHrc0Hy+Vf4QMgK1FbG8fBdQ7fue/ne2OPx7Ozu3e7d0fkkX7a893Om/fmt/Pem9ndsW2FU2w+RgznJKwHp0QNvyX5OO5V2Pj4eCUdNhNWEKoIpYRCQsyhyhghThgm3Cb8nXDctu07kkxHEtTGuyd+tO3GDMiNaDom8REgV2dP0iu51Ldb6fAjwscz1GmQsI84+rVncgWxkyf4I1gmtZA/FylXYFK6EpN+rvgcFGGPGFURZXSNsg1xLyQzsXv5zyuENwnXCe+zjDGHqjHW4WOEGsImQh3/9hIIDptcIauAr+5iRpF0tSe4Q0b4eJ+/yzeSBalRtqfIxZYR/vu+k4tmV9zBLvi3hB3Ut6PpKkjyXqHDs+yq1xLu6K4ISyUzTbcsu+FiNmJeJBKZTyid6I1EYoRkD/CV+gEfE1w3XwiWvU8Bj5a5OFJ/zI9Go8UTQzSZHCYMSGSPSG5aF3I2c59gxP6YZN1Pg9BWOmwgHIEMQiOPYMg+6FRpOWAQegTwEJeAEk4SljU1NT138eLF8/F4PDE6Onofn6uqqp6n31oI9YRFUjIRzaP4Wsh6LWI9W6A39IcdsAefYR/sZHtLpD7Q9eEfCP2EbS4ElhJqGKXK9zdYxhlBNv8N2ZaKSWKdCBbEeiBYdEoZ4gKN1jW3bt26PK6Urq6ua4sXL97OBDfkGcEqsdCvBfpCb9UW2Ac7OQ6WmWyg0zuZiPVOGTRhL7wm4Tajm7+rFK6Yv2vlv9ezzE4duZEQOgiuPkpup6i8vPwz6o8rVqyoOX78+DbqsM9Txyykrx5mt/eQ6crPErFR1gP6PAz9oCf0hd5qBdgHO7lezEX+XD6+ryF2JR1OErbyRRVnLOLvTuIcautF+ryajq8psuZq4ySd2CPF2x5NDH5B99ll7prgGBvXnYSOOnHixPbKysoGklnhQLCdxRg7g1joBf2gp45Yxb6Eh+ldIR/jmkTrdcIjHI/bCF9itPF3+O11nEt6DUvV44psb4FbDP00rny4tGpCc1tb2ysDAwP3xh3KlStX7lAse5EU/qrkokuySLCt5AoTrhj6QC/o56Q77IJ9sJPtLXWJuVfZhS5Xs14RRwnlmnrl/Fs/Z8hqrtTPsmfGXCdi0yBYGDaHAHdbj3jU3Ny8d2ho6AMTwRUVFdsVgrMVg2fEWOgBfUzEwh7YxfG2nu2d45Hcx5Uk6RJ//5RhsD3F51xSkqzHTeQGGXOTjAS7iyGaKgydO3fub5s2bXptcHBwRFeptrb2k+T62mikPMYxeAG7xgLTKlqAS6QF3N4CtA89oA/00i4LkR2wB3bBPtjJ9iakPvBaKtjlYr7bZTivi895hOukX9J0y7bk5kTWjCnCF2k0PLlu3bpf3r17d8RpNIgsmkeD6qLtkNzxpCtGu05ZsSjQH3bAHtjF9slZsm1Y0tWN3Br+7qbOJSuu+SafW+N15Ibt7iYJpsn/19AxY2NjSZ8ElyqdFwSp01yxF2KhN/SHHQ7Eug2YrLvlsBMVQXC1IHjVqlUHTDH4woULlxHzHEZwJgRrkye0g/bQrinGQm+J2GrNiPVKbu4SqmwRbMqiMYI0BGeaZGlHLNoxjVjomSmxTESfA7mV0m8g8WkmtJw/C2L7xGKGhty+bJOrErxAJhguzkQwRpLkouszjMFqjK0Xrtg0YqGf4oqr2Q7fYUJyvyt1ixjS7/28zHhD+vuSoZ743TO5/2CEEYOrs5xkBZU8VfuJsWEsP2rqGJcfTcSGSTCSkUbhou9RCSHJSjt5gj6SK270mzyFcePA4dxtxhsHWSTXdsqi3ZIshxhc4tLZoq0SPzFWkzxVpRNjNUS0S3G1INPOhAwpHrfn0i2bkqxGr0mWdDepTlkVsh3aEatldaa7Ow7JU2O6yZPB7YqMGRlyUQayiqQs+yrLdiS3keFUjjBCS7Jisdg31qxZ8yu3JIvvBzdYUw+Wmcgt5fMaUM8teUL70CPT5MlAylYpSTrDbnU9J0bLed6qw3I+Zz3XOSPJ2cqyteQ2KnAiNkiCLWlkoQPreG25de3atb+/evXqsBMJvb29fXyT3JTgTPMOOB/1nGSiPbSL9lmPOtZrTtDr20xwn0ROuugTxDqRG8b9XD8F67F4KCxBnTpxu6yjo+NmT0/Pf5wq1NfXP9be3v4FP43gfNRz+h3toV2+rZmQ9Qo8LqWeVsSjMvsIbxNuEN6zUk8zDjtgkM+5wXVQd4N48tGtZNMt62JiPU85Wnft2vU2HmNxGmWHDx9+kxMreeTq3PLkyMX5qOckE+2hXR65T2ru9NhWnhc/CVUrI8yFDeGSsRDeTJ36bXTwuKEcOnTozxwTl7nMedW57TLUQ32TfLQPPfgebY3imu2PArmtCkInlrB5586dxo4/ePDgW5qOL3Qht1C9gCDH1A70sFJPEz5QBOeaXB2xmNZs3r1792lTh+/fv/80udZvcYeryY5pnjstaUN9yIE8U3vQhwluCZtgHSkSWggfMt4lvEPYx9/bMoG5dMtaYtHRPon129FaT+GVYG43VIJdyF1pUPE64buEiF9yw3LFC2VX7EYsXKhCbDpJjrZ9yHVz0dIIzqR9N3IjBnIfIhQzagkbea35vLy+Q/h0Lu8KzYixXohVYmwmHasl2EsM1hAc2Agm8asJZwlLXEawCqw/v8B1Uf7Nrjrr93MzSZ5aNMRmcj9XJbglV0kWiZ1HEIs1iKNzfBJs8UXxKstAXN6QzScxZiRPBw4cOBNijLXCisHQO+gki8Q+S/gZ3wSw0gTq/pzVHGb3HRq5Ohc4kTzlmNhACFaSrIUBEBzJgFj5DtGrUgyOBk2unUcxNpcx2HYhcwvhJ0iWPGTLnshlOUukGPy9sMiddrfHS4zFiMkisa4Eu41gKQard4+M5PLc9DqLed4juaK4kWtxkiWmSYH2W1S35OdG7NGjR89KyVNdQMlTuklWnUiyoJcbwQ5LoVEDuU9w9fPiKYuAyS2VpklPhNFRZSLOHjt27LRPYnOx1GdrVrI8EQz7pPhb5oHcl7nqXo+LGH7JtXgejPJy0OQKl1yHpxnworKP5CmXd2EcFzpMLhr28VMbdcpatxO5nVx1Y4jkbuTzz4ZFbo2J3IBWnrJGsFOSJZFb45HcDn5k9dEQya3l898Nyy0jyWg+derUSd1tu7CX9MJYKtXdLoR91tQrnK5u2cPast+ik1MsFjXsgMlFwYNf2CSkjK76T+zZs2dLQ0NDYzKZtPr6+rqRiCQSif/S79gs5K6V2vhEfYk5l0XYgVGIt//mEbDRyQKaBj29dOnSRrLL6u3t7d6xY8cfya5+K/WmH95yH/VrhzJl8Tt/odTAVuVgQ5Z76NMwyBVXfjFfzQXSFS0eXwGheHxkxMrP/ajk/afEzjwgOibZIbYmGmI7/me5vGFPBHyK698Wu9l4mI+OSzrp2FXJrbVSb+O/FwuwQ2SDBGFjln7vpriEfNxobNyavnnYGI8GnS2j1tTzVm4j9jeEVYRvEv4Uku7iWbFrsZAaiEujdMSa2tdJfkE7YeX3DnIyweKFcpMtXsp5JrcpRHKbRFuxEBaYvWz+8aCUcZ/kuZW/ECZ2pOFFjOGMFZzOH2Su5s+nI9ZsyWbB3PNfBLyx90wI8p9h2Wijc5bc7HuCX/Bn7Nu4xMeavVtZwjItbiM5S272yxtW6j2srxB+YE1t7JJJKWBZkNnNbViz5Ga/IH5/h6eD3yf8MABif8qyIPM5kSPMkpubgnnoFsKHhEsBxNmXOJvfwrJT/jxbj0DOFm35LOEyfxYbhP7OQxYds6Y23kaG3MkEvzUtWM+SmxcFNx2uEeYTLhD+aqU2FvunlfqfBihVvECBeezn2P0O8G9F1tTS5yy5eVaQDePJDGyQ/ajHOvt5zuwsdJbcvCrIgbCC9XXCl5lo8Y8u8BonXuE8Z6W2733HctmK8P8CDACX4aTcJbnsiAAAAABJRU5ErkJggg==) no-repeat;
}

.sbi_lb-nav a.sbi_lb-prev span {
    background-position: -53px 0;
}

.sbi_lb-nav a.sbi_lb-next span {
    left: auto;
    right: 20px;
    background-position: -18px 0;
}

.sbi_lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    *zoom: 1;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
    position: relative;
    padding-right: 300px;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
    position: relative;
    background: #000;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    bottom: 0;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}

.sbi_lb-dataContainer:after,
.sbi_lb-data:after,
.sbi_lb-commentBox:after {
    content: "";
    display: table;
    clear: both;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox {
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 4px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
    padding-bottom: 0;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
    display: inline-block;
    padding-top: 10px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment {
    display: block !important;
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    margin: 0 0 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    font-weight: 700;
    margin-right: 5px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p {
    text-align: left;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    box-sizing: border-box;
    padding: 15px 20px;
}

.sbi_lb-data {
    padding: 0 4px;
    color: #ccc;
}

.sbi_lb-data .sbi_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1;
}

.sbi_lb-data .sbi_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.sbi_lb-data .sbi_lb-caption a {
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}

.sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lb-commenter:hover {
    color: #fff;
    text-decoration: underline;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username {
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px 0;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p {
    color: #fff;
    text-decoration: underline;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    color: #333;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p {
    color: #333;
}

.sbi_lightbox .sbi_lightbox_username img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #666;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.sbi_lightbox_username p {
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: bold;
    font-size: 13px;
}

.sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px 0;
    font-size: 12px;
    color: #999999;
}

.sbi_lb-data .sbi_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #aaa;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-data .sbi_lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #fff;
}

.sbi_lb-nav {
    height: auto;
}

.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
    position: relative !important;
}

.sbi_lb-container {
    padding: 0;
}

.sb-elementor-cta {
    width: 100% !important;
    border: 1px solid #E8E8EB !important;
    border-radius: 2px !important;
    position: relative !important;
    text-align: center !important;
}

.sb-elementor-cta-img-ctn {
    width: 100% !important;
    position: relative !important;
    float: left !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 50px !important;
    margin-bottom: 35px !important;
}

.sb-elementor-cta-img {
    width: 65px !important;
    height: 65px !important;
    position: relative !important;
    border: 2px solid #DCDDE1 !important;
    border-radius: 16px !important;
    -webkit-transform: rotate(-3deg) !important;
    transform: rotate(-3deg) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.sb-elementor-cta-img span svg {
    float: left !important;
}

.sb-elementor-cta-img>* {
    -webkit-transform: rotate(3deg) !important;
    transform: rotate(3deg) !important;
}

.sb-elementor-cta-logo {
    position: absolute !important;
    right: -15px !important;
    bottom: -19px !important;
    z-index: 1 !important;
}

.sb-elementor-cta-heading {
    font-size: 19px !important;
    padding: 0px !important;
    margin: 0px !important;
    display: inline-block !important;
    width: 100% !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
    margin-bottom: 30px !important;
}

.sb-elementor-cta-btn {
    background: #0068A0 !important;
    border-radius: 2px !important;
    padding: 8px 20px 8px 38px !important;
    cursor: pointer !important;
    color: #fff !important;
    position: relative !important;
    margin-bottom: 30px !important;
}

.sb-elementor-cta-btn:before,
.sb-elementor-cta-btn:after {
    content: '' !important;
    position: absolute !important;
    width: 2px !important;
    height: 12px !important;
    background: #fff !important;
    left: 20px !important;
    top: 14px !important;
}

.sb-elementor-cta-btn:after {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.sb-elementor-cta-desc {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    background: #F9F9FA !important;
    border-top: 1px solid #E8E8EB !important;
    margin-top: 35px !important;
    flex-direction: column !important;
}

.sb-elementor-cta-desc strong {
    color: #141B38 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.sb-elementor-cta-desc span {
    color: #434960 !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    padding: 0 20% !important;
}

.sb-elementor-cta-selector {
    width: 100% !important;
    padding: 0 20% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    margin-bottom: 45px !important;
}

.sb-elementor-cta-feedselector {
    border: 1px solid #D0D1D7 !important;
    padding: 8px 16px 8px 16px !important;
    margin-bottom: 15px !important;
    max-width: 100% !important;
    min-width: 400px !important;
}

.sb-elementor-cta-selector span {
    color: #2C324C !important;
}

.sb-elementor-cta-selector span a {
    text-transform: capitalize !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.sb-elementor-cta-selector span a:after {
    color: #2C324C !important;
    margin-left: 2px !important;
    font-weight: 400 !important;
    text-decoration-color: #fff !important;
}

.sb-elementor-cta-selector span a:first-of-type:after {
    content: ',' !important;
}

.sb-elementor-cta-selector span a:nth-of-type(2):after {
    content: 'or' !important;
}

.sb-elementor-cta-selector span a:nth-of-type(2):after {
    margin-left: 5px !important;
    margin-right: 2px !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
    content: '' !important;
    height: 16px !important;
    font-variant: normal !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before,
.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative
}

form.submitting .wpcf7-spinner {
    visibility: visible
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 [inert] {
    opacity: .5
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    direction: ltr
}

.wpcf7-reflection>output {
    display: list-item;
    list-style: none
}

.wpcf7-reflection>output[hidden] {
    display: none
}

@font-face {
    font-family: 'stm';
    src: url(../font/stm.eot);
    src: url(../font/stm.eot) format('embedded-opentype'), url(../font/stm.ttf) format('truetype'), url(../font/stm.woff) format('woff'), url(../font/stm.svg) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^=stm-],
[class*=" stm-"] {
    font-family: 'stm' !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm-document-success:before {
    content: "\ea12"
}

.stm-bond-award:before {
    content: "\ea13"
}

.stm-counseling-business:before {
    content: "\ea14"
}

.stm-business-strategy:before {
    content: "\ea15"
}

.stm-finance-service:before {
    content: "\ea16"
}

.stm-world-money:before {
    content: "\ea17"
}

.stm-business-card:before {
    content: "\ea18"
}

.stm-board-with-chart:before {
    content: "\ea19"
}

.stm-high-stocks:before {
    content: "\ea1a"
}

.stm-kuala-flower-5:before {
    content: "\ea11"
}

.stm-kuala-flower-1:before {
    content: "\ea0d"
}

.stm-kuala-flower-2:before {
    content: "\ea0e"
}

.stm-kuala-flower-3:before {
    content: "\ea0f"
}

.stm-kuala-flower-4:before {
    content: "\ea10"
}

.stm-kuala-shape:before {
    content: "\ea0b"
}

.stm-kuala-circle:before {
    content: "\ea0c"
}

.stm-kuala-gynecological:before {
    content: "\ea05"
}

.stm-kuala-mental-health:before {
    content: "\ea06"
}

.stm-kuala-orthopedics:before {
    content: "\ea07"
}

.stm-kuala-protection:before {
    content: "\ea08"
}

.stm-kuala-consulting:before {
    content: "\ea09"
}

.stm-kuala-dermatology:before {
    content: "\ea0a"
}

.stm-atlanta-heading-left-shape:before {
    content: "\e9f6"
}

.stm-atlanta-heading-right-shape:before {
    content: "\e9f7"
}

.stm-atlanta-shopping-cart:before {
    content: "\e9ff"
}

.stm-atlanta-bitcoin:before {
    content: "\ea00"
}

.stm-atlanta-briefcase:before {
    content: "\ea01"
}

.stm-atlanta-calc:before {
    content: "\ea02"
}

.stm-atlanta-pizza:before {
    content: "\ea03"
}

.stm-atlanta-keyboard:before {
    content: "\ea04"
}

.stm-atlanta-cup:before {
    content: "\e9f8"
}

.stm-atlanta-light:before {
    content: "\e9f9"
}

.stm-atlanta-mail:before {
    content: "\e9fa"
}

.stm-atlanta-map-marker:before {
    content: "\e9fb"
}

.stm-atlanta-megaphone:before {
    content: "\e9fc"
}

.stm-atlanta-phone:before {
    content: "\e9fd"
}

.stm-atlanta-user:before {
    content: "\e9fe"
}

.stm-circuit_big:before {
    content: "\e9f5"
}

.stm-circle-notch:before {
    content: "\e9f4"
}

.stm-contact_email:before {
    content: "\e9f1"
}

.stm-contact_phone:before {
    content: "\e9f2"
}

.stm-contact_pin:before {
    content: "\e9f3"
}

.stm-skype:before {
    content: "\e9ef"
}

.stm-whatsapp:before {
    content: "\e9f0"
}

.stm-email2:before {
    content: "\e9ed"
}

.stm-briefcase:before {
    content: "\e9ee"
}

.stm-contact-message:before {
    content: "\e9ec"
}

.stm-image_frame:before {
    content: "\e9eb"
}

.stm-linear_circle:before {
    content: "\e9e9"
}

.stm-linear_r:before {
    content: "\e9ea"
}

.stm-location:before {
    content: "\e9e8"
}

.stm-right-arrow:before {
    content: "\e9e7"
}

.stm-tick:before {
    content: "\e9e6"
}

.stm-call:before {
    content: "\e9dc"
}

.stm-email:before {
    content: "\e9dd"
}

.stm-time-call:before {
    content: "\e9de"
}

.stm-clean-energy:before {
    content: "\e9df"
}

.stm-statistics:before {
    content: "\e9e0"
}

.stm-world:before {
    content: "\e9e1"
}

.stm-worldwide-shipping:before {
    content: "\e9e2"
}

.stm-audit-assurance:before {
    content: "\e9e3"
}

.stm-financial-services:before {
    content: "\e9e4"
}

.stm-strategic-planning:before {
    content: "\e9e5"
}

.stm-dots-five-square:before {
    content: "\e9db"
}

.stm-dots-square-big:before {
    content: "\e9d9"
}

.stm-dots-square:before {
    content: "\e9da"
}

.stm-online-address:before {
    content: "\e9d0"
}

.stm-online-analytics:before {
    content: "\e9d1"
}

.stm-online-calculator:before {
    content: "\e9d2"
}

.stm-online-dollar:before {
    content: "\e9d3"
}

.stm-online-phone-call:before {
    content: "\e9d4"
}

.stm-online-plane-big:before {
    content: "\e9d5"
}

.stm-online-plane:before {
    content: "\e9d6"
}

.stm-online-supermarket:before {
    content: "\e9d7"
}

.stm-online-work:before {
    content: "\e9d8"
}

.stm-glob-pdf:before {
    content: "\e9c6"
}

.stm-glob-graph:before {
    content: "\e9c7"
}

.stm-glob-shield:before {
    content: "\e9c8"
}

.stm-glob-building:before {
    content: "\e9c9"
}

.stm-glob-play:before {
    content: "\e9ca"
}

.stm-glob-man-user:before {
    content: "\e9cb"
}

.stm-glob-pie-chart:before {
    content: "\e9cc"
}

.stm-glob-workers:before {
    content: "\e9cd"
}

.stm-glob-consulting:before {
    content: "\e9ce"
}

.stm-glob-search:before {
    content: "\e9cf"
}

.stm-lnr-arrow-left:before {
    content: "\e9bb"
}

.stm-lnr-arrow-right:before {
    content: "\e9bc"
}

.stm-lnr-check:before {
    content: "\e9bd"
}

.stm-lnr-chevron-left:before {
    content: "\e9be"
}

.stm-lnr-chevron-right:before {
    content: "\e9bf"
}

.stm-lnr-clock:before {
    content: "\e9c0"
}

.stm-lnr-close:before {
    content: "\e9c1"
}

.stm-lnr-map-pin:before {
    content: "\e9c2"
}

.stm-lnr-phone:before {
    content: "\e9c3"
}

.stm-lnr-refresh:before {
    content: "\e9c4"
}

.stm-lnr-search:before {
    content: "\e9c5"
}

.stm-ankara-case:before {
    content: "\e9b3"
}

.stm-ankara-like:before {
    content: "\e9b4"
}

.stm-ankara-trophy:before {
    content: "\e9b5"
}

.stm-ankara-user:before {
    content: "\e9b6"
}

.stm-ankara-money:before {
    content: "\e9b7"
}

.stm-ankara-puzzle:before {
    content: "\e9b8"
}

.stm-ankara-save-money:before {
    content: "\e9b9"
}

.stm-ankara-search:before {
    content: "\e9ba"
}

.stm-stockholm-window:before {
    content: "\e9b2"
}

.stm-career:before {
    content: "\e9af"
}

.stm-certificate:before {
    content: "\e9b0"
}

.stm-horn:before {
    content: "\e9b1"
}

.stm-award:before {
    content: "\e9ab"
}

.stm-lisbon-like:before {
    content: "\e9ac"
}

.stm-people:before {
    content: "\e9ad"
}

.stm-suitcase-2:before {
    content: "\e9ae"
}

.stm-state:before {
    content: "\e9a9"
}

.stm-horse:before {
    content: "\e9aa"
}

.stm-play-btn:before {
    content: "\e95f"
}

.stm-grid:before {
    content: "\e95d"
}

.stm-rectangle:before {
    content: "\e95e"
}

.stm-nokia_outline:before {
    content: "\e95a"
}

.stm-ppl_outline:before {
    content: "\e95b"
}

.stm-sun_outline:before {
    content: "\e95c"
}

.stm-branch:before {
    content: "\e959"
}

.stm-stm14_fax:before {
    content: "\e958"
}

.stm-stm14_bulb:before {
    content: "\e949"
}

.stm-stm14_calc:before {
    content: "\e94a"
}

.stm-stm14_calendar:before {
    content: "\e94b"
}

.stm-stm14_country:before {
    content: "\e94c"
}

.stm-stm14_health:before {
    content: "\e94d"
}

.stm-stm14_left_arrow:before {
    content: "\e94e"
}

.stm-stm14_manufacturing:before {
    content: "\e94f"
}

.stm-stm14_office:before {
    content: "\e950"
}

.stm-stm14_plane:before {
    content: "\e951"
}

.stm-stm14_public:before {
    content: "\e952"
}

.stm-stm14_quote:before {
    content: "\e953"
}

.stm-stm14_right_arrow:before {
    content: "\e954"
}

.stm-stm14_satellite:before {
    content: "\e955"
}

.stm-stm14-arrow:before {
    content: "\e956"
}

.stm-stn14_home:before {
    content: "\e957"
}

.stm-cart_13:before {
    content: "\e93f"
}

.stm-chip_13:before {
    content: "\e940"
}

.stm-env_13:before {
    content: "\e941"
}

.stm-horse_13:before {
    content: "\e942"
}

.stm-human_13:before {
    content: "\e943"
}

.stm-mail_13:before {
    content: "\e944"
}

.stm-phone_13_2:before {
    content: "\e945"
}

.stm-phone_13:before {
    content: "\e946"
}

.stm-pin_13:before {
    content: "\e947"
}

.stm-quote_13:before {
    content: "\e948"
}

.stm-quote2:before {
    content: "\e93b"
}

.stm-pin-11:before {
    content: "\e93c"
}

.stm-envelope-11:before {
    content: "\e93d"
}

.stm-phone-11:before {
    content: "\e93e"
}

.stm-quote8:before {
    content: "\e939"
}

.stm-shopping-cart8:before {
    content: "\e93a"
}

.stm-aim7:before {
    content: "\e933"
}

.stm-cup7:before {
    content: "\e934"
}

.stm-user7:before {
    content: "\e935"
}

.stm-docs7:before {
    content: "\e936"
}

.stm-bar-graph7:before {
    content: "\e937"
}

.stm-plant7:before {
    content: "\e938"
}

.stm-lorry6:before {
    content: "\e92d"
}

.stm-lamp6:before {
    content: "\e92e"
}

.stm-building6:before {
    content: "\e92f"
}

.stm-cart6:before {
    content: "\e930"
}

.stm-line-graph6:before {
    content: "\e931"
}

.stm-plane6:before {
    content: "\e932"
}

.stm-user:before {
    content: "\e928"
}

.stm-crown:before {
    content: "\e926"
}

.stm-cup:before {
    content: "\e927"
}

.stm-polygon:before {
    content: "\e929"
}

.stm-person-globe:before {
    content: "\e923"
}

.stm-head:before {
    content: "\e924"
}

.stm-arm-leaf:before {
    content: "\e925"
}

.stm-phone:before {
    content: "\e921"
}

.stm-phone6:before {
    content: "\e92a"
}

.stm-clock6:before {
    content: "\e92b"
}

.stm-pin6:before {
    content: "\e92c"
}

.stm-clock:before {
    content: "\e922"
}

.stm-plus:before {
    content: "\e920"
}

.stm-earth:before {
    content: "\e91d"
}

.stm-chart-refresh:before {
    content: "\e91e"
}

.stm-chart-monitor:before {
    content: "\e91f"
}

.stm-hexagon:before {
    content: "\e91c"
}

.stm-metals:before {
    content: "\e916"
}

.stm-oil:before {
    content: "\e917"
}

.stm-target:before {
    content: "\e918"
}

.stm-rating_down:before {
    content: "\e914"
}

.stm-libra:before {
    content: "\e915"
}

.stm-idea:before {
    content: "\e90d"
}

.stm-stats:before {
    content: "\e90e"
}

.stm-badge:before {
    content: "\e90f"
}

.stm-security:before {
    content: "\e910"
}

.stm-binoculars:before {
    content: "\e911"
}

.stm-mans:before {
    content: "\e912"
}

.stm-nokia:before {
    content: "\e913"
}

.stm-testimonials-new-2:before {
    content: "\e90b"
}

.stm-envelope:before {
    content: "\e91a"
}

.stm-email1:before {
    content: "\e908"
}

.stm-iphone:before {
    content: "\e909"
}

.stm-location-2:before {
    content: "\e90a"
}

.stm-marker:before {
    content: "\e919"
}

.stm-check:before {
    content: "\e907"
}

.stm-truck:before {
    content: "\e902"
}

.stm-lamp:before {
    content: "\e903"
}

.stm-cart-2:before {
    content: "\e91b"
}

.stm-cart:before {
    content: "\e904"
}

.stm-home:before {
    content: "\e905"
}

.stm-graph:before {
    content: "\e906"
}

.stm-airplane:before {
    content: "\e901"
}

.stm-compass:before {
    content: "\e900"
}

.stm-zurich-certificate:before {
    content: "\e960"
}

.stm-zurich-darts:before {
    content: "\e961"
}

.stm-zurich-employed:before {
    content: "\e962"
}

.stm-zurich-envelope:before {
    content: "\e963"
}

.stm-zurich-growth:before {
    content: "\e964"
}

.stm-zurich-hourse:before {
    content: "\e965"
}

.stm-zurich-labore:before {
    content: "\e966"
}

.stm-zurich-like:before {
    content: "\e967"
}

.stm-zurich-microphone:before {
    content: "\e968"
}

.stm-zurich-phone:before {
    content: "\e969"
}

.stm-zurich-pin:before {
    content: "\e96a"
}

.stm-zurich-portfolio:before {
    content: "\e96b"
}

.stm-zurich-progress:before {
    content: "\e96c"
}

.stm-zurich-stamp:before {
    content: "\e96d"
}

.stm-mumbai_shape:before {
    content: "\e96e"
}

.stm-mumbai_security:before {
    content: "\e96f"
}

.stm-mumbai_people:before {
    content: "\e970"
}

.stm-mumbai_graph:before {
    content: "\e971"
}

.stm-mumbai_monitor:before {
    content: "\e972"
}

.stm-mumbai_board:before {
    content: "\e973"
}

.stm-mumbai_like:before {
    content: "\e974"
}

.stm-amsterdam-aim:before {
    content: "\e975"
}

.stm-amsterdam-briefcase:before {
    content: "\e976"
}

.stm-amsterdam-correct:before {
    content: "\e977"
}

.stm-amsterdam-file:before {
    content: "\e978"
}

.stm-amsterdam-lightning:before {
    content: "\e979"
}

.stm-amsterdam-loupe:before {
    content: "\e97a"
}

.stm-amsterdam-profile:before {
    content: "\e97b"
}

.stm-amsterdam-presentation:before {
    content: "\e97c"
}

.stm-amsterdam-puzzle:before {
    content: "\e97d"
}

.stm-amsterdam-shield:before {
    content: "\e97e"
}

.stm-amsterdam-timer:before {
    content: "\e97f"
}

.stm-amsterdam-comment:before {
    content: "\e980"
}

.stm-amsterdam-arrow:before {
    content: "\e981"
}

.stm-davos_tech:before {
    content: "\e982"
}

.stm-davos_wi-fi:before {
    content: "\e983"
}

.stm-davos_livebuoy:before {
    content: "\e984"
}

.stm-davos_heart:before {
    content: "\e985"
}

.stm-davos_folder:before {
    content: "\e986"
}

.stm-davos_clock:before {
    content: "\e987"
}

.stm-davos_cart:before {
    content: "\e988"
}

.stm-denver-phone:before {
    content: "\e989"
}

.stm-denver-envelope:before {
    content: "\e98a"
}

.stm-denver-oil:before {
    content: "\e98b"
}

.stm-denver-mine:before {
    content: "\e98c"
}

.stm-denver-energy:before {
    content: "\e98d"
}

.stm-denver-agriculture:before {
    content: "\e98e"
}

.stm-diamond:before {
    content: "\e90c"
}

.stm-gear:before {
    content: "\e98f"
}

.stm-credible:before {
    content: "\e990"
}

.stm-brief-bag:before {
    content: "\e991"
}

.stm-ship:before {
    content: "\e992"
}

.stm-schedule:before {
    content: "\e993"
}

.stm-lamp1:before {
    content: "\e994"
}

.stm-earth1:before {
    content: "\e995"
}

.stm-monetary_purpose:before {
    content: "\e996"
}

.stm-money_flower:before {
    content: "\e997"
}

.stm-rocket:before {
    content: "\e998"
}

.stm-fortress:before {
    content: "\e999"
}

.stm-brief-bag-2:before {
    content: "\e99a"
}

.stm-employed:before {
    content: "\e99b"
}

.stm-stamp:before {
    content: "\e99c"
}

.stm-like:before {
    content: "\e99d"
}

.stm-shield_flat:before {
    content: "\e99e"
}

.stm-delhi-staff:before {
    content: "\e99f"
}

.stm-delhi-safety:before {
    content: "\e9a0"
}

.stm-delhi-medal:before {
    content: "\e9a1"
}

.stm-delhi-lamp:before {
    content: "\e9a2"
}

.stm-delhi-horse:before {
    content: "\e9a3"
}

.stm-delhi-heands:before {
    content: "\e9a4"
}

.stm-delhi-eye:before {
    content: "\e9a5"
}

.stm-delhi-diamond:before {
    content: "\e9a6"
}

.stm-delhi-chevron-left:before {
    content: "\e9a7"
}

.stm-delhi-chevron-right:before {
    content: "\e9a8"
}

.stm_zoom_wrapper {
    display: flex;
    flex-direction: column
}

.stm_zoom_content {
    padding: 25px 0;
    display: flex;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    flex-wrap: wrap
}

.stm_zoom_content .zoom_image {
    flex: 0 0 30%;
    padding: 0 15px
}

.stm_zoom_content .zoom_image+.zoom_info {
    width: 70%;
    flex: 0 0 70%
}

.stm_zoom_content .zoom_image img {
    width: 370px !important;
    height: 240px !important;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:420px) {
    .stm_zoom_content .zoom_image {
        flex: 0 0 100%
    }

    .stm_zoom_content .zoom_image img {
        width: 100% !important
    }
}

.stm_zoom_content .zoom_content {
    display: flex;
    flex-direction: column
}

.stm_zoom_content .zoom_content .zoom_info {
    width: 100%;
    padding: 0 15px
}

.stm_zoom_content .zoom_description {
    padding: 25px 15px;
    width: 100%
}

.stm_zoom_content h2 {
    font-size: 36px;
    line-height: 42px;
    margin: 0 0 30px
}

.stm_zoom_content .date {
    margin-bottom: 8px
}

.stm_zoom_content .stm-calendar-links {
    padding-bottom: 20px
}

.stm_zoom_content .stm-calendar-links a,
.stm_zoom_content .stm-calendar-links a:hover {
    color: #0e71eb;
    text-decoration: none
}

.stm_zoom_content .zoom-recurring-no_fixed_time {
    padding-bottom: 8px;
    font-weight: 700
}

.stm_zoom_content .zoom-recurring__from,
.stm_zoom_content .zoom-recurring__to,
.stm_zoom_content .zoom-recurring__interval {
    padding-bottom: 8px
}

.stm_zoom_content .zoom-recurring--content {
    font-weight: 700
}

.stm_zoom_content .agenda {
    margin-bottom: 20px
}

.stm_zoom_content .password {
    margin-bottom: 20px
}

.stm_zoom_content .password .value {
    font-weight: 700
}

.stm_zoom_content .stm-join-btn {
    display: inline-block;
    padding: 15px 30px;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 50px;
    background-color: #0e71eb;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    border: 2px #0e71eb solid;
    transition: .3s;
    margin-bottom: 10px
}

.stm_zoom_content .stm-join-btn:hover {
    background-color: transparent;
    color: #0e71eb
}

.stm_zoom_content .stm-join-btn.join_in_menu {
    margin-right: 10px
}

.stm_zoom_content .stm-join-btn.outline {
    background: 0 0;
    color: #0e71eb
}

.stm_zoom_content .stm-join-btn.outline:hover {
    background: #0e71eb;
    color: #fff
}

.countdown_title {
    text-align: center
}

.stm_zooom_countdown {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding: 30px 30px 67px
}

.stm_zooom_countdown .countDays,
.stm_zooom_countdown .countHours,
.stm_zooom_countdown .countMinutes,
.stm_zooom_countdown .countSeconds {
    position: relative;
    display: block;
    width: auto !important;
    text-align: center;
    float: left;
    border-top: 3px solid #676d70;
    border-bottom: 3px solid #495154;
    border-radius: 5px
}

@media (max-width:640px) {

    .stm_zooom_countdown .countDays,
    .stm_zooom_countdown .countHours,
    .stm_zooom_countdown .countMinutes,
    .stm_zooom_countdown .countSeconds {
        width: 50px;
        height: 60px !important
    }
}

.stm_zooom_countdown .countDays:before,
.stm_zooom_countdown .countHours:before,
.stm_zooom_countdown .countMinutes:before,
.stm_zooom_countdown .countSeconds:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 10;
    bottom: 0;
    left: 0;
    background-color: #525b5f;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.stm_zooom_countdown .countDays:after,
.stm_zooom_countdown .countHours:after,
.stm_zooom_countdown .countMinutes:after,
.stm_zooom_countdown .countSeconds:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #3b4448;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px
}

.stm_zooom_countdown .countDays .countdown_label,
.stm_zooom_countdown .countHours .countdown_label,
.stm_zooom_countdown .countMinutes .countdown_label,
.stm_zooom_countdown .countSeconds .countdown_label {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #495154 !important;
    text-transform: uppercase;
    font-size: 15px
}

@media (max-width:640px) {

    .stm_zooom_countdown .countDays .countdown_label,
    .stm_zooom_countdown .countHours .countdown_label,
    .stm_zooom_countdown .countMinutes .countdown_label,
    .stm_zooom_countdown .countSeconds .countdown_label {
        font-size: 10px;
        margin: 10px 0;
        line-height: 26px
    }
}

.stm_zooom_countdown .countDays .position,
.stm_zooom_countdown .countHours .position,
.stm_zooom_countdown .countMinutes .position,
.stm_zooom_countdown .countSeconds .position {
    position: relative;
    display: block;
    width: 44px;
    height: 98px;
    float: left;
    color: #fff;
    font-size: 50px;
    line-height: 98px;
    z-index: 11;
    font-weight: 700;
    margin: 0
}

@media (max-width:640px) {

    .stm_zooom_countdown .countDays .position,
    .stm_zooom_countdown .countHours .position,
    .stm_zooom_countdown .countMinutes .position,
    .stm_zooom_countdown .countSeconds .position {
        width: 25px;
        height: 60px;
        line-height: 60px;
        font-size: 27px !important
    }
}

.stm_zooom_countdown .countDays .position .digit,
.stm_zooom_countdown .countHours .position .digit,
.stm_zooom_countdown .countMinutes .position .digit,
.stm_zooom_countdown .countSeconds .position .digit {
    position: absolute;
    width: 44px;
    height: 98px;
    padding-right: 2px;
    text-align: right;
    line-height: 98px;
    top: 0;
    left: 0
}

@media (max-width:640px) {

    .stm_zooom_countdown .countDays .position .digit,
    .stm_zooom_countdown .countHours .position .digit,
    .stm_zooom_countdown .countMinutes .position .digit,
    .stm_zooom_countdown .countSeconds .position .digit {
        width: 25px;
        height: 60px;
        line-height: 60px
    }
}

.stm_zooom_countdown .countDays .position:last-child .digit,
.stm_zooom_countdown .countHours .position:last-child .digit,
.stm_zooom_countdown .countMinutes .position:last-child .digit,
.stm_zooom_countdown .countSeconds .position:last-child .digit {
    text-align: left;
    padding-left: 2px
}

.stm_zooom_countdown .countDiv {
    display: block;
    float: left;
    width: 29px;
    position: relative;
    opacity: 1
}

@media (max-width:640px) {
    .stm_zooom_countdown .countDiv {
        height: 60px;
        width: 10px
    }
}

.stm_zooom_countdown .countDiv:before,
.stm_zooom_countdown .countDiv:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 10;
    background-color: #414b4f;
    border-radius: 50%;
    left: 50%;
    margin-left: -4px;
    top: 40px
}

@media (max-width:640px) {

    .stm_zooom_countdown .countDiv:before,
    .stm_zooom_countdown .countDiv:after {
        width: 5px;
        height: 5px;
        margin-left: -2px;
        top: 25px
    }
}

.stm_zooom_countdown .countDiv:after {
    top: 56px
}

@media (max-width:640px) {
    .stm_zooom_countdown .countDiv:after {
        top: 35px
    }
}

#zmmtg-root {
    z-index: 999
}

#zmmtg-root .chat-container .dropdown-menu {
    list-style: none;
    padding-left: 0
}

#zmmtg-root .chat-container .chat-scrollbar {
    max-height: 400px
}

body:not(.full-screen) #zmmtg-root {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    display: none;
    z-index: 9999
}

body:not(.full-screen) #zmmtg-root.active {
    display: block;
    margin-bottom: 30px
}

body:not(.full-screen) #zmmtg-root .meeting-app,
body:not(.full-screen) #zmmtg-root .meeting-client,
body:not(.full-screen) #zmmtg-root .meeting-client-inner,
body:not(.full-screen) #zmmtg-root .meeting-client-inner>div,
body:not(.full-screen) #zmmtg-root #dialog-join {
    position: absolute !important;
    min-width: 100% !important;
    width: 100% !important;
    min-height: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important
}

body:not(.full-screen) #zmmtg-root #dialog-join {
    top: auto !important;
    bottom: 0 !important;
    min-height: 50% !important;
    height: 50% !important
}

body:not(.full-screen) #zmmtg-root .meeting-app {
    overflow: hidden
}

body:not(.full-screen) #zmmtg-root .meeting-app>span {
    max-width: 100%
}

body:not(.full-screen) #zmmtg-root .active-main {
    width: 100% !important;
    height: 100% !important;
    position: relative !important
}

body:not(.full-screen) #zmmtg-root #sv-active-video {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    min-height: 100% !important;
    min-width: 100% !important
}

body.full-screen.ReactModal__Body--open {
    overflow: hidden !important;
    width: 100% !important;
    height: 100% !important
}

@media (max-width:768px) {

    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDays,
    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countHours,
    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countMinutes,
    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countSeconds {
        height: auto !important
    }
}

@media (max-width:640px) {

    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDays,
    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countHours,
    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countMinutes,
    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countSeconds {
        height: 60px !important
    }

    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDays .position,
    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countHours .position,
    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countMinutes .position,
    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countSeconds .position {
        margin-top: 0
    }
}

.stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDiv:before {
    top: 50px
}

.stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDiv:after {
    top: 76px
}

@media (max-width:640px) {
    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDiv:before {
        top: 25px
    }

    .stm-lessons .stm_zoom_wrap .stm_zooom_countdown .countDiv:after {
        top: 35px
    }
}

.stm_zoom_grid_container {
    width: 1200px;
    max-width: 100% !important
}

.stm_zoom_grid_container .stm_zoom_grid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.stm_zoom_grid_container .stm_zoom_grid__item {
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33%;
    margin-bottom: 30px
}

@media (max-width:767px) {
    .stm_zoom_grid_container .stm_zoom_grid__item {
        width: 50%;
        flex: 0 0 50%
    }
}

@media (max-width:480px) {
    .stm_zoom_grid_container .stm_zoom_grid__item {
        width: 100%;
        flex: 0 0 100%
    }
}

.stm_zoom_grid_container .stm_zoom_grid__item .single_meeting {
    min-width: 340px;
    border-radius: 10px;
    overflow: hidden
}

.stm_zoom_grid_container .stm_zoom_grid__item .image img {
    border-radius: 10px 10px 0 0;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    height: 180px !important;
    width: 100% !important
}

.stm_zoom_grid_container .stm_zoom_grid__item .info {
    border-radius: 0 0 10px 10px;
    background: #eef1f7;
    padding: 30px
}

.stm_zoom_grid_container .stm_zoom_grid__item .info .title {
    margin-bottom: 10px
}

.stm_zoom_grid_container .stm_zoom_grid__item .info .title a {
    text-decoration: none
}

.stm_zoom_grid_container .stm_zoom_grid__item .info .title a h3 {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    font-weight: 500;
    color: #333
}

.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_date {
    color: #4689fc;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px
}

.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_date .price {
    display: block;
    color: #757575;
    position: relative;
    margin: 5px 0;
    font-family: inherit
}

.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_date .price * {
    color: #757575;
    background: 0 0;
    opacity: 1;
    font-family: inherit
}

.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host {
    display: flex;
    flex-wrap: nowrap;
    align-items: center
}

.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_image {
    width: 60px;
    padding-right: 10px
}

.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_image img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 50%;
    width: 100%;
    height: 100%
}

.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_info .host_title,
.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_info .host_title a {
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    margin-bottom: 4px;
    text-decoration: none
}

.stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_info .host_timezone {
    font-size: 12px;
    line-height: 15px;
    color: #777
}

.stm_zoom_grid_container .stm_zoom_grid.per_row_1 .stm_zoom_grid__item {
    width: 100% !important;
    flex: 0 0 100% !important
}

.stm_zoom_grid_container .stm_zoom_grid.per_row_2 .stm_zoom_grid__item {
    width: 50%;
    flex: 0 0 50%
}

.stm_zoom_grid_container .stm_zoom_grid.per_row_4 .stm_zoom_grid__item {
    width: 25%;
    flex: 0 0 25%
}

.stm_zoom_grid_container .stm_zoom_grid.per_row_5 .stm_zoom_grid__item {
    width: 20%;
    flex: 0 0 20%
}

@media (max-width:767px) {

    .stm_zoom_grid_container .stm_zoom_grid.per_row_1 .stm_zoom_grid__item,
    .stm_zoom_grid_container .stm_zoom_grid.per_row_2 .stm_zoom_grid__item,
    .stm_zoom_grid_container .stm_zoom_grid.per_row_4 .stm_zoom_grid__item,
    .stm_zoom_grid_container .stm_zoom_grid.per_row_5 .stm_zoom_grid__item {
        width: 50%;
        flex: 0 0 50%
    }
}

@media (max-width:480px) {

    .stm_zoom_grid_container .stm_zoom_grid.per_row_1 .stm_zoom_grid__item,
    .stm_zoom_grid_container .stm_zoom_grid.per_row_2 .stm_zoom_grid__item,
    .stm_zoom_grid_container .stm_zoom_grid.per_row_4 .stm_zoom_grid__item,
    .stm_zoom_grid_container .stm_zoom_grid.per_row_5 .stm_zoom_grid__item {
        width: 100%;
        flex: 0 0 100%
    }
}

.theme-pearl .stm_zooom_countdown .countDays .countdown_label,
.theme-pearl .stm_zooom_countdown .countHours .countdown_label,
.theme-pearl .stm_zooom_countdown .countMinutes .countdown_label,
.theme-pearl .stm_zooom_countdown .countSeconds .countdown_label {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #495154 !important;
    text-transform: uppercase;
    font-size: 15px
}

:root {
    --woocommerce: #7f54b3;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #7f54b3;
    --wc-primary-text: #fff;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #b3af54;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
    float: right
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
    width: 100%
}

.woocommerce .col2-set:after,
.woocommerce .col2-set:before,
.woocommerce-page .col2-set:after,
.woocommerce-page .col2-set:before {
    content: " ";
    display: table
}

.woocommerce .col2-set:after,
.woocommerce-page .col2-set:after {
    clear: both
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
    float: left;
    width: 48%
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    float: right;
    width: 48%
}

.woocommerce img,
.woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 48%
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce #content div.product div.thumbnails:before,
.woocommerce div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:before,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:before,
.woocommerce-page div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:before {
    content: " ";
    display: table
}

.woocommerce #content div.product div.thumbnails:after,
.woocommerce div.product div.thumbnails:after,
.woocommerce-page #content div.product div.thumbnails:after,
.woocommerce-page div.product div.thumbnails:after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a,
.woocommerce div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a,
.woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em
}

.woocommerce #content div.product div.thumbnails a.last,
.woocommerce div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last,
.woocommerce-page div.product div.thumbnails a.last {
    margin-right: 0
}

.woocommerce #content div.product div.thumbnails a.first,
.woocommerce div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first,
.woocommerce-page div.product div.thumbnails a.first {
    clear: both
}

.woocommerce #content div.product div.thumbnails.columns-1 a,
.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a,
.woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none
}

.woocommerce #content div.product div.thumbnails.columns-2 a,
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a,
.woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a,
.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a,
.woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a,
.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a,
.woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none
}

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
    content: " ";
    display: table
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
    clear: both
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
    display: inline-block
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce #content div.product #reviews .comment:before,
.woocommerce div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:before,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:before,
.woocommerce-page div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:before {
    content: " ";
    display: table
}

.woocommerce #content div.product #reviews .comment:after,
.woocommerce div.product #reviews .comment:after,
.woocommerce-page #content div.product #reviews .comment:after,
.woocommerce-page div.product #reviews .comment:after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img,
.woocommerce div.product #reviews .comment img,
.woocommerce-page #content div.product #reviews .comment img,
.woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce ul.products,
.woocommerce-page ul.products {
    clear: both
}

.woocommerce ul.products:after,
.woocommerce ul.products:before,
.woocommerce-page ul.products:after,
.woocommerce-page ul.products:before {
    content: " ";
    display: table
}

.woocommerce ul.products:after,
.woocommerce-page ul.products:after {
    clear: both
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3.8% 2.992em 0;
    padding: 0;
    position: relative;
    width: 22.05%;
    margin-left: 0
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: both
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: 0
}

.woocommerce ul.products.columns-1 li.product,
.woocommerce-page ul.products.columns-1 li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
    width: 48%
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%
}

.woocommerce ul.products.columns-5 li.product,
.woocommerce-page ul.products.columns-5 li.product {
    width: 16.95%
}

.woocommerce ul.products.columns-6 li.product,
.woocommerce-page ul.products.columns-6 li.product {
    width: 13.5%
}

.woocommerce-page.columns-1 ul.products li.product,
.woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0
}

.woocommerce-page.columns-2 ul.products li.product,
.woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product,
.woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product,
.woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product,
.woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
    float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce .woocommerce-pagination ul.page-numbers:before,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers:after,
.woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img,
.woocommerce table.cart img,
.woocommerce-page #content table.cart img,
.woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions,
.woocommerce table.cart td.actions,
.woocommerce-page #content table.cart td.actions,
.woocommerce-page table.cart td.actions {
    text-align: right
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 80px
}

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
    float: left
}

.woocommerce .cart-collaterals,
.woocommerce-page .cart-collaterals {
    width: 100%
}

.woocommerce .cart-collaterals:after,
.woocommerce .cart-collaterals:before,
.woocommerce-page .cart-collaterals:after,
.woocommerce-page .cart-collaterals:before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals:after,
.woocommerce-page .cart-collaterals:after {
    clear: both
}

.woocommerce .cart-collaterals .related,
.woocommerce-page .cart-collaterals .related {
    width: 30.75%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
    width: 48%;
    float: left
}

.woocommerce .cart-collaterals .cross-sells ul.products,
.woocommerce-page .cart-collaterals .cross-sells ul.products {
    float: none
}

.woocommerce .cart-collaterals .cross-sells ul.products li,
.woocommerce-page .cart-collaterals .cross-sells ul.products li {
    width: 48%
}

.woocommerce .cart-collaterals .shipping_calculator,
.woocommerce-page .cart-collaterals .shipping_calculator {
    width: 48%;
    clear: right;
    float: right
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce .cart-collaterals .shipping_calculator:before,
.woocommerce-page .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:before {
    content: " ";
    display: table
}

.woocommerce .cart-collaterals .shipping_calculator:after,
.woocommerce-page .cart-collaterals .shipping_calculator:after {
    clear: both
}

.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,
.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
    width: 47%
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.cart_list li:before,
.woocommerce-page ul.product_list_widget li:after,
.woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after,
.woocommerce-page ul.cart_list li:after,
.woocommerce-page ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img,
.woocommerce-page ul.cart_list li img,
.woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto
}

.woocommerce form .form-row:after,
.woocommerce form .form-row:before,
.woocommerce-page form .form-row:after,
.woocommerce-page form .form-row:before {
    content: " ";
    display: table
}

.woocommerce form .form-row:after,
.woocommerce-page form .form-row:after {
    clear: both
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    display: block
}

.woocommerce form .form-row label.checkbox,
.woocommerce-page form .form-row label.checkbox {
    display: inline
}

.woocommerce form .form-row select,
.woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible
}

.woocommerce form .form-row-first,
.woocommerce-page form .form-row-first {
    float: left
}

.woocommerce form .form-row-last,
.woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-wide,
.woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce form .password-input,
.woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] {
    padding-right: 2.5rem
}

.woocommerce form .password-input input::-ms-reveal,
.woocommerce-page form .password-input input::-ms-reveal {
    display: none
}

.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer
}

.woocommerce form .show-password-input:after,
.woocommerce-page form .show-password-input:after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e010";
    text-decoration: none
}

.woocommerce form .show-password-input.display-password:after,
.woocommerce-page form .show-password-input.display-password:after {
    color: #585858
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: right
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-billing-fields:before,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce .woocommerce-shipping-fields:before,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-billing-fields:before,
.woocommerce-page .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-shipping-fields:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-billing-fields:after,
.woocommerce .woocommerce-shipping-fields:after,
.woocommerce-page .woocommerce-billing-fields:after,
.woocommerce-page .woocommerce-shipping-fields:after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions,
.woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed,
.woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

.woocommerce-account .woocommerce-MyAccount-content mark {
    background-color: transparent;
    color: inherit;
    font-weight: 700
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: right
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: left
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto
}

.twentyfourteen .tfwc .product .entry-summary {
    padding: 0 !important;
    margin: 0 0 1.618em !important
}

.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
    margin-top: 0
}

@media screen and (min-width:673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, .15)
}

.twentyfifteen .t15wc .page-title {
    margin-left: 0
}

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width:59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important
    }
}

.twentysixteen .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%
}

.twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0
}

#content .twentysixteen div.product div.images,
#content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width:44.375em) {
    .twentysixteen .site-main {
        margin-right: 23.0769%
    }
}

@media screen and (min-width:56.875em) {
    .twentysixteen .site-main {
        margin-right: 0;
        margin-left: 0
    }

    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0
    }
}

.rtl .woocommerce .col2-set .col-1,
.rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.rtl .woocommerce .col2-set .col-2,
.rtl .woocommerce-page .col2-set .col-2 {
    float: left
}

:root {
    --woocommerce: #7f54b3;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #7f54b3;
    --wc-primary-text: #fff;
    --wc-secondary: #e9e6ed;
    --wc-secondary-text: #515151;
    --wc-highlight: #b3af54;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@keyframes spin {
    100% {
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    src: url(../font/WooCommerce.woff2) format("woff2"), url(../font/WooCommerce.woff) format("woff"), url(../font/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: WooCommerce;
    src: url(../font/WooCommerce.woff2) format("woff2"), url(../font/WooCommerce.woff) format("woff"), url(../font/WooCommerce.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

.woocommerce-store-notice,
p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #7f54b3;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, .2);
    display: none
}

.woocommerce-store-notice a,
p.demo_store a {
    color: #fff;
    text-decoration: underline
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

.woocommerce .blockUI.blockOverlay:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../image/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url(../image/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: red
}

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0
}

.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-breadcrumb:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-breadcrumb:after {
    clear: both
}

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    opacity: .5;
    display: inline-block
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em
}

.woocommerce div.product div.images {
    margin-bottom: 2em
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.images.woocommerce-product-gallery {
    position: relative
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    transition: all cubic-bezier(.795, -.035, 0, 1) .5s;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0
}

.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    transform: rotate(-45deg);
    box-sizing: content-box
}

.woocommerce div.product div.images .flex-control-thumbs {
    overflow: hidden;
    zoom: 1;
    margin: 0;
    padding: 0
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
    list-style: none
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    cursor: pointer;
    opacity: .5;
    margin: 0
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
    opacity: 1
}

.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: left
}

.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: left
}

.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0 0 0 1em;
    margin: 0 0 1.618em;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #cfc8d8;
    background-color: #e9e6ed;
    color: #515151;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 -5px;
    padding: 0 1em
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 700;
    color: #515151;
    text-decoration: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #6a6a6a
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #fff;
    color: #515151;
    z-index: 2;
    border-bottom-color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    box-shadow: 2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
    box-shadow: -2px 2px 0 #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    border: 1px solid #cfc8d8;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
    box-sizing: border-box
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    left: -5px;
    border-bottom-right-radius: 4px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    right: -5px;
    border-bottom-left-radius: 4px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #e9e6ed
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #cfc8d8;
    z-index: 1
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product p.cart:after,
.woocommerce div.product p.cart:before {
    content: " ";
    display: table
}

.woocommerce div.product p.cart:after {
    clear: both
}

.woocommerce div.product form.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart:after,
.woocommerce div.product form.cart:before {
    content: " ";
    display: table
}

.woocommerce div.product form.cart:after {
    clear: both
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    line-height: 2em;
    vertical-align: top
}

.woocommerce div.product form.cart .variations label {
    font-weight: 700;
    text-align: left
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce div.product form.cart .group_table td:first-child {
    width: 4em;
    text-align: center
}

.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
    display: inline-block;
    width: auto;
    margin: 0 auto;
    transform: scale(1.5, 1.5)
}

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #b3af54;
    color: #fff;
    font-size: .857em;
    z-index: 9
}

.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both
}

.woocommerce .products ul:after,
.woocommerce .products ul:before,
.woocommerce ul.products:after,
.woocommerce ul.products:before {
    content: " ";
    display: table
}

.woocommerce .products ul:after,
.woocommerce ul.products:after {
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none outside
}

.woocommerce ul.products li.product .onsale {
    top: 0;
    right: 0;
    left: auto;
    margin: -.5em -.5em 0 0
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: .5em 0;
    margin: 0;
    font-size: 1em
}

.woocommerce ul.products li.product a {
    text-decoration: none
}

.woocommerce ul.products li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .woocommerce-placeholder {
    border: 1px solid #f2f2f2
}

.woocommerce ul.products li.product .star-rating {
    font-size: .857em
}

.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em
}

.woocommerce ul.products li.product .price {
    display: block;
    font-weight: 400;
    margin-bottom: .5em;
    font-size: .857em
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: .5;
    display: inline-block
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    display: inline-block
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(132, 132, 132, .5)
}

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering select {
    vertical-align: top
}

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border: 1px solid #cfc8d8;
    border-right: 0;
    margin: 1px
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #cfc8d8;
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .5em;
    min-width: 1em;
    display: block
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #e9e6ed;
    color: #816e99
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block
}

.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0
}

.woocommerce #reviews h2 small a {
    text-decoration: none;
    color: #767676
}

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review:after,
.woocommerce #reviews #comments .add_review:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review:after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none
}

.woocommerce #reviews #comments ol.commentlist:after,
.woocommerce #reviews #comments ol.commentlist:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    border: 0;
    position: relative;
    background: 0;
    border: 0
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    width: 32px;
    height: auto;
    background: #e9e6ed;
    border: 1px solid #e1dde7;
    margin: 0;
    box-shadow: none
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 50px;
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after,
.woocommerce #reviews #comments ol.commentlist li .comment-text:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments ol.commentlist li .comment-text:after {
    clear: both
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 0 1em
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: .83em
}

.woocommerce #reviews #comments ol.commentlist ul.children {
    list-style: none outside;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
    display: none
}

.woocommerce #reviews #comments ol.commentlist #respond {
    border: 1px solid #e1dde7;
    border-radius: 4px;
    padding: 1em 1em 0;
    margin: 20px 0 0 50px
}

.woocommerce #reviews #comments .commentlist>li:before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: WooCommerce
}

.woocommerce .star-rating:before {
    content: "sssss";
    color: #cfc8d8;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span:before {
    content: "SSSSS";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block
}

.woocommerce .woocommerce-product-rating:after,
.woocommerce .woocommerce-product-rating:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-product-rating:after {
    clear: both
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left
}

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0
}

.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
    content: " ";
    display: table
}

.woocommerce #review_form #respond:after {
    clear: both
}

.woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
    left: auto
}

.woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none
}

.woocommerce p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0
}

.woocommerce p.stars a:hover~a:before {
    content: "\e021"
}

.woocommerce p.stars:hover a:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active~a:before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%
}

.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5
}

.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.woocommerce table.shop_attributes tr:nth-child(even) td,
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: rgba(0, 0, 0, .025)
}

.woocommerce table.shop_table {
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px
}

.woocommerce table.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em
}

.woocommerce table.shop_table td {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 9px 12px;
    vertical-align: middle;
    line-height: 1.5em
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td del {
    font-weight: 400
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce table.my_account_orders {
    font-size: .85em
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 4px 8px;
    vertical-align: middle
}

.woocommerce table.my_account_orders .button {
    white-space: nowrap
}

.woocommerce table.woocommerce-MyAccount-downloads td,
.woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center
}

.woocommerce table.woocommerce-MyAccount-downloads td:first-child,
.woocommerce table.woocommerce-MyAccount-downloads th:first-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td:last-child,
.woocommerce table.woocommerce-MyAccount-downloads th:last-child {
    text-align: left
}

.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before,
.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
    content: "↓";
    display: inline-block
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt {
    float: left;
    clear: both;
    margin-right: .25em;
    display: inline-block;
    list-style: none outside
}

.woocommerce td.product-name .wc-item-meta dd,
.woocommerce td.product-name dl.variation dd {
    margin: 0
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    margin-bottom: 0
}

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
    padding: 4px 0;
    margin: 0;
    list-style: none
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.cart_list li:before,
.woocommerce ul.product_list_widget li:after,
.woocommerce ul.product_list_widget li:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li:after,
.woocommerce ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 32px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.cart_list li dl,
.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.cart_list li dl:before,
.woocommerce ul.product_list_widget li dl:after,
.woocommerce ul.product_list_widget li dl:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li dl:after,
.woocommerce ul.product_list_widget li dl:after {
    clear: both
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.cart_list li dl dd p:last-child,
.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.cart_list li .star-rating,
.woocommerce ul.product_list_widget li .star-rating {
    float: none
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 3px double #e9e6ed;
    padding: 4px 0 0
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block
}

.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0
}

.woocommerce .widget_shopping_cart .cart_list li a.remove,
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    position: absolute;
    top: 0;
    left: 0
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce .widget_shopping_cart .buttons:before,
.woocommerce.widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons:after,
.woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    opacity: 0
}

.woocommerce form .form-row label {
    line-height: 2
}

.woocommerce form .form-row label.hidden {
    visibility: hidden
}

.woocommerce form .form-row label.inline {
    display: inline
}

.woocommerce form .form-row .woocommerce-input-wrapper .description {
    background: #1e85be;
    color: #fff;
    border-radius: 3px;
    padding: 1em;
    margin: .5em 0 0;
    clear: both;
    display: none;
    position: relative
}

.woocommerce form .form-row .woocommerce-input-wrapper .description a {
    color: #fff;
    text-decoration: underline;
    border: 0;
    box-shadow: none
}

.woocommerce form .form-row .woocommerce-input-wrapper .description:before {
    left: 50%;
    top: 0;
    margin-top: -4px;
    transform: translateX(-50%) rotate(180deg);
    content: "";
    position: absolute;
    border-width: 4px 6px 0;
    border-style: solid;
    border-color: #1e85be transparent transparent;
    z-index: 100;
    display: block
}

.woocommerce form .form-row select {
    cursor: pointer;
    margin: 0
}

.woocommerce form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none;
    visibility: hidden
}

.woocommerce form .form-row .optional {
    visibility: visible
}

.woocommerce form .form-row .input-checkbox {
    display: inline;
    margin: -2px 8px 0 0;
    text-align: center;
    vertical-align: middle
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: normal
}

.woocommerce form .form-row textarea {
    height: 4em;
    line-height: 1.5;
    display: block;
    box-shadow: none
}

.woocommerce form .form-row .select2-container {
    width: 100%;
    line-height: 2em
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #a00
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #a00
}

.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
    border-color: #6dc22e
}

.woocommerce form .form-row ::-webkit-input-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-moz-placeholder {
    line-height: normal
}

.woocommerce form .form-row :-ms-input-placeholder {
    line-height: normal
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #cfc8d8;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

.woocommerce ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
    list-style: none outside
}

.woocommerce ul#shipping_method li input {
    margin: 3px .4375em 0 0;
    vertical-align: top
}

.woocommerce ul#shipping_method li label {
    display: inline
}

.woocommerce ul#shipping_method .amount {
    font-weight: 700
}

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none
}

.woocommerce ul.order_details:after,
.woocommerce ul.order_details:before {
    content: " ";
    display: table
}

.woocommerce ul.order_details:after {
    clear: both
}

.woocommerce ul.order_details li {
    float: left;
    margin-right: 2em;
    text-transform: uppercase;
    font-size: .715em;
    line-height: 1;
    border-right: 1px dashed #cfc8d8;
    padding-right: 2em;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none
}

.woocommerce ul.order_details li strong {
    display: block;
    font-size: 1.4em;
    text-transform: none;
    line-height: 1.5
}

.woocommerce ul.order_details li:last-of-type {
    border: none
}

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details,
.woocommerce .woocommerce-order-details,
.woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details :last-child,
.woocommerce .woocommerce-order-details :last-child,
.woocommerce .woocommerce-order-downloads :last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details .additional-fields,
.woocommerce .woocommerce-customer-details .addresses {
    margin-bottom: 2em
}

.woocommerce .woocommerce-customer-details .additional-fields:last-child,
.woocommerce .woocommerce-customer-details .addresses:last-child {
    margin-bottom: 0
}

.woocommerce .addresses .wc-block-components-additional-fields-list {
    margin: 0;
    padding: 0
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    display: inline
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt:after {
    content: ": "
}

.woocommerce .addresses .wc-block-components-additional-fields-list dt:before {
    content: "";
    display: block
}

.woocommerce .addresses .wc-block-components-additional-fields-list dd {
    margin: 0;
    padding: 0;
    font-style: normal;
    display: inline
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list {
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0;
    display: grid;
    grid-template-columns: 1fr max-content
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    font-style: normal;
    font-weight: 700;
    padding: 1rem;
    box-sizing: border-box;
    margin: 0 !important
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:after {
    display: none
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type {
    border-bottom: 0
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 1rem;
    box-sizing: border-box;
    text-align: right;
    margin: 0 !important
}

.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type {
    border-bottom: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-column__title {
    margin-top: 0
}

.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    border-bottom-width: 2px;
    border-right-width: 2px;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 6px 12px;
    box-sizing: border-box
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
    padding-left: 1.5em
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child {
    margin-bottom: 0
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e037";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e02d";
    text-decoration: none;
    margin-left: -1.5em;
    line-height: 1.75;
    position: absolute
}

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
    clear: both
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
    padding: 1px 0
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1
}

.woocommerce .widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1em 1px 1px;
    list-style: none
}

.woocommerce .widget_layered_nav_filters ul li a {
    text-decoration: none
}

.woocommerce .widget_layered_nav_filters ul li a:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00;
    vertical-align: inherit;
    margin-right: .5em
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #7f54b3;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #7f54b3
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #35224c;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none
}

.woocommerce .widget_rating_filter ul li:after,
.woocommerce .widget_rating_filter ul li:before {
    content: " ";
    display: table
}

.woocommerce .widget_rating_filter ul li:after {
    clear: both
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block
}

.woocommerce .widget_rating_filter ul li.chosen a:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e013";
    text-decoration: none;
    color: #a00
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #e9e6ed;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading {
    opacity: .25;
    padding-right: 2.618em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading:after {
    font-family: WooCommerce;
    content: "\e01c";
    vertical-align: top;
    font-weight: 400;
    position: absolute;
    top: .618em;
    right: 1em;
    animation: spin 2s linear infinite
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added:after {
    font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
    background-color: #dcd7e3;
    text-decoration: none;
    background-image: none;
    color: #515151
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt {
    background-color: #7f54b3;
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover {
    background-color: #7249a4;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #7f54b3;
    color: #fff
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: .618em 1em
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
    color: inherit;
    background-color: #e9e6ed
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
    font-size: .92em;
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
    color: #767676
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #b3af54;
    font-size: 1.25em
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock {
    color: #b3af54
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
    color: red
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #b3af54
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta {
    color: #767676;
    font-size: .75em
}

.woocommerce-no-js form.woocommerce-form-coupon,
.woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon,
.woocommerce-no-js .woocommerce-form-coupon-toggle,
.woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
    border-top: 3px solid #7f54b3;
    list-style: none outside;
    width: auto;
    word-wrap: break-word
}

.woocommerce-error:after,
.woocommerce-error:before,
.woocommerce-info:after,
.woocommerce-info:before,
.woocommerce-message:after,
.woocommerce-message:before {
    content: " ";
    display: table
}

.woocommerce-error:after,
.woocommerce-info:after,
.woocommerce-message:after {
    clear: both
}

.woocommerce-error:before,
.woocommerce-info:before,
.woocommerce-message:before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
    float: right
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.rtl.woocommerce .price_label,
.rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

.woocommerce-message:before {
    content: "\e015";
    color: #8fae1b
}

.woocommerce-info {
    border-top-color: #1e85be
}

.woocommerce-info:before {
    color: #1e85be
}

.woocommerce-error {
    border-top-color: #b81c23
}

.woocommerce-error:before {
    content: "\e016";
    color: #b81c23
}

.woocommerce-account .woocommerce:after,
.woocommerce-account .woocommerce:before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce:after {
    clear: both
}

.woocommerce-account .addresses .title:after,
.woocommerce-account .addresses .title:before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title:after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0
}

.woocommerce-account ul.digital-downloads li:before {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: "\e00a";
    text-decoration: none
}

.woocommerce-account ul.digital-downloads li .count {
    float: right
}

#add_payment_method table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    float: left;
    box-sizing: border-box;
    border: 1px solid #cfc8d8;
    padding: 6px 6px 5px;
    margin: 0 4px 0 0;
    outline: 0
}

#add_payment_method table.cart input,
.woocommerce-cart table.cart input,
.woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

#add_payment_method .wc-proceed-to-checkout:after,
#add_payment_method .wc-proceed-to-checkout:before,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:before,
.woocommerce-checkout .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:before {
    content: " ";
    display: table
}

#add_payment_method .wc-proceed-to-checkout:after,
.woocommerce-cart .wc-proceed-to-checkout:after,
.woocommerce-checkout .wc-proceed-to-checkout:after {
    clear: both
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
    display: block;
    text-align: center;
    margin-bottom: 1em;
    font-size: 1.25em;
    padding: 1em
}

#add_payment_method .cart-collaterals .shipping-calculator-button,
.woocommerce-cart .cart-collaterals .shipping-calculator-button,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block
}

#add_payment_method .cart-collaterals .shipping-calculator-button:after,
.woocommerce-cart .cart-collaterals .shipping-calculator-button:after,
.woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: .618em;
    content: "\e019";
    text-decoration: none
}

#add_payment_method .cart-collaterals .shipping-calculator-form,
.woocommerce-cart .cart-collaterals .shipping-calculator-form,
.woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small,
.woocommerce-cart .cart-collaterals .cart_totals p small,
.woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table,
.woocommerce-cart .cart-collaterals .cart_totals table,
.woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,
#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 35%
}

#add_payment_method .cart-collaterals .cart_totals table td,
#add_payment_method .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-checkout .cart-collaterals .cart_totals table td,
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em
}

#add_payment_method .cart-collaterals .cart_totals table small,
.woocommerce-cart .cart-collaterals .cart_totals table small,
.woocommerce-checkout .cart-collaterals .cart_totals table small {
    color: #767676
}

#add_payment_method .cart-collaterals .cart_totals table select,
.woocommerce-cart .cart-collaterals .cart_totals table select,
.woocommerce-checkout .cart-collaterals .cart_totals table select {
    width: 100%
}

#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #b3af54
}

#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #e9e6ed
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,
.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,
.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address,
.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none
}

#add_payment_method .checkout .col-2 .notes,
.woocommerce-cart .checkout .col-2 .notes,
.woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first,
.woocommerce-cart .checkout .col-2 .form-row-first,
.woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small,
.woocommerce-cart .checkout .create-account small,
.woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address,
.woocommerce-cart .checkout div.shipping-address,
.woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%
}

#add_payment_method .checkout .shipping_address,
.woocommerce-cart .checkout .shipping_address,
.woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #e9e6ed;
    border-radius: 5px
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #cfc8d8;
    margin: 0;
    list-style: none outside
}

#add_payment_method #payment ul.payment_methods:after,
#add_payment_method #payment ul.payment_methods:before,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:before,
.woocommerce-checkout #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods:after,
.woocommerce-cart #payment ul.payment_methods:after,
.woocommerce-checkout #payment ul.payment_methods:after {
    clear: both
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 2;
    text-align: left;
    margin: 0;
    font-weight: 400
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0
}

#add_payment_method #payment ul.payment_methods li img,
.woocommerce-cart #payment ul.payment_methods li img,
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none
}

#add_payment_method #payment ul.payment_methods li img+img,
.woocommerce-cart #payment ul.payment_methods li img+img,
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 2px
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
    content: " ";
    display: table
}

#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after,
.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
    clear: both
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding: 1em
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 1em 0;
    font-size: .92em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #dcd7e3;
    color: #515151
}

#add_payment_method #payment div.payment_box input.input-text,
#add_payment_method #payment div.payment_box textarea,
.woocommerce-cart #payment div.payment_box input.input-text,
.woocommerce-cart #payment div.payment_box textarea,
.woocommerce-checkout #payment div.payment_box input.input-text,
.woocommerce-checkout #payment div.payment_box textarea {
    border-color: #c2b9ce;
    border-top-color: #b5aac3
}

#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,
.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box :-moz-placeholder,
.woocommerce-cart #payment div.payment_box :-moz-placeholder,
.woocommerce-checkout #payment div.payment_box :-moz-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box :-ms-input-placeholder,
.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,
.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
    color: #b5aac3
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
    list-style: none outside;
    margin: 0
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
    margin: 0 0 .5em
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
    cursor: pointer
}

#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,
.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
    vertical-align: middle;
    margin: -3px 1em 0 0;
    position: relative
}

#add_payment_method #payment div.payment_box .wc-credit-card-form,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
    border: 0;
    padding: 0;
    margin: 1em 0 0
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
    font-size: 1.5em;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: right .618em center;
    background-size: 32px 20px
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
    background-image: url(../image/visa.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
    background-image: url(../image/mastercard.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
    background-image: url(../image/laser.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
    background-image: url(../image/diners.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
    background-image: url(../image/maestro.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
    background-image: url(../image/jcb.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
    background-image: url(../image/amex.svg)
}

#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,
.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
    background-image: url(../image/discover.svg)
}

#add_payment_method #payment div.payment_box span.help,
.woocommerce-cart #payment div.payment_box span.help,
.woocommerce-checkout #payment div.payment_box span.help {
    font-size: .857em;
    color: #767676;
    font-weight: 400
}

#add_payment_method #payment div.payment_box .form-row,
.woocommerce-cart #payment div.payment_box .form-row,
.woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 0 1em
}

#add_payment_method #payment div.payment_box p:last-child,
.woocommerce-cart #payment div.payment_box p:last-child,
.woocommerce-checkout #payment div.payment_box p:last-child {
    margin-bottom: 0
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
    content: "";
    display: block;
    border: 1em solid #dcd7e3;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em
}

#add_payment_method #payment .payment_method_paypal .about_paypal,
.woocommerce-cart #payment .payment_method_paypal .about_paypal,
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    float: right;
    line-height: 52px;
    font-size: .83em
}

#add_payment_method #payment .payment_method_paypal img,
.woocommerce-cart #payment .payment_method_paypal img,
.woocommerce-checkout #payment .payment_method_paypal img {
    max-height: 52px;
    vertical-align: middle
}

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    background: rgba(0, 0, 0, .05)
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733
}

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title,
.single-product .twentythirteen #respond #commentform,
.single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands"
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-radius: var(--fa-border-radius, .1em);
    border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade,
.fa-fade {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s)
}

.fa-beat-fade {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake,
.fa-spin {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s
    }
}

@-webkit-keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@-webkit-keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,
    24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,
    24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.fa-0:before {
    content: "\30"
}

.fa-1:before {
    content: "\31"
}

.fa-2:before {
    content: "\32"
}

.fa-3:before {
    content: "\33"
}

.fa-4:before {
    content: "\34"
}

.fa-5:before {
    content: "\35"
}

.fa-6:before {
    content: "\36"
}

.fa-7:before {
    content: "\37"
}

.fa-8:before {
    content: "\38"
}

.fa-9:before {
    content: "\39"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-arrows-to-circle:before {
    content: "\e4bd"
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
    content: "\f138"
}

.fa-at:before {
    content: "\40"
}

.fa-trash-alt:before,
.fa-trash-can:before {
    content: "\f2ed"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-user-times:before,
.fa-user-xmark:before {
    content: "\f235"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-comment-alt:before,
.fa-message:before {
    content: "\f27a"
}

.fa-info:before {
    content: "\f129"
}

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
    content: "\f422"
}

.fa-explosion:before {
    content: "\e4e9"
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
    content: "\f15c"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-building-un:before {
    content: "\e4d9"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: "\f073"
}

.fa-anchor-circle-check:before {
    content: "\e4aa"
}

.fa-building-circle-arrow-right:before {
    content: "\e4d1"
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
    content: "\f45f"
}

.fa-arrows-up-to-line:before {
    content: "\e4c2"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-circle-minus:before,
.fa-minus-circle:before {
    content: "\f056"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
    content: "\f86d"
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
    content: "\f539"
}

.fa-bridge-circle-check:before {
    content: "\e4c9"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-magnifying-glass-location:before,
.fa-search-location:before {
    content: "\f689"
}

.fa-forward-step:before,
.fa-step-forward:before {
    content: "\f051"
}

.fa-face-smile-beam:before,
.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-football-ball:before,
.fa-football:before {
    content: "\f44e"
}

.fa-school-circle-exclamation:before {
    content: "\e56c"
}

.fa-crop:before {
    content: "\f125"
}

.fa-angle-double-down:before,
.fa-angles-down:before {
    content: "\f103"
}

.fa-users-rectangle:before {
    content: "\e594"
}

.fa-people-roof:before {
    content: "\e537"
}

.fa-people-line:before {
    content: "\e534"
}

.fa-beer-mug-empty:before,
.fa-beer:before {
    content: "\f0fc"
}

.fa-diagram-predecessor:before {
    content: "\e477"
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-burn:before,
.fa-fire-flame-simple:before {
    content: "\f46a"
}

.fa-male:before,
.fa-person:before {
    content: "\f183"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-truck-plane:before {
    content: "\e58f"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
    content: "\f587"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
    content: "\f67b"
}

.fa-arrow-down-up-across-line:before {
    content: "\e4af"
}

.fa-spoon:before,
.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-jar-wheat:before {
    content: "\e517"
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
    content: "\f674"
}

.fa-file-circle-exclamation:before {
    content: "\e4eb"
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-pager:before {
    content: "\f815"
}

.fa-address-book:before,
.fa-contact-book:before {
    content: "\f2b9"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-k:before {
    content: "\4b"
}

.fa-landmark-flag:before {
    content: "\e51c"
}

.fa-pencil-alt:before,
.fa-pencil:before {
    content: "\f303"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-comments:before {
    content: "\f086"
}

.fa-file-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-code-pull-request:before {
    content: "\e13c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
    content: "\f4de"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-vial-virus:before {
    content: "\e597"
}

.fa-sheet-plastic:before {
    content: "\e571"
}

.fa-blog:before {
    content: "\f781"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-person-arrow-up-from-line:before {
    content: "\e539"
}

.fa-scroll-torah:before,
.fa-torah:before {
    content: "\f6a0"
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
    content: "\f458"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-archive:before,
.fa-box-archive:before {
    content: "\f187"
}

.fa-person-drowning:before {
    content: "\e545"
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-w:before {
    content: "\57"
}

.fa-earth-africa:before,
.fa-globe-africa:before {
    content: "\f57c"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
    content: "\f3fa"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-trowel-bricks:before {
    content: "\e58a"
}

.fa-face-flushed:before,
.fa-flushed:before {
    content: "\f579"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-tent-arrow-left-right:before {
    content: "\e57f"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-bell-concierge:before,
.fa-concierge-bell:before {
    content: "\f562"
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
    content: "\e068"
}

.fa-mars-and-venus-burst:before {
    content: "\e523"
}

.fa-caret-square-right:before,
.fa-square-caret-right:before {
    content: "\f152"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-sun-plant-wilt:before {
    content: "\e57a"
}

.fa-toilets-portable:before {
    content: "\e584"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magnifying-glass-arrow-right:before {
    content: "\e521"
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
    content: "\f566"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-clover:before {
    content: "\e139"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f3e5"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-house-fire:before {
    content: "\e50c"
}

.fa-minus-square:before,
.fa-square-minus:before {
    content: "\f146"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-down:before,
.fa-square-caret-down:before {
    content: "\f150"
}

.fa-file-circle-question:before {
    content: "\e4ef"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-bars:before,
.fa-navicon:before {
    content: "\f0c9"
}

.fa-people-group:before {
    content: "\e533"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-heart-broken:before,
.fa-heart-crack:before {
    content: "\f7a9"
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
    content: "\f360"
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
    content: "\f597"
}

.fa-film:before {
    content: "\f008"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-people-robbery:before {
    content: "\e536"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-school-circle-xmark:before {
    content: "\e56d"
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
    content: "\f08b"
}

.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
    content: "\f13a"
}

.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
    content: "\f13e"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
    content: "\f58f"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
    content: "\f4b9"
}

.fa-memory:before {
    content: "\f538"
}

.fa-road-spikes:before {
    content: "\e568"
}

.fa-fire-burner:before {
    content: "\e4f1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-volume-down:before,
.fa-volume-low:before {
    content: "\f027"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-compress:before {
    content: "\f066"
}

.fa-wheat-alt:before,
.fa-wheat-awn:before {
    content: "\e2cd"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-hands-holding-child:before {
    content: "\e4fa"
}

.fa-asterisk:before {
    content: "\2a"
}

.fa-check-square:before,
.fa-square-check:before {
    content: "\f14a"
}

.fa-peseta-sign:before {
    content: "\e221"
}

.fa-header:before,
.fa-heading:before {
    content: "\f1dc"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-list-squares:before,
.fa-list:before {
    content: "\f03a"
}

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
    content: "\f87b"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-circle-dot:before,
.fa-dot-circle:before {
    content: "\f192"
}

.fa-dizzy:before,
.fa-face-dizzy:before {
    content: "\f567"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-house-medical-circle-xmark:before {
    content: "\e513"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
    content: "\f1e3"
}

.fa-paint-brush:before,
.fa-paintbrush:before {
    content: "\f1fc"
}

.fa-lock:before {
    content: "\f023"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
    content: "\f593"
}

.fa-map-location:before,
.fa-map-marked:before {
    content: "\f59f"
}

.fa-house-flood-water:before {
    content: "\e50e"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-bridge-lock:before {
    content: "\e4cc"
}

.fa-sack-dollar:before {
    content: "\f81d"
}

.fa-edit:before,
.fa-pen-to-square:before {
    content: "\f044"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-share-alt:before,
.fa-share-nodes:before {
    content: "\f1e0"
}

.fa-heart-circle-minus:before {
    content: "\e4ff"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
    content: "\f290"
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-person-rays:before {
    content: "\e54d"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-flask-vial:before {
    content: "\e4f3"
}

.fa-hand-paper:before,
.fa-hand:before {
    content: "\f256"
}

.fa-om:before {
    content: "\f679"
}

.fa-worm:before {
    content: "\e599"
}

.fa-house-circle-xmark:before {
    content: "\e50b"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-face-kiss:before,
.fa-kiss:before {
    content: "\f596"
}

.fa-bridge-circle-xmark:before {
    content: "\e4cb"
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
    content: "\f589"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
    content: "\f58c"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-road-circle-check:before {
    content: "\e564"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-rss-square:before,
.fa-square-rss:before {
    content: "\f143"
}

.fa-land-mine-on:before {
    content: "\e51b"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-stairs:before {
    content: "\e289"
}

.fa-i:before {
    content: "\49"
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-pills:before {
    content: "\f484"
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
    content: "\f581"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-v:before {
    content: "\56"
}

.fa-bangladeshi-taka-sign:before {
    content: "\e2e6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
    content: "\e579"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-ambulance:before,
.fa-truck-medical:before {
    content: "\f0f9"
}

.fa-wheat-awn-circle-exclamation:before {
    content: "\e598"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-road-barrier:before {
    content: "\e562"
}

.fa-school:before {
    content: "\f549"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-joint:before {
    content: "\f595"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-q:before {
    content: "\51"
}

.fa-g:before {
    content: "\47"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-dong-sign:before {
    content: "\e169"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
    content: "\f75a"
}

.fa-face-frown-open:before,
.fa-frown-open:before {
    content: "\f57a"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-helmet-un:before {
    content: "\e503"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-arrow-up-from-bracket:before {
    content: "\e09a"
}

.fa-folder-blank:before,
.fa-folder:before {
    content: "\f07b"
}

.fa-file-medical-alt:before,
.fa-file-waveform:before {
    content: "\f478"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-chart-simple:before {
    content: "\e473"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-vial:before {
    content: "\f492"
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
    content: "\e2ca"
}

.fa-e:before {
    content: "\45"
}

.fa-pen-alt:before,
.fa-pen-clip:before {
    content: "\f305"
}

.fa-bridge-circle-exclamation:before {
    content: "\e4ca"
}

.fa-user:before {
    content: "\f007"
}

.fa-school-circle-check:before {
    content: "\e56b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
    content: "\f5b6"
}

.fa-building-user:before {
    content: "\e4da"
}

.fa-caret-square-left:before,
.fa-square-caret-left:before {
    content: "\f191"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-key:before {
    content: "\f084"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-person-half-dress:before {
    content: "\e548"
}

.fa-road-bridge:before {
    content: "\e563"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-c:before {
    content: "\43"
}

.fa-tablet-button:before {
    content: "\f10a"
}

.fa-building-lock:before {
    content: "\e4d6"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-area-chart:before,
.fa-chart-area:before {
    content: "\f1fe"
}

.fa-house-flag:before {
    content: "\e50d"
}

.fa-person-circle-minus:before {
    content: "\e540"
}

.fa-ban:before,
.fa-cancel:before {
    content: "\f05e"
}

.fa-camera-rotate:before {
    content: "\e0d8"
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
    content: "\f5d0"
}

.fa-star:before {
    content: "\f005"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-cross:before {
    content: "\f654"
}

.fa-box:before {
    content: "\f466"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-expand-arrows-alt:before,
.fa-maximize:before {
    content: "\f31e"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
    content: "\f61f"
}

.fa-random:before,
.fa-shuffle:before {
    content: "\f074"
}

.fa-person-running:before,
.fa-running:before {
    content: "\f70c"
}

.fa-mobile-retro:before {
    content: "\e527"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-spider:before {
    content: "\f717"
}

.fa-hands-bound:before {
    content: "\e4f9"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-plane-circle-exclamation:before {
    content: "\e556"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-slash:before {
    content: "\f715"
}

.fa-computer-mouse:before,
.fa-mouse:before {
    content: "\f8cc"
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
    content: "\f090"
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-server:before {
    content: "\f233"
}

.fa-virus-covid-slash:before {
    content: "\e4a9"
}

.fa-shop-lock:before {
    content: "\e4a5"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-building-wheat:before {
    content: "\e4db"
}

.fa-person-breastfeeding:before {
    content: "\e53a"
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-venus:before {
    content: "\f221"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
    content: "\f21e"
}

.fa-people-carry-box:before,
.fa-people-carry:before {
    content: "\f4ce"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-crown:before {
    content: "\f521"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-xmarks-lines:before {
    content: "\e59a"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-weight-scale:before,
.fa-weight:before {
    content: "\f496"
}

.fa-user-friends:before,
.fa-user-group:before {
    content: "\f500"
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
    content: "\f0aa"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-person-walking:before,
.fa-walking:before {
    content: "\f554"
}

.fa-l:before {
    content: "\4c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-bed-pulse:before,
.fa-procedures:before {
    content: "\f487"
}

.fa-shuttle-space:before,
.fa-space-shuttle:before {
    content: "\f197"
}

.fa-face-laugh:before,
.fa-laugh:before {
    content: "\f599"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-heart-circle-plus:before {
    content: "\e500"
}

.fa-code-fork:before {
    content: "\e13b"
}

.fa-city:before {
    content: "\f64f"
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
    content: "\f3c9"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-colon-sign:before {
    content: "\e140"
}

.fa-headset:before {
    content: "\f590"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-road-circle-xmark:before {
    content: "\e566"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-house-circle-exclamation:before {
    content: "\e50a"
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
    content: "\f574"
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
    content: "\f1eb"
}

.fa-bath:before,
.fa-bathtub:before {
    content: "\f2cd"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-user-edit:before,
.fa-user-pen:before {
    content: "\f4ff"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-bold:before {
    content: "\f032"
}

.fa-anchor-lock:before {
    content: "\e4ad"
}

.fa-building-ngo:before {
    content: "\e4d7"
}

.fa-manat-sign:before {
    content: "\e1d5"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-border-style:before,
.fa-border-top-left:before {
    content: "\f853"
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-poll:before,
.fa-square-poll-vertical:before {
    content: "\f681"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-battery-car:before,
.fa-car-battery:before {
    content: "\f5df"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-building-circle-check:before {
    content: "\e4d2"
}

.fa-person-chalkboard:before {
    content: "\e53d"
}

.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
    content: "\f22b"
}

.fa-hand-back-fist:before,
.fa-hand-rock:before {
    content: "\f255"
}

.fa-caret-square-up:before,
.fa-square-caret-up:before {
    content: "\f151"
}

.fa-cloud-showers-water:before {
    content: "\e4e4"
}

.fa-bar-chart:before,
.fa-chart-bar:before {
    content: "\f080"
}

.fa-hands-bubbles:before,
.fa-hands-wash:before {
    content: "\e05e"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-train:before {
    content: "\f238"
}

.fa-eye-low-vision:before,
.fa-low-vision:before {
    content: "\f2a8"
}

.fa-crow:before {
    content: "\f520"
}

.fa-sailboat:before {
    content: "\e445"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-plus-square:before,
.fa-square-plus:before {
    content: "\f0fe"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-bucket:before {
    content: "\e4cf"
}

.fa-image:before {
    content: "\f03e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-folder-closed:before {
    content: "\e185"
}

.fa-house-tsunami:before {
    content: "\e515"
}

.fa-square-nfi:before {
    content: "\e576"
}

.fa-arrow-up-from-ground-water:before {
    content: "\e4b5"
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
    content: "\f57b"
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-columns:before,
.fa-table-columns:before {
    content: "\f0db"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-dolly-box:before,
.fa-dolly:before {
    content: "\f472"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
    content: "\f78c"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-angle-double-right:before,
.fa-angles-right:before {
    content: "\f101"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-circle-play:before,
.fa-play-circle:before {
    content: "\f144"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
    content: "\f153"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-check-circle:before,
.fa-circle-check:before {
    content: "\f058"
}

.fa-circle-stop:before,
.fa-stop-circle:before {
    content: "\f28d"
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
    content: "\f568"
}

.fa-plate-wheat:before {
    content: "\e55a"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-person-shelter:before {
    content: "\e54f"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-helicopter-symbol:before {
    content: "\e502"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
    content: "\f139"
}

.fa-lari-sign:before {
    content: "\e1c8"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: "\e553"
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
    content: "\f154"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-square-person-confined:before {
    content: "\e577"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-tent-arrow-down-to-line:before {
    content: "\e57e"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-person-skating:before,
.fa-skating:before {
    content: "\f7c5"
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
    content: "\f0ab"
}

.fa-arrow-right-to-file:before,
.fa-file-import:before {
    content: "\f56f"
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
    content: "\f14c"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-location-pin-lock:before {
    content: "\e51f"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-hill-avalanche:before {
    content: "\e507"
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
    content: "\f516"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-diamond-turn-right:before,
.fa-directions:before {
    content: "\f5eb"
}

.fa-burst:before {
    content: "\e4dc"
}

.fa-house-laptop:before,
.fa-laptop-house:before {
    content: "\e066"
}

.fa-face-tired:before,
.fa-tired:before {
    content: "\f5c8"
}

.fa-money-bills:before {
    content: "\e1f3"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-arrows-turn-right:before {
    content: "\e4c0"
}

.fa-vest:before {
    content: "\e085"
}

.fa-ferry:before {
    content: "\e4ea"
}

.fa-arrows-down-to-people:before {
    content: "\e4b9"
}

.fa-seedling:before,
.fa-sprout:before {
    content: "\f4d8"
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
    content: "\f337"
}

.fa-boxes-packing:before {
    content: "\e4c7"
}

.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
    content: "\f0a8"
}

.fa-group-arrows-rotate:before {
    content: "\e4f6"
}

.fa-bowl-food:before {
    content: "\e4c6"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
    content: "\f76c"
}

.fa-remove-format:before,
.fa-text-slash:before {
    content: "\f87d"
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
    content: "\f4da"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-arrows-h:before,
.fa-arrows-left-right:before {
    content: "\f07e"
}

.fa-house-lock:before {
    content: "\e510"
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-children:before {
    content: "\e4e1"
}

.fa-blackboard:before,
.fa-chalkboard:before {
    content: "\f51b"
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
    content: "\f4fa"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
    content: "\e05f"
}

.fa-mattress-pillow:before {
    content: "\e525"
}

.fa-guarani-sign:before {
    content: "\e19a"
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
    content: "\f021"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-cruzeiro-sign:before {
    content: "\e152"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-shield-alt:before,
.fa-shield-halved:before {
    content: "\f3ed"
}

.fa-atlas:before,
.fa-book-atlas:before {
    content: "\f558"
}

.fa-virus:before {
    content: "\e074"
}

.fa-envelope-circle-check:before {
    content: "\e4e8"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-arrows-to-dot:before {
    content: "\e4be"
}

.fa-archway:before {
    content: "\f557"
}

.fa-heart-circle-check:before {
    content: "\e4fd"
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
    content: "\f6f1"
}

.fa-file-archive:before,
.fa-file-zipper:before {
    content: "\f1c6"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
    content: "\f000"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cedi-sign:before {
    content: "\e0df"
}

.fa-italic:before {
    content: "\f033"
}

.fa-church:before {
    content: "\f51d"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-z:before {
    content: "\5a"
}

.fa-person-skiing:before,
.fa-skiing:before {
    content: "\f7c9"
}

.fa-road-lock:before {
    content: "\e567"
}

.fa-a:before {
    content: "\41"
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
    content: "\e03f"
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
    content: "\f56b"
}

.fa-p:before {
    content: "\50"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-ad:before,
.fa-rectangle-ad:before {
    content: "\f641"
}

.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
    content: "\f0a9"
}

.fa-filter-circle-xmark:before {
    content: "\e17b"
}

.fa-locust:before {
    content: "\e520"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
    content: "\f0cb"
}

.fa-person-dress-burst:before {
    content: "\e544"
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
    content: "\f53d"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-question:before {
    content: "\3f"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
    content: "\f0b2"
}

.fa-house-chimney-user:before {
    content: "\e065"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
    content: "\f5c0"
}

.fa-code:before {
    content: "\f121"
}

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
    content: "\f7a0"
}

.fa-building-circle-exclamation:before {
    content: "\e4d3"
}

.fa-magnifying-glass-chart:before {
    content: "\e522"
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
    content: "\f08e"
}

.fa-cubes-stacked:before {
    content: "\e4e6"
}

.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
    content: "\f159"
}

.fa-virus-covid:before {
    content: "\e4a8"
}

.fa-austral-sign:before {
    content: "\e0a9"
}

.fa-f:before {
    content: "\46"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-road:before {
    content: "\f018"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-person-circle-plus:before {
    content: "\e541"
}

.fa-chart-pie:before,
.fa-pie-chart:before {
    content: "\f200"
}

.fa-bolt-lightning:before {
    content: "\e0b7"
}

.fa-sack-xmark:before {
    content: "\e56a"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-fish-fins:before {
    content: "\e4f2"
}

.fa-building-flag:before {
    content: "\e4d5"
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
    content: "\f582"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-poop:before {
    content: "\f619"
}

.fa-location-pin:before,
.fa-map-marker:before {
    content: "\f041"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
    content: "\f807"
}

.fa-eject:before {
    content: "\f052"
}

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
    content: "\f35a"
}

.fa-plane-circle-check:before {
    content: "\e555"
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-chart-line:before,
.fa-line-chart:before {
    content: "\f201"
}

.fa-mask-ventilator:before {
    content: "\e524"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-map-signs:before,
.fa-signs-post:before {
    content: "\f277"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-person-circle-question:before {
    content: "\e542"
}

.fa-h:before {
    content: "\48"
}

.fa-tarp:before {
    content: "\e57b"
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
    content: "\f7d9"
}

.fa-arrows-to-eye:before {
    content: "\e4bf"
}

.fa-plug-circle-bolt:before {
    content: "\e55b"
}

.fa-heart:before {
    content: "\f004"
}

.fa-mars-and-venus:before {
    content: "\f224"
}

.fa-home-user:before,
.fa-house-user:before {
    content: "\e1b0"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-house-crack:before {
    content: "\e3b1"
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
    content: "\f561"
}

.fa-face-surprise:before,
.fa-surprise:before {
    content: "\f5c2"
}

.fa-bottle-water:before {
    content: "\e4c5"
}

.fa-circle-pause:before,
.fa-pause-circle:before {
    content: "\f28b"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-apple-alt:before,
.fa-apple-whole:before {
    content: "\f5d1"
}

.fa-kitchen-set:before {
    content: "\e51a"
}

.fa-r:before {
    content: "\52"
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-bitcoin-sign:before {
    content: "\e0b4"
}

.fa-shield-dog:before {
    content: "\e573"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-elevator:before {
    content: "\e16d"
}

.fa-money-bill-transfer:before {
    content: "\e528"
}

.fa-money-bill-trend-up:before {
    content: "\e529"
}

.fa-house-flood-water-circle-arrow-right:before {
    content: "\e50f"
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
    content: "\f682"
}

.fa-circle:before {
    content: "\f111"
}

.fa-backward-fast:before,
.fa-fast-backward:before {
    content: "\f049"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-basketball-ball:before,
.fa-basketball:before {
    content: "\f434"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
    content: "\f35b"
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
    content: "\f3cd"
}

.fa-volume-high:before,
.fa-volume-up:before {
    content: "\f028"
}

.fa-users-rays:before {
    content: "\e593"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-burger:before,
.fa-hamburger:before {
    content: "\f805"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-bugs:before {
    content: "\e4d0"
}

.fa-rupee-sign:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-circle-question:before,
.fa-question-circle:before {
    content: "\f059"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-book-bookmark:before {
    content: "\e0bb"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-bridge:before {
    content: "\e4c8"
}

.fa-phone-alt:before,
.fa-phone-flip:before {
    content: "\f879"
}

.fa-truck-front:before {
    content: "\e2b7"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-anchor-circle-exclamation:before {
    content: "\e4ab"
}

.fa-truck-field:before {
    content: "\e58d"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-clipboard-question:before {
    content: "\e4e3"
}

.fa-panorama:before {
    content: "\e209"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-file-circle-minus:before {
    content: "\e4ed"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-fast-forward:before,
.fa-forward-fast:before {
    content: "\f050"
}

.fa-face-meh-blank:before,
.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-parking:before,
.fa-square-parking:before {
    content: "\f540"
}

.fa-house-signal:before {
    content: "\e012"
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
    content: "\f828"
}

.fa-faucet-drip:before {
    content: "\e006"
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-mobile-button:before {
    content: "\f10b"
}

.fa-house-medical-flag:before {
    content: "\e514"
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
    content: "\f291"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-bus-alt:before,
.fa-bus-simple:before {
    content: "\f55e"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-face-sad-cry:before,
.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-person-military-to-person:before {
    content: "\e54c"
}

.fa-file-shield:before {
    content: "\e4f0"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-pen:before {
    content: "\f304"
}

.fa-tower-observation:before {
    content: "\e586"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
    content: "\f012"
}

.fa-bus:before {
    content: "\f207"
}

.fa-heart-circle-xmark:before {
    content: "\e501"
}

.fa-home-lg:before,
.fa-house-chimney:before {
    content: "\e3af"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-face-frown:before,
.fa-frown:before {
    content: "\f119"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-shop:before,
.fa-store-alt:before {
    content: "\f54f"
}

.fa-floppy-disk:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
    content: "\f515"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-comment-dots:before,
.fa-commenting:before {
    content: "\f4ad"
}

.fa-plant-wilt:before {
    content: "\e5aa"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-face-grin-squint:before,
.fa-grin-squint:before {
    content: "\f585"
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hands-praying:before,
.fa-praying-hands:before {
    content: "\f684"
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
    content: "\f01e"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-location-crosshairs:before,
.fa-location:before {
    content: "\f601"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-child-dress:before {
    content: "\e59c"
}

.fa-users-between-lines:before {
    content: "\e591"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
    content: "\f588"
}

.fa-phone:before {
    content: "\f095"
}

.fa-calendar-times:before,
.fa-calendar-xmark:before {
    content: "\f273"
}

.fa-child-reaching:before {
    content: "\e59d"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-user-cog:before,
.fa-user-gear:before {
    content: "\f4fe"
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-mosquito-net:before {
    content: "\e52c"
}

.fa-bridge-water:before {
    content: "\e4ce"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-digging:before,
.fa-person-digging:before {
    content: "\f85e"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
    content: "\f629"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
    content: "\f10e"
}

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
    content: "\f553"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-divide:before {
    content: "\f529"
}

.fa-tenge-sign:before,
.fa-tenge:before {
    content: "\f7d7"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-hands-holding:before {
    content: "\f4c2"
}

.fa-hands-clapping:before {
    content: "\e1a8"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-person-circle-xmark:before {
    content: "\e543"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-j:before {
    content: "\4a"
}

.fa-users-viewfinder:before {
    content: "\e595"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
    content: "\f35d"
}

.fa-table-cells:before,
.fa-th:before {
    content: "\f00a"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-bible:before,
.fa-book-bible:before {
    content: "\f647"
}

.fa-o:before {
    content: "\4f"
}

.fa-medkit:before,
.fa-suitcase-medical:before {
    content: "\f0fa"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-otter:before {
    content: "\f700"
}

.fa-female:before,
.fa-person-dress:before {
    content: "\f182"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-briefcase-clock:before,
.fa-business-time:before {
    content: "\f64a"
}

.fa-table-cells-large:before,
.fa-th-large:before {
    content: "\f009"
}

.fa-book-tanakh:before,
.fa-tanakh:before {
    content: "\f827"
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-clipboard-user:before {
    content: "\f7f3"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-plane-lock:before {
    content: "\e558"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-comment:before {
    content: "\f075"
}

.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
    content: "\f1fd"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-angle-double-up:before,
.fa-angles-up:before {
    content: "\f102"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-arrow-right-to-city:before {
    content: "\e4b3"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-litecoin-sign:before {
    content: "\e1d3"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-circle-nodes:before {
    content: "\e4e2"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-truck-field-un:before {
    content: "\e58e"
}

.fa-hourglass-empty:before,
.fa-hourglass:before {
    content: "\f254"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-user-doctor:before,
.fa-user-md:before {
    content: "\f0f0"
}

.fa-circle-info:before,
.fa-info-circle:before {
    content: "\f05a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-camera-alt:before,
.fa-camera:before {
    content: "\f030"
}

.fa-square-virus:before {
    content: "\e578"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-car-on:before {
    content: "\e4dd"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-water:before {
    content: "\f773"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
    content: "\f486"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-person-cane:before {
    content: "\e53c"
}

.fa-tent:before {
    content: "\e57d"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-money-bill-wheat:before {
    content: "\e52a"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-hard-drive:before,
.fa-hdd:before {
    content: "\f0a0"
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-list-alt:before,
.fa-rectangle-list:before {
    content: "\f022"
}

.fa-tarp-droplet:before {
    content: "\e57c"
}

.fa-house-medical-circle-check:before {
    content: "\e511"
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
    content: "\f359"
}

.fa-subway:before,
.fa-train-subway:before {
    content: "\f239"
}

.fa-chart-gantt:before {
    content: "\e0e4"
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
    content: "\e1bc"
}

.fa-crop-alt:before,
.fa-crop-simple:before {
    content: "\f565"
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-dna:before {
    content: "\f471"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-minus:before,
.fa-subtract:before {
    content: "\f068"
}

.fa-chess:before {
    content: "\f439"
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-plug-circle-check:before {
    content: "\e55c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-franc-sign:before {
    content: "\e18f"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
    content: "\f2a3"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-droplet-slash:before,
.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-mosquito:before {
    content: "\e52b"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-person-military-rifle:before {
    content: "\e54b"
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-vials:before {
    content: "\f493"
}

.fa-plug-circle-plus:before {
    content: "\e55f"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
    content: "\f148"
}

.fa-u:before {
    content: "\55"
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
    content: "\f698"
}

.fa-clock-four:before,
.fa-clock:before {
    content: "\f017"
}

.fa-backward-step:before,
.fa-step-backward:before {
    content: "\f048"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-baseball-bat-ball:before {
    content: "\f432"
}

.fa-s:before {
    content: "\53"
}

.fa-timeline:before {
    content: "\e29c"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
    content: "\f7f2"
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
    content: "\f3cf"
}

.fa-plane-up:before {
    content: "\e22d"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-battery-3:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-mountain-city:before {
    content: "\e52e"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-sliders-h:before,
.fa-sliders:before {
    content: "\f1de"
}

.fa-folder-tree:before {
    content: "\f802"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-cent-sign:before {
    content: "\e3f5"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-person-pregnant:before {
    content: "\e31e"
}

.fa-wand-sparkles:before {
    content: "\f72b"
}

.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
    content: "\f142"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
    content: "\f30b"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-laptop-file:before {
    content: "\e51d"
}

.fa-teletype:before,
.fa-tty:before {
    content: "\f1e4"
}

.fa-diagram-next:before {
    content: "\e476"
}

.fa-person-rifle:before {
    content: "\e54e"
}

.fa-house-medical-circle-exclamation:before {
    content: "\e512"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-hiking:before,
.fa-person-hiking:before {
    content: "\f6ec"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-images:before {
    content: "\f302"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-people-pulling:before {
    content: "\e535"
}

.fa-n:before {
    content: "\4e"
}

.fa-cable-car:before,
.fa-tram:before {
    content: "\f7da"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-building-circle-xmark:before {
    content: "\e4d4"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-arrows-down-to-line:before {
    content: "\e4b8"
}

.fa-download:before {
    content: "\f019"
}

.fa-face-grin:before,
.fa-grin:before {
    content: "\f580"
}

.fa-backspace:before,
.fa-delete-left:before {
    content: "\f55a"
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-file-circle-check:before {
    content: "\e5a0"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f3ce"
}

.fa-face-meh:before,
.fa-meh:before {
    content: "\f11a"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-book-dead:before,
.fa-book-skull:before {
    content: "\f6b7"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-heart-circle-exclamation:before {
    content: "\e4fe"
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
    content: "\f015"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-b:before {
    content: "\42"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
    content: "\f0ec"
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
    content: "\f2f9"
}

.fa-cutlery:before,
.fa-utensils:before {
    content: "\f2e7"
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-mill-sign:before {
    content: "\e1ed"
}

.fa-bowl-rice:before {
    content: "\e2eb"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
    content: "\f519"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
    content: "\f30c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-upload:before {
    content: "\f093"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-mound:before {
    content: "\e52d"
}

.fa-toilet-portable:before {
    content: "\e583"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-file-arrow-down:before,
.fa-file-download:before {
    content: "\f56d"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-shield-cat:before {
    content: "\e572"
}

.fa-bolt:before,
.fa-zap:before {
    content: "\f0e7"
}

.fa-glass-water:before {
    content: "\e4f4"
}

.fa-oil-well:before {
    content: "\e532"
}

.fa-vault:before {
    content: "\e2c5"
}

.fa-mars:before {
    content: "\f222"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-plane-circle-xmark:before {
    content: "\e557"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-sun:before {
    content: "\f185"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-bore-hole:before {
    content: "\e4c3"
}

.fa-industry:before {
    content: "\f275"
}

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
    content: "\f358"
}

.fa-arrows-turn-to-dots:before {
    content: "\e4c1"
}

.fa-florin-sign:before {
    content: "\e184"
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-less-than:before {
    content: "\3c"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-car-tunnel:before {
    content: "\e4de"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-anchor-circle-xmark:before {
    content: "\e4ac"
}

.fa-ellipsis-h:before,
.fa-ellipsis:before {
    content: "\f141"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-first-aid:before,
.fa-kit-medical:before {
    content: "\f479"
}

.fa-person-through-window:before {
    content: "\e5a9"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-hands-holding-circle:before {
    content: "\e4fb"
}

.fa-bug:before {
    content: "\f188"
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
    content: "\f09d"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-hand-holding-hand:before {
    content: "\e4f7"
}

.fa-book-open-reader:before,
.fa-book-reader:before {
    content: "\f5da"
}

.fa-mountain-sun:before {
    content: "\e52f"
}

.fa-arrows-left-right-to-line:before {
    content: "\e4ba"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-truck-droplet:before {
    content: "\e58c"
}

.fa-file-circle-xmark:before {
    content: "\e5a1"
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
    content: "\e040"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-bed:before {
    content: "\f236"
}

.fa-h-square:before,
.fa-square-h:before {
    content: "\f0fd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-plug-circle-xmark:before {
    content: "\e560"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
    content: "\f4c4"
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-file:before {
    content: "\f15b"
}

.fa-greater-than:before {
    content: "\3e"
}

.fa-person-swimming:before,
.fa-swimmer:before {
    content: "\f5c4"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-droplet:before,
.fa-tint:before {
    content: "\f043"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
    content: "\f57d"
}

.fa-person-burst:before {
    content: "\e53b"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-socks:before {
    content: "\f696"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-section:before {
    content: "\e447"
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
    content: "\f625"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
    content: "\f0f8"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
    content: "\f550"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
    content: "\f29d"
}

.fa-drum:before {
    content: "\f569"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-heart-circle-bolt:before {
    content: "\e4fc"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
    content: "\f772"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
    content: "\f468"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
    content: "\f2a2"
}

.fa-tree-city:before {
    content: "\e587"
}

.fa-play:before {
    content: "\f04b"
}

.fa-font:before {
    content: "\f031"
}

.fa-rupiah-sign:before {
    content: "\e23d"
}

.fa-magnifying-glass:before,
.fa-search:before {
    content: "\f002"
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
    content: "\f45d"
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
    content: "\f470"
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-naira-sign:before {
    content: "\e1f6"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-walkie-talkie:before {
    content: "\f8ef"
}

.fa-file-edit:before,
.fa-file-pen:before {
    content: "\f31c"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
    content: "\f14b"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-person-circle-exclamation:before {
    content: "\e53f"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-code-compare:before {
    content: "\e13a"
}

.fa-list-dots:before,
.fa-list-ul:before {
    content: "\f0ca"
}

.fa-school-lock:before {
    content: "\e56f"
}

.fa-tower-cell:before {
    content: "\e585"
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-ranking-star:before {
    content: "\e561"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-person-harassing:before {
    content: "\e549"
}

.fa-brazilian-real-sign:before {
    content: "\e46c"
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
    content: "\f752"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-shrimp:before {
    content: "\e448"
}

.fa-list-check:before,
.fa-tasks:before {
    content: "\f0ae"
}

.fa-jug-detergent:before {
    content: "\e519"
}

.fa-circle-user:before,
.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-car-burst:before,
.fa-car-crash:before {
    content: "\f5e1"
}

.fa-y:before {
    content: "\59"
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
    content: "\f48b"
}

.fa-fish:before {
    content: "\f578"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
    content: "\f042"
}

.fa-clapperboard:before {
    content: "\e131"
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-baseball-ball:before,
.fa-baseball:before {
    content: "\f433"
}

.fa-jet-fighter-up:before {
    content: "\e518"
}

.fa-diagram-project:before,
.fa-project-diagram:before {
    content: "\f542"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
    content: "\f6a9"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-grip-horizontal:before,
.fa-grip:before {
    content: "\f58d"
}

.fa-share-from-square:before,
.fa-share-square:before {
    content: "\f14d"
}

.fa-child-combatant:before,
.fa-child-rifle:before {
    content: "\e4e0"
}

.fa-gun:before {
    content: "\e19b"
}

.fa-phone-square:before,
.fa-square-phone:before {
    content: "\f098"
}

.fa-add:before,
.fa-plus:before {
    content: "\2b"
}

.fa-expand:before {
    content: "\f065"
}

.fa-computer:before {
    content: "\e4e5"
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    content: "\f00d"
}

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
    content: "\f047"
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
    content: "\f51c"
}

.fa-peso-sign:before {
    content: "\e222"
}

.fa-building-shield:before {
    content: "\e4d8"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-users-line:before {
    content: "\e592"
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
    content: "\f10d"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
    content: "\f829"
}

.fa-arrow-down-up-lock:before {
    content: "\e4b0"
}

.fa-lines-leaning:before {
    content: "\e51e"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-equals:before {
    content: "\3d"
}

.fa-blender:before {
    content: "\f517"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-map:before {
    content: "\f279"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-photo-film:before,
.fa-photo-video:before {
    content: "\f87c"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-store:before {
    content: "\f54e"
}

.fa-arrow-trend-up:before {
    content: "\e098"
}

.fa-plug-circle-minus:before {
    content: "\e55e"
}

.fa-sign-hanging:before,
.fa-sign:before {
    content: "\f4d9"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-tablet-android:before,
.fa-tablet:before {
    content: "\f3fb"
}

.fa-school-flag:before {
    content: "\e56e"
}

.fa-fill:before {
    content: "\f575"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-notdef:before {
    content: "\e1fe"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-car-alt:before,
.fa-car-rear:before {
    content: "\f5de"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-battery-2:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-radio:before {
    content: "\f8d7"
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
    content: "\f77d"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-percent:before,
.fa-percentage:before {
    content: "\25"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-glass-water-droplet:before {
    content: "\e4f5"
}

.fa-display:before {
    content: "\e163"
}

.fa-face-smile:before,
.fa-smile:before {
    content: "\f118"
}

.fa-thumb-tack:before,
.fa-thumbtack:before {
    content: "\f08d"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-person-praying:before,
.fa-pray:before {
    content: "\f683"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-rotate:before,
.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-robot:before {
    content: "\f544"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-arrow-up-right-dots:before {
    content: "\e4b7"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
    content: "\f584"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-transgender-alt:before,
.fa-transgender:before {
    content: "\f225"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-arrow-turn-down:before,
.fa-level-down:before {
    content: "\f149"
}

.fa-person-falling-burst:before {
    content: "\e547"
}

.fa-award:before {
    content: "\f559"
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
    content: "\f3ff"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-angle-double-left:before,
.fa-angles-left:before {
    content: "\f100"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-clock-rotate-left:before,
.fa-history:before {
    content: "\f1da"
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
    content: "\f56e"
}

.fa-shield-blank:before,
.fa-shield:before {
    content: "\f132"
}

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-house-medical:before {
    content: "\e3b2"
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
    content: "\f450"
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
    content: "\f137"
}

.fa-house-chimney-window:before {
    content: "\e00d"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-tent-arrow-turn-left:before {
    content: "\e580"
}

.fa-tents:before {
    content: "\e582"
}

.fa-magic:before,
.fa-wand-magic:before {
    content: "\f0d0"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-moon:before {
    content: "\f186"
}

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
    content: "\f5ce"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-music:before {
    content: "\f001"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-biking:before,
.fa-person-biking:before {
    content: "\f84a"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-shield-heart:before {
    content: "\e574"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
    content: "\e47b"
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
    content: "\f2d3"
}

.fa-hashtag:before {
    content: "\23"
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
    content: "\f424"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-t:before {
    content: "\54"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-chart-column:before {
    content: "\e0e3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-vial-circle-check:before {
    content: "\e596"
}

.fa-person-arrow-down-to-line:before {
    content: "\e538"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-fan:before {
    content: "\f863"
}

.fa-person-walking-luggage:before {
    content: "\e554"
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
    content: "\f338"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-bahai:before,
.fa-haykal:before {
    content: "\f666"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-circle-plus:before,
.fa-plus-circle:before {
    content: "\f055"
}

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-plug-circle-exclamation:before {
    content: "\e55d"
}

.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-person-walking-arrow-loop-left:before {
    content: "\e551"
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
    content: "\f7e4"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-file-circle-plus:before {
    content: "\e494"
}

.fa-book-quran:before,
.fa-quran:before {
    content: "\f687"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-angry:before,
.fa-face-angry:before {
    content: "\f556"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-arrow-trend-down:before {
    content: "\e097"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-balance-scale:before,
.fa-scale-balanced:before {
    content: "\f24e"
}

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
    content: "\f62a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-desktop-alt:before,
.fa-desktop:before {
    content: "\f390"
}

.fa-m:before {
    content: "\4d"
}

.fa-table-list:before,
.fa-th-list:before {
    content: "\f00b"
}

.fa-comment-sms:before,
.fa-sms:before {
    content: "\f7cd"
}

.fa-book:before {
    content: "\f02d"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-check:before {
    content: "\f00c"
}

.fa-battery-4:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-house-circle-check:before {
    content: "\e509"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-diagram-successor:before {
    content: "\e47a"
}

.fa-truck-arrow-right:before {
    content: "\e58b"
}

.fa-arrows-split-up-and-left:before {
    content: "\e4bc"
}

.fa-fist-raised:before,
.fa-hand-fist:before {
    content: "\f6de"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-person-falling:before {
    content: "\e546"
}

.fa-image-portrait:before,
.fa-portrait:before {
    content: "\f3e0"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-rug:before {
    content: "\e569"
}

.fa-earth-europe:before,
.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f410"
}

.fa-baht-sign:before {
    content: "\e0ac"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
    content: "\f66a"
}

.fa-handcuffs:before {
    content: "\e4f8"
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
    content: "\f071"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-arrow-turn-right:before,
.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-bottle-droplet:before {
    content: "\e4c4"
}

.fa-mask-face:before {
    content: "\e1d7"
}

.fa-hill-rockslide:before {
    content: "\e508"
}

.fa-exchange-alt:before,
.fa-right-left:before {
    content: "\f362"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-road-circle-exclamation:before {
    content: "\e565"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
    content: "\f5c5"
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
    content: "\f07d"
}

.fa-face-grimace:before,
.fa-grimace:before {
    content: "\f57f"
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
    content: "\e2ce"
}

.fa-level-down-alt:before,
.fa-turn-down:before {
    content: "\f3be"
}

.fa-person-walking-arrow-right:before {
    content: "\e552"
}

.fa-envelope-square:before,
.fa-square-envelope:before {
    content: "\f199"
}

.fa-dice:before {
    content: "\f522"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-band-aid:before,
.fa-bandage:before {
    content: "\f462"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
    content: "\f057"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-earth-asia:before,
.fa-globe-asia:before {
    content: "\f57e"
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
    content: "\f47f"
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
    content: "\f00e"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-allergies:before,
.fa-hand-dots:before {
    content: "\f461"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-coffee:before,
.fa-mug-saucer:before {
    content: "\f0f4"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
    content: "\f010"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-user-alt:before,
.fa-user-large:before {
    content: "\f406"
}

.fa-train-tram:before {
    content: "\e5b4"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-jar:before {
    content: "\e516"
}

.fa-note-sticky:before,
.fa-sticky-note:before {
    content: "\f249"
}

.fa-bug-slash:before {
    content: "\e490"
}

.fa-arrow-up-from-water-pump:before {
    content: "\e4b6"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-plane:before {
    content: "\f072"
}

.fa-tent-arrows-down:before {
    content: "\e581"
}

.fa-exclamation:before {
    content: "\21"
}

.fa-arrows-spin:before {
    content: "\e4bb"
}

.fa-print:before {
    content: "\f02f"
}

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
    content: "\e2bb"
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
    content: "\24"
}

.fa-x:before {
    content: "\58"
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
    content: "\f688"
}

.fa-users-cog:before,
.fa-users-gear:before {
    content: "\f509"
}

.fa-person-military-pointing:before {
    content: "\e54a"
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
    content: "\f19c"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-trowel:before {
    content: "\e589"
}

.fa-d:before {
    content: "\44"
}

.fa-stapler:before {
    content: "\e5af"
}

.fa-masks-theater:before,
.fa-theater-masks:before {
    content: "\f630"
}

.fa-kip-sign:before {
    content: "\e1c4"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
    content: "\f4c6"
}

.fa-fighter-jet:before,
.fa-jet-fighter:before {
    content: "\f0fb"
}

.fa-share-alt-square:before,
.fa-square-share-nodes:before {
    content: "\f1e1"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-plus-minus:before {
    content: "\e43c"
}

.fa-video-camera:before,
.fa-video:before {
    content: "\f03d"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-person-circle-check:before {
    content: "\e53e"
}

.fa-level-up-alt:before,
.fa-turn-up:before {
    content: "\f3bf"
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../font/fa-brands-400.woff2) format("woff2"), url(../font/fa-brands-400.ttf) format("truetype")
}

.fa-brands,
.fab {
    font-weight: 400
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-aws:before {
    content: "\f375"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-js-square:before,
.fa-square-js:before {
    content: "\f3b9"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-unity:before {
    content: "\e049"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-vk:before {
    content: "\f189"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-reddit-square:before,
.fa-square-reddit:before {
    content: "\f1a2"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-square-font-awesome:before {
    content: "\e5ad"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-instagram-square:before,
.fa-square-instagram:before {
    content: "\e055"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
    content: "\f3af"
}

.fa-edge:before {
    content: "\f282"
}

.fa-threads:before {
    content: "\e618"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
    content: "\f2ad"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-safari:before {
    content: "\f267"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-centos:before {
    content: "\f789"
}

.fa-adn:before {
    content: "\f170"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-dribbble-square:before,
.fa-square-dribbble:before {
    content: "\f397"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-node:before {
    content: "\f419"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-debian:before {
    content: "\e60b"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-square-twitter:before,
.fa-twitter-square:before {
    content: "\f081"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-square-youtube:before,
.fa-youtube-square:before {
    content: "\f431"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-rendact:before,
.fa-wpressr:before {
    content: "\f3e4"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-nfc-directional:before {
    content: "\e530"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-hips:before {
    content: "\f452"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-discord:before {
    content: "\f392"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-square-steam:before,
.fa-steam-square:before {
    content: "\f1b7"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-square-vimeo:before,
.fa-vimeo-square:before {
    content: "\f194"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-apple:before {
    content: "\f179"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-github-square:before,
.fa-square-github:before {
    content: "\f092"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-neos:before {
    content: "\f612"
}

.fa-square-threads:before {
    content: "\e619"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-angular:before {
    content: "\f420"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
    content: "\e5ae"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
    content: "\f264"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-sith:before {
    content: "\f512"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-react:before {
    content: "\f41b"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-gg:before {
    content: "\f260"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-pinterest-square:before,
.fa-square-pinterest:before {
    content: "\f0d3"
}

.fa-xing:before {
    content: "\f168"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-less:before {
    content: "\f41d"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nfc-symbol:before {
    content: "\e531"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-google-plus-square:before,
.fa-square-google-plus:before {
    content: "\f0d4"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-square-xing:before,
.fa-xing-square:before {
    content: "\f169"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-fly:before {
    content: "\f417"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-viber:before {
    content: "\f409"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-audible:before {
    content: "\f373"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-x-twitter:before {
    content: "\e61b"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-42-group:before,
.fa-innosoft:before {
    content: "\e080"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
    content: "\e01e"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-facebook-square:before,
.fa-square-facebook:before {
    content: "\f082"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-lastfm-square:before,
.fa-square-lastfm:before {
    content: "\f203"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-figma:before {
    content: "\f799"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-docker:before {
    content: "\f395"
}

.fa-screenpal:before {
    content: "\e570"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
    content: "\e2d0"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-apper:before {
    content: "\f371"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
    content: "\f2ab"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-behance-square:before,
.fa-square-behance:before {
    content: "\f1b5"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-space-awesome:before {
    content: "\e5ac"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-git-square:before,
.fa-square-git:before {
    content: "\f1d2"
}

.fa-square-tumblr:before,
.fa-tumblr-square:before {
    content: "\f174"
}

.fa-trello:before {
    content: "\f181"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-android:before {
    content: "\f17b"
}

.fa-bots:before {
    content: "\e340"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-uber:before {
    content: "\f402"
}

.fa-github:before {
    content: "\f09b"
}

.fa-php:before {
    content: "\f457"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-stubber:before {
    content: "\e5c7"
}

.fa-telegram-plane:before,
.fa-telegram:before {
    content: "\f2c6"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-odysee:before {
    content: "\e5c6"
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-slack-hash:before,
.fa-slack:before {
    content: "\f198"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-usb:before {
    content: "\f287"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-square-x-twitter:before {
    content: "\e61a"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-medium-m:before,
.fa-medium:before {
    content: "\f23a"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-strava:before {
    content: "\f428"
}

.fa-ember:before {
    content: "\f423"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

:host,
:root {
    --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../font/fa-regular-400.woff2) format("woff2"), url(../font/fa-regular-400.ttf) format("truetype")
}

.fa-regular,
.far {
    font-weight: 400
}

:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../font/fa-solid-900.woff2) format("woff2"), url(../font/fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-weight: 900
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(../font/fa-brands-400.woff2) format("woff2"), url(../font/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(../font/fa-solid-900.woff2) format("woff2"), url(../font/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(../font/fa-regular-400.woff2) format("woff2"), url(../font/fa-regular-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../font/fa-solid-900.woff2) format("woff2"), url(../font/fa-solid-900.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../font/fa-brands-400.woff2) format("woff2"), url(../font/fa-brands-400.ttf) format("truetype")
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../font/fa-regular-400.woff2) format("woff2"), url(../font/fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003, u+f006, u+f014, u+f016-f017, u+f01a-f01b, u+f01d, u+f022, u+f03e, u+f044, u+f046, u+f05c-f05d, u+f06e, u+f070, u+f087-f088, u+f08a, u+f094, u+f096-f097, u+f09d, u+f0a0, u+f0a2, u+f0a4-f0a7, u+f0c5, u+f0c7, u+f0e5-f0e6, u+f0eb, u+f0f6-f0f8, u+f10c, u+f114-f115, u+f118-f11a, u+f11c-f11d, u+f133, u+f147, u+f14e, u+f150-f152, u+f185-f186, u+f18e, u+f190-f192, u+f196, u+f1c1-f1c9, u+f1d9, u+f1db, u+f1e3, u+f1ea, u+f1f7, u+f1f9, u+f20a, u+f247-f248, u+f24a, u+f24d, u+f255-f25b, u+f25d, u+f271-f274, u+f278, u+f27b, u+f28c, u+f28e, u+f29c, u+f2b5, u+f2b7, u+f2ba, u+f2bc, u+f2be, u+f2c0-f2c1, u+f2c3, u+f2d0, u+f2d2, u+f2d4, u+f2dc
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(../font/fa-v4compatibility.woff2) format("woff2"), url(../font/fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041, u+f047, u+f065-f066, u+f07d-f07e, u+f080, u+f08b, u+f08e, u+f090, u+f09a, u+f0ac, u+f0ae, u+f0b2, u+f0d0, u+f0d6, u+f0e4, u+f0ec, u+f10a-f10b, u+f123, u+f13e, u+f148-f149, u+f14c, u+f156, u+f15e, u+f160-f161, u+f163, u+f175-f178, u+f195, u+f1f8, u+f219, u+f27a
}

.footer-width-fixer {
    width: 100%
}

.ehf-template-genesis.ehf-header .site-header .wrap,
.ehf-template-genesis.ehf-footer .site-footer .wrap,
.ehf-template-generatepress.ehf-header .site-header .inside-header {
    width: 100%;
    padding: 0;
    max-width: 100%
}

.ehf-template-generatepress.ehf-header .site-header,
.ehf-template-generatepress.ehf-footer .site-footer {
    width: 100%;
    padding: 0;
    max-width: 100%;
    background-color: transparent !important
}

.bhf-hidden {
    display: none
}

.ehf-header #masthead {
    z-index: 99;
    position: relative
}

/*! elementor-icons - v5.29.0 - 15-02-2024 */
@font-face {
    font-family: eicons;
    src: url(../font/eicons.eot);
    src: url(../font/eicons.eot) format("embedded-opentype"), url(../font/eicons.woff2) format("woff2"), url(../font/eicons.woff) format("woff"), url(../font/eicons.ttf) format("truetype"), url(../font/eicons.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@keyframes a {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: "\e800"
}

.eicon-editor-unlink:before {
    content: "\e801"
}

.eicon-editor-external-link:before {
    content: "\e802"
}

.eicon-editor-close:before {
    content: "\e803"
}

.eicon-editor-list-ol:before {
    content: "\e804"
}

.eicon-editor-list-ul:before {
    content: "\e805"
}

.eicon-editor-bold:before {
    content: "\e806"
}

.eicon-editor-italic:before {
    content: "\e807"
}

.eicon-editor-underline:before {
    content: "\e808"
}

.eicon-editor-paragraph:before {
    content: "\e809"
}

.eicon-editor-h1:before {
    content: "\e80a"
}

.eicon-editor-h2:before {
    content: "\e80b"
}

.eicon-editor-h3:before {
    content: "\e80c"
}

.eicon-editor-h4:before {
    content: "\e80d"
}

.eicon-editor-h5:before {
    content: "\e80e"
}

.eicon-editor-h6:before {
    content: "\e80f"
}

.eicon-editor-quote:before {
    content: "\e810"
}

.eicon-editor-code:before {
    content: "\e811"
}

.eicon-elementor:before {
    content: "\e812"
}

.eicon-elementor-circle:before {
    content: "\e813"
}

.eicon-pojome:before {
    content: "\e814"
}

.eicon-plus:before {
    content: "\e815"
}

.eicon-menu-bar:before {
    content: "\e816"
}

.eicon-apps:before {
    content: "\e817"
}

.eicon-accordion:before {
    content: "\e818"
}

.eicon-alert:before {
    content: "\e819"
}

.eicon-animation-text:before {
    content: "\e81a"
}

.eicon-animation:before {
    content: "\e81b"
}

.eicon-banner:before {
    content: "\e81c"
}

.eicon-blockquote:before {
    content: "\e81d"
}

.eicon-button:before {
    content: "\e81e"
}

.eicon-call-to-action:before {
    content: "\e81f"
}

.eicon-captcha:before {
    content: "\e820"
}

.eicon-carousel:before {
    content: "\e821"
}

.eicon-checkbox:before {
    content: "\e822"
}

.eicon-columns:before {
    content: "\e823"
}

.eicon-countdown:before {
    content: "\e824"
}

.eicon-counter:before {
    content: "\e825"
}

.eicon-date:before {
    content: "\e826"
}

.eicon-divider-shape:before {
    content: "\e827"
}

.eicon-divider:before {
    content: "\e828"
}

.eicon-download-button:before {
    content: "\e829"
}

.eicon-dual-button:before {
    content: "\e82a"
}

.eicon-email-field:before {
    content: "\e82b"
}

.eicon-facebook-comments:before {
    content: "\e82c"
}

.eicon-facebook-like-box:before {
    content: "\e82d"
}

.eicon-form-horizontal:before {
    content: "\e82e"
}

.eicon-form-vertical:before {
    content: "\e82f"
}

.eicon-gallery-grid:before {
    content: "\e830"
}

.eicon-gallery-group:before {
    content: "\e831"
}

.eicon-gallery-justified:before {
    content: "\e832"
}

.eicon-gallery-masonry:before {
    content: "\e833"
}

.eicon-icon-box:before {
    content: "\e834"
}

.eicon-image-before-after:before {
    content: "\e835"
}

.eicon-image-box:before {
    content: "\e836"
}

.eicon-image-hotspot:before {
    content: "\e837"
}

.eicon-image-rollover:before {
    content: "\e838"
}

.eicon-info-box:before {
    content: "\e839"
}

.eicon-inner-section:before {
    content: "\e83a"
}

.eicon-mailchimp:before {
    content: "\e83b"
}

.eicon-menu-card:before {
    content: "\e83c"
}

.eicon-navigation-horizontal:before {
    content: "\e83d"
}

.eicon-nav-menu:before {
    content: "\e83e"
}

.eicon-navigation-vertical:before {
    content: "\e83f"
}

.eicon-number-field:before {
    content: "\e840"
}

.eicon-parallax:before {
    content: "\e841"
}

.eicon-php7:before {
    content: "\e842"
}

.eicon-post-list:before {
    content: "\e843"
}

.eicon-post-slider:before {
    content: "\e844"
}

.eicon-post:before {
    content: "\e845"
}

.eicon-posts-carousel:before {
    content: "\e846"
}

.eicon-posts-grid:before {
    content: "\e847"
}

.eicon-posts-group:before {
    content: "\e848"
}

.eicon-posts-justified:before {
    content: "\e849"
}

.eicon-posts-masonry:before {
    content: "\e84a"
}

.eicon-posts-ticker:before {
    content: "\e84b"
}

.eicon-price-list:before {
    content: "\e84c"
}

.eicon-price-table:before {
    content: "\e84d"
}

.eicon-radio:before {
    content: "\e84e"
}

.eicon-rtl:before {
    content: "\e84f"
}

.eicon-scroll:before {
    content: "\e850"
}

.eicon-search:before {
    content: "\e851"
}

.eicon-select:before {
    content: "\e852"
}

.eicon-share:before {
    content: "\e853"
}

.eicon-sidebar:before {
    content: "\e854"
}

.eicon-skill-bar:before {
    content: "\e855"
}

.eicon-slider-3d:before {
    content: "\e856"
}

.eicon-slider-album:before {
    content: "\e857"
}

.eicon-slider-device:before {
    content: "\e858"
}

.eicon-slider-full-screen:before {
    content: "\e859"
}

.eicon-slider-push:before {
    content: "\e85a"
}

.eicon-slider-vertical:before {
    content: "\e85b"
}

.eicon-slider-video:before {
    content: "\e85c"
}

.eicon-slides:before {
    content: "\e85d"
}

.eicon-social-icons:before {
    content: "\e85e"
}

.eicon-spacer:before {
    content: "\e85f"
}

.eicon-table:before {
    content: "\e860"
}

.eicon-tabs:before {
    content: "\e861"
}

.eicon-tel-field:before {
    content: "\e862"
}

.eicon-text-area:before {
    content: "\e863"
}

.eicon-text-field:before {
    content: "\e864"
}

.eicon-thumbnails-down:before {
    content: "\e865"
}

.eicon-thumbnails-half:before {
    content: "\e866"
}

.eicon-thumbnails-right:before {
    content: "\e867"
}

.eicon-time-line:before {
    content: "\e868"
}

.eicon-toggle:before {
    content: "\e869"
}

.eicon-url:before {
    content: "\e86a"
}

.eicon-t-letter:before {
    content: "\e86b"
}

.eicon-wordpress:before {
    content: "\e86c"
}

.eicon-text:before {
    content: "\e86d"
}

.eicon-anchor:before {
    content: "\e86e"
}

.eicon-bullet-list:before {
    content: "\e86f"
}

.eicon-code:before {
    content: "\e870"
}

.eicon-favorite:before {
    content: "\e871"
}

.eicon-google-maps:before {
    content: "\e872"
}

.eicon-image:before {
    content: "\e873"
}

.eicon-photo-library:before {
    content: "\e874"
}

.eicon-woocommerce:before {
    content: "\e875"
}

.eicon-youtube:before {
    content: "\e876"
}

.eicon-flip-box:before {
    content: "\e877"
}

.eicon-settings:before {
    content: "\e878"
}

.eicon-headphones:before {
    content: "\e879"
}

.eicon-testimonial:before {
    content: "\e87a"
}

.eicon-counter-circle:before {
    content: "\e87b"
}

.eicon-person:before {
    content: "\e87c"
}

.eicon-chevron-right:before {
    content: "\e87d"
}

.eicon-chevron-left:before {
    content: "\e87e"
}

.eicon-close:before {
    content: "\e87f"
}

.eicon-file-download:before {
    content: "\e880"
}

.eicon-save:before {
    content: "\e881"
}

.eicon-zoom-in:before {
    content: "\e882"
}

.eicon-shortcode:before {
    content: "\e883"
}

.eicon-nerd:before {
    content: "\e884"
}

.eicon-device-desktop:before {
    content: "\e885"
}

.eicon-device-tablet:before {
    content: "\e886"
}

.eicon-device-mobile:before {
    content: "\e887"
}

.eicon-document-file:before {
    content: "\e888"
}

.eicon-folder-o:before {
    content: "\e889"
}

.eicon-hypster:before {
    content: "\e88a"
}

.eicon-h-align-left:before {
    content: "\e88b"
}

.eicon-h-align-right:before {
    content: "\e88c"
}

.eicon-h-align-center:before {
    content: "\e88d"
}

.eicon-h-align-stretch:before {
    content: "\e88e"
}

.eicon-v-align-top:before {
    content: "\e88f"
}

.eicon-v-align-bottom:before {
    content: "\e890"
}

.eicon-v-align-middle:before {
    content: "\e891"
}

.eicon-v-align-stretch:before {
    content: "\e892"
}

.eicon-pro-icon:before {
    content: "\e893"
}

.eicon-mail:before {
    content: "\e894"
}

.eicon-lock-user:before {
    content: "\e895"
}

.eicon-testimonial-carousel:before {
    content: "\e896"
}

.eicon-media-carousel:before {
    content: "\e897"
}

.eicon-section:before {
    content: "\e898"
}

.eicon-column:before {
    content: "\e899"
}

.eicon-edit:before {
    content: "\e89a"
}

.eicon-clone:before {
    content: "\e89b"
}

.eicon-trash:before {
    content: "\e89c"
}

.eicon-play:before {
    content: "\e89d"
}

.eicon-angle-right:before {
    content: "\e89e"
}

.eicon-angle-left:before {
    content: "\e89f"
}

.eicon-animated-headline:before {
    content: "\e8a0"
}

.eicon-menu-toggle:before {
    content: "\e8a1"
}

.eicon-fb-embed:before {
    content: "\e8a2"
}

.eicon-fb-feed:before {
    content: "\e8a3"
}

.eicon-twitter-embed:before {
    content: "\e8a4"
}

.eicon-twitter-feed:before {
    content: "\e8a5"
}

.eicon-sync:before {
    content: "\e8a6"
}

.eicon-import-export:before {
    content: "\e8a7"
}

.eicon-check-circle:before {
    content: "\e8a8"
}

.eicon-library-save:before {
    content: "\e8a9"
}

.eicon-library-download:before {
    content: "\e8aa"
}

.eicon-insert:before {
    content: "\e8ab"
}

.eicon-preview-medium:before {
    content: "\e8ac"
}

.eicon-sort-down:before {
    content: "\e8ad"
}

.eicon-sort-up:before {
    content: "\e8ae"
}

.eicon-heading:before {
    content: "\e8af"
}

.eicon-logo:before {
    content: "\e8b0"
}

.eicon-meta-data:before {
    content: "\e8b1"
}

.eicon-post-content:before {
    content: "\e8b2"
}

.eicon-post-excerpt:before {
    content: "\e8b3"
}

.eicon-post-navigation:before {
    content: "\e8b4"
}

.eicon-yoast:before {
    content: "\e8b5"
}

.eicon-nerd-chuckle:before {
    content: "\e8b6"
}

.eicon-nerd-wink:before {
    content: "\e8b7"
}

.eicon-comments:before {
    content: "\e8b8"
}

.eicon-download-circle-o:before {
    content: "\e8b9"
}

.eicon-library-upload:before {
    content: "\e8ba"
}

.eicon-save-o:before {
    content: "\e8bb"
}

.eicon-upload-circle-o:before {
    content: "\e8bc"
}

.eicon-ellipsis-h:before {
    content: "\e8bd"
}

.eicon-ellipsis-v:before {
    content: "\e8be"
}

.eicon-arrow-left:before {
    content: "\e8bf"
}

.eicon-arrow-right:before {
    content: "\e8c0"
}

.eicon-arrow-up:before {
    content: "\e8c1"
}

.eicon-arrow-down:before {
    content: "\e8c2"
}

.eicon-play-o:before {
    content: "\e8c3"
}

.eicon-archive-posts:before {
    content: "\e8c4"
}

.eicon-archive-title:before {
    content: "\e8c5"
}

.eicon-featured-image:before {
    content: "\e8c6"
}

.eicon-post-info:before {
    content: "\e8c7"
}

.eicon-post-title:before {
    content: "\e8c8"
}

.eicon-site-logo:before {
    content: "\e8c9"
}

.eicon-site-search:before {
    content: "\e8ca"
}

.eicon-site-title:before {
    content: "\e8cb"
}

.eicon-plus-square:before {
    content: "\e8cc"
}

.eicon-minus-square:before {
    content: "\e8cd"
}

.eicon-cloud-check:before {
    content: "\e8ce"
}

.eicon-drag-n-drop:before {
    content: "\e8cf"
}

.eicon-welcome:before {
    content: "\e8d0"
}

.eicon-handle:before {
    content: "\e8d1"
}

.eicon-cart:before {
    content: "\e8d2"
}

.eicon-product-add-to-cart:before {
    content: "\e8d3"
}

.eicon-product-breadcrumbs:before {
    content: "\e8d4"
}

.eicon-product-categories:before {
    content: "\e8d5"
}

.eicon-product-description:before {
    content: "\e8d6"
}

.eicon-product-images:before {
    content: "\e8d7"
}

.eicon-product-info:before {
    content: "\e8d8"
}

.eicon-product-meta:before {
    content: "\e8d9"
}

.eicon-product-pages:before {
    content: "\e8da"
}

.eicon-product-price:before {
    content: "\e8db"
}

.eicon-product-rating:before {
    content: "\e8dc"
}

.eicon-product-related:before {
    content: "\e8dd"
}

.eicon-product-stock:before {
    content: "\e8de"
}

.eicon-product-tabs:before {
    content: "\e8df"
}

.eicon-product-title:before {
    content: "\e8e0"
}

.eicon-product-upsell:before {
    content: "\e8e1"
}

.eicon-products:before {
    content: "\e8e2"
}

.eicon-bag-light:before {
    content: "\e8e3"
}

.eicon-bag-medium:before {
    content: "\e8e4"
}

.eicon-bag-solid:before {
    content: "\e8e5"
}

.eicon-basket-light:before {
    content: "\e8e6"
}

.eicon-basket-medium:before {
    content: "\e8e7"
}

.eicon-basket-solid:before {
    content: "\e8e8"
}

.eicon-cart-light:before {
    content: "\e8e9"
}

.eicon-cart-medium:before {
    content: "\e8ea"
}

.eicon-cart-solid:before {
    content: "\e8eb"
}

.eicon-exchange:before {
    content: "\e8ec"
}

.eicon-preview-thin:before {
    content: "\e8ed"
}

.eicon-device-laptop:before {
    content: "\e8ee"
}

.eicon-collapse:before {
    content: "\e8ef"
}

.eicon-expand:before {
    content: "\e8f0"
}

.eicon-navigator:before {
    content: "\e8f1"
}

.eicon-plug:before {
    content: "\e8f2"
}

.eicon-dashboard:before {
    content: "\e8f3"
}

.eicon-typography:before {
    content: "\e8f4"
}

.eicon-info-circle-o:before {
    content: "\e8f5"
}

.eicon-integration:before {
    content: "\e8f6"
}

.eicon-plus-circle-o:before {
    content: "\e8f7"
}

.eicon-rating:before {
    content: "\e8f8"
}

.eicon-review:before {
    content: "\e8f9"
}

.eicon-tools:before {
    content: "\e8fa"
}

.eicon-loading:before {
    content: "\e8fb"
}

.eicon-sitemap:before {
    content: "\e8fc"
}

.eicon-click:before {
    content: "\e8fd"
}

.eicon-clock:before {
    content: "\e8fe"
}

.eicon-library-open:before {
    content: "\e8ff"
}

.eicon-warning:before {
    content: "\e900"
}

.eicon-flow:before {
    content: "\e901"
}

.eicon-cursor-move:before {
    content: "\e902"
}

.eicon-arrow-circle-left:before {
    content: "\e903"
}

.eicon-flash:before {
    content: "\e904"
}

.eicon-redo:before {
    content: "\e905"
}

.eicon-ban:before {
    content: "\e906"
}

.eicon-barcode:before {
    content: "\e907"
}

.eicon-calendar:before {
    content: "\e908"
}

.eicon-caret-left:before {
    content: "\e909"
}

.eicon-caret-right:before {
    content: "\e90a"
}

.eicon-caret-up:before {
    content: "\e90b"
}

.eicon-chain-broken:before {
    content: "\e90c"
}

.eicon-check-circle-o:before {
    content: "\e90d"
}

.eicon-check:before {
    content: "\e90e"
}

.eicon-chevron-double-left:before {
    content: "\e90f"
}

.eicon-chevron-double-right:before {
    content: "\e910"
}

.eicon-undo:before {
    content: "\e911"
}

.eicon-filter:before {
    content: "\e912"
}

.eicon-circle-o:before {
    content: "\e913"
}

.eicon-circle:before {
    content: "\e914"
}

.eicon-clock-o:before {
    content: "\e915"
}

.eicon-cog:before {
    content: "\e916"
}

.eicon-cogs:before {
    content: "\e917"
}

.eicon-commenting-o:before {
    content: "\e918"
}

.eicon-copy:before {
    content: "\e919"
}

.eicon-database:before {
    content: "\e91a"
}

.eicon-dot-circle-o:before {
    content: "\e91b"
}

.eicon-envelope:before {
    content: "\e91c"
}

.eicon-external-link-square:before {
    content: "\e91d"
}

.eicon-eyedropper:before {
    content: "\e91e"
}

.eicon-folder:before {
    content: "\e91f"
}

.eicon-font:before {
    content: "\e920"
}

.eicon-adjust:before {
    content: "\e921"
}

.eicon-lightbox:before {
    content: "\e922"
}

.eicon-heart-o:before {
    content: "\e923"
}

.eicon-history:before {
    content: "\e924"
}

.eicon-image-bold:before {
    content: "\e925"
}

.eicon-info-circle:before {
    content: "\e926"
}

.eicon-link:before {
    content: "\e927"
}

.eicon-long-arrow-left:before {
    content: "\e928"
}

.eicon-long-arrow-right:before {
    content: "\e929"
}

.eicon-caret-down:before {
    content: "\e92a"
}

.eicon-paint-brush:before {
    content: "\e92b"
}

.eicon-pencil:before {
    content: "\e92c"
}

.eicon-plus-circle:before {
    content: "\e92d"
}

.eicon-zoom-in-bold:before {
    content: "\e92e"
}

.eicon-sort-amount-desc:before {
    content: "\e92f"
}

.eicon-sign-out:before {
    content: "\e930"
}

.eicon-spinner:before {
    content: "\e931"
}

.eicon-square:before {
    content: "\e932"
}

.eicon-star-o:before {
    content: "\e933"
}

.eicon-star:before {
    content: "\e934"
}

.eicon-text-align-justify:before {
    content: "\e935"
}

.eicon-text-align-center:before {
    content: "\e936"
}

.eicon-tags:before {
    content: "\e937"
}

.eicon-text-align-left:before {
    content: "\e938"
}

.eicon-text-align-right:before {
    content: "\e939"
}

.eicon-close-circle:before {
    content: "\e93a"
}

.eicon-trash-o:before {
    content: "\e93b"
}

.eicon-font-awesome:before {
    content: "\e93c"
}

.eicon-user-circle-o:before {
    content: "\e93d"
}

.eicon-video-camera:before {
    content: "\e93e"
}

.eicon-heart:before {
    content: "\e93f"
}

.eicon-wrench:before {
    content: "\e940"
}

.eicon-help:before {
    content: "\e941"
}

.eicon-help-o:before {
    content: "\e942"
}

.eicon-zoom-out-bold:before {
    content: "\e943"
}

.eicon-plus-square-o:before {
    content: "\e944"
}

.eicon-minus-square-o:before {
    content: "\e945"
}

.eicon-minus-circle:before {
    content: "\e946"
}

.eicon-minus-circle-o:before {
    content: "\e947"
}

.eicon-code-bold:before {
    content: "\e948"
}

.eicon-cloud-upload:before {
    content: "\e949"
}

.eicon-search-bold:before {
    content: "\e94a"
}

.eicon-map-pin:before {
    content: "\e94b"
}

.eicon-meetup:before {
    content: "\e94c"
}

.eicon-slideshow:before {
    content: "\e94d"
}

.eicon-t-letter-bold:before {
    content: "\e94e"
}

.eicon-preferences:before {
    content: "\e94f"
}

.eicon-table-of-contents:before {
    content: "\e950"
}

.eicon-tv:before {
    content: "\e951"
}

.eicon-upload:before {
    content: "\e952"
}

.eicon-instagram-comments:before {
    content: "\e953"
}

.eicon-instagram-nested-gallery:before {
    content: "\e954"
}

.eicon-instagram-post:before {
    content: "\e955"
}

.eicon-instagram-video:before {
    content: "\e956"
}

.eicon-instagram-gallery:before {
    content: "\e957"
}

.eicon-instagram-likes:before {
    content: "\e958"
}

.eicon-facebook:before {
    content: "\e959"
}

.eicon-twitter:before {
    content: "\e95a"
}

.eicon-pinterest:before {
    content: "\e95b"
}

.eicon-frame-expand:before {
    content: "\e95c"
}

.eicon-frame-minimize:before {
    content: "\e95d"
}

.eicon-archive:before {
    content: "\e95e"
}

.eicon-colors-typography:before {
    content: "\e95f"
}

.eicon-custom:before {
    content: "\e960"
}

.eicon-footer:before {
    content: "\e961"
}

.eicon-header:before {
    content: "\e962"
}

.eicon-layout-settings:before {
    content: "\e963"
}

.eicon-lightbox-expand:before {
    content: "\e964"
}

.eicon-error-404:before {
    content: "\e965"
}

.eicon-theme-style:before {
    content: "\e966"
}

.eicon-search-results:before {
    content: "\e967"
}

.eicon-single-post:before {
    content: "\e968"
}

.eicon-site-identity:before {
    content: "\e969"
}

.eicon-theme-builder:before {
    content: "\e96a"
}

.eicon-download-bold:before {
    content: "\e96b"
}

.eicon-share-arrow:before {
    content: "\e96c"
}

.eicon-global-settings:before {
    content: "\e96d"
}

.eicon-user-preferences:before {
    content: "\e96e"
}

.eicon-lock:before {
    content: "\e96f"
}

.eicon-export-kit:before {
    content: "\e970"
}

.eicon-import-kit:before {
    content: "\e971"
}

.eicon-lottie:before {
    content: "\e972"
}

.eicon-products-archive:before {
    content: "\e973"
}

.eicon-single-product:before {
    content: "\e974"
}

.eicon-disable-trash-o:before {
    content: "\e975"
}

.eicon-single-page:before {
    content: "\e976"
}

.eicon-wordpress-light:before {
    content: "\e977"
}

.eicon-cogs-check:before {
    content: "\e978"
}

.eicon-custom-css:before {
    content: "\e979"
}

.eicon-global-colors:before {
    content: "\e97a"
}

.eicon-globe:before {
    content: "\e97b"
}

.eicon-typography-1:before {
    content: "\e97c"
}

.eicon-background:before {
    content: "\e97d"
}

.eicon-device-responsive:before {
    content: "\e97e"
}

.eicon-device-wide:before {
    content: "\e97f"
}

.eicon-code-highlight:before {
    content: "\e980"
}

.eicon-video-playlist:before {
    content: "\e981"
}

.eicon-download-kit:before {
    content: "\e982"
}

.eicon-kit-details:before {
    content: "\e983"
}

.eicon-kit-parts:before {
    content: "\e984"
}

.eicon-kit-upload:before {
    content: "\e985"
}

.eicon-kit-plugins:before {
    content: "\e986"
}

.eicon-kit-upload-alt:before {
    content: "\e987"
}

.eicon-hotspot:before {
    content: "\e988"
}

.eicon-paypal-button:before {
    content: "\e989"
}

.eicon-shape:before {
    content: "\e98a"
}

.eicon-wordart:before {
    content: "\e98b"
}

.eicon-checkout:before {
    content: "\e98c"
}

.eicon-container:before {
    content: "\e98d"
}

.eicon-flip:before {
    content: "\e98e"
}

.eicon-info:before {
    content: "\e98f"
}

.eicon-my-account:before {
    content: "\e990"
}

.eicon-purchase-summary:before {
    content: "\e991"
}

.eicon-page-transition:before {
    content: "\e992"
}

.eicon-spotify:before {
    content: "\e993"
}

.eicon-stripe-button:before {
    content: "\e994"
}

.eicon-woo-settings:before {
    content: "\e995"
}

.eicon-woo-cart:before {
    content: "\e996"
}

.eicon-grow:before {
    content: "\e997"
}

.eicon-order-end:before {
    content: "\e998"
}

.eicon-nowrap:before {
    content: "\e999"
}

.eicon-order-start:before {
    content: "\e99a"
}

.eicon-progress-tracker:before {
    content: "\e99b"
}

.eicon-shrink:before {
    content: "\e99c"
}

.eicon-wrap:before {
    content: "\e99d"
}

.eicon-align-center-h:before {
    content: "\e99e"
}

.eicon-align-center-v:before {
    content: "\e99f"
}

.eicon-align-end-h:before {
    content: "\e9a0"
}

.eicon-align-end-v:before {
    content: "\e9a1"
}

.eicon-align-start-h:before {
    content: "\e9a2"
}

.eicon-align-start-v:before {
    content: "\e9a3"
}

.eicon-align-stretch-h:before {
    content: "\e9a4"
}

.eicon-align-stretch-v:before {
    content: "\e9a5"
}

.eicon-justify-center-h:before {
    content: "\e9a6"
}

.eicon-justify-center-v:before {
    content: "\e9a7"
}

.eicon-justify-end-h:before {
    content: "\e9a8"
}

.eicon-justify-end-v:before {
    content: "\e9a9"
}

.eicon-justify-space-around-h:before {
    content: "\e9aa"
}

.eicon-justify-space-around-v:before {
    content: "\e9ab"
}

.eicon-justify-space-between-h:before {
    content: "\e9ac"
}

.eicon-justify-space-between-v:before {
    content: "\e9ad"
}

.eicon-justify-space-evenly-h:before {
    content: "\e9ae"
}

.eicon-justify-space-evenly-v:before {
    content: "\e9af"
}

.eicon-justify-start-h:before {
    content: "\e9b0"
}

.eicon-justify-start-v:before {
    content: "\e9b1"
}

.eicon-woocommerce-cross-sells:before {
    content: "\e9b2"
}

.eicon-woocommerce-notices:before {
    content: "\e9b3"
}

.eicon-inner-container:before {
    content: "\e9b4"
}

.eicon-warning-full:before {
    content: "\e9b5"
}

.eicon-exit:before {
    content: "\e9b6"
}

.eicon-loop-builder:before {
    content: "\e9b7"
}

.eicon-notes:before {
    content: "\e9b8"
}

.eicon-read:before {
    content: "\e9b9"
}

.eicon-unread:before {
    content: "\e9ba"
}

.eicon-carousel-loop:before {
    content: "\e9bb"
}

.eicon-mega-menu:before {
    content: "\eb78"
}

.eicon-nested-carousel:before {
    content: "\e9bd"
}

.eicon-ai:before {
    content: "\e9be"
}

.eicon-taxonomy-filter:before {
    content: "\eb7d"
}

.eicon-container-grid:before {
    content: "\ef02"
}

.eicon-upgrade:before {
    content: "\e9c1"
}

.eicon-advanced:before {
    content: "\eb84"
}

.eicon-notification:before {
    content: "\e9c3"
}

.eicon-light-mode:before {
    content: "\e9c4"
}

.eicon-dark-mode:before {
    content: "\e9c5"
}

.eicon-upgrade-crown:before {
    content: "\e9c6"
}

.eicon-eye:before {
    content: "\e8ac"
}

.eicon-elementor-square:before {
    content: "\e813"
}

/*! elementor - v3.21.0 - 25-04-2024 */
.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    line-height: 1.5;
    box-sizing: border-box
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-block-start: 15px;
    right: 15px;
    color: var(--e-a-color-txt);
    font-size: 15px;
    line-height: 1;
    transition: var(--e-a-transition-hover)
}

.dialog-close-button:hover {
    color: var(--e-a-color-txt-hover)
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-editor-active .elementor-popup-modal {
    background-color: initial
}

.dialog-type-alert .dialog-widget-content,
.dialog-type-confirm .dialog-widget-content {
    margin: auto;
    width: 400px;
    padding: 20px
}

.dialog-type-alert .dialog-header,
.dialog-type-confirm .dialog-header {
    font-size: 15px;
    font-weight: 500
}

.dialog-type-alert .dialog-header:after,
.dialog-type-confirm .dialog-header:after {
    content: "";
    display: block;
    border-block-end: var(--e-a-border);
    padding-block-end: 10px;
    margin-block-end: 10px;
    margin-inline-start: -20px;
    margin-inline-end: -20px
}

.dialog-type-alert .dialog-message,
.dialog-type-confirm .dialog-message {
    min-height: 50px
}

.dialog-type-alert .dialog-buttons-wrapper,
.dialog-type-confirm .dialog-buttons-wrapper {
    padding-block-start: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 15px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    padding: 8px 16px;
    outline: none;
    border: none;
    border-radius: var(--e-a-border-radius);
    background-color: var(--e-a-btn-bg);
    color: var(--e-a-btn-color-invert);
    transition: var(--e-a-transition-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    border: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
    background-color: var(--e-a-btn-bg-hover);
    color: var(--e-a-btn-color-invert)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
    background-color: var(--e-a-btn-bg-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]),
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
    cursor: pointer
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
    background-color: var(--e-a-btn-bg-disabled);
    color: var(--e-a-btn-color-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
    display: none
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-txt)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
    background: var(--e-a-bg-hover);
    color: var(--e-a-color-txt-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
    background: transparent;
    color: var(--e-a-color-txt-disabled)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
    border: 1px solid var(--e-a-color-txt-muted)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success {
    background-color: var(--e-a-btn-bg-success)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover {
    background-color: var(--e-a-btn-bg-success-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
    background-color: var(--e-a-btn-bg-primary);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
    background-color: var(--e-a-btn-bg-primary-hover);
    color: var(--e-a-btn-color)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
    background: transparent;
    color: var(--e-a-color-primary-bold)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
    background: var(--e-a-bg-primary)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
    background-color: var(--e-a-btn-bg-accent)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
    background-color: var(--e-a-btn-bg-accent-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
    background-color: var(--e-a-btn-bg-accent-active)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info {
    background-color: var(--e-a-btn-bg-info)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover {
    background-color: var(--e-a-btn-bg-info-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning {
    background-color: var(--e-a-btn-bg-warning)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover {
    background-color: var(--e-a-btn-bg-warning-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger {
    background-color: var(--e-a-btn-bg-danger)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover {
    background-color: var(--e-a-btn-bg-danger-hover)
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button i,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
    margin-inline-end: 5px
}

.dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover,
.dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
    color: initial
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.e-logo-wrapper {
    background: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1
}

.e-logo-wrapper i {
    color: var(--e-a-color-logo);
    font-size: 1em
}

.elementor *,
.elementor :after,
.elementor :before {
    box-sizing: border-box
}

.elementor a {
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video,
.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor .elementor-background-video {
    max-width: none
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover
}

.e-con-inner>.elementor-element.elementor-absolute,
.e-con>.elementor-element.elementor-absolute,
.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.e-con-inner>.elementor-element.elementor-fixed,
.e-con>.elementor-element.elementor-fixed,
.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media (max-width:1024px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media (max-width:767px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element {
    --flex-direction: initial;
    --flex-wrap: initial;
    --justify-content: initial;
    --align-items: initial;
    --align-content: initial;
    --gap: initial;
    --flex-basis: initial;
    --flex-grow: initial;
    --flex-shrink: initial;
    --order: initial;
    --align-self: initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self)
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-element:where(.e-con-full, .elementor-widget) {
    flex-direction: var(--flex-direction);
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    gap: var(--gap)
}

.elementor-invisible {
    visibility: hidden
}

.elementor-align-center {
    text-align: center
}

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3)
}

.elementor-custom-embed-play svg {
    height: 100px;
    width: 100px;
    fill: #fff;
    filter: drop-shadow(1px 0 6px rgba(0, 0, 0, .3))
}

.elementor-custom-embed-play i,
.elementor-custom-embed-play svg {
    opacity: .8;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-custom-embed-play.elementor-playing i,
.elementor-custom-embed-play.elementor-playing svg {
    animation: eicon-spin 2s linear infinite
}

.elementor-tag {
    display: inline-flex
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    transform: scale(1.3)
}

@media (min-width:-1) {
    .elementor-widescreen-align-center {
        text-align: center
    }

    .elementor-widescreen-align-center .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-right {
        text-align: right
    }

    .elementor-widescreen-align-right .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-left {
        text-align: left
    }

    .elementor-widescreen-align-left .elementor-button {
        width: auto
    }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-laptop-align-center {
        text-align: center
    }

    .elementor-laptop-align-center .elementor-button {
        width: auto
    }

    .elementor-laptop-align-right {
        text-align: right
    }

    .elementor-laptop-align-right .elementor-button {
        width: auto
    }

    .elementor-laptop-align-left {
        text-align: left
    }

    .elementor-laptop-align-left .elementor-button {
        width: auto
    }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-tablet_extra-align-center {
        text-align: center
    }

    .elementor-tablet_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-right {
        text-align: right
    }

    .elementor-tablet_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-left {
        text-align: left
    }

    .elementor-tablet_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:-1) {
    .elementor-mobile_extra-align-center {
        text-align: center
    }

    .elementor-mobile_extra-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-right {
        text-align: right
    }

    .elementor-mobile_extra-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-left {
        text-align: left
    }

    .elementor-mobile_extra-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile_extra-align-justify .elementor-button {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

:root {
    --page-title-display: block
}

.elementor-page-title,
h1.entry-title {
    display: var(--page-title-display)
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        flex-wrap: wrap
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    align-items: flex-end
}

@media (min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap {
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: flex
}

@media (max-width:1024px) {
    .elementor-row {
        flex-wrap: wrap
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: flex
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex
}

.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media (min-width:768px) {

    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media (max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media (max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media (min-width:-1) {
    .elementor-reverse-widescreen>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-widescreen>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor-reverse-laptop>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:-1) {

    .elementor-reverse-laptop>.elementor-container>:first-child,
    .elementor-reverse-laptop>.elementor-container>:nth-child(2),
    .elementor-reverse-laptop>.elementor-container>:nth-child(3),
    .elementor-reverse-laptop>.elementor-container>:nth-child(4),
    .elementor-reverse-laptop>.elementor-container>:nth-child(5),
    .elementor-reverse-laptop>.elementor-container>:nth-child(6),
    .elementor-reverse-laptop>.elementor-container>:nth-child(7),
    .elementor-reverse-laptop>.elementor-container>:nth-child(8),
    .elementor-reverse-laptop>.elementor-container>:nth-child(9),
    .elementor-reverse-laptop>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-tablet_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:-1) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (min-width:768px) and (max-width:-1) {

    .elementor-reverse-tablet>.elementor-container>:first-child,
    .elementor-reverse-tablet>.elementor-container>:nth-child(2),
    .elementor-reverse-tablet>.elementor-container>:nth-child(3),
    .elementor-reverse-tablet>.elementor-container>:nth-child(4),
    .elementor-reverse-tablet>.elementor-container>:nth-child(5),
    .elementor-reverse-tablet>.elementor-container>:nth-child(6),
    .elementor-reverse-tablet>.elementor-container>:nth-child(7),
    .elementor-reverse-tablet>.elementor-container>:nth-child(8),
    .elementor-reverse-tablet>.elementor-container>:nth-child(9),
    .elementor-reverse-tablet>.elementor-container>:nth-child(10) {
        order: 0
    }

    .elementor-reverse-mobile_extra>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile_extra>.elementor-container>:nth-child(10) {
        order: 1
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>:first-child {
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(2) {
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(3) {
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(4) {
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(5) {
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(6) {
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(7) {
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(8) {
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(9) {
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>:nth-child(10) {
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap)
}

.elementor-grid .elementor-grid-item {
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap))
}

.elementor-grid-0 .elementor-grid .elementor-grid-item {
    display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr)
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr)
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr)
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr)
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr)
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr)
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr)
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr)
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr)
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr)
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr)
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr)
}

@media (min-width:-1) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:-1) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap))
    }

    .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr)
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr)
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr)
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr)
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr)
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr)
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr)
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr)
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr)
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr)
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media (min-width:-1) {
    #elementor-device-mode:after {
        content: "widescreen"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra"
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "mobile_extra"
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.e-con {
    --border-radius: 0;
    --border-top-width: 0px;
    --border-right-width: 0px;
    --border-bottom-width: 0px;
    --border-left-width: 0px;
    --border-style: initial;
    --border-color: initial;
    --container-widget-width: 100%;
    --container-widget-height: initial;
    --container-widget-flex-grow: 0;
    --container-widget-align-self: initial;
    --content-width: min(100%, var(--container-max-width, 1140px));
    --width: 100%;
    --min-height: initial;
    --height: auto;
    --text-align: initial;
    --margin-top: 0px;
    --margin-right: 0px;
    --margin-bottom: 0px;
    --margin-left: 0px;
    --padding-top: var(--container-default-padding-top, 10px);
    --padding-right: var(--container-default-padding-right, 10px);
    --padding-bottom: var(--container-default-padding-bottom, 10px);
    --padding-left: var(--container-default-padding-left, 10px);
    --position: relative;
    --z-index: revert;
    --overflow: visible;
    --gap: var(--widgets-spacing, 20px);
    --overlay-mix-blend-mode: initial;
    --overlay-opacity: 1;
    --overlay-transition: 0.3s;
    --e-con-grid-template-columns: repeat(3, 1fr);
    --e-con-grid-template-rows: repeat(2, 1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition, .3s), border var(--border-transition, .3s), box-shadow var(--border-transition, .3s), transform var(--e-con-transform-transition-duration, .4s);
    margin-block-start: var(--margin-block-start);
    margin-inline-end: var(--margin-inline-end);
    margin-block-end: var(--margin-block-end);
    margin-inline-start: var(--margin-inline-start);
    padding-inline-start: var(--padding-inline-start);
    padding-inline-end: var(--padding-inline-end);
    --margin-block-start: var(--margin-top);
    --margin-block-end: var(--margin-bottom);
    --margin-inline-start: var(--margin-left);
    --margin-inline-end: var(--margin-right);
    --padding-inline-start: var(--padding-left);
    --padding-inline-end: var(--padding-right);
    --padding-block-start: var(--padding-top);
    --padding-block-end: var(--padding-bottom);
    --border-block-start-width: var(--border-top-width);
    --border-block-end-width: var(--border-bottom-width);
    --border-inline-start-width: var(--border-left-width);
    --border-inline-end-width: var(--border-right-width)
}

body.rtl .e-con {
    --padding-inline-start: var(--padding-right);
    --padding-inline-end: var(--padding-left);
    --margin-inline-start: var(--margin-right);
    --margin-inline-end: var(--margin-left);
    --border-inline-start-width: var(--border-right-width);
    --border-inline-end-width: var(--border-left-width)
}

.e-con.e-flex {
    --flex-direction: column;
    --flex-basis: auto;
    --flex-grow: 0;
    --flex-shrink: 1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis)
}

.e-con-full,
.e-con>.e-con-inner {
    text-align: var(--text-align);
    padding-block-start: var(--padding-block-start);
    padding-block-end: var(--padding-block-end)
}

.e-con-full.e-flex,
.e-con.e-flex>.e-con-inner {
    flex-direction: var(--flex-direction)
}

.e-con,
.e-con>.e-con-inner {
    display: var(--display)
}

.e-con.e-grid {
    --grid-justify-content: start;
    --grid-align-content: start;
    --grid-auto-flow: row
}

.e-con.e-grid,
.e-con.e-grid>.e-con-inner {
    grid-template-columns: var(--e-con-grid-template-columns);
    grid-template-rows: var(--e-con-grid-template-rows);
    justify-content: var(--grid-justify-content);
    align-content: var(--grid-align-content);
    grid-auto-flow: var(--grid-auto-flow);
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.e-con-boxed {
    text-align: initial;
    gap: initial
}

.e-con.e-flex>.e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto
}

.e-con.e-grid>.e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items)
}

.e-con>.e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%
}

:is(.elementor-section-wrap, [data-elementor-id])>.e-con {
    --margin-left: auto;
    --margin-right: auto;
    max-width: min(100%, var(--width))
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end: 0
}

.e-con:before,
.e-con>.elementor-background-slideshow:before,
.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition, .3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%)
}

.e-con:before {
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s)
}

.e-con>.elementor-background-slideshow,
:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container {
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width), 100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width), 100%)
}

@media (max-width:767px) {
    :is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-phone {
        display: none
    }
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-video-container:before {
    z-index: 1
}

:is(.e-con, .e-con>.e-con-inner)>.elementor-background-slideshow:before {
    z-index: 2
}

.e-con .elementor-widget {
    min-width: 0
}

.e-con .elementor-widget-empty,
.e-con .elementor-widget-google_maps,
.e-con .elementor-widget-video,
.e-con .elementor-widget.e-widget-swiper {
    width: 100%
}

.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,
.e-con>.elementor-widget>.elementor-widget-container {
    height: 100%
}

.e-con.e-con>.e-con-inner>.elementor-widget,
.elementor.elementor .e-con>.elementor-widget {
    max-width: 100%
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width: 100%;
        --flex-wrap: wrap
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea {
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    flex-grow: 1
}

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #69727d;
    background-color: transparent;
    color: #1f2124;
    vertical-align: middle;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    flex-basis: 100%;
    padding-inline-end: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none;
    text-shadow: 0 0 3px rgba(0, 0, 0, .3)
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: flex;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-inline-end: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-inline-start: .2em
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    border-radius: 6px
}

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%
}

.elementor-button-align-center .e-form__buttons,
.elementor-button-align-center .elementor-field-type-submit {
    justify-content: center
}

.elementor-button-align-start .e-form__buttons,
.elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start
}

.elementor-button-align-end .e-form__buttons,
.elementor-button-align-end .elementor-field-type-submit {
    justify-content: flex-end
}

.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: auto
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper {
    flex-grow: 0
}

.elementor-button-align-center .e-form__buttons__wrapper,
.elementor-button-align-center .e-form__buttons__wrapper__button,
.elementor-button-align-end .e-form__buttons__wrapper,
.elementor-button-align-end .e-form__buttons__wrapper__button,
.elementor-button-align-start .e-form__buttons__wrapper,
.elementor-button-align-start .e-form__buttons__wrapper__button {
    flex-basis: auto
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-tablet-button-align-center .e-form__buttons,
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-tablet-button-align-start .e-form__buttons,
    .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .e-form__buttons,
    .elementor-tablet-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper,
    .elementor-tablet-button-align-center .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper,
    .elementor-tablet-button-align-end .e-form__buttons__wrapper__button,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper,
    .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%
    }

    .elementor-mobile-button-align-center .e-form__buttons,
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center
    }

    .elementor-mobile-button-align-start .e-form__buttons,
    .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .e-form__buttons,
    .elementor-mobile-button-align-end .elementor-field-type-submit {
        justify-content: flex-end
    }

    .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,
    .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        flex-basis: auto
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        flex-grow: 0
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper,
    .elementor-mobile-button-align-center .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper,
    .elementor-mobile-button-align-end .e-form__buttons__wrapper__button,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper,
    .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        flex-basis: auto
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-inline-end: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: none
}

.elementor-form .elementor-button>span {
    display: flex;
    justify-content: center
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s)
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center
}

.elementor-button-icon {
    flex-grow: 0;
    order: 5
}

.elementor-button-icon svg {
    width: 1em;
    height: auto
}

.elementor-button-icon .e-font-icon-svg {
    height: 1em
}

.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-tab-title a {
    color: inherit
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #69727d
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-icon i.fad {
    width: auto
}

.elementor-shape-circle .elementor-icon {
    border-radius: 50%
}

.e-transform .elementor-widget-container {
    transform: perspective(var(--e-transform-perspective, 0)) rotate(var(--e-transform-rotateZ, 0)) rotateX(var(--e-transform-rotateX, 0)) rotateY(var(--e-transform-rotateY, 0)) translate(var(--e-transform-translate, 0)) translateX(var(--e-transform-translateX, 0)) translateY(var(--e-transform-translateY, 0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX, 0)) skewY(var(--e-transform-skewY, 0));
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x)
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective, 0)) rotate(var(--e-con-transform-rotateZ, 0)) rotateX(var(--e-con-transform-rotateX, 0)) rotateY(var(--e-con-transform-rotateY, 0)) translate(var(--e-con-transform-translate, 0)) translateX(var(--e-con-transform-translateX, 0)) translateY(var(--e-con-transform-translateY, 0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX, 0)) skewY(var(--e-con-transform-skewY, 0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)
}

.elementor-element,
.elementor-lightbox {
    --swiper-theme-color: #000;
    --swiper-navigation-size: 44px;
    --swiper-pagination-bullet-size: 6px;
    --swiper-pagination-bullet-horizontal-gap: 6px
}

.elementor-element .swiper-container .swiper-slide figure,
.elementor-element .swiper .swiper-slide figure,
.elementor-lightbox .swiper-container .swiper-slide figure,
.elementor-lightbox .swiper .swiper-slide figure {
    line-height: 0
}

.elementor-element .swiper-container .elementor-lightbox-content-source,
.elementor-element .swiper .elementor-lightbox-content-source,
.elementor-lightbox .swiper-container .elementor-lightbox-content-source,
.elementor-lightbox .swiper .elementor-lightbox-content-source {
    display: none
}

.elementor-element .swiper-container .elementor-swiper-button,
.elementor-element .swiper-container~.elementor-swiper-button,
.elementor-element .swiper .elementor-swiper-button,
.elementor-element .swiper~.elementor-swiper-button,
.elementor-lightbox .swiper-container .elementor-swiper-button,
.elementor-lightbox .swiper-container~.elementor-swiper-button,
.elementor-lightbox .swiper .elementor-swiper-button,
.elementor-lightbox .swiper~.elementor-swiper-button {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    transform: translateY(-50%)
}

.elementor-element .swiper-container .elementor-swiper-button svg,
.elementor-element .swiper-container~.elementor-swiper-button svg,
.elementor-element .swiper .elementor-swiper-button svg,
.elementor-element .swiper~.elementor-swiper-button svg,
.elementor-lightbox .swiper-container .elementor-swiper-button svg,
.elementor-lightbox .swiper-container~.elementor-swiper-button svg,
.elementor-lightbox .swiper .elementor-swiper-button svg,
.elementor-lightbox .swiper~.elementor-swiper-button svg {
    fill: hsla(0, 0%, 93.3%, .9);
    height: 1em;
    width: 1em
}

.elementor-element .swiper-container .elementor-swiper-button-prev,
.elementor-element .swiper-container~.elementor-swiper-button-prev,
.elementor-element .swiper .elementor-swiper-button-prev,
.elementor-element .swiper~.elementor-swiper-button-prev,
.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev,
.elementor-lightbox .swiper~.elementor-swiper-button-prev {
    left: 10px
}

.elementor-element .swiper-container .elementor-swiper-button-next,
.elementor-element .swiper-container~.elementor-swiper-button-next,
.elementor-element .swiper .elementor-swiper-button-next,
.elementor-element .swiper~.elementor-swiper-button-next,
.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next,
.elementor-lightbox .swiper~.elementor-swiper-button-next {
    right: 10px
}

.elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-element .swiper~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper-container~.elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled,
.elementor-lightbox .swiper~.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image,
.elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-element .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container .swiper-pagination-custom,
.elementor-element .swiper-container .swiper-pagination-fraction,
.elementor-element .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper-container~.swiper-pagination-custom,
.elementor-element .swiper-container~.swiper-pagination-fraction,
.elementor-element .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper .swiper-pagination-custom,
.elementor-element .swiper .swiper-pagination-fraction,
.elementor-element .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-element .swiper~.swiper-pagination-custom,
.elementor-element .swiper~.swiper-pagination-fraction,
.elementor-lightbox .swiper-container .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container .swiper-pagination-custom,
.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper-container~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper-container~.swiper-pagination-custom,
.elementor-lightbox .swiper-container~.swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-horizontal>.swiper-pagination-bullets,
.elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper .swiper-pagination-custom,
.elementor-lightbox .swiper .swiper-pagination-fraction,
.elementor-lightbox .swiper~.swiper-pagination-bullets.swiper-pagination-horizontal,
.elementor-lightbox .swiper~.swiper-pagination-custom,
.elementor-lightbox .swiper~.swiper-pagination-fraction {
    bottom: 5px
}

.elementor-element .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-element .swiper-container.swiper-cube~.elementor-swiper-button,
.elementor-element .swiper.swiper-cube .elementor-swiper-button,
.elementor-element .swiper.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper-container.swiper-cube~.elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube .elementor-swiper-button,
.elementor-lightbox .swiper.swiper-cube~.elementor-swiper-button {
    transform: translate3d(0, -50%, 1px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets {
    bottom: 5px;
    left: 0;
    width: 100%
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.elementor-element :where(.swiper-container-horizontal)~.swiper-pagination-progressbar,
.elementor-lightbox :where(.swiper-container-horizontal)~.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.elementor-element.elementor-pagination-position-outside .swiper,
.elementor-element.elementor-pagination-position-outside .swiper-container,
.elementor-lightbox.elementor-pagination-position-outside .swiper,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-element.elementor-pagination-position-outside .swiper~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper-container~.elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button,
.elementor-lightbox.elementor-pagination-position-outside .swiper~.elementor-swiper-button {
    top: calc(50% - 30px / 2)
}

.elementor-element .elementor-swiper,
.elementor-lightbox .elementor-swiper {
    position: relative
}

.elementor-element .elementor-main-swiper,
.elementor-lightbox .elementor-main-swiper {
    position: static
}

.elementor-element.elementor-arrows-position-outside .swiper,
.elementor-element.elementor-arrows-position-outside .swiper-container,
.elementor-lightbox.elementor-arrows-position-outside .swiper,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-prev {
    left: 0
}

.elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-element.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper-container~.elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next,
.elementor-lightbox.elementor-arrows-position-outside .swiper~.elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox {
    --lightbox-ui-color: hsla(0, 0%, 93.3%, 0.9);
    --lightbox-ui-color-hover: #fff;
    --lightbox-text-color: var(--lightbox-ui-color);
    --lightbox-header-icons-size: 20px;
    --lightbox-navigation-icons-size: 25px
}

.elementor-lightbox:not(.elementor-popup-modal) .dialog-header,
.elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    animation-duration: .3s;
    height: 100%
}

.elementor-lightbox .dialog-message.dialog-lightbox-message {
    padding: 0
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: var(--lightbox-header-icons-size);
    right: .75em;
    margin-top: 13px;
    padding: .25em;
    z-index: 2;
    line-height: 1;
    display: flex
}

.elementor-lightbox .dialog-lightbox-close-button svg {
    height: 1em;
    width: 1em
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: var(--lightbox-ui-color);
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button svg,
.elementor-lightbox .elementor-swiper-button svg {
    fill: var(--lightbox-ui-color)
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .dialog-lightbox-close-button:hover svg,
.elementor-lightbox .elementor-swiper-button:hover svg {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-lightbox .swiper,
.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 70px;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.elementor-lightbox .elementor-lightbox-image,
.elementor-lightbox .elementor-lightbox-image:hover {
    opacity: 1;
    filter: none;
    border: none
}

.elementor-lightbox .elementor-lightbox-image {
    box-shadow: 0 0 30px rgba(0, 0, 0, .3), 0 0 8px -5px rgba(0, 0, 0, .3);
    border-radius: 2px
}

.elementor-lightbox .elementor-video-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape,
.elementor-lightbox .elementor-video-container .elementor-video-portrait,
.elementor-lightbox .elementor-video-container .elementor-video-square {
    width: 100%;
    height: 100%;
    margin: auto
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square iframe {
    border: 0;
    background-color: #000
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video,
.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video,
.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
    aspect-ratio: var(--video-aspect-ratio, 1.77777)
}

@supports not (aspect-ratio:1/1) {

    .elementor-lightbox .elementor-video-container .elementor-video-landscape,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait,
    .elementor-lightbox .elementor-video-container .elementor-video-square {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777))
    }

    .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-landscape video,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-portrait video,
    .elementor-lightbox .elementor-video-container .elementor-video-square iframe,
    .elementor-lightbox .elementor-video-container .elementor-video-square video {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0
    }
}

.elementor-lightbox .elementor-video-container .elementor-video-square iframe,
.elementor-lightbox .elementor-video-container .elementor-video-square video {
    width: min(90vh, 90vw);
    height: min(90vh, 90vw)
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe,
.elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    width: 100%;
    max-height: 90vh
}

.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe,
.elementor-lightbox .elementor-video-container .elementor-video-portrait video {
    height: 100%;
    max-width: 90vw
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 85vw;
        max-height: 85vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 85vh;
        max-width: 85vw
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 95vw;
        max-height: 95vh
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 95vh;
        max-width: 95vw
    }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev,
.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next,
.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction,
.elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px
}

.elementor-lightbox .elementor-swiper-button-next,
.elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size)
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none
    }

    .elementor-lightbox .elementor-swiper-button-next,
    .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%
    }

    .elementor-lightbox .elementor-swiper-button-next i,
    .elementor-lightbox .elementor-swiper-button-prev i {
        padding: 10px;
        background-color: rgba(0, 0, 0, .5)
    }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        justify-content: flex-start
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content
}

.elementor-slideshow__footer,
.elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color)
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-inline-start: 1em;
    padding-inline-end: 2.6em;
    top: 0;
    align-items: center;
    z-index: 10
}

.elementor-slideshow__header>i,
.elementor-slideshow__header>svg {
    cursor: pointer;
    padding: .25em;
    margin: 0 .35em
}

.elementor-slideshow__header>i {
    font-size: inherit
}

.elementor-slideshow__header>i:hover {
    color: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header>svg {
    box-sizing: content-box;
    fill: var(--lightbox-ui-color);
    height: 1em;
    width: 1em
}

.elementor-slideshow__header>svg:hover {
    fill: var(--lightbox-ui-color-hover)
}

.elementor-slideshow__header .elementor-slideshow__counter {
    margin-inline-end: auto
}

.elementor-slideshow__header .elementor-icon-share {
    z-index: 5
}

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    transition: background-color .4s
}

.elementor-slideshow__share-menu .elementor-slideshow__share-links a {
    color: #0c0d0e
}

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, .3)
}

.elementor-slideshow__share-links a {
    text-align: start;
    color: #3f444b;
    font-size: 12px;
    line-height: 2.5;
    display: block;
    opacity: 0;
    transition: opacity .5s .1s
}

.elementor-slideshow__share-links a:hover {
    color: #000
}

.elementor-slideshow__share-links a i,
.elementor-slideshow__share-links a svg {
    margin-inline-end: .75em
}

.elementor-slideshow__share-links a i {
    font-size: 1.25em
}

.elementor-slideshow__share-links a svg {
    height: 1.25em;
    width: 1.25em
}

.elementor-slideshow__share-links:before {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    right: .5em;
    border: .45em solid transparent;
    border-bottom-color: #fff;
    transform: translateY(-100%) scaleX(.7)
}

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed
}

.elementor-slideshow__description,
.elementor-slideshow__title {
    margin: 0
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700
}

.elementor-slideshow__description {
    font-size: 14px
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer,
.elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next,
.elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer,
.elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next,
.elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0, 0, 0, .5)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    transform: scale(1)
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links,
.elementor-slideshow--share-mode .elementor-slideshow__share-links a {
    opacity: 1
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
    color: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
    color: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
    color: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
    color: #9da5ae
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
    fill: #1da1f2
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
    fill: #3b5998
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
    fill: #bd081c
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
    fill: #9da5ae
}

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2
}

.animated {
    animation-duration: 1.25s
}

.animated.animated-slow {
    animation-duration: 2s
}

.animated.animated-fast {
    animation-duration: .75s
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse;
    animation-fill-mode: forwards
}

@media (prefers-reduced-motion:reduce) {
    .animated {
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-top:not([data-negative=false]) svg {
    z-index: -1
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape-bottom:not([data-negative=true]) svg {
    z-index: -1
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px
}

#wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

#wpadminbar * {
    font-style: normal
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    transition: none
}

#left-area ul.elementor-icon-list-items,
.elementor-edit-area .elementor-element ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

.e--ua-appleWebkit.rtl {
    --flex-right: flex-start
}

.e--ua-appleWebkit .elementor-share-buttons--align-right,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content: var(--flex-right, flex-end)
}

.e--ua-appleWebkit .elementor-share-buttons--align-center,
.e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content: center
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: var(--justify-content, space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap))
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid,
.e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0
}

@media (max-width:1024px) {

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content: var(--flex-right, flex-end)
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center,
    .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content: center
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: var(--justify-content, space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap))
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid,
    .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:767px) {

    .elementor .elementor-hidden-mobile,
    .elementor .elementor-hidden-phone {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display: none
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none
    }
}

@media (min-width:-1) and (max-width:-1) {

    .elementor .elementor-hidden-laptop,
    .elementor .elementor-hidden-tablet_extra {
        display: none
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none
    }
}

@media (min-width:-1) {
    .elementor .elementor-hidden-widescreen {
        display: none
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment, start)
}

.elementor-widget-text-path svg {
    width: var(--width);
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: var(--word-spacing);
    transform: rotate(var(--rotate, 0)) scaleX(var(--scale-x, 1)) scaleY(var(--scale-y, 1))
}

.elementor-widget-text-path svg path {
    vector-effect: non-scaling-stroke;
    fill: var(--path-fill, transparent);
    stroke: var(--stroke-color, transparent);
    stroke-width: var(--stroke-width, 1px);
    transition: var(--stroke-transition) stroke, var(--stroke-transition) fill
}

.elementor-widget-text-path svg:hover path {
    --path-fill: var(--path-fill-hover);
    --stroke-color: var(--stroke-color-hover);
    --stroke-width: var(--stroke-width-hover)
}

.elementor-widget-text-path svg text {
    --fill: var(--text-color);
    fill: var(--fill);
    direction: var(--direction, ltr);
    transition: var(--transition) stroke, var(--transition) stroke-width, var(--transition) fill
}

.elementor-widget-text-path svg text:hover {
    --color: var(--text-color-hover, var(--text-color));
    --fill: var(--color);
    color: var(--color)
}

.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback: #61ce70;
    --n-tabs-color-secondary-fallback: #54595f;
    --n-tabs-default-padding-block: 15px;
    --n-tabs-default-padding-inline: 35px;
    --n-tabs-background-color: transparent;
    --n-tabs-display: flex;
    --n-tabs-direction: column;
    --n-tabs-gap: 10px;
    --n-tabs-heading-display: flex;
    --n-tabs-heading-direction: row;
    --n-tabs-heading-grow: initial;
    --n-tabs-heading-justify-content: center;
    --n-tabs-heading-width: initial;
    --n-tabs-heading-overflow-x: initial;
    --n-tabs-heading-wrap: nowrap;
    --n-tabs-border-width: 1px;
    --n-tabs-border-color: #d5d8dc;
    --n-tabs-content-display: flex;
    --n-tabs-title-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover: #fff;
    --n-tabs-title-color-active: #fff;
    --n-tabs-title-background-color: #f1f2f3;
    --n-tabs-title-background-color-hover: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active: var(--e-global-color-accent, var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width: initial;
    --n-tabs-title-height: initial;
    --n-tabs-title-font-size: 1rem;
    --n-tabs-title-white-space: initial;
    --n-tabs-title-justify-content-toggle: initial;
    --n-tabs-title-align-items-toggle: center;
    --n-tabs-title-justify-content: center;
    --n-tabs-title-align-items: center;
    --n-tabs-title-text-align: center;
    --n-tabs-title-direction: row;
    --n-tabs-title-gap: 10px;
    --n-tabs-title-flex-grow: 0;
    --n-tabs-title-flex-basis: content;
    --n-tabs-title-flex-shrink: initial;
    --n-tabs-title-order: initial;
    --n-tabs-title-padding-top: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-bottom: var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-left: var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-right: var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius: initial;
    --n-tabs-title-transition: 0.3s;
    --n-tabs-icon-color: var(--e-global-color-secondary, var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover: var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active: #fff;
    --n-tabs-icon-gap: 5px;
    width: 100%;
    max-width: 100%;
    --n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-left);
    --n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-right);
    --n-tabs-title-padding-block-start: var(--n-tabs-title-padding-top);
    --n-tabs-title-padding-block-end: var(--n-tabs-title-padding-bottom)
}

body.rtl .elementor-widget-n-tabs {
    --n-tabs-title-padding-inline-start: var(--n-tabs-title-padding-right);
    --n-tabs-title-padding-inline-end: var(--n-tabs-title-padding-left)
}

.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: start;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap);
    overflow-x: var(--n-tabs-heading-overflow-x);
    flex-wrap: var(--n-tabs-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
    cursor: grabbing;
    cursor: -webkit-grabbing
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
    position: relative
}

.elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
    content: "";
    position: absolute;
    inset-block: 0;
    inset-inline: -1000vw;
    z-index: 2
}

.elementor-widget-n-tabs .e-n-tabs-content {
    display: var(--n-tabs-content-display);
    flex-grow: 1;
    min-width: 0
}

.elementor-widget-n-tabs .e-n-tabs-content>.e-con:not(.e-active) {
    display: none
}

.elementor-widget-n-tabs .e-n-tabs:not(.e-activated)>.e-n-tabs-content>.e-con:first-child {
    display: flex
}

.elementor-widget-n-tabs .e-n-tab-title {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: var(--n-tabs-title-align-items-toggle, var(--n-tabs-title-align-items));
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(--n-tabs-title-justify-content-toggle, var(--n-tabs-title-justify-content));
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    cursor: pointer;
    outline: none;
    flex-grow: var(--n-tabs-title-flex-grow);
    flex-basis: var(--n-tabs-title-flex-basis);
    flex-shrink: var(--n-tabs-title-flex-shrink);
    padding-block-start: var(--n-tabs-title-padding-block-start);
    padding-inline-end: var(--n-tabs-title-padding-inline-end);
    padding-block-end: var(--n-tabs-title-padding-block-end);
    padding-inline-start: var(--n-tabs-title-padding-inline-start);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    white-space: var(--n-tabs-title-white-space);
    transition: background var(--n-tabs-title-transition), color var(--n-tabs-title-transition), border var(--n-tabs-title-transition), box-shadow var(--n-tabs-title-transition), text-shadow var(--n-tabs-title-transition), stroke var(--n-tabs-title-transition), stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-width var(--n-tabs-title-transition), -webkit-text-stroke-color var(--n-tabs-title-transition), transform var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title:focus-visible {
    outline: 5px auto -webkit-focus-ring-color
}

.elementor-widget-n-tabs .e-n-tab-title span i,
.elementor-widget-n-tabs .e-n-tab-title span svg {
    transition: color var(--n-tabs-title-transition), fill var(--n-tabs-title-transition)
}

.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size);
    text-align: var(--n-tabs-title-text-align)
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    order: var(--n-tabs-icon-order);
    overflow: hidden
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
    font-size: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
    width: var(--n-tabs-icon-size, var(--n-tabs-title-font-size));
    height: var(--n-tabs-icon-size, var(--n-tabs-title-font-size))
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
    display: none
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: var(--n-tabs-title-background-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false],
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
    color: var(--n-tabs-title-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true],
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus,
.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover,
.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-hover)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
    color: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
    fill: var(--n-tabs-icon-color-active)
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child {
    transform: translateY(-100vh);
    height: 0;
    opacity: 0
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover {
    transform: none;
    animation: initial
}

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child,
.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child {
    transform: none;
    height: auto;
    opacity: 1
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=false]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none
}

.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.elementor .elementor-element.elementor-widget-n-tabs>.elementor-widget-container>.e-n-tabs[data-touch-mode=true]>.e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none
}

@media (max-width:767px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:1024px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

@media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop {
        --n-tabs-direction: column;
        --n-tabs-heading-display: contents;
        --n-tabs-content-display: contents
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
        gap: 0
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content>.e-con {
        order: var(--n-tabs-title-order)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title {
        order: var(--n-tabs-title-order);
        width: auto
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child) {
        margin-block-start: var(--n-tabs-title-gap)
    }

    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true] {
        margin-block-end: var(--n-tabs-gap)
    }
}

.elementor-widget-n-accordion {
    --n-accordion-title-font-size: 20px;
    --n-accordion-title-flex-grow: initial;
    --n-accordion-title-justify-content: initial;
    --n-accordion-title-icon-order: -1;
    --n-accordion-border-width: 1px;
    --n-accordion-border-color: #d5d8dc;
    --n-accordion-border-style: solid;
    --n-accordion-item-title-flex-grow: initial;
    --n-accordion-item-title-space-between: 0px;
    --n-accordion-item-title-distance-from-content: 0px;
    --n-accordion-padding: 10px;
    --n-accordion-border-radius: 0px;
    --n-accordion-icon-size: 15px;
    --n-accordion-title-normal-color: #1f2124;
    --n-accordion-title-hover-color: #1f2124;
    --n-accordion-title-active-color: #1f2124;
    --n-accordion-icon-normal-color: var(--n-accordion-title-normal-color);
    --n-accordion-icon-hover-color: var(--n-accordion-title-hover-color);
    --n-accordion-icon-active-color: var(--n-accordion-title-active-color);
    --n-accordion-icon-gap: 0 10px;
    width: 100%
}

.elementor-widget-n-accordion .e-n-accordion details>summary::-webkit-details-marker {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item {
    display: flex;
    flex-direction: column;
    position: relative
}

.elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
    margin-block-end: var(--n-accordion-item-title-space-between)
}

.elementor-widget-n-accordion .e-n-accordion-item-title,
:where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
    border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color)
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding: var(--n-accordion-padding);
    justify-content: var(--n-accordion-title-justify-content);
    border-radius: var(--n-accordion-border-radius);
    flex-grow: var(--n-menu-title-flex-grow);
    gap: var(--n-accordion-icon-gap);
    color: var(--n-accordion-title-normal-color);
    align-items: center;
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item-title-header h1,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h2,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h3,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h4,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h5,
.elementor-widget-n-accordion .e-n-accordion-item-title-header h6,
.elementor-widget-n-accordion .e-n-accordion-item-title-header p {
    margin-block-start: 0;
    margin-block-end: 0
}

.elementor-widget-n-accordion .e-n-accordion-item-title-text {
    font-size: var(--n-accordion-title-font-size);
    align-items: center
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    order: var(--n-accordion-title-icon-order);
    position: relative;
    width: -moz-fit-content;
    width: fit-content
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
    height: var(--n-accordion-icon-size);
    width: auto
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color);
    font-size: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color);
    height: var(--n-accordion-icon-size)
}

.elementor-widget-n-accordion .e-n-accordion-item-title>span {
    cursor: pointer
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
    margin-block-end: var(--n-accordion-item-title-distance-from-content);
    color: var(--n-accordion-title-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-active-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
    color: var(--n-accordion-title-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-hover-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
    display: none
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
    display: flex
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>svg {
    fill: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span>i {
    color: var(--n-accordion-icon-normal-color)
}

.elementor-widget-n-accordion .e-n-accordion-item>span {
    cursor: pointer
}

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none !important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.elementor-kit-6 {
    --e-global-color-primary: #6ec1e4;
    --e-global-color-secondary: #54595f;
    --e-global-color-text: #7a7a7a;
    --e-global-color-accent: #61ce70;
    --e-global-typography-primary-font-family: "Roboto";
    --e-global-typography-primary-font-weight: 600;
    --e-global-typography-secondary-font-family: "Roboto Slab";
    --e-global-typography-secondary-font-weight: 400;
    --e-global-typography-text-font-family: "Roboto";
    --e-global-typography-text-font-weight: 400;
    --e-global-typography-accent-font-family: "Roboto";
    --e-global-typography-accent-font-weight: 500
}

.elementor-kit-6 button,
.elementor-kit-6 input[type=button],
.elementor-kit-6 input[type=submit],
.elementor-kit-6 .elementor-button {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1245px
}

.e-con {
    --container-max-width: 1140px
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-element {
    --widgets-spacing: 20px
}

    {}

h1.entry-title {
    display: var(--page-title-display)
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1024px
    }

    .e-con {
        --container-max-width: 1024px
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 767px
    }

    .e-con {
        --container-max-width: 767px
    }
}

#sb_instagram {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram:after {
    content: "";
    display: table;
    clear: both;
}

#sb_instagram.sbi_fixed_height {
    overflow: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram #sbi_images {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram .sbi_header_link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#sb_instagram .sbi_header_link:hover {
    border: none;
}

#sb_instagram #sbi_images .sbi_item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    zoom: 1;
    margin: 0 !important;
    text-decoration: none;
    opacity: 1;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sb_instagram #sbi_images .sbi_item.sbi_transition {
    opacity: 0;
}

#sb_instagram #sbi_images {
    display: grid;
    width: 100%;
    padding: 12px 0;
}

#sb_instagram.sbi_col_1 #sbi_images {
    grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2 #sbi_images {
    grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3 #sbi_images {
    grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4 #sbi_images {
    grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5 #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6 #sbi_images {
    grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7 #sbi_images {
    grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8 #sbi_images {
    grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9 #sbi_images {
    grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10 #sbi_images {
    grid-template-columns: repeat(10, 1fr);
}

#sb_instagram.sbi_col_1.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(1, 1fr);
}

#sb_instagram.sbi_col_2.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(2, 1fr);
}

#sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(3, 1fr);
}

#sb_instagram.sbi_col_4.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(4, 1fr);
}

#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(5, 1fr);
}

#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(6, 1fr);
}

#sb_instagram.sbi_col_7.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(7, 1fr);
}

#sb_instagram.sbi_col_8.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(8, 1fr);
}

#sb_instagram.sbi_col_9.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(9, 1fr);
}

#sb_instagram.sbi_col_10.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(10, 1fr);
}

#sb_instagram .sbi_photo_wrap {
    position: relative;
}

#sb_instagram .sbi_photo {
    display: block;
    text-decoration: none;
}

#sb_instagram .sbi_photo img {
    width: 100%;
    height: inherit;
    object-fit: cover;
    scale: 1;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    vertical-align: middle;
}

#sb_instagram .sbi_no_js img {
    display: none;
}

#sb_instagram a,
#sb_instagram a:hover,
#sb_instagram a:focus,
#sb_instagram a:active {
    outline: none;
}

#sb_instagram img {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
    opacity: 1 !important;
}

#sb_instagram .sbi_link {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
}

#sb_instagram .sbi_link a {
    padding: 0 6px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    line-height: 1.1;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}

#sb_instagram .sbi_link .sbi_lightbox_link {
    padding-bottom: 5px;
}

#sb_instagram .sbi_link a:hover,
#sb_instagram .sbi_link a:focus {
    text-decoration: underline;
}

#sb_instagram .sbi_photo_wrap:hover .sbi_link,
#sb_instagram .sbi_photo_wrap:focus .sbi_link {
    display: block;
}

#sb_instagram svg:not(:root).svg-inline--fa {
    height: 1em;
    display: inline-block;
}

#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn,
.sbi_type_carousel .fa-clone,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play {
    display: block !important;
    position: absolute;
    z-index: 1;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    font-style: normal !important;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

#sb_instagram .sbi_type_video .sbi_playbtn,
#sb_instagram .sbi_type_carousel .sbi_playbtn {
    z-index: 2;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -19px;
    padding: 0;
    font-size: 48px;
}

#sb_instagram .sbi_type_carousel .fa-clone {
    right: 12px;
    top: 12px;
    font-size: 24px;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}

.sbi_type_carousel svg.fa-clone,
#sb_instagram .sbi_type_video .svg-inline--fa.fa-play,
#sb_instagram .sbi_type_carousel .svg-inline--fa.fa-play {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
    filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, .4));
}

#sb_instagram .sbi_loader {
    width: 20px;
    height: 20px;
    position: relative;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 100%;
    -webkit-animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
    animation: sbi-sk-scaleout 1.0s infinite ease-in-out;
}

#sb_instagram br {
    display: none;
}

#sbi_load p {
    display: inline;
    padding: 0;
    margin: 0;
}

#sb_instagram #sbi_load .sbi_loader {
    position: absolute;
    margin-top: -11px;
    background-color: #fff;
    opacity: 1;
}

@-webkit-keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes sbi-sk-scaleout {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

#sb_instagram .fa-spin,
#sbi_lightbox .fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

#sb_instagram .fa-pulse,
#sbi_lightbox .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.sbi-screenreader {
    text-indent: -9999px !important;
    display: block !important;
    width: 0 !important;
    height: 0 !important;
    line-height: 0 !important;
    text-align: left !important;
    overflow: hidden !important;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 0;
}

#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
    text-decoration: none;
    transition: color 0.5s ease;
}

.sb_instagram_header.sbi_header_outside {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex;
}

.sbi_no_avatar .sbi_header_img {
    background: #333;
    color: #fff;
    width: 50px;
    height: 50px;
    position: relative;
}

.sb_instagram_header .sbi_header_hashtag_icon {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

.sbi_no_avatar .sbi_header_hashtag_icon {
    display: block;
    color: #fff;
    opacity: .9;
    -webkit-transition: background .6s linear, color .6s linear;
    -moz-transition: background .6s linear, color .6s linear;
    -o-transition: background .6s linear, color .6s linear;
    transition: background .6s linear, color .6s linear
}

.sbi_no_avatar:hover .sbi_header_hashtag_icon {
    display: block;
    opacity: 1;
    -webkit-transition: background .2s linear, color .2s linear;
    -moz-transition: background .2s linear, color .2s linear;
    -o-transition: background .2s linear, color .2s linear;
    transition: background .2s linear, color .2s linear
}

@media all and (min-width: 480px) {

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img,
    .sb_instagram_header.sbi_medium .sbi_header_img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_img img,
    .sb_instagram_header.sbi_medium .sbi_header_img img {
        width: 80px;
        height: 80px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text h3 {
        font-size: 20px;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
        font-size: 14px;
    }

    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text h3,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_medium .sbi_header_text h3,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_medium .sbi_header_text .sbi_bio {
        line-height: 1.4
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img,
    .sb_instagram_header.sbi_large .sbi_header_img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_img img,
    .sb_instagram_header.sbi_large .sbi_header_img img {
        width: 120px;
        height: 120px;
        border-radius: 50%;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text h3,
    .sb_instagram_header.sbi_large .sbi_header_text h3 {
        font-size: 28px;
    }

    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    #sb_instagram .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio_info,
    .sb_instagram_header.sbi_large .sbi_header_text .sbi_bio {
        font-size: 16px;
    }
}

#sb_instagram .sb_instagram_header .sbi_header_img,
.sb_instagram_header .sbi_header_img {
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 50%;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
    opacity: 0;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    color: #fff;
    background: rgba(0, 0, 0, 0.75);
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
#sb_instagram .sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header .sbi_header_img_hover .sbi_new_logo,
.sb_instagram_header .sbi_header_hashtag_icon .sbi_new_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    font-size: 24px;
}

#sb_instagram .sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_medium .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -18px;
    margin-left: -18px;
    width: 36px;
    height: 36px;
    font-size: 36px
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo,
.sb_instagram_header.sbi_large .sbi_header_hashtag_icon .sbi_new_logo {
    margin-top: -24px;
    margin-left: -24px;
    width: 48px;
    height: 48px;
    font-size: 48px
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover i {
    overflow: hidden;
}

#sb_instagram .sb_instagram_header .sbi_header_img_hover,
.sb_instagram_header .sbi_header_img_hover {
    z-index: 2;
    transition: opacity 0.4s ease-in-out;
}

#sb_instagram .sb_instagram_header .sbi_fade_in,
.sb_instagram_header .sbi_fade_in {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

#sb_instagram .sb_instagram_header a:hover .sbi_header_img_hover,
#sb_instagram .sb_instagram_header a:focus .sbi_header_img_hover,
.sb_instagram_header a:hover .sbi_header_img_hover,
.sb_instagram_header a:focus .sbi_header_img_hover {
    opacity: 1;
}

#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: center;
}

#sb_instagram .sb_instagram_header.sbi_large .sbi_feedtheme_header_text,
.sb_instagram_header.sbi_large .sbi_feedtheme_header_text {
    gap: 8px;
}

.sb_instagram_header.sbi_medium .sbi_feedtheme_header_text {
    gap: 4px;
}

.sbi_feedtheme_header_text {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex: 1;
    flex-direction: column;
    gap: 4px;
}

#sb_instagram .sb_instagram_header a,
.sb_instagram_header a {
    text-decoration: none;
}

#sb_instagram .sb_instagram_header h3,
.sb_instagram_header h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#sb_instagram .sb_instagram_header p,
.sb_instagram_header p {
    font-size: 13px;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

#sb_instagram p:empty {
    display: none;
}

#sb_instagram .sb_instagram_header .sbi_header_text img.emoji,
.sb_instagram_header .sbi_header_text img.emoji {
    margin-right: 3px !important;
}

#sb_instagram .sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info,
.sb_instagram_header .sbi_header_text.sbi_no_bio .sbi_bio_info {
    clear: both;
}

#sb_instagram #sbi_load {
    float: left;
    clear: both;
    width: 100%;
    text-align: center;
}

#sb_instagram #sbi_load .fa-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px;
    font-size: 15px;
}

#sb_instagram #sbi_load {
    opacity: 1;
    transition: all 0.5s ease-in;
}

#sb_instagram .sbi_load_btn .sbi_btn_text,
#sb_instagram .sbi_load_btn .sbi_loader {
    opacity: 1;
    transition: all 0.1s ease-in;
}

#sb_instagram .sbi_hidden {
    opacity: 0 !important;
}

#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram .sbi_follow_btn a {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    padding: 7px 14px;
    margin: 5px auto 0 auto;
    background: #333;
    border: none;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    line-height: 1.5;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#sb_instagram #sbi_load .sbi_load_btn {
    position: relative;
}

#sb_instagram .sbi_follow_btn {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

#sb_instagram .sbi_follow_btn.sbi_top {
    display: block;
    margin-bottom: 5px;
}

#sb_instagram .sbi_follow_btn a {
    background: #408bd1;
    color: #fff;
}

#sb_instagram .sbi_follow_btn a,
#sb_instagram .sbi_follow_btn a,
#sb_instagram #sbi_load .sbi_load_btn {
    transition: all 0.1s ease-in;
}

#sb_instagram #sbi_load .sbi_load_btn:hover {
    outline: none;
    box-shadow: inset 0 0 20px 20px rgba(255, 255, 255, 0.25);
}

#sb_instagram .sbi_follow_btn a:hover,
#sb_instagram .sbi_follow_btn a:focus {
    outline: none;
    box-shadow: inset 0 0 10px 20px #359dff;
}

#sb_instagram .sbi_follow_btn a:active,
#sb_instagram #sbi_load .sbi_load_btn:active {
    box-shadow: inset 0 0 10px 20px rgba(0, 0, 0, 0.3);
}

#sb_instagram .sbi_follow_btn .fa,
#sb_instagram .sbi_follow_btn svg {
    margin-bottom: -1px;
    margin-right: 7px;
    font-size: 15px;
}

#sb_instagram .sbi_follow_btn svg {
    vertical-align: -.125em;
}

#sb_instagram #sbi_load .sbi_follow_btn {
    margin-left: 5px;
}

#sb_instagram .sb_instagram_error {
    width: 100%;
    text-align: center;
    line-height: 1.4;
}

#sbi_mod_error {
    display: none;
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#sbi_mod_error br {
    display: initial !important;
}

#sbi_mod_error p {
    padding: 5px 0 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

#sbi_mod_error ol,
#sbi_mod_error ul {
    padding: 5px 0 5px 20px !important;
    margin: 0 !important;
}

#sbi_mod_error li {
    padding: 1px 0 !important;
    margin: 0 !important;
}

#sbi_mod_error span {
    font-size: 12px;
}

#sb_instagram.sbi_medium .sbi_playbtn,
#sb_instagram.sbi_medium .sbi_photo_wrap .svg-inline--fa.fa-play {
    margin-top: -12px;
    margin-left: -9px;
    font-size: 23px;
}

#sb_instagram.sbi_medium .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 8px;
    top: 8px;
    font-size: 18px;
}

#sb_instagram.sbi_small .sbi_playbtn,
#sb_instagram.sbi_small .sbi_photo_wrap .svg-inline--fa.fa-play {
    margin-top: -9px;
    margin-left: -7px;
    font-size: 18px;
}

#sb_instagram.sbi_small .sbi_type_carousel .sbi_photo_wrap .fa-clone {
    right: 5px;
    top: 5px;
    font-size: 12px;
}

@media all and (max-width: 640px) {

    #sb_instagram.sbi_col_3 #sbi_images,
    #sb_instagram.sbi_col_4 #sbi_images,
    #sb_instagram.sbi_col_5 #sbi_images,
    #sb_instagram.sbi_col_6 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_col_7 #sbi_images,
    #sb_instagram.sbi_col_8 #sbi_images,
    #sb_instagram.sbi_col_9 #sbi_images,
    #sb_instagram.sbi_col_10 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_width_resp {
        width: 100% !important;
    }
}

@media all and (max-width: 480px) {

    #sb_instagram.sbi_col_3 #sbi_images,
    #sb_instagram.sbi_col_4 #sbi_images,
    #sb_instagram.sbi_col_5 #sbi_images,
    #sb_instagram.sbi_col_6 #sbi_images,
    #sb_instagram.sbi_col_7 #sbi_images,
    #sb_instagram.sbi_col_8 #sbi_images,
    #sb_instagram.sbi_col_9 #sbi_images,
    #sb_instagram.sbi_col_10 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo_wrap:before {
    content: "";
    display: block;
    padding-top: 100%;
    z-index: -300;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item .sbi_photo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#sb_instagram.sbi_no_js #sbi_images .sbi_item.sbi_transition {
    opacity: 1;
}

#sb_instagram.sbi_no_js .sbi_photo img,
#sb_instagram.sbi_no_js .sbi_load_btn {
    display: none;
}

#sb_instagram #sbi_images .sbi_js_load_disabled .sbi_imgLiquid_ready.sbi_photo,
#sb_instagram #sbi_images .sbi_no_js_customizer .sbi_imgLiquid_ready.sbi_photo {
    padding-bottom: 0 !important;
}

#sb_instagram #sbi_mod_error .sb_frontend_btn {
    display: inline-block;
    padding: 6px 10px;
    background: #ddd;
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
    border-radius: 5px;
    margin-top: 10px;
    color: #444
}

#sb_instagram #sbi_mod_error .sb_frontend_btn:hover {
    background: #ccc;
    background: rgba(0, 0, 0, .15)
}

#sb_instagram #sbi_mod_error .sb_frontend_btn .fa {
    margin-right: 2px
}

.sbi_header_outside.sbi_header_palette_dark,
#sb_instagram.sbi_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_share_close {
    background-color: rgba(0, 0, 0, .85);
    color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_dark .sbi_caption,
.sbi_header_palette_dark,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox p {
    color: rgba(255, 255, 255, .75);
}

.sbi_header_palette_dark .sbi_bio,
#sb_instagram.sbi_palette_dark .sbi_meta {
    color: rgba(255, 255, 255, .75);
}

.sbi_header_palette_dark a,
#sb_instagram.sbi_palette_dark .sbi_expand a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_dark_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_dark_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #fff;
}

.sbi_header_outside.sbi_header_palette_light,
#sb_instagram.sbi_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lightbox_tooltip,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_share_close {
    color: rgba(0, 0, 0, .85);
    background-color: rgba(255, 255, 255, .75);
}

#sb_instagram.sbi_palette_light .sbi_caption,
.sbi_header_palette_light,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details .sbi_lb-caption,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-number,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox p {
    color: rgba(0, 0, 0, .85);
}

.sbi_header_palette_light .sbi_bio,
#sb_instagram.sbi_palette_light .sbi_meta {
    color: rgba(0, 0, 0, .85);
}

.sbi_header_palette_light a,
#sb_instagram.sbi_palette_light .sbi_expand a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a,
#sbi_lightbox.sbi_palette_light_lightbox .sbi_lb-outerContainer .sbi_lb-dataContainer .sbi_lb-details a p,
#sbi_lightbox.sbi_lb-comments-enabled.sbi_palette_light_lightbox .sbi_lb-commentBox .sbi_lb-commenter {
    color: #000;
}

@media all and (max-width: 480px) {

    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr)
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr)
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr)
    }
}

@media all and (max-width: 800px) {
    #sb_instagram.sbi_tab_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }

    #sb_instagram.sbi_tab_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_tab_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_tab_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_tab_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_tab_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_tab_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr);
    }

    #sb_instagram.sbi_tab_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr);
    }

    #sb_instagram.sbi_tab_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr);
    }

    #sb_instagram.sbi_tab_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }
}

@media all and (max-width: 480px) {

    #sb_instagram.sbi_col_3.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_4.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_5.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_6.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_7.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_8.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_9.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_col_10.sbi_mob_col_auto #sbi_images,
    #sb_instagram.sbi_mob_col_1 #sbi_images {
        grid-template-columns: 1fr;
    }

    #sb_instagram.sbi_mob_col_2 #sbi_images {
        grid-template-columns: repeat(2, 1fr)
    }

    #sb_instagram.sbi_mob_col_3 #sbi_images {
        grid-template-columns: repeat(3, 1fr)
    }

    #sb_instagram.sbi_mob_col_4 #sbi_images {
        grid-template-columns: repeat(4, 1fr)
    }

    #sb_instagram.sbi_mob_col_5 #sbi_images {
        grid-template-columns: repeat(5, 1fr);
    }

    #sb_instagram.sbi_mob_col_6 #sbi_images {
        grid-template-columns: repeat(6, 1fr);
    }

    #sb_instagram.sbi_mob_col_7 #sbi_images {
        grid-template-columns: repeat(7, 1fr);
    }

    #sb_instagram.sbi_mob_col_8 #sbi_images {
        grid-template-columns: repeat(8, 1fr);
    }

    #sb_instagram.sbi_mob_col_9 #sbi_images {
        grid-template-columns: repeat(9, 1fr);
    }

    #sb_instagram.sbi_mob_col_10 #sbi_images {
        grid-template-columns: repeat(10, 1fr);
    }
}

#sb_instagram #sbi_images .sbi_item.sbi_num_diff_hide {
    display: none !important;
}

body:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxdb2wUxxXfvTs7xsY1heCY1qYuqWU32CnFxaU1dRBQiKo0FQVRNUmF0kqOVT5gqU2lVAJaUEtDoIIPKSIiUiq1pa2Iigoln0xaHPHHrc0Hy+Vf4QMgK1FbG8fBdQ7fue/ne2OPx7Ozu3e7d0fkkX7a893Om/fmt/Pem9ndsW2FU2w+RgznJKwHp0QNvyX5OO5V2Pj4eCUdNhNWEKoIpYRCQsyhyhghThgm3Cb8nXDctu07kkxHEtTGuyd+tO3GDMiNaDom8REgV2dP0iu51Ldb6fAjwscz1GmQsI84+rVncgWxkyf4I1gmtZA/FylXYFK6EpN+rvgcFGGPGFURZXSNsg1xLyQzsXv5zyuENwnXCe+zjDGHqjHW4WOEGsImQh3/9hIIDptcIauAr+5iRpF0tSe4Q0b4eJ+/yzeSBalRtqfIxZYR/vu+k4tmV9zBLvi3hB3Ut6PpKkjyXqHDs+yq1xLu6K4ISyUzTbcsu+FiNmJeJBKZTyid6I1EYoRkD/CV+gEfE1w3XwiWvU8Bj5a5OFJ/zI9Go8UTQzSZHCYMSGSPSG5aF3I2c59gxP6YZN1Pg9BWOmwgHIEMQiOPYMg+6FRpOWAQegTwEJeAEk4SljU1NT138eLF8/F4PDE6Onofn6uqqp6n31oI9YRFUjIRzaP4Wsh6LWI9W6A39IcdsAefYR/sZHtLpD7Q9eEfCP2EbS4ElhJqGKXK9zdYxhlBNv8N2ZaKSWKdCBbEeiBYdEoZ4gKN1jW3bt26PK6Urq6ua4sXL97OBDfkGcEqsdCvBfpCb9UW2Ac7OQ6WmWyg0zuZiPVOGTRhL7wm4Tajm7+rFK6Yv2vlv9ezzE4duZEQOgiuPkpup6i8vPwz6o8rVqyoOX78+DbqsM9Txyykrx5mt/eQ6crPErFR1gP6PAz9oCf0hd5qBdgHO7lezEX+XD6+ryF2JR1OErbyRRVnLOLvTuIcautF+ryajq8psuZq4ySd2CPF2x5NDH5B99ll7prgGBvXnYSOOnHixPbKysoGklnhQLCdxRg7g1joBf2gp45Yxb6Eh+ldIR/jmkTrdcIjHI/bCF9itPF3+O11nEt6DUvV44psb4FbDP00rny4tGpCc1tb2ysDAwP3xh3KlStX7lAse5EU/qrkokuySLCt5AoTrhj6QC/o56Q77IJ9sJPtLXWJuVfZhS5Xs14RRwnlmnrl/Fs/Z8hqrtTPsmfGXCdi0yBYGDaHAHdbj3jU3Ny8d2ho6AMTwRUVFdsVgrMVg2fEWOgBfUzEwh7YxfG2nu2d45Hcx5Uk6RJ//5RhsD3F51xSkqzHTeQGGXOTjAS7iyGaKgydO3fub5s2bXptcHBwRFeptrb2k+T62mikPMYxeAG7xgLTKlqAS6QF3N4CtA89oA/00i4LkR2wB3bBPtjJ9iakPvBaKtjlYr7bZTivi895hOukX9J0y7bk5kTWjCnCF2k0PLlu3bpf3r17d8RpNIgsmkeD6qLtkNzxpCtGu05ZsSjQH3bAHtjF9slZsm1Y0tWN3Br+7qbOJSuu+SafW+N15Ibt7iYJpsn/19AxY2NjSZ8ElyqdFwSp01yxF2KhN/SHHQ7Eug2YrLvlsBMVQXC1IHjVqlUHTDH4woULlxHzHEZwJgRrkye0g/bQrinGQm+J2GrNiPVKbu4SqmwRbMqiMYI0BGeaZGlHLNoxjVjomSmxTESfA7mV0m8g8WkmtJw/C2L7xGKGhty+bJOrErxAJhguzkQwRpLkouszjMFqjK0Xrtg0YqGf4oqr2Q7fYUJyvyt1ixjS7/28zHhD+vuSoZ743TO5/2CEEYOrs5xkBZU8VfuJsWEsP2rqGJcfTcSGSTCSkUbhou9RCSHJSjt5gj6SK270mzyFcePA4dxtxhsHWSTXdsqi3ZIshxhc4tLZoq0SPzFWkzxVpRNjNUS0S3G1INPOhAwpHrfn0i2bkqxGr0mWdDepTlkVsh3aEatldaa7Ow7JU2O6yZPB7YqMGRlyUQayiqQs+yrLdiS3keFUjjBCS7Jisdg31qxZ8yu3JIvvBzdYUw+Wmcgt5fMaUM8teUL70CPT5MlAylYpSTrDbnU9J0bLed6qw3I+Zz3XOSPJ2cqyteQ2KnAiNkiCLWlkoQPreG25de3atb+/evXqsBMJvb29fXyT3JTgTPMOOB/1nGSiPbSL9lmPOtZrTtDr20xwn0ROuugTxDqRG8b9XD8F67F4KCxBnTpxu6yjo+NmT0/Pf5wq1NfXP9be3v4FP43gfNRz+h3toV2+rZmQ9Qo8LqWeVsSjMvsIbxNuEN6zUk8zDjtgkM+5wXVQd4N48tGtZNMt62JiPU85Wnft2vU2HmNxGmWHDx9+kxMreeTq3PLkyMX5qOckE+2hXR65T2ru9NhWnhc/CVUrI8yFDeGSsRDeTJ36bXTwuKEcOnTozxwTl7nMedW57TLUQ32TfLQPPfgebY3imu2PArmtCkInlrB5586dxo4/ePDgW5qOL3Qht1C9gCDH1A70sFJPEz5QBOeaXB2xmNZs3r1792lTh+/fv/80udZvcYeryY5pnjstaUN9yIE8U3vQhwluCZtgHSkSWggfMt4lvEPYx9/bMoG5dMtaYtHRPon129FaT+GVYG43VIJdyF1pUPE64buEiF9yw3LFC2VX7EYsXKhCbDpJjrZ9yHVz0dIIzqR9N3IjBnIfIhQzagkbea35vLy+Q/h0Lu8KzYixXohVYmwmHasl2EsM1hAc2Agm8asJZwlLXEawCqw/v8B1Uf7Nrjrr93MzSZ5aNMRmcj9XJbglV0kWiZ1HEIs1iKNzfBJs8UXxKstAXN6QzScxZiRPBw4cOBNijLXCisHQO+gki8Q+S/gZ3wSw0gTq/pzVHGb3HRq5Ohc4kTzlmNhACFaSrIUBEBzJgFj5DtGrUgyOBk2unUcxNpcx2HYhcwvhJ0iWPGTLnshlOUukGPy9sMiddrfHS4zFiMkisa4Eu41gKQard4+M5PLc9DqLed4juaK4kWtxkiWmSYH2W1S35OdG7NGjR89KyVNdQMlTuklWnUiyoJcbwQ5LoVEDuU9w9fPiKYuAyS2VpklPhNFRZSLOHjt27LRPYnOx1GdrVrI8EQz7pPhb5oHcl7nqXo+LGH7JtXgejPJy0OQKl1yHpxnworKP5CmXd2EcFzpMLhr28VMbdcpatxO5nVx1Y4jkbuTzz4ZFbo2J3IBWnrJGsFOSJZFb45HcDn5k9dEQya3l898Nyy0jyWg+derUSd1tu7CX9MJYKtXdLoR91tQrnK5u2cPast+ik1MsFjXsgMlFwYNf2CSkjK76T+zZs2dLQ0NDYzKZtPr6+rqRiCQSif/S79gs5K6V2vhEfYk5l0XYgVGIt//mEbDRyQKaBj29dOnSRrLL6u3t7d6xY8cfya5+K/WmH95yH/VrhzJl8Tt/odTAVuVgQ5Z76NMwyBVXfjFfzQXSFS0eXwGheHxkxMrP/ajk/afEzjwgOibZIbYmGmI7/me5vGFPBHyK698Wu9l4mI+OSzrp2FXJrbVSb+O/FwuwQ2SDBGFjln7vpriEfNxobNyavnnYGI8GnS2j1tTzVm4j9jeEVYRvEv4Uku7iWbFrsZAaiEujdMSa2tdJfkE7YeX3DnIyweKFcpMtXsp5JrcpRHKbRFuxEBaYvWz+8aCUcZ/kuZW/ECZ2pOFFjOGMFZzOH2Su5s+nI9ZsyWbB3PNfBLyx90wI8p9h2Wijc5bc7HuCX/Bn7Nu4xMeavVtZwjItbiM5S272yxtW6j2srxB+YE1t7JJJKWBZkNnNbViz5Ga/IH5/h6eD3yf8MABif8qyIPM5kSPMkpubgnnoFsKHhEsBxNmXOJvfwrJT/jxbj0DOFm35LOEyfxYbhP7OQxYds6Y23kaG3MkEvzUtWM+SmxcFNx2uEeYTLhD+aqU2FvunlfqfBihVvECBeezn2P0O8G9F1tTS5yy5eVaQDePJDGyQ/ajHOvt5zuwsdJbcvCrIgbCC9XXCl5lo8Y8u8BonXuE8Z6W2733HctmK8P8CDACX4aTcJbnsiAAAAABJRU5ErkJggg==);
    display: none;
}

.sbi_lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: black;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.9;
    display: none;
}

.sbi_lightbox {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 100000;
    text-align: center;
    line-height: 0;
    font-weight: normal;
}

.sbi_lightbox .sbi_lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    object-fit: contain;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-image {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.sbi_lightbox a:hover,
.sbi_lightbox a:focus,
.sbi_lightbox a:active {
    outline: none;
}

.sbi_lightbox a img {
    border: none;
}

.sbi_lb-outerContainer {
    position: relative;
    background-color: #000;
    *zoom: 1;
    width: 250px;
    height: 250px;
    margin: 0 auto 5px auto;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.sbi_lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}

.sbi_lb-container-wrapper {
    height: 100%;
}

.sbi_lb-container {
    position: relative;
    padding: 4px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    right: 0;
}

.sbi_lb-loader {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    height: 20px;
    margin-top: -10px;
    text-align: center;
    line-height: 0;
}

.sbi_lb-loader span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxdb2wUxxXfvTs7xsY1heCY1qYuqWU32CnFxaU1dRBQiKo0FQVRNUmF0kqOVT5gqU2lVAJaUEtDoIIPKSIiUiq1pa2Iigoln0xaHPHHrc0Hy+Vf4QMgK1FbG8fBdQ7fue/ne2OPx7Ozu3e7d0fkkX7a893Om/fmt/Pem9ndsW2FU2w+RgznJKwHp0QNvyX5OO5V2Pj4eCUdNhNWEKoIpYRCQsyhyhghThgm3Cb8nXDctu07kkxHEtTGuyd+tO3GDMiNaDom8REgV2dP0iu51Ldb6fAjwscz1GmQsI84+rVncgWxkyf4I1gmtZA/FylXYFK6EpN+rvgcFGGPGFURZXSNsg1xLyQzsXv5zyuENwnXCe+zjDGHqjHW4WOEGsImQh3/9hIIDptcIauAr+5iRpF0tSe4Q0b4eJ+/yzeSBalRtqfIxZYR/vu+k4tmV9zBLvi3hB3Ut6PpKkjyXqHDs+yq1xLu6K4ISyUzTbcsu+FiNmJeJBKZTyid6I1EYoRkD/CV+gEfE1w3XwiWvU8Bj5a5OFJ/zI9Go8UTQzSZHCYMSGSPSG5aF3I2c59gxP6YZN1Pg9BWOmwgHIEMQiOPYMg+6FRpOWAQegTwEJeAEk4SljU1NT138eLF8/F4PDE6Onofn6uqqp6n31oI9YRFUjIRzaP4Wsh6LWI9W6A39IcdsAefYR/sZHtLpD7Q9eEfCP2EbS4ElhJqGKXK9zdYxhlBNv8N2ZaKSWKdCBbEeiBYdEoZ4gKN1jW3bt26PK6Urq6ua4sXL97OBDfkGcEqsdCvBfpCb9UW2Ac7OQ6WmWyg0zuZiPVOGTRhL7wm4Tajm7+rFK6Yv2vlv9ezzE4duZEQOgiuPkpup6i8vPwz6o8rVqyoOX78+DbqsM9Txyykrx5mt/eQ6crPErFR1gP6PAz9oCf0hd5qBdgHO7lezEX+XD6+ryF2JR1OErbyRRVnLOLvTuIcautF+ryajq8psuZq4ySd2CPF2x5NDH5B99ll7prgGBvXnYSOOnHixPbKysoGklnhQLCdxRg7g1joBf2gp45Yxb6Eh+ldIR/jmkTrdcIjHI/bCF9itPF3+O11nEt6DUvV44psb4FbDP00rny4tGpCc1tb2ysDAwP3xh3KlStX7lAse5EU/qrkokuySLCt5AoTrhj6QC/o56Q77IJ9sJPtLXWJuVfZhS5Xs14RRwnlmnrl/Fs/Z8hqrtTPsmfGXCdi0yBYGDaHAHdbj3jU3Ny8d2ho6AMTwRUVFdsVgrMVg2fEWOgBfUzEwh7YxfG2nu2d45Hcx5Uk6RJ//5RhsD3F51xSkqzHTeQGGXOTjAS7iyGaKgydO3fub5s2bXptcHBwRFeptrb2k+T62mikPMYxeAG7xgLTKlqAS6QF3N4CtA89oA/00i4LkR2wB3bBPtjJ9iakPvBaKtjlYr7bZTivi895hOukX9J0y7bk5kTWjCnCF2k0PLlu3bpf3r17d8RpNIgsmkeD6qLtkNzxpCtGu05ZsSjQH3bAHtjF9slZsm1Y0tWN3Br+7qbOJSuu+SafW+N15Ibt7iYJpsn/19AxY2NjSZ8ElyqdFwSp01yxF2KhN/SHHQ7Eug2YrLvlsBMVQXC1IHjVqlUHTDH4woULlxHzHEZwJgRrkye0g/bQrinGQm+J2GrNiPVKbu4SqmwRbMqiMYI0BGeaZGlHLNoxjVjomSmxTESfA7mV0m8g8WkmtJw/C2L7xGKGhty+bJOrErxAJhguzkQwRpLkouszjMFqjK0Xrtg0YqGf4oqr2Q7fYUJyvyt1ixjS7/28zHhD+vuSoZ743TO5/2CEEYOrs5xkBZU8VfuJsWEsP2rqGJcfTcSGSTCSkUbhou9RCSHJSjt5gj6SK270mzyFcePA4dxtxhsHWSTXdsqi3ZIshxhc4tLZoq0SPzFWkzxVpRNjNUS0S3G1INPOhAwpHrfn0i2bkqxGr0mWdDepTlkVsh3aEatldaa7Ow7JU2O6yZPB7YqMGRlyUQayiqQs+yrLdiS3keFUjjBCS7Jisdg31qxZ8yu3JIvvBzdYUw+Wmcgt5fMaUM8teUL70CPT5MlAylYpSTrDbnU9J0bLed6qw3I+Zz3XOSPJ2cqyteQ2KnAiNkiCLWlkoQPreG25de3atb+/evXqsBMJvb29fXyT3JTgTPMOOB/1nGSiPbSL9lmPOtZrTtDr20xwn0ROuugTxDqRG8b9XD8F67F4KCxBnTpxu6yjo+NmT0/Pf5wq1NfXP9be3v4FP43gfNRz+h3toV2+rZmQ9Qo8LqWeVsSjMvsIbxNuEN6zUk8zDjtgkM+5wXVQd4N48tGtZNMt62JiPU85Wnft2vU2HmNxGmWHDx9+kxMreeTq3PLkyMX5qOckE+2hXR65T2ru9NhWnhc/CVUrI8yFDeGSsRDeTJ36bXTwuKEcOnTozxwTl7nMedW57TLUQ32TfLQPPfgebY3imu2PArmtCkInlrB5586dxo4/ePDgW5qOL3Qht1C9gCDH1A70sFJPEz5QBOeaXB2xmNZs3r1792lTh+/fv/80udZvcYeryY5pnjstaUN9yIE8U3vQhwluCZtgHSkSWggfMt4lvEPYx9/bMoG5dMtaYtHRPon129FaT+GVYG43VIJdyF1pUPE64buEiF9yw3LFC2VX7EYsXKhCbDpJjrZ9yHVz0dIIzqR9N3IjBnIfIhQzagkbea35vLy+Q/h0Lu8KzYixXohVYmwmHasl2EsM1hAc2Agm8asJZwlLXEawCqw/v8B1Uf7Nrjrr93MzSZ5aNMRmcj9XJbglV0kWiZ1HEIs1iKNzfBJs8UXxKstAXN6QzScxZiRPBw4cOBNijLXCisHQO+gki8Q+S/gZ3wSw0gTq/pzVHGb3HRq5Ohc4kTzlmNhACFaSrIUBEBzJgFj5DtGrUgyOBk2unUcxNpcx2HYhcwvhJ0iWPGTLnshlOUukGPy9sMiddrfHS4zFiMkisa4Eu41gKQard4+M5PLc9DqLed4juaK4kWtxkiWmSYH2W1S35OdG7NGjR89KyVNdQMlTuklWnUiyoJcbwQ5LoVEDuU9w9fPiKYuAyS2VpklPhNFRZSLOHjt27LRPYnOx1GdrVrI8EQz7pPhb5oHcl7nqXo+LGH7JtXgejPJy0OQKl1yHpxnworKP5CmXd2EcFzpMLhr28VMbdcpatxO5nVx1Y4jkbuTzz4ZFbo2J3IBWnrJGsFOSJZFb45HcDn5k9dEQya3l898Nyy0jyWg+derUSd1tu7CX9MJYKtXdLoR91tQrnK5u2cPast+ik1MsFjXsgMlFwYNf2CSkjK76T+zZs2dLQ0NDYzKZtPr6+rqRiCQSif/S79gs5K6V2vhEfYk5l0XYgVGIt//mEbDRyQKaBj29dOnSRrLL6u3t7d6xY8cfya5+K/WmH95yH/VrhzJl8Tt/odTAVuVgQ5Z76NMwyBVXfjFfzQXSFS0eXwGheHxkxMrP/ajk/afEzjwgOibZIbYmGmI7/me5vGFPBHyK698Wu9l4mI+OSzrp2FXJrbVSb+O/FwuwQ2SDBGFjln7vpriEfNxobNyavnnYGI8GnS2j1tTzVm4j9jeEVYRvEv4Uku7iWbFrsZAaiEujdMSa2tdJfkE7YeX3DnIyweKFcpMtXsp5JrcpRHKbRFuxEBaYvWz+8aCUcZ/kuZW/ECZ2pOFFjOGMFZzOH2Su5s+nI9ZsyWbB3PNfBLyx90wI8p9h2Wijc5bc7HuCX/Bn7Nu4xMeavVtZwjItbiM5S272yxtW6j2srxB+YE1t7JJJKWBZkNnNbViz5Ga/IH5/h6eD3yf8MABif8qyIPM5kSPMkpubgnnoFsKHhEsBxNmXOJvfwrJT/jxbj0DOFm35LOEyfxYbhP7OQxYds6Y23kaG3MkEvzUtWM+SmxcFNx2uEeYTLhD+aqU2FvunlfqfBihVvECBeezn2P0O8G9F1tTS5yy5eVaQDePJDGyQ/ajHOvt5zuwsdJbcvCrIgbCC9XXCl5lo8Y8u8BonXuE8Z6W2733HctmK8P8CDACX4aTcJbnsiAAAAABJRU5ErkJggg==) no-repeat;
}

.sbi_lb-nav {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

.sbi_lb-container>.nav {
    left: 0;
}

.sbi_lb-nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 90%;
    outline: none;
    background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.sbi_lb-prev,
.sbi_lb-next {
    height: 100%;
    cursor: pointer;
    display: block;
}

.sbi_lb-nav a.sbi_lb-prev {
    width: 50px;
    left: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-nav a.sbi_lb-prev:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav a.sbi_lb-next {
    width: 50px;
    right: -70px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0.5);
    opacity: 0.5;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-nav a.sbi_lb-next:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}

.sbi_lb-nav span {
    display: block;
    top: 55%;
    position: absolute;
    left: 20px;
    width: 34px;
    height: 45px;
    margin: -25px 0 0 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAA3CAYAAAA2YdXmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQyIDc5LjE2MDkyNCwgMjAxNy8wNy8xMy0wMTowNjozOSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkU5ODUyRDhDNEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkU5ODUyRDhENEMxNjExRTk4NEM4RDkxQzg2RUEwRkY4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RTk4NTJEOEE0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RTk4NTJEOEI0QzE2MTFFOTg0QzhEOTFDODZFQTBGRjgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7zMbLqAAAL10lEQVR42uxdb2wUxxXfvTs7xsY1heCY1qYuqWU32CnFxaU1dRBQiKo0FQVRNUmF0kqOVT5gqU2lVAJaUEtDoIIPKSIiUiq1pa2Iigoln0xaHPHHrc0Hy+Vf4QMgK1FbG8fBdQ7fue/ne2OPx7Ozu3e7d0fkkX7a893Om/fmt/Pem9ndsW2FU2w+RgznJKwHp0QNvyX5OO5V2Pj4eCUdNhNWEKoIpYRCQsyhyhghThgm3Cb8nXDctu07kkxHEtTGuyd+tO3GDMiNaDom8REgV2dP0iu51Ldb6fAjwscz1GmQsI84+rVncgWxkyf4I1gmtZA/FylXYFK6EpN+rvgcFGGPGFURZXSNsg1xLyQzsXv5zyuENwnXCe+zjDGHqjHW4WOEGsImQh3/9hIIDptcIauAr+5iRpF0tSe4Q0b4eJ+/yzeSBalRtqfIxZYR/vu+k4tmV9zBLvi3hB3Ut6PpKkjyXqHDs+yq1xLu6K4ISyUzTbcsu+FiNmJeJBKZTyid6I1EYoRkD/CV+gEfE1w3XwiWvU8Bj5a5OFJ/zI9Go8UTQzSZHCYMSGSPSG5aF3I2c59gxP6YZN1Pg9BWOmwgHIEMQiOPYMg+6FRpOWAQegTwEJeAEk4SljU1NT138eLF8/F4PDE6Onofn6uqqp6n31oI9YRFUjIRzaP4Wsh6LWI9W6A39IcdsAefYR/sZHtLpD7Q9eEfCP2EbS4ElhJqGKXK9zdYxhlBNv8N2ZaKSWKdCBbEeiBYdEoZ4gKN1jW3bt26PK6Urq6ua4sXL97OBDfkGcEqsdCvBfpCb9UW2Ac7OQ6WmWyg0zuZiPVOGTRhL7wm4Tajm7+rFK6Yv2vlv9ezzE4duZEQOgiuPkpup6i8vPwz6o8rVqyoOX78+DbqsM9Txyykrx5mt/eQ6crPErFR1gP6PAz9oCf0hd5qBdgHO7lezEX+XD6+ryF2JR1OErbyRRVnLOLvTuIcautF+ryajq8psuZq4ySd2CPF2x5NDH5B99ll7prgGBvXnYSOOnHixPbKysoGklnhQLCdxRg7g1joBf2gp45Yxb6Eh+ldIR/jmkTrdcIjHI/bCF9itPF3+O11nEt6DUvV44psb4FbDP00rny4tGpCc1tb2ysDAwP3xh3KlStX7lAse5EU/qrkokuySLCt5AoTrhj6QC/o56Q77IJ9sJPtLXWJuVfZhS5Xs14RRwnlmnrl/Fs/Z8hqrtTPsmfGXCdi0yBYGDaHAHdbj3jU3Ny8d2ho6AMTwRUVFdsVgrMVg2fEWOgBfUzEwh7YxfG2nu2d45Hcx5Uk6RJ//5RhsD3F51xSkqzHTeQGGXOTjAS7iyGaKgydO3fub5s2bXptcHBwRFeptrb2k+T62mikPMYxeAG7xgLTKlqAS6QF3N4CtA89oA/00i4LkR2wB3bBPtjJ9iakPvBaKtjlYr7bZTivi895hOukX9J0y7bk5kTWjCnCF2k0PLlu3bpf3r17d8RpNIgsmkeD6qLtkNzxpCtGu05ZsSjQH3bAHtjF9slZsm1Y0tWN3Br+7qbOJSuu+SafW+N15Ibt7iYJpsn/19AxY2NjSZ8ElyqdFwSp01yxF2KhN/SHHQ7Eug2YrLvlsBMVQXC1IHjVqlUHTDH4woULlxHzHEZwJgRrkye0g/bQrinGQm+J2GrNiPVKbu4SqmwRbMqiMYI0BGeaZGlHLNoxjVjomSmxTESfA7mV0m8g8WkmtJw/C2L7xGKGhty+bJOrErxAJhguzkQwRpLkouszjMFqjK0Xrtg0YqGf4oqr2Q7fYUJyvyt1ixjS7/28zHhD+vuSoZ743TO5/2CEEYOrs5xkBZU8VfuJsWEsP2rqGJcfTcSGSTCSkUbhou9RCSHJSjt5gj6SK270mzyFcePA4dxtxhsHWSTXdsqi3ZIshxhc4tLZoq0SPzFWkzxVpRNjNUS0S3G1INPOhAwpHrfn0i2bkqxGr0mWdDepTlkVsh3aEatldaa7Ow7JU2O6yZPB7YqMGRlyUQayiqQs+yrLdiS3keFUjjBCS7Jisdg31qxZ8yu3JIvvBzdYUw+Wmcgt5fMaUM8teUL70CPT5MlAylYpSTrDbnU9J0bLed6qw3I+Zz3XOSPJ2cqyteQ2KnAiNkiCLWlkoQPreG25de3atb+/evXqsBMJvb29fXyT3JTgTPMOOB/1nGSiPbSL9lmPOtZrTtDr20xwn0ROuugTxDqRG8b9XD8F67F4KCxBnTpxu6yjo+NmT0/Pf5wq1NfXP9be3v4FP43gfNRz+h3toV2+rZmQ9Qo8LqWeVsSjMvsIbxNuEN6zUk8zDjtgkM+5wXVQd4N48tGtZNMt62JiPU85Wnft2vU2HmNxGmWHDx9+kxMreeTq3PLkyMX5qOckE+2hXR65T2ru9NhWnhc/CVUrI8yFDeGSsRDeTJ36bXTwuKEcOnTozxwTl7nMedW57TLUQ32TfLQPPfgebY3imu2PArmtCkInlrB5586dxo4/ePDgW5qOL3Qht1C9gCDH1A70sFJPEz5QBOeaXB2xmNZs3r1792lTh+/fv/80udZvcYeryY5pnjstaUN9yIE8U3vQhwluCZtgHSkSWggfMt4lvEPYx9/bMoG5dMtaYtHRPon129FaT+GVYG43VIJdyF1pUPE64buEiF9yw3LFC2VX7EYsXKhCbDpJjrZ9yHVz0dIIzqR9N3IjBnIfIhQzagkbea35vLy+Q/h0Lu8KzYixXohVYmwmHasl2EsM1hAc2Agm8asJZwlLXEawCqw/v8B1Uf7Nrjrr93MzSZ5aNMRmcj9XJbglV0kWiZ1HEIs1iKNzfBJs8UXxKstAXN6QzScxZiRPBw4cOBNijLXCisHQO+gki8Q+S/gZ3wSw0gTq/pzVHGb3HRq5Ohc4kTzlmNhACFaSrIUBEBzJgFj5DtGrUgyOBk2unUcxNpcx2HYhcwvhJ0iWPGTLnshlOUukGPy9sMiddrfHS4zFiMkisa4Eu41gKQard4+M5PLc9DqLed4juaK4kWtxkiWmSYH2W1S35OdG7NGjR89KyVNdQMlTuklWnUiyoJcbwQ5LoVEDuU9w9fPiKYuAyS2VpklPhNFRZSLOHjt27LRPYnOx1GdrVrI8EQz7pPhb5oHcl7nqXo+LGH7JtXgejPJy0OQKl1yHpxnworKP5CmXd2EcFzpMLhr28VMbdcpatxO5nVx1Y4jkbuTzz4ZFbo2J3IBWnrJGsFOSJZFb45HcDn5k9dEQya3l898Nyy0jyWg+derUSd1tu7CX9MJYKtXdLoR91tQrnK5u2cPast+ik1MsFjXsgMlFwYNf2CSkjK76T+zZs2dLQ0NDYzKZtPr6+rqRiCQSif/S79gs5K6V2vhEfYk5l0XYgVGIt//mEbDRyQKaBj29dOnSRrLL6u3t7d6xY8cfya5+K/WmH95yH/VrhzJl8Tt/odTAVuVgQ5Z76NMwyBVXfjFfzQXSFS0eXwGheHxkxMrP/ajk/afEzjwgOibZIbYmGmI7/me5vGFPBHyK698Wu9l4mI+OSzrp2FXJrbVSb+O/FwuwQ2SDBGFjln7vpriEfNxobNyavnnYGI8GnS2j1tTzVm4j9jeEVYRvEv4Uku7iWbFrsZAaiEujdMSa2tdJfkE7YeX3DnIyweKFcpMtXsp5JrcpRHKbRFuxEBaYvWz+8aCUcZ/kuZW/ECZ2pOFFjOGMFZzOH2Su5s+nI9ZsyWbB3PNfBLyx90wI8p9h2Wijc5bc7HuCX/Bn7Nu4xMeavVtZwjItbiM5S272yxtW6j2srxB+YE1t7JJJKWBZkNnNbViz5Ga/IH5/h6eD3yf8MABif8qyIPM5kSPMkpubgnnoFsKHhEsBxNmXOJvfwrJT/jxbj0DOFm35LOEyfxYbhP7OQxYds6Y23kaG3MkEvzUtWM+SmxcFNx2uEeYTLhD+aqU2FvunlfqfBihVvECBeezn2P0O8G9F1tTS5yy5eVaQDePJDGyQ/ajHOvt5zuwsdJbcvCrIgbCC9XXCl5lo8Y8u8BonXuE8Z6W2733HctmK8P8CDACX4aTcJbnsiAAAAABJRU5ErkJggg==) no-repeat;
}

.sbi_lb-nav a.sbi_lb-prev span {
    background-position: -53px 0;
}

.sbi_lb-nav a.sbi_lb-next span {
    left: auto;
    right: 20px;
    background-position: -18px 0;
}

.sbi_lb-dataContainer {
    margin: 0 auto;
    padding-top: 10px;
    *zoom: 1;
    width: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-outerContainer {
    position: relative;
    padding-right: 300px;
    background: #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-container-wrapper {
    position: relative;
    background: #000;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    width: 300px !important;
    position: absolute;
    top: 0;
    right: -300px;
    height: 100%;
    bottom: 0;
    background: #fff;
    line-height: 1.4;
    overflow: hidden;
    overflow-y: auto;
    text-align: left;
}

.sbi_lb-dataContainer:after,
.sbi_lb-data:after,
.sbi_lb-commentBox:after {
    content: "";
    display: table;
    clear: both;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox {
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 4px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number {
    padding-bottom: 0;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

#sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-caption .sbi_caption_text {
    display: inline-block;
    padding-top: 10px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-comment {
    display: block !important;
    width: 100%;
    min-width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    padding: 3px 20px 3px 0;
    margin: 0 0 1px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    font-weight: 700;
    margin-right: 5px;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commentBox p {
    text-align: left;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-dataContainer {
    box-sizing: border-box;
    padding: 15px 20px;
}

.sbi_lb-data {
    padding: 0 4px;
    color: #ccc;
}

.sbi_lb-data .sbi_lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1;
}

.sbi_lb-data .sbi_lb-caption {
    float: left;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
    padding-bottom: 3px;
    color: #ccc;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.sbi_lb-data .sbi_lb-caption a {
    color: #ccc;
    font-weight: bold;
    text-decoration: none;
}

.sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lb-commenter:hover {
    color: #fff;
    text-decoration: underline;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username {
    float: left;
    width: 100%;
    color: #ccc;
    padding-bottom: 0;
    display: block;
    margin: 0 0 5px 0;
}

.sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p {
    color: #fff;
    text-decoration: underline;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter {
    color: #333;
}

.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-commenter:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_username,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-number,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a,
#sbi_lightbox.sbi_lightbox.sbi_lb-comments-enabled .sbi_lightbox_action a:hover,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username:hover p,
.sbi_lightbox.sbi_lb-comments-enabled .sbi_lb-data .sbi_lb-caption .sbi_lightbox_username p {
    color: #333;
}

.sbi_lightbox .sbi_lightbox_username img {
    float: left;
    border: none;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    background: #666;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
}

.sbi_lightbox_username p {
    float: left;
    margin: 0;
    padding: 0;
    color: #ccc;
    line-height: 32px;
    font-weight: bold;
    font-size: 13px;
}

.sbi_lb-data .sbi_lb-number {
    display: block;
    float: left;
    clear: both;
    padding: 5px 0 15px 0;
    font-size: 12px;
    color: #999999;
}

.sbi_lb-data .sbi_lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    font-size: 18px;
    color: #aaa;
    text-align: right;
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.sbi_lb-data .sbi_lb-close:hover {
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    color: #fff;
}

.sbi_lb-nav {
    height: auto;
}

.sbi_lightbox .sbi_owl-item:nth-child(n+2) .sbi_video {
    position: relative !important;
}

.sbi_lb-container {
    padding: 0;
}

.sb-elementor-cta {
    width: 100% !important;
    border: 1px solid #E8E8EB !important;
    border-radius: 2px !important;
    position: relative !important;
    text-align: center !important;
}

.sb-elementor-cta-img-ctn {
    width: 100% !important;
    position: relative !important;
    float: left !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 50px !important;
    margin-bottom: 35px !important;
}

.sb-elementor-cta-img {
    width: 65px !important;
    height: 65px !important;
    position: relative !important;
    border: 2px solid #DCDDE1 !important;
    border-radius: 16px !important;
    -webkit-transform: rotate(-3deg) !important;
    transform: rotate(-3deg) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.sb-elementor-cta-img span svg {
    float: left !important;
}

.sb-elementor-cta-img>* {
    -webkit-transform: rotate(3deg) !important;
    transform: rotate(3deg) !important;
}

.sb-elementor-cta-logo {
    position: absolute !important;
    right: -15px !important;
    bottom: -19px !important;
    z-index: 1 !important;
}

.sb-elementor-cta-heading {
    font-size: 19px !important;
    padding: 0px !important;
    margin: 0px !important;
    display: inline-block !important;
    width: 100% !important;
    font-weight: 700 !important;
    line-height: 1.4em !important;
    margin-bottom: 30px !important;
}

.sb-elementor-cta-btn {
    background: #0068A0 !important;
    border-radius: 2px !important;
    padding: 8px 20px 8px 38px !important;
    cursor: pointer !important;
    color: #fff !important;
    position: relative !important;
    margin-bottom: 30px !important;
}

.sb-elementor-cta-btn:before,
.sb-elementor-cta-btn:after {
    content: '' !important;
    position: absolute !important;
    width: 2px !important;
    height: 12px !important;
    background: #fff !important;
    left: 20px !important;
    top: 14px !important;
}

.sb-elementor-cta-btn:after {
    -webkit-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
}

.sb-elementor-cta-desc {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 20px !important;
    background: #F9F9FA !important;
    border-top: 1px solid #E8E8EB !important;
    margin-top: 35px !important;
    flex-direction: column !important;
}

.sb-elementor-cta-desc strong {
    color: #141B38 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    margin-bottom: 8px !important;
}

.sb-elementor-cta-desc span {
    color: #434960 !important;
    font-size: 14px !important;
    line-height: 1.5em !important;
    padding: 0 20% !important;
}

.sb-elementor-cta-selector {
    width: 100% !important;
    padding: 0 20% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    margin-bottom: 45px !important;
}

.sb-elementor-cta-feedselector {
    border: 1px solid #D0D1D7 !important;
    padding: 8px 16px 8px 16px !important;
    margin-bottom: 15px !important;
    max-width: 100% !important;
    min-width: 400px !important;
}

.sb-elementor-cta-selector span {
    color: #2C324C !important;
}

.sb-elementor-cta-selector span a {
    text-transform: capitalize !important;
    text-decoration: underline !important;
    font-weight: 600 !important;
}

.sb-elementor-cta-selector span a:after {
    color: #2C324C !important;
    margin-left: 2px !important;
    font-weight: 400 !important;
    text-decoration-color: #fff !important;
}

.sb-elementor-cta-selector span a:first-of-type:after {
    content: ',' !important;
}

.sb-elementor-cta-selector span a:nth-of-type(2):after {
    content: 'or' !important;
}

.sb-elementor-cta-selector span a:nth-of-type(2):after {
    margin-left: 5px !important;
    margin-right: 2px !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before,
.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
    content: '' !important;
    height: 16px !important;
    font-variant: normal !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_facebook_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9056 18.109H13.4056V17.609H12.9056V18.109ZM9.79722 18.109H9.29722V18.609H9.79722V18.109ZM9.79722 14.5601V14.0601H9.29722V14.5601H9.79722ZM12.9056 14.5601V15.0601H13.4056V14.5601H12.9056ZM20.2604 7.32764H20.7604V6.90407L20.3426 6.83444L20.2604 7.32764ZM20.2604 10.3503V10.8503H20.7604V10.3503H20.2604ZM16.7237 14.5601H16.2237V15.0601H16.7237V14.5601ZM20.1258 14.5601L20.6199 14.6367L20.7094 14.0601H20.1258V14.5601ZM19.5751 18.109V18.609H20.0035L20.0692 18.1857L19.5751 18.109ZM16.7237 18.109V17.609H16.2237V18.109H16.7237ZM27.0523 14.5601H26.5523L26.5523 14.5612L27.0523 14.5601ZM17.0803 26.6136L16.9877 26.1222L17.0803 26.6136ZM12.5489 26.6139L12.6411 26.1225L12.5489 26.6139ZM14.8147 1.79797C7.80749 1.79797 2.07703 7.51685 2.07703 14.5601H3.07703C3.07703 8.06849 8.36042 2.79797 14.8147 2.79797V1.79797ZM2.07703 14.5601C2.07703 20.7981 6.54984 25.9974 12.4567 27.1053L12.6411 26.1225C7.19999 25.1019 3.07703 20.3097 3.07703 14.5601H2.07703ZM13.4056 26.3139V18.109H12.4056V26.3139H13.4056ZM12.9056 17.609H9.79722V18.609H12.9056V17.609ZM10.2972 18.109V14.5601H9.29722V18.109H10.2972ZM9.79722 15.0601H12.9056V14.0601H9.79722V15.0601ZM13.4056 14.5601V11.8556H12.4056V14.5601H13.4056ZM13.4056 11.8556C13.4056 10.4191 13.8299 9.36825 14.5211 8.67703C15.2129 7.98525 16.2305 7.59512 17.5314 7.59512V6.59512C16.0299 6.59512 14.7346 7.04939 13.814 7.96992C12.893 8.891 12.4056 10.2204 12.4056 11.8556H13.4056ZM17.5314 7.59512C18.1724 7.59512 18.8342 7.65119 19.3401 7.70823C19.592 7.73664 19.8029 7.76502 19.9504 7.78622C20.0241 7.79681 20.0818 7.8056 20.1208 7.81167C20.1402 7.81471 20.155 7.81706 20.1647 7.81863C20.1695 7.81941 20.1731 7.82 20.1754 7.82037C20.1765 7.82056 20.1773 7.82069 20.1778 7.82077C20.178 7.82081 20.1782 7.82083 20.1782 7.82084C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1783 7.82085 20.1783 7.82085 20.1783 7.82085C20.1782 7.82084 20.1782 7.82084 20.2604 7.32764C20.3426 6.83444 20.3426 6.83443 20.3425 6.83443C20.3425 6.83442 20.3424 6.83441 20.3424 6.83441C20.3423 6.83439 20.3422 6.83437 20.342 6.83435C20.3418 6.8343 20.3414 6.83425 20.341 6.83417C20.3401 6.83403 20.3389 6.83383 20.3373 6.83357C20.3342 6.83307 20.3298 6.83234 20.3241 6.83142C20.3127 6.82958 20.2962 6.82695 20.2749 6.82362C20.2323 6.81698 20.1707 6.8076 20.0927 6.7964C19.9369 6.774 19.7157 6.74425 19.4521 6.71453C18.927 6.65532 18.2243 6.59512 17.5314 6.59512V7.59512ZM19.7604 7.32764V10.3503H20.7604V7.32764H19.7604ZM20.2604 9.85033H18.7185V10.8503H20.2604V9.85033ZM18.7185 9.85033C17.851 9.85033 17.1997 10.1241 16.7742 10.6148C16.3604 11.0922 16.2237 11.7025 16.2237 12.2594H17.2237C17.2237 11.8495 17.3257 11.5053 17.5298 11.2699C17.7224 11.0477 18.0684 10.8503 18.7185 10.8503V9.85033ZM16.2237 12.2594V14.5601H17.2237V12.2594H16.2237ZM16.7237 15.0601H20.1258V14.0601H16.7237V15.0601ZM19.6317 14.4834L19.081 18.0323L20.0692 18.1857L20.6199 14.6367L19.6317 14.4834ZM19.5751 17.609H16.7237V18.609H19.5751V17.609ZM16.2237 18.109V26.3135H17.2237V18.109H16.2237ZM17.1728 27.105C20.0281 26.5671 22.618 25.068 24.5079 22.8512L23.7469 22.2025C22.0054 24.2452 19.6188 25.6266 16.9877 26.1222L17.1728 27.105ZM24.5079 22.8512C26.4793 20.5388 27.5591 17.5977 27.5523 14.559L26.5523 14.5612C26.5586 17.3614 25.5636 20.0715 23.7469 22.2025L24.5079 22.8512ZM27.5523 14.5601C27.5523 7.51685 21.8218 1.79797 14.8147 1.79797V2.79797C21.2689 2.79797 26.5523 8.06849 26.5523 14.5601H27.5523ZM16.2237 26.3135C16.2237 26.8064 16.6682 27.2 17.1728 27.105L16.9877 26.1222C17.119 26.0975 17.2237 26.2006 17.2237 26.3135H16.2237ZM12.4567 27.1053C12.9603 27.1998 13.4056 26.8073 13.4056 26.3139H12.4056C12.4056 26.2001 12.5107 26.098 12.6411 26.1225L12.4567 27.1053Z' fill='%232b87da' /%3E%3Cpath d='M12.9056 18.1088H13.4056V17.6088H12.9056V18.1088ZM9.79724 18.1088H9.29724V18.6088H9.79724V18.1088ZM9.79724 14.5599V14.0599H9.29724V14.5599H9.79724ZM12.9056 14.5599V15.0599H13.4056V14.5599H12.9056ZM20.2604 7.32749H20.7604V6.90392L20.3426 6.83429L20.2604 7.32749ZM20.2604 10.3502V10.8502H20.7604V10.3502H20.2604ZM16.7237 14.5599H16.2237V15.0599H16.7237V14.5599ZM20.1258 14.5599L20.6199 14.6366L20.7094 14.0599H20.1258V14.5599ZM19.5751 18.1088V18.6088H20.0035L20.0692 18.1855L19.5751 18.1088ZM16.7237 18.1088V17.6088H16.2237V18.1088H16.7237ZM13.4056 26.366V18.1088H12.4056V26.366H13.4056ZM12.9056 17.6088H9.79724V18.6088H12.9056V17.6088ZM10.2972 18.1088V14.5599H9.29724V18.1088H10.2972ZM9.79724 15.0599H12.9056V14.0599H9.79724V15.0599ZM13.4056 14.5599V11.8554H12.4056V14.5599H13.4056ZM13.4056 11.8554C13.4056 10.4189 13.8299 9.3681 14.5212 8.67688C15.2129 7.9851 16.2305 7.59497 17.5314 7.59497V6.59497C16.0299 6.59497 14.7346 7.04924 13.814 7.96977C12.893 8.89085 12.4056 10.2202 12.4056 11.8554H13.4056ZM17.5314 7.59497C18.1724 7.59497 18.8342 7.65103 19.3401 7.70808C19.592 7.73648 19.803 7.76487 19.9504 7.78607C20.0241 7.79666 20.0819 7.80545 20.1208 7.81152C20.1402 7.81455 20.155 7.81691 20.1647 7.81848C20.1695 7.81926 20.1731 7.81984 20.1754 7.82022C20.1765 7.8204 20.1773 7.82054 20.1778 7.82061C20.178 7.82065 20.1782 7.82068 20.1783 7.82069C20.1783 7.8207 20.1783 7.8207 20.1783 7.8207C20.1783 7.8207 20.1783 7.82069 20.1783 7.82069C20.1782 7.82069 20.1782 7.82068 20.2604 7.32749C20.3426 6.83429 20.3426 6.83428 20.3425 6.83427C20.3425 6.83427 20.3424 6.83426 20.3424 6.83425C20.3423 6.83424 20.3422 6.83422 20.3421 6.8342C20.3418 6.83415 20.3414 6.83409 20.341 6.83402C20.3401 6.83387 20.3389 6.83367 20.3374 6.83342C20.3343 6.83291 20.3298 6.83219 20.3241 6.83127C20.3127 6.82943 20.2962 6.82679 20.2749 6.82347C20.2324 6.81683 20.1707 6.80745 20.0927 6.79624C19.9369 6.77385 19.7158 6.7441 19.4522 6.71438C18.927 6.65516 18.2244 6.59497 17.5314 6.59497V7.59497ZM19.7604 7.32749V10.3502H20.7604V7.32749H19.7604ZM20.2604 9.85018H18.7185V10.8502H20.2604V9.85018ZM18.7185 9.85018C17.8511 9.85018 17.1997 10.1239 16.7743 10.6146C16.3604 11.092 16.2237 11.7024 16.2237 12.2592H17.2237C17.2237 11.8493 17.3257 11.5052 17.5298 11.2697C17.7224 11.0476 18.0684 10.8502 18.7185 10.8502V9.85018ZM16.2237 12.2592V14.5599H17.2237V12.2592H16.2237ZM16.7237 15.0599H20.1258V14.0599H16.7237V15.0599ZM19.6317 14.4833L19.081 18.0322L20.0692 18.1855L20.6199 14.6366L19.6317 14.4833ZM19.5751 17.6088H16.7237V18.6088H19.5751V17.6088ZM16.2237 18.1088V26.366H17.2237V18.1088H16.2237ZM16.4146 26.1752H13.2148V27.1752H16.4146V26.1752ZM16.2237 26.366C16.2237 26.2606 16.3092 26.1752 16.4146 26.1752V27.1752C16.8615 27.1752 17.2237 26.8129 17.2237 26.366H16.2237ZM12.4056 26.366C12.4056 26.8129 12.7679 27.1752 13.2148 27.1752V26.1752C13.3202 26.1752 13.4056 26.2606 13.4056 26.366H12.4056Z' fill='%232b87da'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_instagram_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1' y='1' width='22' height='22' rx='6' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='12' cy='12' r='5' stroke='%232b87da' stroke-width='1.5'/%3E%3Ccircle cx='18.5' cy='5.75' r='1.25' fill='%232b87da'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_twitter_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.8762 6.78846C27.9345 6.7065 27.8465 6.60094 27.7536 6.63936C27.0263 6.93989 26.26 7.15757 25.4698 7.29241C25.3632 7.31061 25.3082 7.16347 25.3956 7.09969C26.2337 6.48801 26.8918 5.63649 27.2636 4.63802C27.2958 4.55162 27.2014 4.47574 27.1212 4.52123C26.1605 5.06618 25.1092 5.45524 24.0054 5.68842C23.971 5.69568 23.9354 5.68407 23.9113 5.65844C22.9264 4.60891 21.5545 4 19.9999 4C17.0624 4 14.6624 6.4 14.6624 9.3625C14.6624 9.74071 14.702 10.109 14.7724 10.4586C14.7855 10.5235 14.7342 10.5842 14.6681 10.5803C10.3227 10.3231 6.45216 8.2421 3.84135 5.09864C3.79681 5.04501 3.71241 5.0515 3.67879 5.11257C3.26061 5.8722 3.02493 6.75115 3.02493 7.675C3.02493 9.41548 3.84362 10.9704 5.13417 11.9317C5.2141 11.9913 5.17327 12.12 5.07385 12.1129C4.32811 12.0597 3.63173 11.835 3.00827 11.5171C2.99303 11.5094 2.97493 11.5204 2.97493 11.5375V11.5375C2.97493 13.9896 4.6205 16.0638 6.86301 16.7007C6.96452 16.7295 6.96588 16.8757 6.86218 16.8953C6.25772 17.0096 5.63724 17.0173 5.0289 16.9176C4.95384 16.9052 4.89095 16.9762 4.91633 17.0479C5.26967 18.0466 5.91213 18.9192 6.7637 19.5537C7.58576 20.1661 8.56481 20.5283 9.58351 20.6001C9.67715 20.6067 9.71634 20.7266 9.64124 20.7829C7.78574 22.1744 5.52424 22.9237 3.19993 22.9125C2.91864 22.9125 2.63736 22.9015 2.35608 22.8796C2.25034 22.8714 2.20189 23.0116 2.29272 23.0664C4.58933 24.4509 7.27959 25.25 10.1499 25.25C19.9999 25.25 25.4124 17.075 25.4124 9.9875C25.4124 9.76833 25.4124 9.5598 25.4026 9.34228C25.4011 9.30815 25.4168 9.27551 25.4445 9.2555C26.3819 8.57814 27.1984 7.74079 27.8762 6.78846Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.et-db #et-boc .et-l .et-fb-modules-list ul>li.sb_youtube_feed::before {
    background-image: url("data:image/svg+xml,%3Csvg width='27' height='20' viewBox='0 0 27 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 13.3267C11 13.4037 11.0834 13.4518 11.15 13.4133L17.3377 9.83658C17.4043 9.79808 17.4043 9.70192 17.3377 9.66342L11.15 6.08673C11.0834 6.0482 11 6.0963 11 6.17331V13.3267ZM25.45 3.7125C25.6125 4.3 25.725 5.0875 25.8 6.0875C25.8875 7.0875 25.925 7.95 25.925 8.7L26 9.75C26 12.4875 25.8 14.5 25.45 15.7875C25.1375 16.9125 24.4125 17.6375 23.2875 17.95C22.7 18.1125 21.625 18.225 19.975 18.3C18.35 18.3875 16.8625 18.425 15.4875 18.425L13.5 18.5C8.2625 18.5 5 18.3 3.7125 17.95C2.5875 17.6375 1.8625 16.9125 1.55 15.7875C1.3875 15.2 1.275 14.4125 1.2 13.4125C1.1125 12.4125 1.075 11.55 1.075 10.8L1 9.75C1 7.0125 1.2 5 1.55 3.7125C1.8625 2.5875 2.5875 1.8625 3.7125 1.55C4.3 1.3875 5.375 1.275 7.025 1.2C8.65 1.1125 10.1375 1.075 11.5125 1.075L13.5 1C18.7375 1 22 1.2 23.2875 1.55C24.4125 1.8625 25.1375 2.5875 25.45 3.7125Z' stroke='%232b87da' stroke-width='1.25' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../font/fa-brands-400.eot);
    src: url(../font/fa-brands-400.eot) format("embedded-opentype"), url(../font/fa-brands-4001.woff2) format("woff2"), url(../font/fa-brands-400.woff) format("woff"), url(../font/fa-brands-4001.ttf) format("truetype"), url(../font/fa-brands-400.svg) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../font/fa-regular-400.eot);
    src: url(../font/fa-regular-400.eot) format("embedded-opentype"), url(../font/fa-regular-4001.woff2) format("woff2"), url(../font/fa-regular-400.woff) format("woff"), url(../font/fa-regular-4001.ttf) format("truetype"), url(../font/fa-regular-400.svg) format("svg")
}

.fab,
.far {
    font-weight: 400
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../font/fa-solid-900.eot);
    src: url(../font/fa-solid-900.eot) format("embedded-opentype"), url(../font/fa-solid-9001.woff2) format("woff2"), url(../font/fa-solid-900.woff) format("woff"), url(../font/fa-solid-9001.ttf) format("truetype"), url(../font/fa-solid-900.svg) format("svg")
}

.fa,
.far,
.fas {
    font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
    font-weight: 900
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa.fa-glass:before {
    content: "\f000"
}

.fa.fa-meetup {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-star-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-o:before {
    content: "\f005"
}

.fa.fa-close:before,
.fa.fa-remove:before {
    content: "\f00d"
}

.fa.fa-gear:before {
    content: "\f013"
}

.fa.fa-trash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-trash-o:before {
    content: "\f2ed"
}

.fa.fa-file-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-o:before {
    content: "\f15b"
}

.fa.fa-clock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-clock-o:before {
    content: "\f017"
}

.fa.fa-arrow-circle-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-down:before {
    content: "\f358"
}

.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-up:before {
    content: "\f35b"
}

.fa.fa-play-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-play-circle-o:before {
    content: "\f144"
}

.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
    content: "\f01e"
}

.fa.fa-refresh:before {
    content: "\f021"
}

.fa.fa-list-alt {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-dedent:before {
    content: "\f03b"
}

.fa.fa-video-camera:before {
    content: "\f03d"
}

.fa.fa-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-picture-o:before {
    content: "\f03e"
}

.fa.fa-photo {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-photo:before {
    content: "\f03e"
}

.fa.fa-image {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-image:before {
    content: "\f03e"
}

.fa.fa-pencil:before {
    content: "\f303"
}

.fa.fa-map-marker:before {
    content: "\f3c5"
}

.fa.fa-pencil-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-pencil-square-o:before {
    content: "\f044"
}

.fa.fa-share-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-share-square-o:before {
    content: "\f14d"
}

.fa.fa-check-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-check-square-o:before {
    content: "\f14a"
}

.fa.fa-arrows:before {
    content: "\f0b2"
}

.fa.fa-times-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-circle-o:before {
    content: "\f057"
}

.fa.fa-check-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-check-circle-o:before {
    content: "\f058"
}

.fa.fa-mail-forward:before {
    content: "\f064"
}

.fa.fa-expand:before {
    content: "\f424"
}

.fa.fa-compress:before {
    content: "\f422"
}

.fa.fa-eye,
.fa.fa-eye-slash {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-warning:before {
    content: "\f071"
}

.fa.fa-calendar:before {
    content: "\f073"
}

.fa.fa-arrows-v:before {
    content: "\f338"
}

.fa.fa-arrows-h:before {
    content: "\f337"
}

.fa.fa-bar-chart {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bar-chart:before {
    content: "\f080"
}

.fa.fa-bar-chart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bar-chart-o:before {
    content: "\f080"
}

.fa.fa-facebook-square,
.fa.fa-twitter-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gears:before {
    content: "\f085"
}

.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-up:before {
    content: "\f164"
}

.fa.fa-thumbs-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-down:before {
    content: "\f165"
}

.fa.fa-heart-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-heart-o:before {
    content: "\f004"
}

.fa.fa-sign-out:before {
    content: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin-square:before {
    content: "\f08c"
}

.fa.fa-thumb-tack:before {
    content: "\f08d"
}

.fa.fa-external-link:before {
    content: "\f35d"
}

.fa.fa-sign-in:before {
    content: "\f2f6"
}

.fa.fa-github-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-lemon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-lemon-o:before {
    content: "\f094"
}

.fa.fa-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-square-o:before {
    content: "\f0c8"
}

.fa.fa-bookmark-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bookmark-o:before {
    content: "\f02e"
}

.fa.fa-facebook,
.fa.fa-twitter {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook:before {
    content: "\f39e"
}

.fa.fa-facebook-f {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook-f:before {
    content: "\f39e"
}

.fa.fa-github {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-hdd-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hdd-o:before {
    content: "\f0a0"
}

.fa.fa-hand-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa.fa-hand-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa.fa-hand-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa.fa-hand-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa.fa-arrows-alt:before {
    content: "\f31e"
}

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-chain:before {
    content: "\f0c1"
}

.fa.fa-scissors:before {
    content: "\f0c4"
}

.fa.fa-files-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-files-o:before {
    content: "\f0c5"
}

.fa.fa-floppy-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-floppy-o:before {
    content: "\f0c7"
}

.fa.fa-navicon:before,
.fa.fa-reorder:before {
    content: "\f0c9"
}

.fa.fa-google-plus,
.fa.fa-google-plus-square,
.fa.fa-pinterest,
.fa.fa-pinterest-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus:before {
    content: "\f0d5"
}

.fa.fa-money {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-money:before {
    content: "\f3d1"
}

.fa.fa-unsorted:before {
    content: "\f0dc"
}

.fa.fa-sort-desc:before {
    content: "\f0dd"
}

.fa.fa-sort-asc:before {
    content: "\f0de"
}

.fa.fa-linkedin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-linkedin:before {
    content: "\f0e1"
}

.fa.fa-rotate-left:before {
    content: "\f0e2"
}

.fa.fa-legal:before {
    content: "\f0e3"
}

.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
    content: "\f3fd"
}

.fa.fa-comment-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comment-o:before {
    content: "\f075"
}

.fa.fa-comments-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-comments-o:before {
    content: "\f086"
}

.fa.fa-flash:before {
    content: "\f0e7"
}

.fa.fa-clipboard,
.fa.fa-paste {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-paste:before {
    content: "\f328"
}

.fa.fa-lightbulb-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa.fa-exchange:before {
    content: "\f362"
}

.fa.fa-cloud-download:before {
    content: "\f381"
}

.fa.fa-cloud-upload:before {
    content: "\f382"
}

.fa.fa-bell-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bell-o:before {
    content: "\f0f3"
}

.fa.fa-cutlery:before {
    content: "\f2e7"
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-text-o:before {
    content: "\f15c"
}

.fa.fa-building-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-building-o:before {
    content: "\f1ad"
}

.fa.fa-hospital-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hospital-o:before {
    content: "\f0f8"
}

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-circle-o:before {
    content: "\f111"
}

.fa.fa-mail-reply:before {
    content: "\f3e5"
}

.fa.fa-github-alt {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-folder-o:before {
    content: "\f07b"
}

.fa.fa-folder-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-folder-open-o:before {
    content: "\f07c"
}

.fa.fa-smile-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-smile-o:before {
    content: "\f118"
}

.fa.fa-frown-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-frown-o:before {
    content: "\f119"
}

.fa.fa-meh-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-meh-o:before {
    content: "\f11a"
}

.fa.fa-keyboard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-keyboard-o:before {
    content: "\f11c"
}

.fa.fa-flag-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-flag-o:before {
    content: "\f024"
}

.fa.fa-mail-reply-all:before {
    content: "\f122"
}

.fa.fa-star-half-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-o:before {
    content: "\f089"
}

.fa.fa-star-half-empty {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-empty:before {
    content: "\f089"
}

.fa.fa-star-half-full {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-star-half-full:before {
    content: "\f089"
}

.fa.fa-code-fork:before {
    content: "\f126"
}

.fa.fa-chain-broken:before {
    content: "\f127"
}

.fa.fa-shield:before {
    content: "\f3ed"
}

.fa.fa-calendar-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-o:before {
    content: "\f133"
}

.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ticket:before {
    content: "\f3ff"
}

.fa.fa-minus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-minus-square-o:before {
    content: "\f146"
}

.fa.fa-level-up:before {
    content: "\f3bf"
}

.fa.fa-level-down:before {
    content: "\f3be"
}

.fa.fa-pencil-square:before {
    content: "\f14b"
}

.fa.fa-external-link-square:before {
    content: "\f360"
}

.fa.fa-compass {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa.fa-toggle-down {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-down:before {
    content: "\f150"
}

.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa.fa-toggle-up {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-up:before {
    content: "\f151"
}

.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa.fa-toggle-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-right:before {
    content: "\f152"
}

.fa.fa-eur:before,
.fa.fa-euro:before {
    content: "\f153"
}

.fa.fa-gbp:before {
    content: "\f154"
}

.fa.fa-dollar:before,
.fa.fa-usd:before {
    content: "\f155"
}

.fa.fa-inr:before,
.fa.fa-rupee:before {
    content: "\f156"
}

.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
    content: "\f157"
}

.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
    content: "\f158"
}

.fa.fa-krw:before,
.fa.fa-won:before {
    content: "\f159"
}

.fa.fa-bitcoin,
.fa.fa-btc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bitcoin:before {
    content: "\f15a"
}

.fa.fa-file-text:before {
    content: "\f15c"
}

.fa.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
    content: "\f881"
}

.fa.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa.fa-sort-amount-desc:before {
    content: "\f884"
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
    content: "\f886"
}

.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube,
.fa.fa-youtube-play,
.fa.fa-youtube-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-youtube-play:before {
    content: "\f167"
}

.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bitbucket-square:before {
    content: "\f171"
}

.fa.fa-tumblr,
.fa.fa-tumblr-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-long-arrow-down:before {
    content: "\f309"
}

.fa.fa-long-arrow-up:before {
    content: "\f30c"
}

.fa.fa-long-arrow-left:before {
    content: "\f30a"
}

.fa.fa-long-arrow-right:before {
    content: "\f30b"
}

.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-gittip:before {
    content: "\f184"
}

.fa.fa-sun-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-sun-o:before {
    content: "\f185"
}

.fa.fa-moon-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-moon-o:before {
    content: "\f186"
}

.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
    content: "\f35a"
}

.fa.fa-arrow-circle-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
    content: "\f359"
}

.fa.fa-caret-square-o-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa.fa-toggle-left {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-toggle-left:before {
    content: "\f191"
}

.fa.fa-dot-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-dot-circle-o:before {
    content: "\f192"
}

.fa.fa-vimeo-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-try:before,
.fa.fa-turkish-lira:before {
    content: "\f195"
}

.fa.fa-plus-square-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-plus-square-o:before {
    content: "\f0fe"
}

.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bank:before,
.fa.fa-institution:before {
    content: "\f19c"
}

.fa.fa-mortar-board:before {
    content: "\f19d"
}

.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-google,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle,
.fa.fa-yahoo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-spoon:before {
    content: "\f2e5"
}

.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-steam,
.fa.fa-steam-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-automobile:before {
    content: "\f1b9"
}

.fa.fa-envelope-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-envelope-o:before {
    content: "\f0e0"
}

.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa.fa-file-word-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-word-o:before {
    content: "\f1c2"
}

.fa.fa-file-excel-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa.fa-file-powerpoint-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa.fa-file-image-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-image-o:before {
    content: "\f1c5"
}

.fa.fa-file-photo-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-photo-o:before {
    content: "\f1c5"
}

.fa.fa-file-picture-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa.fa-file-archive-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa.fa-file-zip-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa.fa-file-audio-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa.fa-file-sound-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa.fa-file-video-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-video-o:before {
    content: "\f1c8"
}

.fa.fa-file-movie-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-movie-o:before {
    content: "\f1c8"
}

.fa.fa-file-code-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-file-code-o:before {
    content: "\f1c9"
}

.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-life-bouy,
.fa.fa-life-ring {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-life-bouy:before {
    content: "\f1cd"
}

.fa.fa-life-buoy {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-life-buoy:before {
    content: "\f1cd"
}

.fa.fa-life-saver {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-life-saver:before {
    content: "\f1cd"
}

.fa.fa-support {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-support:before {
    content: "\f1cd"
}

.fa.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa.fa-ra,
.fa.fa-rebel {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ra:before {
    content: "\f1d0"
}

.fa.fa-resistance {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-resistance:before {
    content: "\f1d0"
}

.fa.fa-empire,
.fa.fa-ge {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-ge:before {
    content: "\f1d1"
}

.fa.fa-git,
.fa.fa-git-square,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-y-combinator-square:before {
    content: "\f1d4"
}

.fa.fa-yc-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-yc-square:before {
    content: "\f1d4"
}

.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-wechat:before {
    content: "\f1d7"
}

.fa.fa-send:before {
    content: "\f1d8"
}

.fa.fa-paper-plane-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-paper-plane-o:before {
    content: "\f1d8"
}

.fa.fa-send-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-send-o:before {
    content: "\f1d8"
}

.fa.fa-circle-thin {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-circle-thin:before {
    content: "\f111"
}

.fa.fa-header:before {
    content: "\f1dc"
}

.fa.fa-sliders:before {
    content: "\f1de"
}

.fa.fa-futbol-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-futbol-o:before {
    content: "\f1e3"
}

.fa.fa-soccer-ball-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-bell-slash-o:before {
    content: "\f1f6"
}

.fa.fa-trash:before {
    content: "\f2ed"
}

.fa.fa-copyright {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-eyedropper:before {
    content: "\f1fb"
}

.fa.fa-area-chart:before {
    content: "\f1fe"
}

.fa.fa-pie-chart:before {
    content: "\f200"
}

.fa.fa-line-chart:before {
    content: "\f201"
}

.fa.fa-angellist,
.fa.fa-ioxhost,
.fa.fa-lastfm,
.fa.fa-lastfm-square {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cc {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-cc:before {
    content: "\f20a"
}

.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
    content: "\f20b"
}

.fa.fa-meanpath {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-meanpath:before {
    content: "\f2b4"
}

.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-diamond {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-diamond:before {
    content: "\f3a5"
}

.fa.fa-intersex:before {
    content: "\f224"
}

.fa.fa-facebook-official {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-facebook-official:before {
    content: "\f09a"
}

.fa.fa-pinterest-p,
.fa.fa-whatsapp {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-hotel:before {
    content: "\f236"
}

.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-yc:before {
    content: "\f23b"
}

.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-battery-4:before,
.fa.fa-battery:before {
    content: "\f240"
}

.fa.fa-battery-3:before {
    content: "\f241"
}

.fa.fa-battery-2:before {
    content: "\f242"
}

.fa.fa-battery-1:before {
    content: "\f243"
}

.fa.fa-battery-0:before {
    content: "\f244"
}

.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-sticky-note-o:before {
    content: "\f249"
}

.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-clone,
.fa.fa-hourglass-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hourglass-o:before {
    content: "\f254"
}

.fa.fa-hourglass-1:before {
    content: "\f251"
}

.fa.fa-hourglass-2:before {
    content: "\f252"
}

.fa.fa-hourglass-3:before {
    content: "\f253"
}

.fa.fa-hand-rock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-rock-o:before {
    content: "\f255"
}

.fa.fa-hand-grab-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-grab-o:before {
    content: "\f255"
}

.fa.fa-hand-paper-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-paper-o:before {
    content: "\f256"
}

.fa.fa-hand-stop-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-stop-o:before {
    content: "\f256"
}

.fa.fa-hand-scissors-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa.fa-hand-lizard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa.fa-hand-spock-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-spock-o:before {
    content: "\f259"
}

.fa.fa-hand-pointer-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa.fa-hand-peace-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa.fa-registered {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-chrome,
.fa.fa-creative-commons,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-internet-explorer,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-tripadvisor,
.fa.fa-wikipedia-w {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-television:before {
    content: "\f26c"
}

.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa.fa-calendar-minus-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa.fa-calendar-times-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-times-o:before {
    content: "\f273"
}

.fa.fa-calendar-check-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-calendar-check-o:before {
    content: "\f274"
}

.fa.fa-map-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-map-o:before {
    content: "\f279"
}

.fa.fa-commenting:before {
    content: "\f4ad"
}

.fa.fa-commenting-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-commenting-o:before {
    content: "\f4ad"
}

.fa.fa-houzz,
.fa.fa-vimeo {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-vimeo:before {
    content: "\f27d"
}

.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-credit-card-alt:before {
    content: "\f09d"
}

.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-pause-circle-o:before {
    content: "\f28b"
}

.fa.fa-stop-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-stop-circle-o:before {
    content: "\f28d"
}

.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-wheelchair-alt:before {
    content: "\f368"
}

.fa.fa-question-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-question-circle-o:before {
    content: "\f059"
}

.fa.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa.fa-glide,
.fa.fa-glide-g {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-signing:before {
    content: "\f2a7"
}

.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-snapchat,
.fa.fa-snapchat-ghost,
.fa.fa-snapchat-square,
.fa.fa-themeisle,
.fa.fa-viadeo,
.fa.fa-viadeo-square,
.fa.fa-yoast {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa.fa-google-plus-circle {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-google-plus-circle:before {
    content: "\f2b3"
}

.fa.fa-fa,
.fa.fa-font-awesome {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-fa:before {
    content: "\f2b4"
}

.fa.fa-handshake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-handshake-o:before {
    content: "\f2b5"
}

.fa.fa-envelope-open-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-envelope-open-o:before {
    content: "\f2b6"
}

.fa.fa-linode {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-address-book-o:before {
    content: "\f2b9"
}

.fa.fa-vcard:before {
    content: "\f2bb"
}

.fa.fa-address-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-address-card-o:before {
    content: "\f2bb"
}

.fa.fa-vcard-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-vcard-o:before {
    content: "\f2bb"
}

.fa.fa-user-circle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-user-circle-o:before {
    content: "\f2bd"
}

.fa.fa-user-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-user-o:before {
    content: "\f007"
}

.fa.fa-id-badge {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-drivers-license:before {
    content: "\f2c2"
}

.fa.fa-id-card-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-id-card-o:before {
    content: "\f2c2"
}

.fa.fa-drivers-license-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-drivers-license-o:before {
    content: "\f2c2"
}

.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
    content: "\f2c7"
}

.fa.fa-thermometer-3:before {
    content: "\f2c8"
}

.fa.fa-thermometer-2:before {
    content: "\f2c9"
}

.fa.fa-thermometer-1:before {
    content: "\f2ca"
}

.fa.fa-thermometer-0:before {
    content: "\f2cb"
}

.fa.fa-bathtub:before,
.fa.fa-s15:before {
    content: "\f2cd"
}

.fa.fa-window-maximize,
.fa.fa-window-restore {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-rectangle:before {
    content: "\f410"
}

.fa.fa-window-close-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-window-close-o:before {
    content: "\f410"
}

.fa.fa-times-rectangle-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-times-rectangle-o:before {
    content: "\f410"
}

.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-eercast:before {
    content: "\f2da"
}

.fa.fa-snowflake-o {
    font-family: "Font Awesome 5 Free";
    font-weight: 400
}

.fa.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa.fa-superpowers,
.fa.fa-wpexplorer {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

.fa.fa-cab:before {
    content: "\f1ba"
}

.elementor-7469 .elementor-element.elementor-element-da5a53d>.elementor-container {
    min-height: 820px
}

.elementor-7469 .elementor-element.elementor-element-da5a53d:not(.elementor-motion-effects-element-type-background),
.elementor-7469 .elementor-element.elementor-element-da5a53d>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("../images/home/5-1-1.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-7469 .elementor-element.elementor-element-da5a53d {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.elementor-7469 .elementor-element.elementor-element-da5a53d>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-7469 .elementor-element.elementor-element-ebfdd3a {
    --spacer-size: 3px;
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0;
    align-self: center
}

.elementor-7469 .elementor-element.elementor-element-ebfdd3a>.elementor-widget-container {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-radius: 4px
}

.elementor-7469 .elementor-element.elementor-element-a394691 .elementor-heading-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px
}

.elementor-7469 .elementor-element.elementor-element-a394691>.elementor-widget-container {
    margin: 0 0 0 15px
}

.elementor-7469 .elementor-element.elementor-element-a394691 {
    width: auto;
    max-width: auto
}

.elementor-7469 .elementor-element.elementor-element-8298d1b .elementor-heading-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 48px;
    font-weight: 600;
    line-height: 60px
}

.elementor-7469 .elementor-element.elementor-element-8298d1b>.elementor-widget-container {
    margin: 10px 0
}

.elementor-7469 .elementor-element.elementor-element-22c6915 .elementor-heading-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px
}

.elementor-7469 .elementor-element.elementor-element-22c6915>.elementor-widget-container {
    margin: 0 0 20px
}

.elementor-7469 .elementor-element.elementor-element-d4a46d9 .elementor-button {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    fill: #fff;
    color: #fff;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-radius: 4px;
    border:none;
}

.elementor-7469 .elementor-element.elementor-element-d4a46d9 .elementor-button:hover,
.elementor-7469 .elementor-element.elementor-element-d4a46d9 .elementor-button:focus {
    background-color: #001446
}

.elementor-7469 .elementor-element.elementor-element-d4a46d9 {
    width: auto;
    max-width: auto
}

.elementor-7469 .elementor-element.elementor-element-25dc0af .elementor-button .elementor-align-icon-right {
    margin-left: 15px
}

.elementor-7469 .elementor-element.elementor-element-25dc0af .elementor-button .elementor-align-icon-left {
    margin-right: 15px
}

.elementor-7469 .elementor-element.elementor-element-25dc0af .elementor-button {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 24px;
    fill: #fff;
    color: #fff;
    background-color: #02010100
}

.elementor-7469 .elementor-element.elementor-element-25dc0af a.elementor-button .elementor-button-icon i {
    color: #3591fa !important
}

.elementor-7469 .elementor-element.elementor-element-25dc0af a.elementor-button:hover .elementor-button-icon i {
    color: #fff !important
}

.elementor-7469 .elementor-element.elementor-element-25dc0af>.elementor-widget-container {
    padding: 0
}

.elementor-7469 .elementor-element.elementor-element-25dc0af {
    width: auto;
    max-width: auto
}

.elementor-7469 .elementor-element.elementor-element-c37f7f2 .elementor-column-gap-custom .elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-7469 .elementor-element.elementor-element-c37f7f2 {
    padding: 110px 0
}

.elementor-7469 .elementor-element.elementor-element-c3c28d5 {
    --icon-box-icon-margin: 10px;
    width: auto;
    max-width: auto;
    top: 0;
    z-index: 2
}

.elementor-7469 .elementor-element.elementor-element-c3c28d5 .elementor-icon {
    font-size: 28px
}

.elementor-7469 .elementor-element.elementor-element-c3c28d5 .elementor-icon-box-title {
    color: #001446
}

.elementor-7469 .elementor-element.elementor-element-c3c28d5 .elementor-icon-box-title,
.elementor-7469 .elementor-element.elementor-element-c3c28d5 .elementor-icon-box-title a {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px
}

.elementor-7469 .elementor-element.elementor-element-c3c28d5>.elementor-widget-container {
    padding: 15px 26px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, .06)
}

body:not(.rtl) .elementor-7469 .elementor-element.elementor-element-c3c28d5 {
    right: 60px
}

body.rtl .elementor-7469 .elementor-element.elementor-element-c3c28d5 {
    left: 60px
}

.elementor-7469 .elementor-element.elementor-element-41debbb {
    --icon-box-icon-margin: 10px;
    width: auto;
    max-width: auto;
    bottom: 15px;
    z-index: 2
}

.elementor-7469 .elementor-element.elementor-element-41debbb .elementor-icon {
    font-size: 28px
}

.elementor-7469 .elementor-element.elementor-element-41debbb .elementor-icon-box-title {
    color: #001446
}

.elementor-7469 .elementor-element.elementor-element-41debbb .elementor-icon-box-title,
.elementor-7469 .elementor-element.elementor-element-41debbb .elementor-icon-box-title a {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px
}

.elementor-7469 .elementor-element.elementor-element-41debbb>.elementor-widget-container {
    padding: 15px 26px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, .15)
}

body:not(.rtl) .elementor-7469 .elementor-element.elementor-element-41debbb {
    left: 40%
}

body.rtl .elementor-7469 .elementor-element.elementor-element-41debbb {
    right: 40%
}

.elementor-7469 .elementor-element.elementor-element-ae74ba9 {
    --icon-box-icon-margin: 9px;
    width: auto;
    max-width: auto;
    bottom: 135px;
    z-index: 2
}

.elementor-7469 .elementor-element.elementor-element-ae74ba9 .elementor-icon {
    font-size: 30px
}

.elementor-7469 .elementor-element.elementor-element-ae74ba9 .elementor-icon-box-title {
    color: #001446
}

.elementor-7469 .elementor-element.elementor-element-ae74ba9 .elementor-icon-box-title,
.elementor-7469 .elementor-element.elementor-element-ae74ba9 .elementor-icon-box-title a {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px
}

.elementor-7469 .elementor-element.elementor-element-ae74ba9>.elementor-widget-container {
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, .06)
}

body:not(.rtl) .elementor-7469 .elementor-element.elementor-element-ae74ba9 {
    left: -20px
}

body.rtl .elementor-7469 .elementor-element.elementor-element-ae74ba9 {
    right: -20px
}

.elementor-7469 .elementor-element.elementor-element-e46d735 {
    z-index: 1
}

.elementor-7469 .elementor-element.elementor-element-9b221d4 {
    --spacer-size: 95px;
    width: var(--container-widget-width, 195px);
    max-width: 195px;
    --container-widget-width: 195px;
    --container-widget-flex-grow: 0;
    bottom: 35px;
    z-index: 0
}

body:not(.rtl) .elementor-7469 .elementor-element.elementor-element-9b221d4 {
    left: 15px
}

body.rtl .elementor-7469 .elementor-element.elementor-element-9b221d4 {
    right: 15px
}

.elementor-7469 .elementor-element.elementor-element-9b221d4>.elementor-widget-container {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-radius: 6px
}

.elementor-7469 .elementor-element.elementor-element-b0af5e8 .elementor-heading-title {
    color: #001446;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px
}

.elementor-7469 .elementor-element.elementor-element-b0af5e8>.elementor-widget-container {
    margin: 0
}

.elementor-7469 .elementor-element.elementor-element-b184ca0 {
    --spacer-size: 3px;
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0
}

.elementor-7469 .elementor-element.elementor-element-b184ca0>.elementor-widget-container {
    margin: 0 0 20px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-radius: 4px
}

.elementor-7469 .elementor-element.elementor-element-9b98dbd .elementor-heading-title {
    color: #001446;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.elementor-7469 .elementor-element.elementor-element-563239d .elementor-heading-title {
    color: #7b7a7a;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.elementor-7469 .elementor-element.elementor-element-784645a .elementor-button .elementor-align-icon-right {
    margin-left: 15px
}

.elementor-7469 .elementor-element.elementor-element-784645a .elementor-button .elementor-align-icon-left {
    margin-right: 15px
}

.elementor-7469 .elementor-element.elementor-element-784645a .elementor-button {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 24px;
    fill: #001446;
    color: #001446;
    background-color: #02010100;
    padding: 0
}

.elementor-7469 .elementor-element.elementor-element-784645a a.elementor-button .elementor-button-icon i {
    color: #3591fa !important
}

.elementor-7469 .elementor-element.elementor-element-784645a a.elementor-button:hover .elementor-button-icon i {
    color: #001446 !important
}

.elementor-7469 .elementor-element.elementor-element-784645a>.elementor-widget-container {
    margin: -3px;
    padding: 0
}

.elementor-7469 .elementor-element.elementor-element-784645a {
    width: auto;
    max-width: auto
}

.elementor-7469 .elementor-element.elementor-element-3fb0cf5:not(.elementor-motion-effects-element-type-background),
.elementor-7469 .elementor-element.elementor-element-3fb0cf5>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #f1f8ff
}

.elementor-7469 .elementor-element.elementor-element-3fb0cf5 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 90px 0
}

.elementor-7469 .elementor-element.elementor-element-3fb0cf5>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-7469 .elementor-element.elementor-element-99bb508 .elementor-heading-title {
    color: #001446;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px
}

.elementor-7469 .elementor-element.elementor-element-99bb508>.elementor-widget-container {
    margin: 0
}

.elementor-7469 .elementor-element.elementor-element-7fdd30b {
    --spacer-size: 3px;
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0
}

.elementor-7469 .elementor-element.elementor-element-7fdd30b>.elementor-widget-container {
    margin: 0 0 20px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-radius: 4px
}

.elementor-7469 .elementor-element.elementor-element-527c0ae>.elementor-widget-container {
    padding: 0 15px
}

.elementor-7469 .elementor-element.elementor-element-1175ae1 {
    padding: 120px 0 240px
}

.elementor-7469 .elementor-element.elementor-element-8abbf65>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-7469 .elementor-element.elementor-element-719bb79 .elementor-heading-title {
    color: #001446;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px
}

.elementor-7469 .elementor-element.elementor-element-719bb79>.elementor-widget-container {
    margin: 0 0 20px
}

.elementor-7469 .elementor-element.elementor-element-319fa19 {
    --spacer-size: 3px;
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0
}

.elementor-7469 .elementor-element.elementor-element-319fa19>.elementor-widget-container {
    margin: 0 0 20px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-radius: 4px
}

.elementor-7469 .elementor-element.elementor-element-c462822 .elementor-heading-title {
    color: #7b7a7a;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px
}

.elementor-7469 .elementor-element.elementor-element-c462822>.elementor-widget-container {
    margin: 0 0 5px
}

.elementor-7469 .elementor-element.elementor-element-bc868ff .elementor-heading-title {
    color: #001446;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px
}

.elementor-7469 .elementor-element.elementor-element-bc868ff>.elementor-widget-container {
    margin: 5px 0 15px
}

.elementor-7469 .elementor-element.elementor-element-f97faee .elementor-heading-title {
    color: #7b7a7a;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px
}

.elementor-7469 .elementor-element.elementor-element-f97faee>.elementor-widget-container {
    margin: 0 0 15px
}

.elementor-7469 .elementor-element.elementor-element-c8437d1 .elementor-button .elementor-align-icon-right {
    margin-left: 15px
}

.elementor-7469 .elementor-element.elementor-element-c8437d1 .elementor-button .elementor-align-icon-left {
    margin-right: 15px
}

.elementor-7469 .elementor-element.elementor-element-c8437d1 .elementor-button {
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    line-height: 24px;
    fill: #001446;
    color: #001446;
    background-color: #02010100;
    padding: 0
}

.elementor-7469 .elementor-element.elementor-element-c8437d1 a.elementor-button .elementor-button-icon i {
    color: #3591fa !important
}

.elementor-7469 .elementor-element.elementor-element-c8437d1 a.elementor-button:hover .elementor-button-icon i {
    color: #001446 !important
}

.elementor-7469 .elementor-element.elementor-element-c8437d1>.elementor-widget-container {
    margin: -3px;
    padding: 0
}

.elementor-7469 .elementor-element.elementor-element-c8437d1 {
    width: auto;
    max-width: auto
}

.elementor-7469 .elementor-element.elementor-element-89fb56b {
    text-align: left;
    width: auto;
    max-width: auto;
    bottom: -128px;
    z-index: 5
}

body:not(.rtl) .elementor-7469 .elementor-element.elementor-element-89fb56b {
    left: 10px
}

body.rtl .elementor-7469 .elementor-element.elementor-element-89fb56b {
    right: 10px
}

.elementor-7469 .elementor-element.elementor-element-89fb56b>.elementor-widget-container {
    border-radius: 4px
}

.elementor-7469 .elementor-element.elementor-element-08cfc9a {
    text-align: left;
    width: auto;
    max-width: auto;
    bottom: -130px;
    z-index: 5
}

body:not(.rtl) .elementor-7469 .elementor-element.elementor-element-08cfc9a {
    right: -270px
}

body.rtl .elementor-7469 .elementor-element.elementor-element-08cfc9a {
    left: -270px
}

.elementor-7469 .elementor-element.elementor-element-08cfc9a>.elementor-widget-container {
    border-radius: 4px
}

.elementor-7469 .elementor-element.elementor-element-224e9b5>.elementor-element-populated {
    padding: 0
}

.elementor-7469 .elementor-element.elementor-element-ada155a {
    --e-image-carousel-slides-to-show: 1
}

.elementor-7469 .elementor-element.elementor-element-ada155a .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image {
    border-radius: 6px
}

.elementor-7469 .elementor-element.elementor-element-ada155a>.elementor-widget-container {
    padding: 75px 0 0
}

.elementor-7469 .elementor-element.elementor-element-0736c7b:not(.elementor-motion-effects-element-type-background),
.elementor-7469 .elementor-element.elementor-element-0736c7b>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("../images/home/5-6.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.elementor-7469 .elementor-element.elementor-element-0736c7b {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 90px 0
}

.elementor-7469 .elementor-element.elementor-element-0736c7b>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-7469 .elementor-element.elementor-element-8461abe .elementor-heading-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px
}

.elementor-7469 .elementor-element.elementor-element-0870540 {
    --spacer-size: 3px;
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0
}

.elementor-7469 .elementor-element.elementor-element-0870540>.elementor-widget-container {
    margin: 0 0 25px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-radius: 4px
}

.elementor-7469 .elementor-element.elementor-element-d3936c3 .elementor-heading-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400
}

.elementor-7469 .elementor-element.elementor-element-3380ee5 {
    margin-top: 0;
    margin-bottom: 50px
}

.elementor-7469 .elementor-element.elementor-element-bada6b1>.elementor-element-populated {
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #fff;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 0 0 25px
}

.elementor-7469 .elementor-element.elementor-element-bada6b1:hover>.elementor-element-populated {
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #3591fa
}

.elementor-7469 .elementor-element.elementor-element-bada6b1>.elementor-element-populated>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-7469 .elementor-element.elementor-element-15576e5 .elementor-counter-number-wrapper {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    line-height: 42px
}

.elementor-7469 .elementor-element.elementor-element-15576e5 .elementor-counter-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 28px
}

.elementor-7469 .elementor-element.elementor-element-15576e5>.elementor-widget-container {
    padding: 0
}

.elementor-7469 .elementor-element.elementor-element-15576e5 {
    width: auto;
    max-width: auto
}

.elementor-7469 .elementor-element.elementor-element-f764d11 .elementor-heading-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 28px
}

.elementor-7469 .elementor-element.elementor-element-f764d11>.elementor-widget-container {
    margin: 4px 0 0
}

.elementor-7469 .elementor-element.elementor-element-d464679>.elementor-element-populated {
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #fff;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 0 0 25px
}

.elementor-7469 .elementor-element.elementor-element-d464679:hover>.elementor-element-populated {
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #3591fa
}

.elementor-7469 .elementor-element.elementor-element-d464679>.elementor-element-populated>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-7469 .elementor-element.elementor-element-86a942d .elementor-counter-number-wrapper {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    line-height: 42px
}

.elementor-7469 .elementor-element.elementor-element-86a942d .elementor-counter-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 28px
}

.elementor-7469 .elementor-element.elementor-element-86a942d>.elementor-widget-container {
    padding: 0
}

.elementor-7469 .elementor-element.elementor-element-86a942d {
    width: auto;
    max-width: auto
}

.elementor-7469 .elementor-element.elementor-element-d9dc6a0 .elementor-heading-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 28px
}

.elementor-7469 .elementor-element.elementor-element-d9dc6a0>.elementor-widget-container {
    margin: 4px 0 0
}

.elementor-7469 .elementor-element.elementor-element-6d7760e>.elementor-element-populated {
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #fff;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 0 0 25px
}

.elementor-7469 .elementor-element.elementor-element-6d7760e:hover>.elementor-element-populated {
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #3591fa
}

.elementor-7469 .elementor-element.elementor-element-6d7760e>.elementor-element-populated>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-7469 .elementor-element.elementor-element-92abf87 .elementor-counter-number-wrapper {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    line-height: 42px
}

.elementor-7469 .elementor-element.elementor-element-92abf87 .elementor-counter-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 28px
}

.elementor-7469 .elementor-element.elementor-element-92abf87>.elementor-widget-container {
    padding: 0
}

.elementor-7469 .elementor-element.elementor-element-92abf87 {
    width: auto;
    max-width: auto
}

.elementor-7469 .elementor-element.elementor-element-d349f1e .elementor-heading-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 28px
}

.elementor-7469 .elementor-element.elementor-element-d349f1e>.elementor-widget-container {
    margin: 4px 0 0
}

.elementor-7469 .elementor-element.elementor-element-d6fd59d>.elementor-element-populated {
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #fff;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 0 0 25px
}

.elementor-7469 .elementor-element.elementor-element-d6fd59d:hover>.elementor-element-populated {
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #3591fa
}

.elementor-7469 .elementor-element.elementor-element-d6fd59d>.elementor-element-populated>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-7469 .elementor-element.elementor-element-343d439 .elementor-counter-number-wrapper {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    line-height: 42px
}

.elementor-7469 .elementor-element.elementor-element-343d439 .elementor-counter-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 28px
}

.elementor-7469 .elementor-element.elementor-element-343d439>.elementor-widget-container {
    padding: 0
}

.elementor-7469 .elementor-element.elementor-element-343d439 {
    width: auto;
    max-width: auto
}

.elementor-7469 .elementor-element.elementor-element-ad59201 .elementor-heading-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 28px
}

.elementor-7469 .elementor-element.elementor-element-ad59201>.elementor-widget-container {
    margin: 4px 0 0
}

.elementor-7469 .elementor-element.elementor-element-030ec3a {
    overflow: hidden;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 90px 0 0;
}

.elementor-7469 .elementor-element.elementor-element-030ec3a:not(.elementor-motion-effects-element-type-background),
.elementor-7469 .elementor-element.elementor-element-030ec3a>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #f1f8ff
}

.elementor-7469 .elementor-element.elementor-element-030ec3a>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-7469 .elementor-element.elementor-element-e451d89>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-7469 .elementor-element.elementor-element-e451d89 .elementor-element-populated .elementor-heading-title {
    color: #001446
}

.elementor-7469 .elementor-element.elementor-element-e451d89>.elementor-element-populated {
    color: #7b7a7a;
    padding: 0 5px
}

.elementor-7469 .elementor-element.elementor-element-2126061 .elementor-heading-title {
    color: #001446;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px
}

.elementor-7469 .elementor-element.elementor-element-2126061>.elementor-widget-container {
    margin: 0 0 20px
}

.elementor-7469 .elementor-element.elementor-element-7d8e36f {
    --spacer-size: 3px;
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0
}

.elementor-7469 .elementor-element.elementor-element-7d8e36f>.elementor-widget-container {
    margin: 0 0 20px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-radius: 4px
}

.elementor-7469 .elementor-element.elementor-element-8cda4a3>.elementor-widget-container {
    margin: 30px 0 0;
    padding: 0
}

.elementor-7469 .elementor-element.elementor-element-565d405 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 90px 0 0;
}

.elementor-7469 .elementor-element.elementor-element-565d405>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-7469 .elementor-element.elementor-element-099325e>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-7469 .elementor-element.elementor-element-39bd635 .elementor-heading-title {
    color: #001446;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px
}

.elementor-7469 .elementor-element.elementor-element-39bd635>.elementor-widget-container {
    margin: 0 0 20px
}

.elementor-7469 .elementor-element.elementor-element-424ead6 {
    --spacer-size: 3px;
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0
}

.elementor-7469 .elementor-element.elementor-element-424ead6>.elementor-widget-container {
    margin: 0 0 20px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-radius: 4px
}

.elementor-7469 .elementor-element.elementor-element-a872920:not(.elementor-motion-effects-element-type-background),
.elementor-7469 .elementor-element.elementor-element-a872920>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("../images/home/5-7-4.webp");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.elementor-7469 .elementor-element.elementor-element-a872920 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0;
    padding: 90px 0
}

.elementor-7469 .elementor-element.elementor-element-a872920>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-7469 .elementor-element.elementor-element-b842c14>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-7469 .elementor-element.elementor-element-baa2e62 .elementor-heading-title {
    color: #001446;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px
}

.elementor-7469 .elementor-element.elementor-element-baa2e62>.elementor-widget-container {
    margin: 0 0 20px
}

.elementor-7469 .elementor-element.elementor-element-17a42c0 {
    --spacer-size: 3px;
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0
}

.elementor-7469 .elementor-element.elementor-element-17a42c0>.elementor-widget-container {
    margin: 0 0 20px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-radius: 4px
}

.elementor-7469 .elementor-element.elementor-element-5c13917.elementor-view-stacked .elementor-icon {
    background-color: #001446
}

.elementor-7469 .elementor-element.elementor-element-5c13917.elementor-view-framed .elementor-icon,
.elementor-7469 .elementor-element.elementor-element-5c13917.elementor-view-default .elementor-icon {
    fill: #001446;
    color: #001446;
    border-color: #001446
}

.elementor-7469 .elementor-element.elementor-element-5c13917.elementor-view-stacked .elementor-icon:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    fill: #fff;
    color: #fff
}

.elementor-7469 .elementor-element.elementor-element-5c13917.elementor-view-framed .elementor-icon:hover,
.elementor-7469 .elementor-element.elementor-element-5c13917.elementor-view-default .elementor-icon:hover {
    fill: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #3591fa;
    border-color: #3591fa
}

.elementor-7469 .elementor-element.elementor-element-5c13917.elementor-view-framed .elementor-icon:hover {
    background-color: #fff
}

.elementor-7469 .elementor-element.elementor-element-5c13917 {
    --icon-box-icon-margin: 15px
}

.elementor-7469 .elementor-element.elementor-element-5c13917 .elementor-icon {
    font-size: 20px;
    border-radius: 5px
}

.elementor-7469 .elementor-element.elementor-element-5c13917 .elementor-icon-box-title {
    margin-bottom: 2px;
    color: #001446
}

.elementor-7469 .elementor-element.elementor-element-5c13917 .elementor-icon-box-title,
.elementor-7469 .elementor-element.elementor-element-5c13917 .elementor-icon-box-title a {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px
}

.elementor-7469 .elementor-element.elementor-element-5c13917 .elementor-icon-box-description {
    color: #2d2b2b;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px
}

.elementor-7469 .elementor-element.elementor-element-92b0426.elementor-view-stacked .elementor-icon {
    background-color: #001446
}

.elementor-7469 .elementor-element.elementor-element-92b0426.elementor-view-framed .elementor-icon,
.elementor-7469 .elementor-element.elementor-element-92b0426.elementor-view-default .elementor-icon {
    fill: #001446;
    color: #001446;
    border-color: #001446
}

.elementor-7469 .elementor-element.elementor-element-92b0426.elementor-view-stacked .elementor-icon:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    fill: #fff;
    color: #fff
}

.elementor-7469 .elementor-element.elementor-element-92b0426.elementor-view-framed .elementor-icon:hover,
.elementor-7469 .elementor-element.elementor-element-92b0426.elementor-view-default .elementor-icon:hover {
    fill: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #3591fa;
    border-color: #3591fa
}

.elementor-7469 .elementor-element.elementor-element-92b0426.elementor-view-framed .elementor-icon:hover {
    background-color: #fff
}

.elementor-7469 .elementor-element.elementor-element-92b0426 {
    --icon-box-icon-margin: 15px
}

.elementor-7469 .elementor-element.elementor-element-92b0426 .elementor-icon {
    font-size: 20px;
    border-radius: 5px
}

.elementor-7469 .elementor-element.elementor-element-92b0426 .elementor-icon-box-title {
    margin-bottom: 2px;
    color: #001446
}

.elementor-7469 .elementor-element.elementor-element-92b0426 .elementor-icon-box-title,
.elementor-7469 .elementor-element.elementor-element-92b0426 .elementor-icon-box-title a {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px
}

.elementor-7469 .elementor-element.elementor-element-92b0426 .elementor-icon-box-description {
    color: #2d2b2b;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px
}

.elementor-7469 .elementor-element.elementor-element-92b0426>.elementor-widget-container {
    margin: 30px 0 0
}

.elementor-7469 .elementor-element.elementor-element-b62295e.elementor-view-stacked .elementor-icon {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
}

.elementor-7469 .elementor-element.elementor-element-b62295e.elementor-view-framed .elementor-icon,
.elementor-7469 .elementor-element.elementor-element-b62295e.elementor-view-default .elementor-icon {
    fill: #001446;
    color: #001446;
    border-color: #001446
}

.elementor-7469 .elementor-element.elementor-element-b62295e.elementor-view-stacked .elementor-icon:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    fill: #fff;
    color: #fff;
}

.elementor-7469 .elementor-element.elementor-element-b62295e.elementor-view-framed .elementor-icon:hover,
.elementor-7469 .elementor-element.elementor-element-b62295e.elementor-view-default .elementor-icon:hover {
    fill: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #3591fa;
    border-color: #3591fa
}

.elementor-7469 .elementor-element.elementor-element-b62295e.elementor-view-framed .elementor-icon:hover {
    background-color: #fff
}

.elementor-7469 .elementor-element.elementor-element-b62295e {
    --icon-box-icon-margin: 15px
}

.elementor-7469 .elementor-element.elementor-element-b62295e .elementor-icon {
    font-size: 20px;
    border-radius: 5px
}

.elementor-7469 .elementor-element.elementor-element-b62295e .elementor-icon-box-title {
    margin-bottom: 2px;
    color: #001446
}

.elementor-7469 .elementor-element.elementor-element-b62295e .elementor-icon-box-title,
.elementor-7469 .elementor-element.elementor-element-b62295e .elementor-icon-box-title a {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px
}

.elementor-7469 .elementor-element.elementor-element-b62295e .elementor-icon-box-description {
    color: #2d2b2b;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px
}

.elementor-7469 .elementor-element.elementor-element-b62295e>.elementor-widget-container {
    margin: 30px 0 0
}

.elementor-7469 .elementor-element.elementor-element-7393d8b>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-7469 .elementor-element.elementor-element-899c66d .elementor-heading-title {
    color: #001446;
    font-size: 38px;
    font-weight: 600;
    line-height: 42px
}

.elementor-7469 .elementor-element.elementor-element-899c66d>.elementor-widget-container {
    margin: 0 0 20px
}

.elementor-7469 .elementor-element.elementor-element-54a88d6 {
    --spacer-size: 3px;
    width: var(--container-widget-width, 70px);
    max-width: 70px;
    --container-widget-width: 70px;
    --container-widget-flex-grow: 0
}

.elementor-7469 .elementor-element.elementor-element-54a88d6>.elementor-widget-container {
    margin: 0 0 20px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-radius: 4px
}

@media(max-width:1024px) {
    .elementor-7469 .elementor-element.elementor-element-c37f7f2 {
        padding: 70px 0
    }

    body:not(.rtl) .elementor-7469 .elementor-element.elementor-element-ae74ba9 {
        left: 3%
    }

    body.rtl .elementor-7469 .elementor-element.elementor-element-ae74ba9 {
        right: 3%
    }

    .elementor-7469 .elementor-element.elementor-element-ae74ba9 {
        bottom: 240px
    }

    body:not(.rtl) .elementor-7469 .elementor-element.elementor-element-9b221d4 {
        left: 75px
    }

    body.rtl .elementor-7469 .elementor-element.elementor-element-9b221d4 {
        right: 75px
    }

    .elementor-7469 .elementor-element.elementor-element-9b221d4 {
        bottom: 35px
    }

    .elementor-7469 .elementor-element.elementor-element-9b98dbd .elementor-heading-title {
        font-size: 16px;
        line-height: 24px
    }

    .elementor-7469 .elementor-element.elementor-element-563239d .elementor-heading-title {
        font-size: 14px;
        line-height: 24px
    }

    .elementor-7469 .elementor-element.elementor-element-3fb0cf5 {
        padding: 70px 0 0
    }

    .elementor-7469 .elementor-element.elementor-element-1175ae1 {
        padding: 70px 0
    }

    .elementor-7469 .elementor-element.elementor-element-bc868ff .elementor-heading-title {
        font-size: 16px;
        line-height: 24px
    }

    .elementor-7469 .elementor-element.elementor-element-bc868ff>.elementor-widget-container {
        margin: 20px 0
    }

    .elementor-7469 .elementor-element.elementor-element-f97faee .elementor-heading-title {
        font-size: 14px;
        line-height: 24px
    }

    .elementor-7469 .elementor-element.elementor-element-c8437d1>.elementor-widget-container {
        margin: 10px 0 0
    }

    .elementor-7469 .elementor-element.elementor-element-0736c7b {
        padding: 70px 0
    }

    .elementor-7469 .elementor-element.elementor-element-d3936c3 .elementor-heading-title {
        line-height: 20px
    }

    .elementor-7469 .elementor-element.elementor-element-030ec3a {
        padding: 70px 0
    }

    .elementor-7469 .elementor-element.elementor-element-565d405 {
        padding: 70px 0
    }

    .elementor-7469 .elementor-element.elementor-element-099325e>.elementor-element-populated {
        padding: 10px 15px
    }

    .elementor-7469 .elementor-element.elementor-element-a872920 {
        padding: 70px 0
    }

    .elementor-7469 .elementor-element.elementor-element-6a49108>.elementor-widget-container {
        padding: 0
    }
}

@media(max-width:767px) {
    .elementor-7469 .elementor-element.elementor-element-da5a53d>.elementor-container {
        min-height: 600px
    }

    .elementor-7469 .elementor-element.elementor-element-8298d1b .elementor-heading-title {
        font-size: 38px;
        line-height: 44px
    }

    .elementor-7469 .elementor-element.elementor-element-22c6915 .elementor-heading-title {
        font-size: 16px;
        line-height: 22px
    }

    .elementor-7469 .elementor-element.elementor-element-22c6915>.elementor-widget-container {
        margin: 0 0 10px
    }

    .elementor-7469 .elementor-element.elementor-element-c37f7f2 .elementor-column-gap-custom .elementor-column>.elementor-element-populated {
        padding: 10px
    }

    .elementor-7469 .elementor-element.elementor-element-c37f7f2 {
        padding: 40px 10px 20px
    }

    .elementor-7469 .elementor-element.elementor-element-c3c28d5 {
        --icon-box-icon-margin: 0px
    }

    .elementor-7469 .elementor-element.elementor-element-c3c28d5 .elementor-icon {
        font-size: 24px
    }

    .elementor-7469 .elementor-element.elementor-element-c3c28d5 .elementor-icon-box-title,
    .elementor-7469 .elementor-element.elementor-element-c3c28d5 .elementor-icon-box-title a {
        font-size: 12px;
        line-height: 16px
    }

    .elementor-7469 .elementor-element.elementor-element-c3c28d5>.elementor-widget-container {
        padding: 8px 20px
    }

    .elementor-7469 .elementor-element.elementor-element-41debbb {
        --icon-box-icon-margin: 0px
    }

    .elementor-7469 .elementor-element.elementor-element-41debbb .elementor-icon {
        font-size: 24px
    }

    .elementor-7469 .elementor-element.elementor-element-41debbb .elementor-icon-box-title,
    .elementor-7469 .elementor-element.elementor-element-41debbb .elementor-icon-box-title a {
        font-size: 12px;
        line-height: 16px
    }

    .elementor-7469 .elementor-element.elementor-element-41debbb>.elementor-widget-container {
        padding: 8px 20px
    }

    .elementor-7469 .elementor-element.elementor-element-ae74ba9 {
        --icon-box-icon-margin: 0px;
        bottom: 115px
    }

    .elementor-7469 .elementor-element.elementor-element-ae74ba9 .elementor-icon {
        font-size: 24px
    }

    .elementor-7469 .elementor-element.elementor-element-ae74ba9 .elementor-icon-box-title,
    .elementor-7469 .elementor-element.elementor-element-ae74ba9 .elementor-icon-box-title a {
        font-size: 12px;
        line-height: 16px
    }

    .elementor-7469 .elementor-element.elementor-element-ae74ba9>.elementor-widget-container {
        padding: 10px
    }

    body:not(.rtl) .elementor-7469 .elementor-element.elementor-element-ae74ba9 {
        left: 3%
    }

    body.rtl .elementor-7469 .elementor-element.elementor-element-ae74ba9 {
        right: 3%
    }

    .elementor-7469 .elementor-element.elementor-element-b0af5e8 .elementor-heading-title {
        font-size: 26px
    }

    .elementor-7469 .elementor-element.elementor-element-9b98dbd .elementor-heading-title {
        font-size: 16px;
        line-height: 24px
    }

    .elementor-7469 .elementor-element.elementor-element-563239d .elementor-heading-title {
        font-size: 14px;
        line-height: 20px
    }

    .elementor-7469 .elementor-element.elementor-element-3fb0cf5 {
        padding: 40px 10px 0
    }

    .elementor-7469 .elementor-element.elementor-element-99bb508 .elementor-heading-title {
        font-size: 26px
    }

    .elementor-7469 .elementor-element.elementor-element-1175ae1 {
        padding: 40px 10px 50px
    }

    .elementor-7469 .elementor-element.elementor-element-719bb79 .elementor-heading-title {
        font-size: 26px
    }

    .elementor-7469 .elementor-element.elementor-element-bc868ff .elementor-heading-title {
        font-size: 16px;
        line-height: 24px
    }

    .elementor-7469 .elementor-element.elementor-element-bc868ff>.elementor-widget-container {
        margin: 20px 0 25px
    }

    .elementor-7469 .elementor-element.elementor-element-f97faee .elementor-heading-title {
        font-size: 14px;
        line-height: 20px
    }

    .elementor-7469 .elementor-element.elementor-element-224e9b5>.elementor-element-populated {
        padding: 0 10px
    }

    .elementor-7469 .elementor-element.elementor-element-ada155a>.elementor-widget-container {
        padding: 30px 0 0
    }

    .elementor-7469 .elementor-element.elementor-element-0736c7b {
        padding: 40px 10px
    }

    .elementor-7469 .elementor-element.elementor-element-d3936c3 .elementor-heading-title {
        line-height: 24px
    }

    .elementor-7469 .elementor-element.elementor-element-3380ee5 {
        margin-top: 0;
        margin-bottom: 20px
    }

    .elementor-7469 .elementor-element.elementor-element-bada6b1>.elementor-element-populated {
        margin: 0 0 20px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px;
        padding: 0 0 0 25px
    }

    .elementor-7469 .elementor-element.elementor-element-6d7760e>.elementor-element-populated {
        margin: 0 0 20px;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }

    .elementor-7469 .elementor-element.elementor-element-030ec3a {
        padding: 40px 10px
    }

    .elementor-7469 .elementor-element.elementor-element-565d405 {
        padding: 40px 0
    }

    .elementor-7469 .elementor-element.elementor-element-a872920:not(.elementor-motion-effects-element-type-background),
    .elementor-7469 .elementor-element.elementor-element-a872920>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover
    }

    .elementor-7469 .elementor-element.elementor-element-a872920 {
        padding: 40px 10px
    }

    .elementor-7469 .elementor-element.elementor-element-7393d8b>.elementor-element-populated {
        margin: 20px 0 0;
        --e-column-margin-right: 0px;
        --e-column-margin-left: 0px
    }
}

@media(min-width:768px) {
    .elementor-7469 .elementor-element.elementor-element-4eafffd {
        width: 52%
    }

    .elementor-7469 .elementor-element.elementor-element-d094a2d {
        width: 48%
    }

    .elementor-7469 .elementor-element.elementor-element-8abbf65 {
        width: 45%
    }

    .elementor-7469 .elementor-element.elementor-element-224e9b5 {
        width: 55%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-7469 .elementor-element.elementor-element-c5f1893 {
        width: 45%
    }

    .elementor-7469 .elementor-element.elementor-element-3d61111 {
        width: 55%
    }

    .elementor-7469 .elementor-element.elementor-element-b842c14 {
        width: 45%
    }

    .elementor-7469 .elementor-element.elementor-element-7393d8b {
        width: 55%
    }
}

.elementor-12230 .elementor-element.elementor-element-2ecd850:not(.elementor-motion-effects-element-type-background),
.elementor-12230 .elementor-element.elementor-element-2ecd850>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-image: url("../image/headerbg.png")
}

.elementor-12230 .elementor-element.elementor-element-2ecd850 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 17px 0
}

.elementor-12230 .elementor-element.elementor-element-2ecd850>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-12230 .elementor-element.elementor-element-73490c1 .consulting-logo img {
    width: 170px
}

.elementor-bc-flex-widget .elementor-12230 .elementor-element.elementor-element-11e0d29.elementor-column .elementor-widget-wrap {
    align-items: center
}

.elementor-12230 .elementor-element.elementor-element-11e0d29.elementor-column.elementor-element[data-element_type="column"]>.elementor-widget-wrap.elementor-element-populated {
    align-content: center;
    align-items: center
}

.elementor-12230 .elementor-element.elementor-element-11e0d29.elementor-column>.elementor-widget-wrap {
    justify-content: space-between
}

.elementor-12230 .elementor-element.elementor-element-fa6ec09 {
    width: auto;
    max-width: auto
}

.elementor-12230 .elementor-element.elementor-element-cbaf52b {
    width: auto;
    max-width: auto
}

.elementor-12230 .elementor-element.elementor-element-b6fa69f {
    width: auto;
    max-width: auto
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li>a {
    padding: 0 25px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22.5px;
    color: #fff
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li>a:hover {
    color: #3591fa
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li>a:active {
    color: #3591fa
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li>a:focus {
    color: #3591fa
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li.current-menu-item>a {
    color: #3591fa
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li.active>a {
    color: #3591fa
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li>.arrow.active {
    color: #3591fa
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li>ul>li>a:hover {
    color: #f36438
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li>ul>li>a:active {
    color: #f36438
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li>ul>li>a:focus {
    color: #f36438
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li>ul>li>ul>li>a:hover {
    color: #f36438
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li>ul>li>ul>li>a:active {
    color: #f36438
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li>ul>li>ul>li>a:focus {
    color: #f36438
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li.stm_megamenu>ul>li>ul>li>a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li.stm_megamenu i {
    font-size: 14px
}

.elementor-12230 .elementor-element.elementor-element-463225c {
    width: auto;
    max-width: auto
}

.elementor-12230 .elementor-element.elementor-element-ee354a6>.elementor-container {
    min-height: 55px
}

.elementor-12230 .elementor-element.elementor-element-ee354a6:not(.elementor-motion-effects-element-type-background),
.elementor-12230 .elementor-element.elementor-element-ee354a6>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #001446
}

.elementor-12230 .elementor-element.elementor-element-ee354a6 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: 0;
    margin-bottom: 0
}

.elementor-12230 .elementor-element.elementor-element-ee354a6>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-12230 .elementor-element.elementor-element-c20b78e>.elementor-element-populated {
    margin: 0 0 0 -15px;
    --e-column-margin-right: 0px;
    --e-column-margin-left: -15px
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li>a {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 22.5px;
    color: #fff
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li>a:hover {
    color: #3591fa
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li>a:active {
    color: #3591fa
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li>a:focus {
    color: #3591fa
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li.current-menu-item>a {
    color: #3591fa
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li.active>a {
    color: #3591fa
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li>.arrow.active {
    color: #3591fa
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li>ul>li>a:hover {
    color: #f36438
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li>ul>li>a:active {
    color: #f36438
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li>ul>li>a:focus {
    color: #f36438
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li>ul>li>ul>li>a:hover {
    color: #f36438
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li>ul>li>ul>li>a:active {
    color: #f36438
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li>ul>li>ul>li>a:focus {
    color: #f36438
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li.stm_megamenu>ul>li>ul>li>a {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px !important;
    padding-bottom: 12px !important
}

.elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav>li.stm_megamenu i {
    font-size: 14px
}

.elementor-12230 .elementor-element.elementor-element-b0889ab {
    width: auto;
    max-width: auto
}

.elementor-12230 .elementor-element.elementor-element-7638e12>.elementor-element-populated {
    margin: 0 -2px 0 0;
    --e-column-margin-right: -2px;
    --e-column-margin-left: 0px
}

.elementor-12230 .elementor-element.elementor-element-591dcb4 .elementor-repeater-item-e01574d.elementor-social-icon i {
    color: #fff
}

.elementor-12230 .elementor-element.elementor-element-591dcb4 .elementor-repeater-item-e01574d.elementor-social-icon svg {
    fill: #fff
}

.elementor-12230 .elementor-element.elementor-element-591dcb4 {
    --grid-template-columns: repeat(0, auto);
    --icon-size: 20px;
    --grid-column-gap: 10px;
    --grid-row-gap: 0px
}

.elementor-12230 .elementor-element.elementor-element-591dcb4 .elementor-widget-container {
    text-align: right
}

.elementor-12230 .elementor-element.elementor-element-591dcb4 .elementor-social-icon {
    background-color: #02010100
}

.elementor-12230 .elementor-element.elementor-element-591dcb4 .elementor-social-icon i {
    color: #fff
}

.elementor-12230 .elementor-element.elementor-element-591dcb4 .elementor-social-icon svg {
    fill: #fff
}

@media(max-width:1024px) {
    .elementor-12230 .elementor-element.elementor-element-2ecd850 {
        padding: 17px 0 0
    }

    .elementor-12230 .elementor-element.elementor-element-771ccf0>.elementor-element-populated {
        padding: 6px 0 31px 15px
    }

    .elementor-12230 .elementor-element.elementor-element-11e0d29>.elementor-element-populated {
        padding: 0
    }

    .elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav>li>a {
        padding: 15px 25px
    }

    .elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav .menu_toggle {
        margin: -31px 0 0
    }

    .elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav .menu_toggle button {
        background-color: #fff
    }

    .elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav .menu_toggle button:before {
        background-color: #fff
    }

    .elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav .menu_toggle button:after {
        background-color: #fff
    }

    .elementor-12230 .elementor-element.elementor-element-463225c {
        width: 100%;
        max-width: 100%
    }

    .elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav .menu_toggle {
        margin: -31px 0 0
    }

    .elementor-12230 .elementor-element.elementor-element-b0889ab {
        width: 100%;
        max-width: 100%
    }
}

@media(max-width:767px) {
    .elementor-12230 .elementor-element.elementor-element-2ecd850 {
        padding: 15px 10px
    }

    .elementor-12230 .elementor-element.elementor-element-771ccf0>.elementor-element-populated {
        padding: 0
    }

    .elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav .menu_toggle {
        margin: 0
    }

    .elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav .menu_toggle button {
        background-color: #fff
    }

    .elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav .menu_toggle button:before {
        background-color: #fff
    }

    .elementor-12230 .elementor-element.elementor-element-463225c .consulting_menu_nav .menu_toggle button:after {
        background-color: #fff
    }

    .elementor-12230 .elementor-element.elementor-element-463225c>.elementor-widget-container {
        margin: 0;
        padding: 0
    }

    .elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav .menu_toggle button {
        background-color: #fff
    }

    .elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav .menu_toggle button:before {
        background-color: #fff
    }

    .elementor-12230 .elementor-element.elementor-element-b0889ab .consulting_menu_nav .menu_toggle button:after {
        background-color: #fff
    }
}

@media(min-width:768px) {
    .elementor-12230 .elementor-element.elementor-element-771ccf0 {
        width: 40%
    }

    .elementor-12230 .elementor-element.elementor-element-11e0d29 {
        width: 59.665%
    }

    .elementor-12230 .elementor-element.elementor-element-c20b78e {
        width: 85%
    }

    .elementor-12230 .elementor-element.elementor-element-7638e12 {
        width: 14.332%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-12230 .elementor-element.elementor-element-771ccf0 {
        width: 100%
    }

    .elementor-12230 .elementor-element.elementor-element-11e0d29 {
        width: 100%
    }
}

.elementor-7608 .elementor-element.elementor-element-db4c724:not(.elementor-motion-effects-element-type-background),
.elementor-7608 .elementor-element.elementor-element-db4c724>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #001446
}

.elementor-7608 .elementor-element.elementor-element-db4c724 {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    margin-top: -60px;
    margin-bottom: 0;
    padding: 90px 0
}

.elementor-7608 .elementor-element.elementor-element-db4c724>.elementor-background-overlay {
    transition: background .3s, border-radius .3s, opacity .3s
}

.elementor-7608 .elementor-element.elementor-element-667afff>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-7608 .elementor-element.elementor-element-d3402d4 .consulting-logo img {
    width: 170px
}

.elementor-7608 .elementor-element.elementor-element-d3402d4>.elementor-widget-container {
    margin: 0 0 30px
}

.elementor-7608 .elementor-element.elementor-element-1740960 .elementor-heading-title {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px
}

.elementor-7608 .elementor-element.elementor-element-1740960>.elementor-widget-container {
    margin: 45px 0
}

.elementor-7608 .elementor-element.elementor-element-946b169 {
    --grid-template-columns: repeat(0, auto);
    --icon-size: 17px;
    --grid-column-gap: 10px;
    --grid-row-gap: 0px
}

.elementor-7608 .elementor-element.elementor-element-946b169 .elementor-widget-container {
    text-align: left
}

.elementor-7608 .elementor-element.elementor-element-946b169 .elementor-social-icon {
    background-color: #FCF8E900;
    --icon-padding: .5em
}

.elementor-7608 .elementor-element.elementor-element-946b169 .elementor-social-icon i {
    color: #fff
}

.elementor-7608 .elementor-element.elementor-element-946b169 .elementor-social-icon svg {
    fill: #fff
}

.elementor-7608 .elementor-element.elementor-element-946b169 .elementor-social-icon:hover {
    background-color: #008e6d
}

.elementor-7608 .elementor-element.elementor-element-946b169 .elementor-social-icon:hover i {
    color: #fff
}

.elementor-7608 .elementor-element.elementor-element-946b169 .elementor-social-icon:hover svg {
    fill: #fff
}

.elementor-7608 .elementor-element.elementor-element-946b169>.elementor-widget-container {
    margin: 25px 0 0
}

.elementor-7608 .elementor-element.elementor-element-80615d2>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-7608 .elementor-element.elementor-element-80615d2>.elementor-element-populated {
    padding: 0
}

.elementor-7608 .elementor-element.elementor-element-bb20209 .elementor-heading-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px
}

.elementor-7608 .elementor-element.elementor-element-bb20209>.elementor-widget-container {
    margin: 20px 0 30px
}

.elementor-7608 .elementor-element.elementor-element-c87c1f6 .consulting-footer-menu ul>li>a {
    padding: 9px 0;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    color: #fff
}

.elementor-7608 .elementor-element.elementor-element-c87c1f6 .consulting-footer-menu ul>li>a:hover {
    color: #3591fa
}

.elementor-7608 .elementor-element.elementor-element-c87c1f6 .consulting-footer-menu ul>li>a:active {
    color: #3591fa
}

.elementor-7608 .elementor-element.elementor-element-c87c1f6 .consulting-footer-menu ul>li>a:focus {
    color: #3591fa
}

.elementor-7608 .elementor-element.elementor-element-c87c1f6 .consulting-footer-menu ul>li.current-menu-item>a {
    color: #3591fa
}

.elementor-7608 .elementor-element.elementor-element-c87c1f6 .consulting-footer-menu ul>li.active>a {
    color: #3591fa
}

.elementor-7608 .elementor-element.elementor-element-c87c1f6 .consulting-footer-menu ul>li>.arrow.active {
    color: #3591fa
}

.elementor-7608 .elementor-element.elementor-element-457d6e8>.elementor-widget-wrap>.elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute) {
    margin-bottom: 0
}

.elementor-7608 .elementor-element.elementor-element-09a117c .elementor-heading-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 24px
}

.elementor-7608 .elementor-element.elementor-element-09a117c>.elementor-widget-container {
    margin: 20px 0 30px
}

.elementor-7608 .elementor-element.elementor-element-ae511b9 .elementor-heading-title {
    color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px
}

.elementor-7608 .elementor-element.elementor-element-f64294d>.elementor-widget-container {
    margin: 25px 0 0
}

@media(max-width:1024px) {
    .elementor-7608 .elementor-element.elementor-element-667afff>.elementor-element-populated {
        padding: 0 10px 0 15px
    }

    .elementor-7608 .elementor-element.elementor-element-457d6e8>.elementor-element-populated {
        padding: 0 10px
    }
}

@media(max-width:767px) {
    .elementor-7608 .elementor-element.elementor-element-db4c724 {
        padding: 40px 15px 50px
    }

    .elementor-7608 .elementor-element.elementor-element-667afff>.elementor-element-populated {
        padding: 10px 0
    }

    .elementor-7608 .elementor-element.elementor-element-1740960>.elementor-widget-container {
        margin: 0
    }

    .elementor-7608 .elementor-element.elementor-element-946b169>.elementor-widget-container {
        margin: 15px 0 0
    }

    .elementor-7608 .elementor-element.elementor-element-80615d2>.elementor-element-populated {
        padding: 10px 0
    }

    .elementor-7608 .elementor-element.elementor-element-bb20209>.elementor-widget-container {
        margin: 20px 0
    }

    .elementor-7608 .elementor-element.elementor-element-457d6e8>.elementor-element-populated {
        padding: 0
    }

    .elementor-7608 .elementor-element.elementor-element-09a117c>.elementor-widget-container {
        margin: 20px 0
    }

    .elementor-7608 .elementor-element.elementor-element-f64294d>.elementor-widget-container {
        margin: 15px 0 0
    }
}

/*!
 * Bootstrap v3.3.4 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=c3fcaafec072b64f9867)
 * Config saved to config.json and https://gist.github.com/c3fcaafec072b64f9867
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    select {
        background: #fff !important
    }

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../font/glyphicons-halflings-regular.eot);
    src: url(../font/glyphicons-halflings-regular.eot) format('embedded-opentype'), url(../font/glyphicons-halflings-regular.woff2) format('woff2'), url(../font/glyphicons-halflings-regular.woff) format('woff'), url(../font/glyphicons-halflings-regular.ttf) format('truetype'), url(../font/glyphicons-halflings-regular.svg) format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-lock:before {
    content: "\e033"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-bookmark:before {
    content: "\e044"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-camera:before {
    content: "\e046"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-fire:before {
    content: "\e104"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-calendar:before {
    content: "\e109"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-bell:before {
    content: "\e123"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-wrench:before {
    content: "\e136"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-briefcase:before {
    content: "\e139"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-paperclip:before {
    content: "\e142"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-pushpin:before {
    content: "\e146"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-cd:before {
    content: "\e201"
}

.glyphicon-save-file:before {
    content: "\e202"
}

.glyphicon-open-file:before {
    content: "\e203"
}

.glyphicon-level-up:before {
    content: "\e204"
}

.glyphicon-copy:before {
    content: "\e205"
}

.glyphicon-paste:before {
    content: "\e206"
}

.glyphicon-alert:before {
    content: "\e209"
}

.glyphicon-equalizer:before {
    content: "\e210"
}

.glyphicon-king:before {
    content: "\e211"
}

.glyphicon-queen:before {
    content: "\e212"
}

.glyphicon-pawn:before {
    content: "\e213"
}

.glyphicon-bishop:before {
    content: "\e214"
}

.glyphicon-knight:before {
    content: "\e215"
}

.glyphicon-baby-formula:before {
    content: "\e216"
}

.glyphicon-tent:before {
    content: "\26fa"
}

.glyphicon-blackboard:before {
    content: "\e218"
}

.glyphicon-bed:before {
    content: "\e219"
}

.glyphicon-apple:before {
    content: "\f8ff"
}

.glyphicon-erase:before {
    content: "\e221"
}

.glyphicon-hourglass:before {
    content: "\231b"
}

.glyphicon-lamp:before {
    content: "\e223"
}

.glyphicon-duplicate:before {
    content: "\e224"
}

.glyphicon-piggy-bank:before {
    content: "\e225"
}

.glyphicon-scissors:before {
    content: "\e226"
}

.glyphicon-bitcoin:before {
    content: "\e227"
}

.glyphicon-btc:before {
    content: "\e227"
}

.glyphicon-xbt:before {
    content: "\e227"
}

.glyphicon-yen:before {
    content: "\00a5"
}

.glyphicon-jpy:before {
    content: "\00a5"
}

.glyphicon-ruble:before {
    content: "\20bd"
}

.glyphicon-rub:before {
    content: "\20bd"
}

.glyphicon-scale:before {
    content: "\e230"
}

.glyphicon-ice-lolly:before {
    content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"
}

.glyphicon-education:before {
    content: "\e233"
}

.glyphicon-option-horizontal:before {
    content: "\e234"
}

.glyphicon-option-vertical:before {
    content: "\e235"
}

.glyphicon-menu-hamburger:before {
    content: "\e236"
}

.glyphicon-modal-window:before {
    content: "\e237"
}

.glyphicon-oil:before {
    content: "\e238"
}

.glyphicon-grain:before {
    content: "\e239"
}

.glyphicon-sunglasses:before {
    content: "\e240"
}

.glyphicon-text-size:before {
    content: "\e241"
}

.glyphicon-text-color:before {
    content: "\e242"
}

.glyphicon-text-background:before {
    content: "\e243"
}

.glyphicon-object-align-top:before {
    content: "\e244"
}

.glyphicon-object-align-bottom:before {
    content: "\e245"
}

.glyphicon-object-align-horizontal:before {
    content: "\e246"
}

.glyphicon-object-align-left:before {
    content: "\e247"
}

.glyphicon-object-align-vertical:before {
    content: "\e248"
}

.glyphicon-object-align-right:before {
    content: "\e249"
}

.glyphicon-triangle-right:before {
    content: "\e250"
}

.glyphicon-triangle-left:before {
    content: "\e251"
}

.glyphicon-triangle-bottom:before {
    content: "\e252"
}

.glyphicon-triangle-top:before {
    content: "\e253"
}

.glyphicon-console:before {
    content: "\e254"
}

.glyphicon-superscript:before {
    content: "\e255"
}

.glyphicon-subscript:before {
    content: "\e256"
}

.glyphicon-menu-left:before {
    content: "\e257"
}

.glyphicon-menu-right:before {
    content: "\e258"
}

.glyphicon-menu-down:before {
    content: "\e259"
}

.glyphicon-menu-up:before {
    content: "\e260"
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle;
    width: 100%;
}

.img-responsive,
.thumbnail>img,
.thumbnail a>img,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%
}

h1,
.h1 {
    font-size: 36px
}

h2,
.h2 {
    font-size: 30px
}

h3,
.h3 {
    font-size: 24px
}

h4,
.h4 {
    font-size: 18px
}

h5,
.h5 {
    font-size: 14px
}

h6,
.h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

small,
.small {
    font-size: 85%
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dt,
dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: ''
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014'
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    -webkit-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1140px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .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 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {

    .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 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .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 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>th,
.table>caption+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>td,
.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>tbody>tr>td,
.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>tbody>tr>td,
.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,
.table>tbody>tr>td.active,
.table>tfoot>tr>td.active,
.table>thead>tr>th.active,
.table>tbody>tr>th.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>tbody>tr.active>td,
.table>tfoot>tr.active>td,
.table>thead>tr.active>th,
.table>tbody>tr.active>th,
.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover,
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,
.table>tbody>tr>td.success,
.table>tfoot>tr>td.success,
.table>thead>tr>th.success,
.table>tbody>tr>th.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>tbody>tr.success>td,
.table>tfoot>tr.success>td,
.table>thead>tr.success>th,
.table>tbody>tr.success>th,
.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover,
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,
.table>tbody>tr>td.info,
.table>tfoot>tr>td.info,
.table>thead>tr>th.info,
.table>tbody>tr>th.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>tbody>tr.info>td,
.table>tfoot>tr.info>td,
.table>thead>tr.info>th,
.table>tbody>tr.info>th,
.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover,
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,
.table>tbody>tr>td.warning,
.table>tfoot>tr>td.warning,
.table>thead>tr>th.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>tbody>tr.warning>td,
.table>tfoot>tr.warning>td,
.table>thead>tr.warning>th,
.table>tbody>tr.warning>th,
.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover,
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,
.table>tbody>tr>td.danger,
.table>tfoot>tr>td.danger,
.table>thead>tr>th.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>tbody>tr.danger>td,
.table>tfoot>tr.danger>td,
.table>thead>tr.danger>th,
.table>tbody>tr.danger>th,
.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover,
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th,
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

input[type="range"] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

textarea.form-control {
    height: auto
}

input[type="search"] {
    -webkit-appearance: none
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    input[type="date"],
    input[type="time"],
    input[type="datetime-local"],
    input[type="month"] {
        line-height: 34px
    }

    input[type="date"].input-sm,
    input[type="time"].input-sm,
    input[type="datetime-local"].input-sm,
    input[type="month"].input-sm,
    .input-group-sm input[type="date"],
    .input-group-sm input[type="time"],
    .input-group-sm input[type="datetime-local"],
    .input-group-sm input[type="month"] {
        line-height: 30px
    }

    input[type="date"].input-lg,
    input[type="time"].input-lg,
    input[type="datetime-local"].input-lg,
    input[type="month"].input-lg,
    .input-group-lg input[type="date"],
    .input-group-lg input[type="time"],
    .input-group-lg input[type="datetime-local"],
    .input-group-lg input[type="month"] {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9
}

.radio+.radio,
.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,
.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm,
select[multiple].input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px
}

textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 32px
}

.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-lg {
    height: 46px;
    line-height: 46px
}

textarea.input-lg,
select[multiple].input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px
}

textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    min-height: 38px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-success .form-control-feedback {
    color: #3c763d
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-warning .form-control-feedback {
    color: #8a6d3b
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-error .form-control-feedback {
    color: #a94442
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-static {
        display: inline-block
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto
    }

    .form-inline .input-group>.form-control {
        width: 100%
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

@media (min-width:768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px
    }
}

@media (min-width:768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary:active,
.btn-primary.active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info:active,
.btn-info.active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger:active,
.btn-danger.active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent
}

.btn-link:hover,
.btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,
.btn-group-vertical>.btn:hover,
.btn-group>.btn:focus,
.btn-group-vertical>.btn:focus,
.btn-group>.btn:active,
.btn-group-vertical>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn.active {
    z-index: 2
}

.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 {
    margin-left: -5px
}

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

.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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-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-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.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-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-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-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

.btn-group-justified>.btn-group .btn {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

[data-toggle="buttons"]>.btn input[type="radio"],
[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],
[data-toggle="buttons"]>.btn input[type="checkbox"],
[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}

select.input-group-lg>.form-control,
select.input-group-lg>.input-group-addon,
select.input-group-lg>.input-group-btn>.btn {
    height: 46px;
    line-height: 46px
}

textarea.input-group-lg>.form-control,
textarea.input-group-lg>.input-group-addon,
textarea.input-group-lg>.input-group-btn>.btn,
select[multiple].input-group-lg>.form-control,
select[multiple].input-group-lg>.input-group-addon,
select[multiple].input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,
select.input-group-sm>.input-group-addon,
select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,
textarea.input-group-sm>.input-group-addon,
textarea.input-group-sm>.input-group-btn>.btn,
select[multiple].input-group-sm>.form-control,
select[multiple].input-group-sm>.input-group-addon,
select[multiple].input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:active {
    z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:hover,
.nav>li.disabled>a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 4px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

@media (min-width:768px) {
    .nav-justified>li {
        display: table-cell;
        width: 1%
    }

    .nav-justified>li>a {
        margin-bottom: 0
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    margin-right: 0;
    border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:hover,
.nav-tabs-justified>.active>a:focus {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-tabs-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0
    }

    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs-justified>.active>a:focus {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {

    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px
    }
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width:768px) {

    .container>.navbar-header,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container-fluid>.navbar-collapse {
        margin-right: 0;
        margin-left: 0
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

@media (min-width:768px) {

    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {

    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .navbar-form .form-control-static {
        display: inline-block
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto
    }

    .navbar-form .input-group>.form-control {
        width: 100%
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:hover,
.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:hover,
.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

a.label:hover,
a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.btn .label {
    position: relative;
    top: -1px
}

.label-default {
    background-color: #777
}

.label-default[href]:hover,
.label-default[href]:focus {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:hover,
.label-primary[href]:focus {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,
.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.btn .badge {
    position: relative;
    top: -1px
}

.btn-xs .badge,
.btn-group-xs>.btn .badge {
    top: 0;
    padding: 1px 5px
}

a.badge:hover,
a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px 15px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eee
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px
}

.jumbotron .container {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding: 48px 0
    }

    .container .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail>img,
.thumbnail a>img {
    margin-left: auto;
    margin-right: auto
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,
.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

.alert-danger hr {
    border-top-color: #e4b9c0
}

.alert-danger .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent)
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,
a.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>.small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:hover,
a.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:hover,
a.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05)
}

.panel-body {
    padding: 15px
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
    color: inherit
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.panel-title>a,
.panel-title>small,
.panel-title>.small,
.panel-title>small>a,
.panel-title>.small>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.list-group+.panel-footer {
    border-top-width: 0
}

.panel>.table,
.panel>.table-responsive>.table,
.panel>.panel-collapse>.table {
    margin-bottom: 0
}

.panel>.table caption,
.panel>.table-responsive>.table caption,
.panel>.panel-collapse>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child {
    border-top-left-radius: 3px
}

.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child {
    border-top-right-radius: 3px
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: 3px
}

.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child th,
.panel>.table>tbody:first-child>tr:first-child td {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child {
    border-left: 0
}

.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child {
    border-right: 0
}

.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
    border-bottom: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.panel-body,
.panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #337ab7
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
    color: #337ab7;
    background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #337ab7
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #d6e9c6
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #bce8f1
}

.panel-warning {
    border-color: #faebcc
}

.panel-warning>.panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #faebcc
}

.panel-danger {
    border-color: #ebccd1
}

.panel-danger>.panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
    color: #f2dede;
    background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ebccd1
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    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);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .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
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000
    }

    .carousel-inner>.item.next,
    .carousel-inner>.item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.prev,
    .carousel-inner>.item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }

    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right,
    .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,
.carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0)
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width:768px) {

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    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 (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !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:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !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:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !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 (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !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
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.stm_gmap_wrapper .alert {
    margin-bottom: 0
}

.stm_gmap_wrapper .alert strong {
    color: red
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100px
}

.loader:before {
    content: '';
    display: block;
    padding-top: 100%
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round
}

.top_nav .top_nav_wrapper>ul>li,
.top_nav .main_menu_nav>ul>li,
.breadcrumbs {
    text-transform: none !important
}

.woocommerce-MyAccount-navigation ul li a {
    font-family: inherit !important
}

.company_history {
    min-width: 48px
}

@media only screen and (max-width:992px) {
    body.header_style_3 .logo {
        float: none
    }

    body.header_style_3 #header .header_top .icon_text {
        float: left;
        margin: 30px 30px 0 0
    }

    body.header_style_3 #header .top_nav .icon_text {
        display: none
    }

    body.header_style_3 #header .top_nav .icon_text:before {
        display: none
    }

    .top_nav .top_nav_wrapper>ul>li>a {
        padding: 21px 14px
    }
}

@media only screen and (max-width:767px) {
    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content {
        width: auto !important;
        text-align: center;
        margin: 0 0 20px
    }

    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content .vc_custom_heading {
        text-align: center
    }

    body .vc_cta3.vc_cta3-actions-right .vc_btn3-container.vc_btn3-right {
        text-align: center
    }

    .stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
        z-index: 15
    }

    .full_height_columns {
        overflow: hidden;
        position: relative
    }

    .full_height_columns iframe {
        height: 540px !important
    }
}

@media only screen and (max-width:920px) {
    html body.error404 {
        background-size: inherit !important
    }

    .page_404 .container {
        width: auto
    }

    .page_404 .container .media-middle {
        display: block;
        width: auto;
        padding: 20px 0
    }
}

@media only screen and (max-width:767px) {
    .page_404 .bottom h1 {
        font-size: 158px !important;
        line-height: 113px !important
    }

    .page_404 .bottom .bottom_wr {
        padding: 30px 15px
    }
}

.staff_list.grid.cols_2 ul li {
    width: 50%;
    flex: 0 0 50%
}

.staff_list.grid.cols_4 ul li {
    width: 25%;
    flex: 0 0 25%
}

.staff_list.grid.cols_2 ul li .staff_image {
    max-width: 100%
}

@media only screen and (max-width:667px) {

    .staff_list.grid.cols_2 ul li,
    .staff_list.grid.cols_4 ul li {
        width: 100%;
        flex: 0 0 100%
    }
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
    z-index: 999
}

#footer .footer_widgets .widget .widget_title {
    font-size: 26px
}

#footer .copyright_row .copyright_row_wr .copyright a:first-child {
    color: inherit
}

body textarea.wpcf7-form-control.height205 {
    height: 205px
}

body textarea.wpcf7-form-control.height147 {
    height: 147px
}

html:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .6s ease-in-out;
    -moz-transition: opactiy .6s ease-in-out;
    -ms-transition: opacity .6s ease-in-out;
    -o-transition: opacity .6s ease-in-out;
    transition: opacity .6s ease-in-out;
    visibility: hidden;
    background: #fff;
    z-index: 999999
}

html.stm-site-preloader:after {
    position: fixed;
    content: '';
    display: block;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: 0 0;
    background-color: #23393d;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: scaleout .5s infinite ease-in-out;
    animation: scaleout 1s infinite ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 9999999999
}

html.stm-site-preloader:before,
html.stm-site-preloader:after {
    opacity: 1;
    visibility: visible
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@keyframes scaleout {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    100% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0
    }
}

@media only screen and (min-width:1199px) {
    body.header_full_width.boxed_layout #header .container {
        padding: 0 15px !important
    }

    .right-indent-30 {
        padding-right: 30px !important
    }

    .form_full-right_width {
        padding-right: 15px !important
    }

    .form_full-right_width .vc_column-inner {
        margin-right: -5000px !important;
        margin-left: 25px !important;
        padding-top: 76px !important;
        padding-right: 5000px !important;
        padding-left: 50px !important
    }

    .about_full-right_width .vc_column-inner {
        padding-left: 55px !important
    }

    .site_layout_16 .form_full-right_width,
    .site_layout_17 .form_full-right_width,
    .site_layout_18 .form_full-right_width {
        padding-left: 15px !important
    }

    .site_layout_16 .form_full-right_width .vc_column-inner,
    .site_layout_17 .form_full-right_width .vc_column-inner,
    .site_layout_18 .form_full-right_width .vc_column-inner {
        margin-left: -5000px !important;
        margin-right: 25px !important;
        padding-top: 76px !important;
        padding-left: 5000px !important;
        padding-right: 50px !important
    }
}

@media only screen and (min-width:768px) {
    .about_full-right_width .vc_column-inner {
        margin-right: -500px !important;
        padding-right: 500px !important
    }
}

@media only screen and (max-width:667px) {
    .stm_services .item {
        width: 100% !important
    }

    .woocommerce div.product div.images .woocommerce-main-image,
    .woocommerce #content div.product div.images .woocommerce-main-image {
        height: auto !important;
        border: 0 !important;
        text-align: left !important
    }

    .woocommerce div.product div.images img,
    .woocommerce #content div.product div.images img {
        max-width: 100% !important
    }

    .stm_works_wr.grid.style_1 .stm_works .item .item_wr img {
        width: 100%
    }
}

.mobile_header .logo_wrapper .logo {
    max-width: 80%
}

.logo a img {
    max-width: 100%
}

@media only screen and (min-width:1199px) {
    body.boxed_layout .vc_row[data-vc-full-width] {
        left: 50% !important;
        padding-left: 60px !important;
        padding-right: 60px !important;
        margin-left: -615px !important;
        width: 1230px !important
    }

    body.boxed_layout .vc_row.vc_row-no-padding[data-vc-full-width] {
        left: 50% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: -615px !important;
        width: 1230px !important
    }
}

@media only screen and (max-width:992px) {
    html body ul.main_menu_nav li.stm_megamenu>ul.sub-menu>li {
        padding: 0 !important
    }
}

@media only screen and (max-width:580px) {
    #sb_instagram #sbi_images .sbi_item {
        max-height: 140px
    }
}

.icon_box {
    display: block;
    text-decoration: none !important;
    color: inherit !important
}

.g-recaptcha {
    padding: 0 !important;
    background: 0 0 !important
}

@media only screen and (max-width:474px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important
    }
}

.icon_top_transparent i,
.icon_left_transparent i {
    background: 0 0 !important
}

.user_validated_field.form-error {
    border-color: red !important
}

body.booked-noScroll {
    position: static;
    overflow-y: scroll
}

.home #main.footer_hide {
    padding-bottom: 0
}

@media (max-width:1480px) and (min-width:1025px) {
    .testimonials_carousel .slick_prev {
        left: -50px !important
    }

    .testimonials_carousel .slick_next {
        right: -50px !important
    }
}

.woocommerce.shop_widgets ul.product_list_widget li:last-child {
    padding-bottom: 20px;
    border: 0
}

.woocommerce .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .total {
    border-top: 1px double #ebe9eb;
    padding: 10px 0 0
}

.home .stm_select_country_unit .select2-container,
.home .stm_select_office_unit .select2-container {
    width: 100% !important
}

.stm_sidebar .third_bg_color {
    margin-right: 0 !important;
    margin-bottom: 30px !important;
    margin-left: 0 !important
}

.stm_sidebar .third_bg_color .vc_column-inner {
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 40px !important;
    padding-left: 30px !important
}

.stm_sidebar .third_bg_color .vc_column-inner .vc_custom_heading h4 {
    padding: 0;
    margin: 0
}

@media only screen and (max-width:474px) {

    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product {
        width: 100% !important
    }
}

.icon_top_transparent i,
.icon_left_transparent i {
    background: 0 0 !important
}

.user_validated_field.form-error {
    border-color: red !important
}

body.booked-noScroll {
    position: static;
    overflow-y: scroll
}

.vc_image_carousel.style_1 .item img {
    margin-left: auto;
    margin-right: auto
}

.stats_counter.right {
    text-align: right
}

.stats_counter.center {
    text-align: center
}

.slotholder {
    filter: none !important
}

body.header_style_2 .header_top .top_nav .header_socials {
    margin-left: 18px !important
}

body.header_style_2 .header_top .top_nav .header_socials a {
    margin-left: 18px !important
}

body.site_layout_17.header_style_2 .header_top .top_nav .top_nav_wrapper>ul>li>a {
    padding: 10px 14px
}

body.header_style_2 .header_top .top_nav .header_socials a:first-child {
    margin-left: 0 !important
}

body.header_style_6 .header_top .top_nav .top_nav_wrapper>ul>li>a,
body.header_style_6 .header_top .top_nav .main_menu_nav>ul>li>a {
    padding: 10px 16px !important
}

body.site_layout_14 .top_nav .top_nav_wrapper.stm_l14_footer_menu ul.main_menu_nav li a {
    padding-right: 32px !important;
    padding-left: 32px !important
}

.stm_the_excerpt {
    display: none
}

@media only screen and (max-width:992px) {
    .stm_news .news_list.posts_per_row_3 li {
        width: 100% !important
    }
}

@media (max-width:768px) and (min-width:767px) {
    .vc_col-sm-4 .info_box.style_3 .info_box_text p {
        display: none
    }
}

.wpcf7-form-control.wpcf7-wpgdprc {
    padding: 0 !important;
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important
}

.wpcf7-form-control.wpcf7-wpgdprc span.wpcf7-list-item {
    margin-left: 0
}

.wpcf7-form-control.wpcf7-wpgdprc .wpcf7-list-item-label {
    padding-left: 4px
}

.wpcf7-not-valid {
    box-shadow: 0 0 1px red !important
}

body .vc_row.fixed_bg {
    background-attachment: fixed;
    background-position: 50% 0 !important;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

body.woocommerce-cart .woocommerce {
    min-height: 325px
}

@media only screen and (max-width:1024px) {
    body.woocommerce-cart .woocommerce {
        min-height: 0
    }
}

@media only screen and (max-width:767px) {
    .woocommerce-cart table.cart td.actions .coupon .input-text {
        float: none;
        width: 100%;
        margin: 0 0 15px
    }

    body .vc_cta3.vc_general.vc_cta3-style-flat {
        padding: 50px 0 30px
    }

    #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_4 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_5 #sbi_images .sbi_item,
    #sb_instagram.sbi_col_6 #sbi_images .sbi_item {
        width: 33.333333% !important
    }

    body .vc_progress-bar-color-custom {
        padding-right: 0 !important
    }
}

@media screen and (max-width:1366px) {
    .page_404 .bottom .bottom_wr {
        padding: 70px 15px
    }
}

@media only all and (max-height:1366px) and (max-width:1024px) {
    body.error404 {
        background-size: inherit
    }

    .page_404 .bottom .bottom_wr {
        padding: 125px 15px
    }
}

@media only all and (max-height:1024px) and (max-width:1366px) {
    .page_404 .bottom .bottom_wr {
        padding: 106px 15px
    }
}

@media only all and (max-height:768px) and (max-width:1024px) {
    .page_404 {
        text-align: center
    }

    .page_404 .bottom .bottom_wr {
        padding: 20px 15px 30px
    }

    .page_404 .container .media-right {
        padding-bottom: 25px
    }

    .page_404 .container .media-middle {
        display: block;
        width: auto;
        padding: 20px 0 5px
    }
}

@media only screen and (max-width:424px) {
    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        padding-left: 50px;
        padding-right: 30px
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        left: 20px
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-left: 30px;
        padding-right: 50px
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        right: 20px
    }

    html body .post_links_box .archive_button a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        font-size: 0;
        padding: 0;
        height: auto;
        line-height: 0
    }

    html body .post_links_box .archive_button a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        font-size: 20px;
        position: relative;
        margin: 10px;
        top: 9px;
        left: 0
    }
}

@media screen and (max-width:320px) {
    body .stm_chart.legend_position_right canvas {
        display: block;
        margin: 0 auto
    }

    body .stm_chart.legend_position_right .chart-legend {
        display: block;
        padding: 0;
        text-align: center
    }

    body .stm_chart.legend_position_right .chart-legend li {
        display: inline-block;
        margin: 15px 24px 12px 0
    }
}

@media only all and (max-height:320px) and (max-width:568px) {
    .page_404 .bottom .bottom_wr {
        padding: 5px 15px 15px
    }
}

@media screen and (max-width:1366px) {
    .page_404 .bottom .bottom_wr {
        padding: 70px 15px
    }
}

@media only all and (max-height:1366px) and (max-width:1024px) {
    body.error404 {
        background-size: inherit
    }

    .page_404 .bottom .bottom_wr {
        padding: 125px 15px
    }
}

@media only all and (max-height:1024px) and (max-width:1366px) {
    .page_404 .bottom .bottom_wr {
        padding: 106px 15px
    }
}

@media only all and (max-height:768px) and (max-width:1024px) {
    .page_404 {
        text-align: center
    }

    .page_404 .bottom .bottom_wr {
        padding: 20px 15px 30px
    }

    .page_404 .container .media-right {
        padding-bottom: 25px
    }

    .page_404 .container .media-middle {
        display: block;
        width: auto;
        padding: 20px 0 5px
    }
}

@media only screen and (max-width:424px) {
    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        padding-left: 50px;
        padding-right: 30px
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        left: 20px
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
        padding-left: 30px;
        padding-right: 50px
    }

    html body .post_links_box a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        right: 20px
    }

    html body .post_links_box .archive_button a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
        font-size: 0;
        padding: 0;
        height: auto;
        line-height: 0
    }

    html body .post_links_box .archive_button a.portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) i.vc_btn3-icon {
        font-size: 20px;
        position: relative;
        margin: 10px;
        top: 9px;
        left: 0
    }
}

@media screen and (max-width:320px) {
    body .stm_chart.legend_position_right canvas {
        display: block;
        margin: 0 auto
    }

    body .stm_chart.legend_position_right .chart-legend {
        display: block;
        padding: 0;
        text-align: center
    }

    body .stm_chart.legend_position_right .chart-legend li {
        display: inline-block;
        margin: 15px 24px 12px 0
    }
}

@media only all and (max-height:320px) and (max-width:568px) {
    .page_404 .bottom .bottom_wr {
        padding: 5px 15px 15px
    }
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw {
    margin-top: 0 !important
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw-c {
    padding: 12px 20px !important
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw-c button {
    display: none !important
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw-d {
    overflow: auto !important
}

body .stm_gmap_wrapper .stm_gmap .gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div:first-child>div {
    left: 0 !important
}

.stm_gmap_wrapper .stm_gmap .gm-style iframe+div {
    border: none !important
}

#footer .footer_widgets .widget.widget_text #sb_instagram #sbi_images {
    display: flex;
    flex-wrap: wrap;
    float: none !important;
    width: 100% !important
}

@media (max-width:667px) {
    .stm_news .news_list li .image img {
        width: 100%
    }
}

.wpb_video_wrapper.active:after {
    display: none !important
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw .h6 {
    text-transform: capitalize !important
}

.stm-switcher__text,
div [class^=stm-header] span,
[class^=stm-header] span,
[class^=stm-header] a {
    font-family: inherit !important
}

hr,
input[type=search] {
    box-sizing: content-box
}

.staff_bottom_wr .staff_bottom .infos,
.vacancy_table_wr .vacancy_table,
table {
    border-collapse: collapse;
    border-spacing: 0
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

dfn {
    font-style: italic
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    margin: 0 2px
}

legend {
    border: 0;
    padding: 0
}

optgroup {
    font-weight: 700
}

td,
th {
    padding: 0
}

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

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 20px
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

.alignleft {
    float: left;
    margin: 6px 30px 20px 0
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px
}

a img.alignnone {
    margin: 0 0 20px !important
}

a img.alignleft {
    float: left;
    margin: 6px 30px 20px 0
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center
}

.wp-caption.alignnone {
    margin: 0 0 20px !important
}

.wp-caption figcaption {
    padding: 5px 0 0
}

.wp-caption.alignleft {
    margin: 6px 30px 20px 0
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

#main,
.content_wrapper {
    z-index: 10;
    position: relative
}

.gallery {
    margin-bottom: 30px
}

.gallery .gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin: 0
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-icon img {
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.gallery-caption {
    color: #707070;
    color: rgba(51, 51, 51, .7);
    display: block;
    font-size: 12px;
    line-height: 1.5;
    padding: .5em 0
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.mobile_header {
    display: none
}

.bypostauthor {
    text-decoration: none
}

html {
    font-size: 100%
}

body {
    color: #222
}

body.default-404 {
    background: url(../image/page_404.jpg) 50% 0 no-repeat !important;
    background-size: cover !important
}

body.default-404 #main {
    background-color: transparent
}

body.default-404 .content_wrapper {
    background: 0 0
}

body.boxed_layout {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

body.boxed_layout.bg_img_3,
body.boxed_layout.bg_img_4,
body.boxed_layout.boxed_bg_image_pattern {
    background-repeat: repeat;
    background-position: 50% 50%;
    background-size: auto;
    background-attachment: fixed
}

body.boxed_layout.bg_img_1 {
    background-image: url(../image/img_1.jpg)
}

body.boxed_layout.bg_img_2 {
    background-image: url(../image/img_2.jpg)
}

body.boxed_layout.bg_img_3 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA0CAIAAAHWKgcpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozOEYwRjFEM0M5MjA2ODExODA4MzlBMEU2QjdDNTJGQiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCNDk1QzI1OUNCRjIxMUU1QTc5RUJGQjJFQjg1QkRBMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCNDk1QzI1OENCRjIxMUU1QTc5RUJGQjJFQjg1QkRBMCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjEwRThBQjE2RjFDQkU1MTE4NjI0Rjk2MkE2QjlBNUZEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjM4RjBGMUQzQzkyMDY4MTE4MDgzOUEwRTZCN0M1MkZCIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+sgS9DQAAAJ9JREFUeNpi5FCyYcAATAzYAH1FAQKIcdC6DCCAsLuMBAOGvFKAAGLkULYd2SEwqpQEpQABxChl4sdAbcDEQAMwauiooaOGDnpDAQIIXP/8/8/AyEgtkkVIUJC6bmR59/79qBtH3TjqxlE3jrpx1I2jbhzcbgQI0H4d0wAAACAM8+8aFRyQOui5VSZlI6coKSkpKSkpKSkpKSkpKSkPlAHFqXptj0DP9AAAAABJRU5ErkJggg==)
}

body.boxed_layout.bg_img_4 {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAIAAAF0mx+sAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjJCOEYzQUZDQkYzMTFFNTkwNTNFM0JCOTY1M0JDRjkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjJCOEYzQjBDQkYzMTFFNTkwNTNFM0JCOTY1M0JDRjkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMkI4RjNBRENCRjMxMUU1OTA1M0UzQkI5NjUzQkNGOSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMkI4RjNBRUNCRjMxMUU1OTA1M0UzQkI5NjUzQkNGOSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpzJzqMAAAFaSURBVHjaYrxy/RYfPz8DGPz7948JzgECJiCAsJ4/fwYVglCSklJQPlAPAxIACCDGR89eAoW+fP4MMYgJYgzcVCZkxUBTUfhAU5ngLoEwAAIIZB4DboBuPRqXCegOZAk0LpKzwB5F46K7FY0LEECMD548Byr89PEjRB8o9JC4TFjNxB4QWDyG1T9wLhM09JiYUAITxgUFCzAwgW6B60PmDqTTAAIIGmrI+ojnoidIkriMwKTOw8sLFwUGB/FcAumQqBAjUzP+JE4gA4zAAAMIIMbT5y+Ji4vD+S9fviSeyyQoKIhsGElcJjY2NmQ+SVwmuHt+/fqF7DxiuJSFNtAYZD5J3NEAGw2w0QCjdoABBBioDPv376+wsAiak+CW0EiWIldTVM2h8YHVCdil/7CqpqIsuo+BEn/+/MEaONSVHbCgZqFd8hlNXKOJazRxjSau0cQ1mriGWuICAGlXrb3U2Bv+AAAAAElFTkSuQmCC)
}

body.boxed_layout.custom_bg_image {
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat
}

body.boxed_layout #wrapper {
    max-width: 1230px;
    margin: 39px auto 0;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .25)
}

body.boxed_layout.sticky_header #wrapper {
    margin-top: 0
}

body.boxed_layout #footer {
    max-width: 1230px
}

#main {
    padding: 30px 0 60px
}

.home #main {
    padding: 0 0 60px
}

#wrapper {
    position: relative;
    overflow: hidden
}

.content_wrapper {
    background: #fff
}

.mobile_header .header_info .header_socials {
    float: none !important;
    padding: 0 0 40px 14px
}

.mobile_header .header_info .header_socials a {
    margin: 0 0 5px 30px !important
}

.stm_viewport {
    opacity: 0;
    transition: opacity .9s linear
}

.overflow_hidden {
    overflow: hidden
}

#frontend_customizer_button {
    background: #333
}

.customizer-demo_list ul li a.active,
.customizer-demo_list ul li a:hover,
.header_styles_list ul li a.active,
.header_styles_list ul li a:hover {
    background: #001446;
    color: #fff
}

.e-tip-content.e-material-tooltip-show {
    line-height: 22px !important
}

body .stm_zoom_content {
    margin: 0 auto !important
}

body .zoom_countdown_wrap {
    max-width: 1200px;
    margin: 0 auto
}

html body .footer_width_fixer .consulting_menu_nav li {
    width: 50%
}

.stm-header__hb .stm-navigation__default>ul>li.current-menu-parent>a,
html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.current-menu-item>a {
    color: #3591fa
}

.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item {
    padding: 15px 20px 0 !important
}

html body.site_layout_valencia ul li.stm_megamenu>ul.sub-menu>li {
    margin: 18px 0
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_mega_col_width_banner_inside:last-child {
    margin: 0 !important
}

html body.site_layout_valencia ul li.stm_megamenu>ul.sub-menu>li.stm_mega_col_width_banner_inside a {
    margin-bottom: 0
}

html body ul li.stm_megamenu>ul.sub-menu>li .megamenu-contacts tr:last-child td,
html body.site_layout_valencia ul li.stm_megamenu>ul.sub-menu>li.menu-item-has-children a {
    padding-bottom: 0
}

.wpb_content_element ul {
    margin: 0 0 20px;
    list-style: none;
    padding: 0
}

.wpb_content_element ul li {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 9px;
    line-height: 22px;
    color: #222
}

.wpb_content_element ul li:before {
    content: "\f04d";
    font: normal normal 600 14px/1 "Font Awesome 6 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: absolute;
    left: 0;
    top: 8px;
    font-weight: 600;
    display: inline-block;
    vertical-align: top;
    font-size: 5px;
    color: #001446;
    transform: rotate(45deg)
}

body .vc_call_to_action.vc_cta_btn_pos_right .vc_button-2-wrapper {
    float: right
}

body .vc_call_to_action.vc_cta_btn_pos_left .vc_button-2-wrapper {
    float: left
}

body .vc_call_to_action.vc_cta_btn_pos_left .vc_cta_btn,
body .vc_call_to_action.vc_cta_btn_pos_right .vc_cta_btn {
    float: none;
    margin: 0
}

body .vc_call_to_action h4,
body .vc_call_to_action hgroup h2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding: 11px 0;
    color: #fff
}

body .vc_call_to_action h4:before,
body .vc_call_to_action hgroup h2:before {
    display: none
}

body .vc_call_to_action {
    background-color: #333;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkQ2NEU2MEVEMUY3MTFFNDlCODVCOTQxNjZEQkYyREEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkQ2NEU2MEZEMUY3MTFFNDlCODVCOTQxNjZEQkYyREEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCRDY0RTYwQ0QxRjcxMUU0OUI4NUI5NDE2NkRCRjJEQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCRDY0RTYwREQxRjcxMUU0OUI4NUI5NDE2NkRCRjJEQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plp5F/wAAAA0SURBVHjaYmSAAA4GBPiBxGZgxCcJAkz4JEGamfBJwqxgwCWJSwGKmxjxSaKbgNU3AAEGAJ9EBxP22iKPAAAAAElFTkSuQmCC);
    background-repeat: repeat;
    border: none;
    padding: 16px 30px 15px 55px
}

body .vc_call_to_action.stretch {
    margin-left: -3000px;
    margin-right: -3000px;
    padding-right: 3000px;
    padding-left: 3000px
}

@media all and (-webkit-min-device-pixel-ratio:1.5) {
    body .vc_call_to_action {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NEE2OEU4QjREMkI4MTFFNDkxMDdFQ0IwOUIyNkIwMEEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NEE2OEU4QjVEMkI4MTFFNDkxMDdFQ0IwOUIyNkIwMEEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0QTY4RThCMkQyQjgxMUU0OTEwN0VDQjA5QjI2QjAwQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0QTY4RThCM0QyQjgxMUU0OTEwN0VDQjA5QjI2QjAwQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pml7xlgAAABpSURBVHjapNNBCsAgDATAbA79/3t7SY01YEWsZhfEg4wGjZA3KONq8xgr426zmNlnESd4FmWwO2WwH64MjgrSOO4gjfsNUjg2SOO+D1LYHWSd3yYDg1cVbLc3GFxfYfhdxx9LGex5BBgATuo0HLUAGDMAAAAASUVORK5CYII=);
        background-size: 8px 8px
    }
}

body .vc_btn,
body .vc_btn:focus,
body .vc_btn:hover,
body a.vc_btn,
body a.vc_btn:focus,
body a.vc_btn:hover,
body button.vc_btn,
body button.vc_btn:focus,
body button.vc_btn:hover {
    text-decoration: none !important;
    border: none;
    padding: 16px 22px 14px;
    border-radius: 0;
    font-size: 13px;
    line-height: 15px;
    font-weight: 900;
    display: inline-block;
    box-shadow: none !important;
    outline: 0 !important;
    color: #4c4c4b;
    white-space: nowrap;
    transition: background .2s linear, color .2s linear
}

.vc_grid-item.services .vc_gitem-post-data-source-post_image h2:before,
.vc_grid.vc_row .vc_grid-item.vc_col-sm-12:first-child .vc_grid-item-mini:before,
.vc_grid.vc_row .vc_grid-item.vc_col-sm-2:nth-child(-n+6) .vc_grid-item-mini:before,
.vc_grid.vc_row .vc_grid-item.vc_col-sm-3:nth-child(-n+4) .vc_grid-item-mini:before,
.vc_grid.vc_row .vc_grid-item.vc_col-sm-4:nth-child(-n+3) .vc_grid-item-mini:before,
.vc_grid.vc_row .vc_grid-item.vc_col-sm-6:nth-child(-n+2) .vc_grid-item-mini:before,
.wpb_gallery h5:before {
    display: none
}

body .vc_btn-sm,
body a.vc_btn-sm,
body button.vc_btn-sm {
    padding: 13px 22px 11px !important
}

.vc_grid.vc_row .vc_grid-item.vc_col-sm-12:first-child .vc_grid-item-mini,
.vc_grid.vc_row .vc_grid-item.vc_col-sm-2:nth-child(-n+6) .vc_grid-item-mini,
.vc_grid.vc_row .vc_grid-item.vc_col-sm-3:nth-child(-n+4) .vc_grid-item-mini,
.vc_grid.vc_row .vc_grid-item.vc_col-sm-4:nth-child(-n+3) .vc_grid-item-mini,
.vc_grid.vc_row .vc_grid-item.vc_col-sm-6:nth-child(-n+2) .vc_grid-item-mini {
    padding-top: inherit
}

body .vc_call_to_action a.vc_btn {
    position: relative;
    padding-right: 40px;
    background: #fff
}

body .vc_call_to_action a.vc_btn:after {
    content: '\f054';
    position: absolute;
    right: 13px;
    top: 13px;
    font: normal normal normal 14px/1 "Font Awesome 6 Free";
    font-size: 20px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #333
}

body .vc_call_to_action a.vc_btn:active,
body .vc_call_to_action a.vc_btn:focus,
body .vc_call_to_action a.vc_btn:hover {
    color: #fff;
    background: #333
}

body .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    margin: 0 15px 15px 0
}

body .wpb_image_grid .wpb_image_grid_ul {
    width: 110%
}

.wpb_gallery h5 {
    margin: 0 0 30px
}

body .vc_separator.type_2 {
    background: url(/wp-content/themes/consulting/assets/css/images/pattern_3.png) repeat-x;
    background-size: 8px 5px;
    height: 5px
}

.wpb_widgetised_column aside.widget {
    margin: 0 0 40px
}

.vc_grid-item.services .vc_gitem-post-data-source-post_title>*,
.vc_grid.vc_row .vc_grid-item.services .vc_btn,
.vc_grid.vc_row .vc_grid-item.services .vc_icon_element,
.vc_grid.vc_row .vc_grid-item.services .wpb_content_element {
    margin: 0
}

.vc_grid-item.services .vc_gitem-post-data-source-post_image img {
    height: 196px;
    width: auto
}

.vc_grid-item.services .vc_gitem-post-data-source-post_title {
    text-transform: uppercase
}

.vc_grid-item.services .vc_gitem-post-data-source-post_title a,
.vc_grid-item.services .vc_gitem-post-data-source-post_title a:hover {
    color: #333
}

.vc_grid-item.services .vc_gitem-post-data-source-post_title>:before {
    background: #cbcbcb
}

.vc_grid-item.services:hover .vc_gitem-post-data-source-post_title>:before {
    background: #333
}

.vc_grid-item.services .vc_grid-item-mini {
    padding-bottom: 45px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAIAAAD38zoCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhBOTc5QkU1RDQ2MzExRTRBOTc3OTE0MDVDMDdFQkQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhBOTc5QkU2RDQ2MzExRTRBOTc3OTE0MDVDMDdFQkQ4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEE5NzlCRTNENDYzMTFFNEE5Nzc5MTQwNUMwN0VCRDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEE5NzlCRTRENDYzMTFFNEE5Nzc5MTQwNUMwN0VCRDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Pg6p4AAAAL0lEQVR42mI8c+YMAxgYGxszIAEmrKJnz55lwioKJBn///+PKYowCk0UaAZAgAEABWoRakE38O0AAAAASUVORK5CYII=) -5px 100% repeat-x
}

.post_grid_no_pattern,
.post_grid_no_pattern .vc_grid-item.services .vc_grid-item-mini {
    background: 0 0;
    padding-bottom: 0
}

body .vc_grid.vc_grid-gutter-30px .vc_grid-item {
    padding-bottom: 40px;
    float: none;
    vertical-align: top
}

body .vc_btn-orange,
body a.vc_btn-orange,
body button.vc_btn-orange {
    background: #333
}

body .vc_btn-orange:hover,
body a.vc_btn-orange:hover,
body button.vc_btn-orange:hover {
    background: #777
}

body .vc_grid.vc_row .vc_grid-item .vc_grid-item-mini {
    position: relative
}

body .vc_grid.vc_row .vc_grid-item {
    padding-bottom: 40px !important
}

body .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
    padding-top: 0
}

body .wpb_video_widget .wpb_wrapper .wpb_video_wrapper img {
    max-width: 100%;
    height: auto
}

body .wpb_video_widget .wpb_wrapper .wpb_video_wrapper .play_video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    border: none;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    opacity: .9;
    margin: -32px 0 0 -32px;
    transition: all .3s ease
}

.info_box.style_4:hover .info_box_image:before,
body .wpb_video_widget .wpb_wrapper .wpb_video_wrapper .play_video:hover {
    opacity: 1
}

body .wpb_video_widget .wpb_wrapper .wpb_video_wrapper .play_video:after {
    content: '';
    position: absolute;
    top: 16px;
    left: 21px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid #222
}

body .wpb_video_widget .wpb_wrapper .wpb_video_wrapper .play_video:hover:after {
    border-left-color: #fff
}

body .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
    background: 0 0
}

body .vc_grid.vc_row.vc_grid-gutter-40px .vc_grid-item {
    padding-right: 40px;
    padding-bottom: 40px
}

body .vc_grid.vc_row.vc_grid-gutter-45px .vc_grid-item {
    padding-right: 45px;
    padding-bottom: 45px
}

body .vc_grid.vc_row.vc_grid-gutter-50px .vc_grid-item {
    padding-right: 50px;
    padding-bottom: 50px
}

body .vc_grid.vc_row.vc_grid-gutter-55px .vc_grid-item {
    padding-right: 55px;
    padding-bottom: 55px
}

body .vc_grid.vc_row.vc_grid-gutter-60px .vc_grid-item {
    padding-right: 60px;
    padding-bottom: 60px
}

body .vc_grid.vc_row.vc_grid-gutter-40px .vc_pageable-slide-wrapper {
    margin-right: -40px
}

body .vc_grid.vc_row.vc_grid-gutter-45px .vc_pageable-slide-wrapper {
    margin-right: -45px
}

body .vc_grid.vc_row.vc_grid-gutter-50px .vc_pageable-slide-wrapper {
    margin-right: -50px
}

body .vc_grid.vc_row.vc_grid-gutter-55px .vc_pageable-slide-wrapper {
    margin-right: -55px
}

body .vc_grid.vc_row.vc_grid-gutter-60px .vc_pageable-slide-wrapper {
    margin-right: -60px
}

body .vc_column_container .vc_btn,
body .vc_column_container .wpb_button,
body .vc_grid.vc_row .vc_grid-item .vc_btn {
    margin: 0
}

.vc_gitem-post-data-source-post_date:before {
    content: "\f017";
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px 0 0;
    font: normal normal normal 15px/1 "Font Awesome 6 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #333
}

.vc_gitem-post-data-source-post_date>* {
    display: inline-block;
    vertical-align: middle;
    color: #aaa;
    font-size: 12px
}

body .vc_btn3.vc_btn3-color-orange,
body .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat {
    background-color: #333
}

body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 40px
}

body .vc_btn3.vc_btn3-size-md {
    font-size: 13px
}

body .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:focus,
body .vc_btn3.vc_btn3-color-orange.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-orange:focus,
body .vc_btn3.vc_btn3-color-orange:hover {
    color: #fff;
    background: #333
}

body .vc_message_box {
    text-transform: uppercase;
    font-weight: 900;
    padding: 1.8em 1em 1.8em 3em;
    color: #777;
    margin: 0 0 30px
}

body .vc_message_box-icon>.fa {
    font-size: 16px
}

body .vc_color-danger.vc_message_box,
body .vc_color-info.vc_message_box,
body .vc_color-success.vc_message_box,
body .vc_color-warning.vc_message_box {
    color: #777
}

body .vc_message_box-outline,
body .vc_message_box-solid-icon {
    border-width: 4px
}

body .vc_color-info.vc_message_box-outline,
body .vc_color-info.vc_message_box-solid-icon {
    border-color: #99bcdb
}

body .vc_color-danger.vc_message_box-outline,
body .vc_color-danger.vc_message_box-solid-icon {
    border-color: #ffb3b3
}

body .vc_color-warning.vc_message_box-outline,
body .vc_color-warning.vc_message_box-solid-icon {
    border-color: #f9d7a3
}

body .vc_color-success.vc_message_box-outline,
body .vc_color-success.vc_message_box-solid-icon {
    border-color: #bee0a8
}

body .vc_color-info.vc_message_box .vc_message_box-icon,
body .vc_color-info.vc_message_box-outline .vc_message_box-icon,
body .vc_color-info.vc_message_box-solid-icon .vc_message_box-icon {
    color: #337ab7
}

body .vc_color-danger.vc_message_box .vc_message_box-icon,
body .vc_color-danger.vc_message_box-outline .vc_message_box-icon,
body .vc_color-danger.vc_message_box-solid-icon .vc_message_box-icon {
    color: #ff6868
}

body .vc_color-warning.vc_message_box .vc_message_box-icon,
body .vc_color-warning.vc_message_box-outline .vc_message_box-icon,
body .vc_color-warning.vc_message_box-solid-icon .vc_message_box-icon {
    color: #f3b047
}

body .vc_color-success.vc_message_box .vc_message_box-icon,
body .vc_color-success.vc_message_box-outline .vc_message_box-icon,
body .vc_color-success.vc_message_box-solid-icon .vc_message_box-icon {
    color: #7ec251
}

body .vc_progress_bar .vc_label {
    color: #aaa;
    display: block
}

body .vc_progress_bar .vc_single_bar {
    background: #dbdbdb;
    border-radius: 0;
    box-shadow: none
}

body .vc_progress_bar .vc_single_bar .vc_bar {
    border-radius: 0
}

body .vc_progress_bar .vc_single_bar .vc_bar.striped {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

body .vc_progress_bar.style_1 .vc_single_bar,
body .vc_progress_bar.style_2 .vc_single_bar {
    background: -webkit-repeating-linear-gradient(135deg, #fff, #fff 25%, #e3e3e3 25%, #e3e3e3 50%, #fff 50%) top left fixed;
    background: repeating-linear-gradient(-45deg, #fff, #fff 25%, #e3e3e3 25%, #e3e3e3 50%, #fff 50%) top left fixed;
    background-size: 4px 4px
}

body .vc_progress_bar.style_2 .vc_bar_value-marker {
    position: absolute;
    right: 0;
    bottom: 15px;
    line-height: 1;
    background-color: #dbdbdb;
    color: #626262;
    font-size: 10px;
    padding: 2px;
    transform: translateX(50%)
}

body .vc_progress_bar.style_2 .vc_bar_value-marker:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 0;
    width: 0;
    margin: 0 auto;
    border: 3px solid transparent;
    border-top: 3px solid #dbdbdb
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline {
    color: #aaa;
    border-color: #acacac
}

body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:focus,
body .vc_btn3.vc_btn3-color-grey.vc_btn3-style-outline:hover {
    background-color: #333;
    border-color: #333;
    color: #fff
}

.wpb_content_element .dropcarps_bordered:first-letter {
    float: left;
    border: 6px solid #333;
    color: #333;
    font-size: 28px;
    font-weight: 900;
    padding: 15.5px 17px;
    margin: 6px 25px 15px 0
}

.wpb_content_element .dropcarps:first-letter {
    float: left;
    color: #aaa;
    font-size: 28px;
    font-weight: 900;
    padding: 21.5px 23px;
    margin: 6px 25px 15px 0
}

.wpb_content_element ol li {
    margin: 0 0 10px
}

.wpb_content_element ol {
    padding: 0;
    list-style-position: inside
}

.wpb_content_element ul.style_1 li,
.wpb_content_element ul.style_2 li,
.wpb_content_element ul.style_3 li,
.wpb_content_element ul.style_4 li,
.wpb_content_element ul.style_5 li,
ul.style_1 li,
ul.style_2 li,
ul.style_3 li,
ul.style_4 li,
ul.style_5 li {
    padding: 0 0 0 27px;
    margin: 0 0 10px;
    position: relative;
    list-style: none
}

.wpb_content_element ul.style_1 li:last-child,
.wpb_content_element ul.style_2 li:last-child,
.wpb_content_element ul.style_3 li:last-child,
.wpb_content_element ul.style_4 li:last-child,
.wpb_content_element ul.style_5 li:last-child,
ul.style_1 li:last-child,
ul.style_2 li:last-child,
ul.style_3 li:last-child,
ul.style_4 li:last-child,
ul.style_5 li:last-child {
    margin-bottom: 0
}

.wpb_content_element ul.style_1 li:before,
.wpb_content_element ul.style_2 li:before,
.wpb_content_element ul.style_3 li:before,
.wpb_content_element ul.style_4 li:before,
.wpb_content_element ul.style_5 li:before,
ul.style_1 li:before,
ul.style_2 li:before,
ul.style_3 li:before,
ul.style_4 li:before,
ul.style_5 li:before {
    content: "\f054";
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    vertical-align: top;
    font: normal normal normal 14px/1 "Font Awesome 6 Free";
    color: #333;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.wpb_content_element ul.style_1 li:before,
ul.style_1 li:before {
    content: "\f00c"
}

.wpb_content_element ul.style_2 li:before,
ul.style_2 li:before {
    content: "\f14a"
}

.wpb_content_element ul.style_3 li:before,
ul.style_3 li:before {
    content: "\f10c";
    color: #777
}

.wpb_content_element ul.style_4 li:before,
ul.style_4 li:before {
    content: "\f067"
}

.wpb_content_element ul.style_5 li:before,
ul.style_5 li:before {
    content: "\f061";
    color: #777
}

body .wpb_tour_next_prev_nav {
    display: none
}

.vc_row.buttons-group .vc_btn3-container.vc_btn3-inline {
    margin-right: 12px
}

.vc_row.buttons-group .vc_btn3-container.vc_btn3-inline:last-child {
    margin-right: 0
}

.stm_pricing-table {
    background-color: #f6f6f6;
    border: 5px solid #f6f6f6;
    padding: 35px;
    position: relative;
    transition: all .3s linear;
    text-align: center
}

.pricing-table_inner {
    display: inline-block;
    text-align: left
}

.stm_pricing-table.has-label {
    background-color: #fff;
    border-color: #ccc
}

.pricing-table_head {
    margin: 0 0 23px
}

.pricing-table_head h5:before {
    margin-bottom: 18px
}

.pricing-table_head h5 {
    margin: 0 0 29px
}

.pricing_price_wrap {
    font-size: 40px;
    line-height: 1;
    color: #333;
    padding: 0 20px
}

.pricing_price,
.pricing_price_prefix {
    font-weight: 900
}

.pricing_price_postfix,
.pricing_price_separator {
    font-weight: 300
}

.pricing-table_content {
    padding: 0 20px
}

.pricing-table_content ol,
.pricing-table_content ul {
    padding: 0;
    margin: 0;
    list-style-position: inside
}

.pricing-table_content ul {
    list-style: none
}

.pricing-table_content ol li,
.pricing-table_content ul li {
    padding-left: 26px;
    position: relative;
    margin: 0 0 7px
}

.pricing-table_content ol li:last-child,
.pricing-table_content ul li:last-child {
    margin-bottom: 0
}

.pricing-table_content ul li:before {
    content: "\f00c";
    position: absolute;
    left: 0;
    top: 3px;
    display: inline-block;
    vertical-align: top;
    font: normal normal normal 13px/1 "Font Awesome 6 Free";
    color: #333;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.pricing-table_footer {
    margin: 32px 0 0;
    padding: 0 20px
}

body .vc_grid-container,
body .wpb_button,
body .wpb_column>.vc_column-inner>.wpb_wrapper>:last-child {
    margin-bottom: 0
}

.vc_col-sm-3.wpb_column .pricing_price_wrap {
    font-size: 35px
}

.vc_col-sm-3.wpb_column .pricing-table_content,
.vc_col-sm-3.wpb_column .pricing-table_footer,
.vc_col-sm-3.wpb_column .pricing_price_wrap {
    padding: 0
}

.pricing-table_label {
    position: absolute;
    top: -5px;
    right: -11px;
    background-color: #ccc;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    padding: 10px 13px
}

.pricing-table_label:after {
    content: "";
    position: absolute;
    top: 100%;
    right: 0;
    border: 2px solid transparent;
    border-left: 5px solid #b0b0b0;
    border-top: 1px solid #b0b0b0
}

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

body .vc_grid.vc_row .vc_grid-item.no_margins {
    padding-bottom: 0 !important
}

body .vc_col-has-fill>.vc_column-inner,
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
    padding-top: 0
}

.info_box {
    position: relative;
    margin: 0 0 30px
}

.info_box.align_center {
    text-align: center
}

.info_box h4 {
    color: #333;
    margin: 0 0 13px
}

.info_box h4:before {
    display: none
}

.info_box p {
    margin: 0 0 14px;
    line-height: 22px;
    color: #222
}

.info_box .read_more {
    text-transform: lowercase;
    font-weight: 700;
    font-size: 13px;
    transition: color .2s linear;
    color: #222
}

.info_box .read_more .stm_icon {
    margin: 3px 0 0 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #3591fa
}

.info_box .read_more span {
    vertical-align: middle;
    line-height: 13px
}

.info_box .read_more:hover {
    color: #001446;
    text-decoration: none
}

.info_box ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.info_box ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 4px
}

.info_box ul li:before {
    content: "\f054";
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    vertical-align: top;
    font: normal normal normal 14px/1 "Font Awesome 6 Free";
    font-size: 10px;
    color: #333;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.info_box.style_2 {
    background: rgba(255, 255, 255, .95);
    transition: background .3s ease
}

.info_box.style_2:hover {
    background: #fff
}

.info_box.style_3 {
    overflow: hidden
}

.info_box.style_3:hover .info_box_text {
    padding-top: 38px;
    top: 0
}

.info_box.style_3 .info_box_text {
    position: absolute;
    left: 0;
    top: 180px;
    right: 0;
    bottom: 0;
    background: rgba(3, 39, 74, .9);
    padding: 17px 30px 0;
    transition: all .3s ease
}

.info_box.style_4 .info_box_image,
.info_box_image,
.projects_tabs,
.projects_tabs .projects_carousel,
.projects_tabs .projects_carousel .project,
.projects_tabs .projects_carousel .project .project_wr {
    position: relative
}

.info_box.style_3 .info_box_text .title {
    margin-bottom: 8px
}

.info_box.style_3 .info_box_text .title:after {
    content: "";
    display: table;
    clear: both
}

.info_box.style_3 .info_box_text .title .icon {
    color: #fff;
    font-size: 40px;
    display: table-cell;
    vertical-align: middle;
    padding: 0 12px 0 0
}

.info_box.style_3 .info_box_text .title h6 {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
    margin: 0;
    font-weight: 600
}

.info_box.style_3 .info_box_text p {
    margin: 0 0 20px;
    color: #fff;
    padding-left: 55px;
    font-size: 14px;
    line-height: 24px
}

.info_box.style_3 .info_box_text .read_more {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 13px;
    transition: color .2s linear;
    color: #fff;
    padding-left: 55px
}

.info_box.style_3 .info_box_text .read_more:after {
    display: inline-block;
    vertical-align: middle;
    content: "\e9bf";
    font-family: stm;
    font-size: 10px;
    margin: -1px 0 0 10px
}

.info_box.style_3 .info_box_text .read_more .stm_icon {
    margin: 2px 0 0 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #3591fa
}

.info_box.style_3 .info_box_text .read_more span {
    vertical-align: middle;
    line-height: 13px
}

.info_box.style_3 .info_box_text .read_more:hover {
    color: #fff;
    text-decoration: underline
}

.info_box.style_3 .info_box_text .read_more:hover .stm_icon {
    color: #3591fa
}

.info_box.style_3 .info_box_image {
    margin: 0
}

.info_box.style_4 h4 {
    color: #222;
    letter-spacing: 0;
    margin-bottom: 10px
}

.info_box.style_4 .info_box_image {
    margin-bottom: 4px
}

.info_box.style_4 .info_box_image:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(0, 0, 0, .2);
    transition: opacity .3s ease
}

.info_box.style_4 .info_box_image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    width: 0;
    height: 5px;
    z-index: 2;
    transition: all .3s ease
}

.info_box.style_4 p {
    color: #888;
    font-size: 13px;
    margin-bottom: 0;
    transition: all .3s ease
}

.info_box.style_4 .read_more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent;
    font: 0/0 sans-serif
}

.info_box.style_4:hover .info_box_image:after {
    width: 100%
}

.info_box.style_4:hover p {
    color: #222
}

.info_box.style_5 {
    border: 4px solid #001446;
    padding: 27px 25px 20px 27px;
    transition: border-color .4s ease
}

.info_box.style_5:hover {
    border-color: #333
}

.info_box.style_5 h3 {
    line-height: 30px;
    padding-top: 10px;
    margin-bottom: 20px
}

.info_box.style_5 h3:after {
    margin-top: 16px
}

.info_box.style_5 p {
    margin-bottom: 32px;
    font-size: 13px
}

.info_box.style_5 .read_more {
    color: #333;
    font-weight: 600;
    letter-spacing: .04em
}

.info_box.style_5 .read_more .stm_icon {
    margin-left: 10px
}

.info_box.style_6 {
    background: #fff;
    padding: 40px;
    transition: all .3s ease
}

.info_box.style_6 .info_box_text .title {
    margin-bottom: 10px
}

.info_box.style_6 .info_box_text .icon {
    width: 55px;
    display: table-cell;
    vertical-align: middle
}

.info_box.style_6 .info_box_text .icon i {
    font-size: 32px;
    color: #001446
}

.info_box.style_6 .info_box_text h5 {
    display: table-cell;
    vertical-align: middle;
    font-weight: 400;
    padding-top: 0;
    margin-bottom: 0;
    letter-spacing: -.05em
}

.info_box.style_6 .info_box_text p {
    padding-left: 55px;
    font-size: 13px;
    line-height: 18px;
    color: #777;
    margin-bottom: 17px
}

.info_box.style_6 .info_box_text .read_more {
    padding-left: 55px;
    text-transform: none
}

.info_box.style_6 .info_box_text .read_more:hover {
    color: #3591fa
}

.info_box.style_6 .info_box_text .read_more .stm_icon {
    margin-left: 10px
}

.info_box.style_6:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.info_box_image {
    margin: 0 0 3px
}

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

.projects_tabs h2 {
    color: #fff;
    float: left
}

.projects_tabs h2:before {
    background: #333;
    margin-bottom: 14px
}

.projects_tabs h2 a {
    color: #fff;
    transition: color .2s linear
}

.projects_tabs h2 a:hover {
    color: #333
}

.projects_tabs .tabs {
    float: right;
    margin: 17px -15px 0 0
}

.projects_tabs .tabs a {
    display: inline-block;
    vertical-align: top;
    padding: 13px 15px 12px;
    color: #aaa;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    transition: color .2s linear, background .2s linear
}

.projects_tabs .tabs a:hover {
    color: #333
}

.projects_tabs .tabs a.active {
    background: #333;
    color: #333;
    border-radius: 3px
}

.projects_tabs.no_padding .projects_carousel {
    margin-left: -12px;
    margin-right: -12px
}

.projects_tabs .projects_carousel {
    display: none !important
}

.projects_tabs .projects_carousel.active {
    display: block !important
}

.projects_tabs .projects_carousel .project img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

.projects_tabs .projects_carousel.multiple_project .project {
    padding: 0 12px
}

.projects_tabs .projects_carousel .project .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    overflow: hidden
}

.projects_tabs .projects_carousel .project .view_more {
    position: absolute;
    left: 33px;
    bottom: 10px;
    opacity: 0;
    transition: bottom .2s linear, opacity .2s linear;
    -webkit-transition: bottom .2s linear, opacity .2s linear;
    -moz-transition: bottom .2s linear, opacity .2s linear;
    font-weight: 700
}

.projects_tabs .projects_carousel .project h4 {
    position: absolute;
    left: 33px;
    bottom: 100px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    width: 70%;
    opacity: 0;
    transition: bottom .2s linear, opacity .2s linear;
    -webkit-transition: bottom .2s linear, opacity .2s linear;
    -moz-transition: bottom .2s linear, opacity .2s linear
}

.projects_tabs .projects_carousel .project h4:before {
    display: none
}

.projects_tabs .projects_carousel .project:hover .overlay {
    opacity: .5
}

.projects_tabs .full_width,
.projects_tabs .full_width .projects_tabs_header {
    margin-left: -3000px;
    margin-right: -3000px;
    padding-right: 3000px;
    padding-left: 3000px
}

.projects_tabs .projects_tabs_header {
    border-bottom: 1px solid #222;
    box-shadow: 0 3px 3px #292929;
    margin: 0 0 50px;
    padding: 37px 0 22px
}

.projects_tabs .project:hover h4 {
    bottom: 80px;
    opacity: 1
}

.projects_tabs .project:hover .view_more {
    bottom: 25px;
    opacity: 1
}

.projects_carousel .project .view_more:active,
.projects_carousel .project .view_more:focus,
.projects_carousel .project .view_more:hover {
    background: #333;
    color: #fff
}

.projects_carousel.multiple_project .project.slick-cloned {
    top: 0 !important
}

.icon_box {
    position: relative
}

.icon_box.style_1 .icon {
    color: #333;
    margin: 0 0 8px;
    vertical-align: bottom
}

.icon_box.style_1.icon_left .icon,
.icon_box.style_1.icon_left_transparent .icon {
    float: left;
    margin: 0;
    text-align: center
}

.icon_box.style_1.icon_left .icon_text,
.icon_box.style_1.icon_left_transparent .icon_text {
    overflow: hidden
}

.icon_box.style_1.icon_left h5,
.icon_box.style_1.icon_left_transparent h5 {
    padding-top: 0;
    font-size: 18px;
    color: #333
}

.icon_box.style_1.icon_left h5:after,
.icon_box.style_1.icon_left_transparent h5:after {
    display: block;
    width: 47px;
    margin-top: 14px;
    height: 5px;
    border-radius: 0
}

.icon_box.style_1.icon_left h5.no_stripe,
.icon_box.style_1.icon_left_transparent h5.no_stripe {
    margin-bottom: 15px
}

.icon_box.style_1.icon_left h5.no_stripe:after,
.icon_box.style_1.icon_left_transparent h5.no_stripe:after {
    display: none
}

.icon_box.style_1.icon_left p,
.icon_box.style_1.icon_left_transparent p {
    font-size: 13px;
    line-height: 18px
}

.icon_box.style_1.icon_left.middle .icon,
.icon_box.style_1.icon_left_transparent.middle .icon {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.icon_box.style_1.icon_left.middle .icon_text,
.icon_box.style_1.icon_left_transparent.middle .icon_text {
    display: inline-block;
    vertical-align: middle
}

.icon_box.style_1.icon_left_transparent .icon {
    display: inline-block;
    float: none
}

.icon_box.style_1.icon_left_transparent .icon i {
    width: auto;
    height: auto;
    line-height: 1;
    background: 0 0;
    color: #333;
    text-align: left
}

.icon_box.style_1.icon_left_transparent h5 {
    display: inline-block;
    vertical-align: middle
}

.icon_box.style_1 .icon i {
    display: block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #333;
    text-align: center;
    color: #fff;
    border-radius: 50%
}

.icon_box.style_1 .icon.font-color_base i {
    color: #333
}

.icon_box.style_1 .icon.font-color_secondary i {
    color: #001446
}

.icon_box.style_1 .icon.font-color_third i {
    color: #3591fa
}

.icon_box.style_1 .icon.font-color_base_bg i {
    background-color: #333
}

.icon_box.style_1 .icon.font-color_secondary_bg i {
    background-color: #001446
}

.icon_box.style_1 .icon.font-color_third_bg i {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.icon_box.style_1.hexagon.hexanog_animation {
    position: relative;
    padding: 37px 20px
}

.icon_box.style_1.hexagon.hexanog_animation:hover {
    background: #fff
}

.icon_box.style_1.hexagon.hexanog_animation:hover .icon {
    padding: 20px 0
}

.icon_box.style_1.hexagon.hexanog_animation:hover .icon:after,
.icon_box.style_1.hexagon.hexanog_animation:hover .icon:before {
    height: 15px
}

.icon_box.style_1.hexagon.hexanog_animation h5 {
    margin-bottom: 11px
}

.icon_box.style_1.hexagon.hexanog_animation .icon_text p:last-child {
    margin: 0
}

.icon_box.style_1.hexagon.hexanog_animation .icon {
    transition: all .3s ease
}

.icon_box.style_1.hexagon.hexanog_animation .icon i {
    position: relative
}

.icon_box.style_1.hexagon.hexanog_animation .icon:after,
.icon_box.style_1.hexagon.hexanog_animation .icon:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    height: 0;
    transition: all .3s ease;
    left: 29px
}

.icon_box.style_1.hexagon.hexanog_animation .icon:before {
    top: -3px
}

.icon_box.style_1.hexagon.hexanog_animation .icon:after {
    bottom: -3px
}

.icon_box.style_1.hexagon .icon {
    position: relative
}

.icon_box.style_1.hexagon .icon i {
    background: 0 0;
    color: #333;
    width: 64px;
    height: 55px;
    line-height: 55px
}

.icon_box.style_1.hexagon .icon i:after {
    content: "\e91c";
    font-family: stm;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 55px
}

.icon_box.style_1 h4,
.icon_box.style_1 h5 {
    margin-bottom: 20px;
    padding-top: 9px
}

.icon_box.style_1 h4:before {
    display: none
}

.icon_box.style_1 h4:after {
    content: '';
    display: block;
    width: 46px;
    height: 5px;
    background: #aaa;
    margin: 17px 0 0
}

.icon_box.style_1.icon_top_transparent .icon_text h4.no_stripe:after,
.icon_box.style_2 h5:after {
    content: none
}

.icon_box.style_1.icon_top_transparent {
    text-align: left
}

.icon_box.style_1.icon_top_transparent .icon {
    display: inline-block;
    height: 62px;
    margin-bottom: 20px
}

.icon_box.style_1.icon_top_transparent .icon i {
    height: auto;
    width: auto;
    font-size: 62px;
    line-height: normal;
    color: #001446;
    background: 0 0
}

.icon_box.style_1.icon_top_transparent .icon_text h4 {
    padding-top: 0;
    line-height: 18px;
    font-size: 14px
}

.icon_box.style_2 .icon {
    display: table-cell;
    vertical-align: middle
}

.icon_box.style_2 .icon.font-color_base i {
    color: #333
}

.icon_box.style_2 .icon.font-color_secondary i {
    color: #001446
}

.icon_box.style_2 .icon.font-color_third i {
    color: #3591fa
}

.icon_box.style_2 h5 {
    display: table-cell;
    vertical-align: middle;
    font-weight: 500;
    margin-bottom: 0;
    padding: 0
}

.icon_box.style_2.alignment_center {
    text-align: center
}

.icon_box.style_2.alignment_center .icon_box_inner {
    display: inline-block;
    text-align: left
}

.icon_box.style_2.alignment_right {
    text-align: right
}

.icon_box.style_2.alignment_right .icon_box_inner {
    display: inline-block;
    text-align: left
}

.icon_box.style_3 .icon {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 17px 10px 0;
    color: #333
}

.icon_box.style_3 .icon.font-color_secondary {
    color: #001446
}

.icon_box.style_3 .icon.font-color_third {
    color: #3591fa
}

.icon_box.style_3 .icon i {
    display: block;
    width: 54px;
    height: 54px;
    text-align: center;
    overflow: hidden;
    position: relative;
    line-height: 54px;
    border: 3px solid transparent;
    border-radius: 50%
}

.icon_box.style_3 .icon.font-color_base i {
    color: #333
}

.icon_box.style_3 .icon.font-color_secondary i {
    color: #001446
}

.icon_box.style_3 .icon.font-color_third i {
    color: #3591fa
}

.icon_box.style_3 .icon.border-color_base i {
    border-color: #333
}

.icon_box.style_3 .icon.border-color_secondary i {
    border-color: #001446
}

.icon_box.style_3 .icon.border-color_third i {
    border-color: #3591fa
}

.icon_box.style_3 .icon_text {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
    font-weight: 600
}

.icon_box.style_3 .icon_text p {
    line-height: 22px
}

.icon_box.style_3 .icon_text p:last-child {
    margin-bottom: 0
}

.stm_testimonials {
    position: relative;
    margin: 0 -15px;
    font-size: 0
}

.stm_testimonials.cols_2 .item {
    width: 50%
}

.stm_testimonials.cols_3 .item {
    width: 33%
}

.stm_testimonials.style_2 .item .testimonial {
    background: #f2f2f2
}

.stm_testimonials.style_2 .item .testimonial:before {
    bottom: -3px;
    right: -3px
}

.stm_testimonials.style_2 .item .testimonial:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAkCAYAAACe0YppAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJFREQ5REJBQzdEMTFFNTgyQTNENzFENTVFQUY5QTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJFREQ5REFBQzdEMTFFNTgyQTNENzFENTVFQUY5QTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTdCN0ZGREFDNkQxMUU1ODJBM0Q3MUQ1NUVBRjlBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MTdCN0ZGRUFDNkQxMUU1ODJBM0Q3MUQ1NUVBRjlBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PovktIIAAADoSURBVHja7NdRDoIwDAZgNgZ72jk8pifwRp7EE/hM9IWps00wQRTdoPv3QhMSXpov3brCVNd1oSoQuioUG7zBWaJtWzzMaN/3SpdAoUs9RmFw0zSM1tDmYtR7b+j1AYNH6B12nHhPCa2/oRwmYyNxUQE1QK6EnobuDajJdSb0QOgOOTJvhB4J3ccmKIk/EEIvhDroR2JoJJeapwVQtSTXoFDn3PqK11S6GJZAk2EpNAmWRKOb6x86bRyRiqUrjYJzoT/hWHTJMs/COSudhRHoB4xC344To9ZaRQ/u7vRCoZe2EijHU4ABAN9/YtSIFN4RAAAAAElFTkSuQmCC)
}

.stm_testimonials .item {
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    margin: 0 0 43px
}

.stm_testimonials .item .testimonial {
    position: relative;
    border: 3px solid #f2f2f2;
    padding: 21px 28px 32px;
    margin: 0 0 20px
}

.stm_testimonials .item .testimonial:before {
    content: "\e90b";
    font-family: stm;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 48px;
    color: #3591fa;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 58px;
    height: 40px;
    overflow: hidden
}

.stm_testimonials .item .testimonial:after {
    content: '';
    position: absolute;
    left: 62px;
    bottom: -33px;
    width: 30px;
    height: 33px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAkCAYAAACe0YppAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzE3QjdGRkRBQzZEMTFFNTgyQTNENzFENTVFQUY5QTQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzE3QjdGRkVBQzZEMTFFNTgyQTNENzFENTVFQUY5QTQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTdCN0ZGQkFDNkQxMUU1ODJBM0Q3MUQ1NUVBRjlBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MTdCN0ZGQ0FDNkQxMUU1ODJBM0Q3MUQ1NUVBRjlBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmBOYdgAAAEBSURBVHjaxNPtCYMwEAbgGIP+6hydqrN0g07USTpBB6gQNNreCQpaNbnkLh4EP5A8+PpaNE3zLctS4TLGKMlxzqm+78dlphOcqqpUXdciqLVWdV03Xy9esW3b8ciNQ6pqGIbFPb1+CHGMRBLdhHGm6KVQUfgIFYN9KJZYc7c3BIXyFvoMdDdqaZQNpqIscAyaDMeiSXAKGg2nolGwB/0A+vKhZNiDvgF9AHoN2UszoQ7QJ6D30P000ze1gN4o6WmmIl2oXdHS7SXDkughLIlG/cccKBnmQkkwJxoMc6NBsATqhaXQQ1gS3YWl0U04B/oH50IXcE50hnOjI3wGivMTYAAkpa5qYc4gHgAAAABJRU5ErkJggg==) no-repeat;
    background-size: 15px 18px
}

.stm_testimonials .item .testimonial p {
    margin: 0
}

.stm_testimonials .item .testimonial-info {
    position: relative
}

.stm_testimonials .item .testimonial-info:after {
    content: "";
    display: table;
    clear: both
}

.stm_testimonials .item .testimonial-info .testimonial-image {
    max-width: 50px;
    display: table-cell;
    vertical-align: middle
}

.stm_testimonials .item .testimonial-info .testimonial-image img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 100%
}

.stm_testimonials .item .testimonial-info .testimonial-text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.stm_testimonials .item .testimonial-info .testimonial-text .name {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    line-height: 20px
}

.stm_testimonials .item .testimonial-info .testimonial-text .company {
    font-size: 13px;
    color: grey;
    line-height: 20px;
    font-style: italic
}

.vc_testimonials.style_3.navigation-arrows {
    padding: 100px 0;
    transition: background .3s ease;
    background-size: cover;
    background-repeat: no-repeat
}

.vc_testimonials.style_3.navigation-arrows .vc_testimonials_carousel_wr {
    position: relative;
    float: right;
    max-width: 540px;
    width: 100%;
    padding: 64px 60px 53px;
    background: rgba(255, 255, 255, .9)
}

.vc_testimonials.style_3.navigation-arrows .vc_testimonials_carousel_wr:after {
    content: "";
    display: table;
    clear: both
}

.vc_testimonials.style_3.navigation-arrows .owl-nav {
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 2
}

.vc_testimonials.style_3.navigation-arrows .vc_testimonials_carousel_wr:before {
    content: "\e90b";
    font-family: stm;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 47px;
    left: -25px;
    color: #001446;
    font-size: 48px
}

.vc_testimonials.style_3.navigation-arrows .vc_testimonials_carousel_wr .item>p {
    margin-bottom: 22px;
    font-size: 16px;
    font-weight: 300;
    line-height: 30px;
    color: #222
}

.vc_testimonials.style_3.navigation-arrows .vc_testimonials_carousel_wr .item .testimonial_info h4 {
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 0
}

.vc_testimonials.style_3.navigation-arrows .vc_testimonials_carousel_wr .item .testimonial_info p {
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #777
}

.vc_testimonials.style_3.navigation-arrows .owl-nav:after {
    content: "";
    display: table;
    clear: both
}

.vc_testimonials.style_3.navigation-arrows .owl-nav .owl-next,
.vc_testimonials.style_3.navigation-arrows .owl-nav .owl-prev {
    float: left;
    width: 45px;
    height: 45px;
    padding-top: 7px;
    text-align: center;
    font-size: 19px;
    border: 3px solid #bac1c6;
    color: #bac1c6;
    transition: all .3s ease;
    position: relative;
    cursor: pointer
}

.vc_testimonials.style_3.navigation-arrows .owl-nav .owl-next:hover,
.vc_testimonials.style_3.navigation-arrows .owl-nav .owl-prev:hover {
    border-color: #333;
    background: #333;
    color: #fff;
    z-index: 2
}

.vc_testimonials.style_3.navigation-arrows .owl-nav .owl-prev {
    margin-right: -3px
}

.vc_testimonials.style_3.navigation-bullets {
    padding: 80px 0;
    transition: background .3s ease;
    background-size: cover;
    background-repeat: no-repeat
}

.vc_testimonials.style_3.navigation-bullets .vc_testimonials_carousel_wr {
    position: relative;
    float: right;
    max-width: 635px;
    width: 100%;
    padding: 68px 68px 97px;
    background: rgba(3, 39, 74, .9)
}

.vc_testimonials.style_3.navigation-bullets .vc_testimonials_carousel_wr:after {
    content: "";
    display: table;
    clear: both
}

.vc_testimonials.style_3.navigation-bullets .owl-dots {
    position: absolute;
    bottom: 44px;
    left: 0;
    width: 100%;
    z-index: 2;
    text-align: center
}

.vc_testimonials.style_3.navigation-bullets .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 22px
}

.vc_testimonials.style_3.navigation-bullets .owl-dots .owl-dot span {
    display: block;
    width: 9px;
    height: 9px;
    background: rgba(255, 255, 255, .6);
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s ease
}

.vc_testimonials.style_3.navigation-bullets .owl-dots .owl-dot.active span {
    background: #fff;
    transform: scale(2.1)
}

.vc_testimonials.style_3.navigation-bullets .vc_testimonials_carousel .item>p {
    text-align: center;
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 30px;
    color: #fff
}

.vc_testimonials.style_3.navigation-bullets .vc_testimonials_carousel .item .testimonial_info {
    position: relative;
    text-align: center
}

.vc_testimonials.style_3.navigation-bullets .vc_testimonials_carousel .item .testimonial_info:before {
    display: inline-block;
    margin-bottom: 16px;
    content: "\e93b";
    font-family: stm;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    font-size: 71px
}

.stats_counter .inner h3:after,
body:not(.search-no-results) .posts_grid h5:after {
    display: none
}

.vc_testimonials.style_3.navigation-bullets .vc_testimonials_carousel .item .testimonial_info h4 {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 5px;
    line-height: normal;
    color: #333
}

.vc_testimonials.style_3.navigation-bullets .vc_testimonials_carousel .item .testimonial_info p {
    line-height: normal;
    padding: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #333
}

.vc_testimonials.style_3.navigation-bullets .vc_testimonials_carousel .item .testimonial_info p strong {
    font-weight: 400
}

.stats_counter {
    position: relative
}

.stats_counter .icon {
    float: left;
    color: #333;
    margin: 0 12px 0 0
}

.stats_counter .inner {
    position: relative;
    padding-left: 30px
}

.stats_counter .inner h3 {
    margin: 0 0 4px;
    letter-spacing: 3px;
    white-space: nowrap;
    font-weight: 700;
    font-size: 60px
}

@media only screen and (max-width:767px) {
    .stats_counter .inner {
        padding-left: 0
    }

    .stats_counter .inner h3 {
        position: relative
    }
}

.stats_counter .counter_title {
    clear: both;
    font-weight: 400;
    letter-spacing: .6px;
    text-transform: uppercase;
    font-size: 12px;
    color: #333
}

.stats_counter .stats_counter_suffix {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-size: 60%;
    font-weight: 400;
    margin-left: 5px
}

.stats_counter.style_1 .inner h3:before {
    content: "";
    display: block !important;
    position: absolute;
    top: 10px;
    left: 0;
    width: 5px;
    height: 30px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

@media only screen and (max-width:767px) {
    .stats_counter.style_1 .inner h3:before {
        top: 8px;
        left: -30px
    }
}

.stats_counter.style_2 .inner {
    display: table;
    width: 100%
}

.stats_counter.style_2 .inner .no_stripe {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 14px 20px 0;
    width: 70px;
    letter-spacing: -.5px;
    font-weight: 400;
    font-size: 48px;
    color: #fff
}

.stats_counter.style_2 .inner .counter_description {
    display: table-cell;
    vertical-align: middle;
    padding: 20px 0
}

.stats_counter.style_2 .inner .counter_description p {
    text-align: left;
    line-height: 18px;
    margin-bottom: 0;
    color: #fff
}

@media (max-width:767px) {
    .stats_counter.style_5 {
        margin-bottom: 15px
    }

    .stats_counter.style_5 .inner .icon-wrap {
        min-width: 23%
    }

    .stats_counter.style_5 .inner .counter-wrap {
        flex-grow: 1;
        text-align: left
    }
}

@media only screen and (max-width:1024px) {

    .stats_counter.style_1 .inner,
    .stats_counter.style_2 .inner,
    .stats_counter.style_3 .inner {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .stats_counter.style_1 .inner .no_stripe,
    .stats_counter.style_1 .inner h3,
    .stats_counter.style_2 .inner .no_stripe,
    .stats_counter.style_2 .inner h3,
    .stats_counter.style_3 .inner .no_stripe,
    .stats_counter.style_3 .inner h3 {
        width: auto;
        text-align: center;
        padding: 20px 0 10px;
        margin: 0
    }

    .stats_counter.style_1 .inner .counter_title,
    .stats_counter.style_2 .inner .counter_title,
    .stats_counter.style_3 .inner .counter_title {
        order: 1
    }

    .stats_counter.style_1 .inner .counter_description,
    .stats_counter.style_2 .inner .counter_description,
    .stats_counter.style_3 .inner .counter_description {
        display: block;
        order: 2;
        padding: 10px 0 20px
    }

    .stats_counter.style_1 .inner .counter_description p,
    .stats_counter.style_2 .inner .counter_description p,
    .stats_counter.style_3 .inner .counter_description p {
        text-align: center
    }
}

body:not(.search-no-results) .posts_grid {
    position: relative
}

body:not(.search-no-results) .posts_grid>ul {
    position: relative;
    padding: 0;
    margin: 0 -15px 30px;
    list-style: none;
    font-size: 0
}

body:not(.search-no-results) .posts_grid>ul:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #ddd
}

body:not(.search-no-results) .posts_grid>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 39px;
    padding: 0 15px;
    width: 33.3%;
    font-size: 14px
}

body:not(.search-no-results) .posts_grid>ul>li .post_info {
    padding: 0 0 46px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAFCAIAAAD38zoCAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhBOTc5QkU1RDQ2MzExRTRBOTc3OTE0MDVDMDdFQkQ4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhBOTc5QkU2RDQ2MzExRTRBOTc3OTE0MDVDMDdFQkQ4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6OEE5NzlCRTNENDYzMTFFNEE5Nzc5MTQwNUMwN0VCRDgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6OEE5NzlCRTRENDYzMTFFNEE5Nzc5MTQwNUMwN0VCRDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4Pg6p4AAAAL0lEQVR42mI8c+YMAxgYGxszIAEmrKJnz55lwioKJBn///+PKYowCk0UaAZAgAEABWoRakE38O0AAAAASUVORK5CYII=) -5px 100% repeat-x;
    background-size: 8px 5px
}

body:not(.search-no-results) .posts_grid .post_thumbnail {
    margin: 0 0 30px;
    border-radius: 0 20px;
    overflow: hidden
}

body:not(.search-no-results) .posts_grid .post_thumbnail img {
    display: block;
    max-width: 100%;
    height: auto
}

body:not(.search-no-results) .posts_grid .post_thumbnail a {
    position: relative;
    display: block
}

body:not(.search-no-results) .posts_grid .post_thumbnail a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    transition: all .3s ease;
    opacity: 0
}

.stm_news .news_list li .image a:after,
.testimonials_carousel .testimonial .image a:after,
body:not(.search-no-results) .posts_grid .post_thumbnail a:after {
    content: "\e920";
    speak: none;
    -webkit-font-smoothing: antialiased
}

body:not(.search-no-results) .posts_grid .post_thumbnail a:after {
    font-family: stm;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    color: #fff;
    font-size: 30px;
    opacity: 0
}

body:not(.search-no-results) .posts_grid .post_thumbnail a:hover:after,
body:not(.search-no-results) .posts_grid .post_thumbnail a:hover:before {
    opacity: 1
}

body:not(.search-no-results) .posts_grid h5 {
    padding: 0;
    margin-bottom: 14px
}

body:not(.search-no-results) .posts_grid h5:before {
    content: '';
    width: 47px;
    height: 5px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    display: block;
    margin: 0 0 20px
}

body:not(.search-no-results) .posts_grid h5 a {
    color: #333
}

body:not(.search-no-results) .posts_grid .post_date {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    line-height: 13px
}

body:not(.search-no-results) .posts_grid .post_date .fa {
    font-size: 15px;
    color: #3591fa;
    margin: 0 5px 0 0
}

body.search-no-results .posts_grid>ul {
    padding: 0;
    margin: 0
}

.project_info {
    position: relative
}

.project_info .project_info_wr {
    position: relative;
    background-size: 8px 4px;
    padding: 30px 34px
}

.project_info .project_info_wr:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/pattern_4.png) no-repeat
}

.project_info .project_info_wr:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/themes/consulting/assets/css/images/pattern_4.png) 100% 100% no-repeat
}

.project_info .project_info_wr table {
    width: 100%;
    font-size: 13px
}

.project_info .project_info_wr table td {
    padding: 3px 0
}

.project_info .project_info_wr table th {
    font-weight: 700;
    color: #333
}

.project_info.style_2 .project_info_wr table,
.project_info.style_2 .project_info_wr td,
.project_info.style_2 .project_info_wr th,
.project_info.style_2 .project_info_wr tr {
    display: block;
    padding: 0
}

.project_grid .project h4:before,
.project_info.style_2 .project_info_wr:after,
.project_info.style_2 .project_info_wr:before,
.project_info.style_3 .project_info_wr:after,
.project_info.style_3 .project_info_wr:before,
.staff_list.grid ul.staff_with_icons li .staff_info .read_more,
.staff_list.grid.short-view ul li .read_more,
.staff_list.grid.short-view ul li p,
.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-stage-outer .active .item:before {
    display: none
}

.project_info.style_2 .project_info_wr,
.project_info.style_3 .project_info_wr {
    padding: 0
}

.project_info.style_3 h4 {
    margin: 0 0 27px
}

.project_info.style_2 {
    border: 3px solid #333;
    padding: 34px 34px 43px
}

.project_info.style_2 .project_info_wr td {
    font-size: 11px;
    text-transform: uppercase;
    color: #aaa
}

.project_info.style_2 .project_info_wr tr {
    margin: 0 0 14px
}

.project_info.style_2 .project_info_wr tr:last-child {
    margin: 0
}

.project_info.style_2 .project_info_wr th {
    font-size: 14px;
    font-weight: 400
}

.project_info.style_2 h4 {
    margin: 0 0 35px
}

.project_info.style_3 .project_info_wr th {
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    color: inherit;
    background: #f2f2f2;
    padding: 7px 14px 6px 17px
}

.project_info.style_3 .project_info_wr td {
    color: inherit;
    font-weight: 900;
    background: #f2f2f2;
    padding: 7px 14px 6px 17px
}

.project_info.style_3 .project_info_wr tr:nth-child(even) td,
.project_info.style_3 .project_info_wr tr:nth-child(even) th {
    background: #fff
}

.project_grid_wrapper {
    position: relative;
    overflow: hidden;
    height: 200px
}

.project_grid_wrapper .projects_preloader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../image/preloader.gif) 50% 50% no-repeat #fff
}

.project_grid_filter {
    position: relative;
    margin-bottom: 60px
}

.project_grid_filter ul {
    position: relative;
    float: left;
    width: calc(100% - 50px);
    padding: 0;
    margin: 0;
    list-style: none
}

.project_grid_filter ul li {
    position: relative;
    float: left;
    margin: 1px 44px 0 0;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 13px
}

.project_grid_filter ul li a {
    display: block;
    padding: 13px 14px 12px;
    color: #333;
    border-radius: 3px
}

.project_grid_filter ul li.active a {
    background: #333;
    color: #fff
}

.project_grid_filter ul li.active a:hover {
    color: #fff
}

.project_grid_filter ul li a:hover {
    color: #333
}

.project_grid_switcher {
    position: relative;
    display: block;
    float: right;
    width: 45px;
    height: 45px;
    border: 3px solid #aaa;
    color: #aaa !important
}

.project_grid_switcher:hover {
    color: #333 !important;
    border-color: #333
}

.project_grid_switcher .fa {
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    top: 13px;
    transition: left .2s linear, right .2s linear
}

.project_grid_switcher .left {
    left: 6px
}

.project_grid_switcher .right {
    right: 6px
}

.project_grid_switcher.active .left {
    left: 22px
}

.project_grid_switcher.active .right {
    right: 22px
}

.project_grid {
    position: relative;
    margin: 0 -15px
}

.project_grid .project {
    width: 33.33%;
    overflow: hidden;
    padding: 0 15px;
    margin: 0 0 33px
}

.project_grid_wrapper.col_2 .project_grid .project {
    width: 50%
}

.project_grid_wrapper.col_1 .project_grid .project {
    width: 100%
}

.project_grid_wrapper.col_4 .project_grid .project {
    width: 25%
}

.project_grid_wrapper.col_5 .project_grid .project {
    width: 20%
}

.project_grid .project img {
    display: block;
    max-width: 100%;
    height: auto
}

.project_grid .project .project_wr {
    position: relative;
    overflow: hidden
}

.project_grid .project .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: opacity .3s linear;
    -webkit-transition: opacity .3s linear;
    -moz-transition: opacity .3s linear;
    overflow: hidden
}

.project_grid .project .view_more {
    position: absolute;
    left: 36px;
    bottom: 10px;
    opacity: 0;
    transition: bottom .2s linear, opacity .2s linear;
    -webkit-transition: bottom .2s linear, opacity .2s linear;
    -moz-transition: bottom .2s linear, opacity .2s linear;
    font-weight: 700
}

.project_grid .project h4 {
    position: absolute;
    left: 36px;
    bottom: 100px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    width: 70%;
    opacity: 0;
    transition: bottom .2s linear, opacity .2s linear;
    -webkit-transition: bottom .2s linear, opacity .2s linear;
    -moz-transition: bottom .2s linear, opacity .2s linear
}

.project_grid .project:hover h4 {
    bottom: 80px;
    opacity: 1
}

.project_grid .project:hover .view_more {
    bottom: 25px;
    opacity: 1
}

.project_grid .project:hover .overlay {
    opacity: .5
}

.project_grid .project .view_more:active,
.project_grid .project .view_more:focus,
.project_grid .project .view_more:hover {
    background: #333;
    color: #fff
}

.project_grid_wrapper.wide .project_grid {
    margin: 0
}

.project_grid_wrapper.wide .project_grid .project {
    margin: 0;
    padding: 0
}

.project_grid_wrapper.wide .project_grid .project .overlay,
.project_grid_wrapper.wide .project_grid .project .project_wr,
.project_grid_wrapper.wide .project_grid .project img {
    border-radius: 0
}

.stm_partner {
    position: relative
}

.stm_partner .image {
    border: 3px solid #f2f2f2;
    margin: 0 0 24px
}

.stm_partner .image img {
    display: block;
    max-width: 100%;
    height: auto
}

.stm_partner h4,
.stm_partner h5 {
    line-height: normal;
    padding: 0;
    margin: 0 0 5px
}

.stm_partner h4 a,
.stm_partner h5 a {
    color: #333;
    transition: all .3s ease
}

.stm_partner h4 a:hover,
.stm_partner h5 a:hover {
    color: #3591fa;
    text-decoration: none
}

.stm_partner .description {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 15px
}

.stm_partner .read_more {
    text-transform: lowercase;
    font-weight: 700;
    font-size: 13px;
    transition: color .2s linear;
    color: #222
}

.stm_partner .read_more .stm_icon {
    margin: 2px 0 0 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #3591fa
}

.stm_partner .read_more span {
    vertical-align: middle;
    line-height: 13px
}

.stm_partner .read_more:hover {
    color: #001446;
    text-decoration: none
}

.stm_partner.style_2:after {
    content: "";
    display: table;
    clear: both
}

.stm_partner.style_2 .image {
    float: left;
    max-width: 203px;
    margin: 0 33px 0 0;
    border: none;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, .17);
    -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, .17)
}

.stm_partner.style_2 .stm_partner_content {
    overflow: hidden
}

.stm_partner.style_2 .stm_partner_content h4 {
    color: #333;
    margin: 0 0 13px
}

.stm_partner.style_2 .stm_partner_content .position {
    color: #777;
    letter-spacing: -.04em;
    margin: 0 0 17px;
    line-height: 18px
}

.stm_partner.style_2 .stm_partner_content .description {
    border-top: 1px solid #ddd;
    padding-top: 13px;
    line-height: 22px;
    margin: 0
}

.staff_list {
    position: relative
}

.staff_list ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.staff_list ul li {
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: 1px solid #e6e6e6
}

.staff_list ul li:after {
    content: "";
    display: table;
    clear: both
}

.staff_list ul li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.staff_list ul li .staff_image {
    position: relative;
    float: left;
    margin: 0 30px 0 0;
    max-width: 250px
}

.staff_list ul li .staff_image img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    transform: translateZ(0)
}

.staff_list ul li .staff_info {
    overflow: hidden
}

.staff_list ul li .staff_info h4 {
    padding: 1px 0 0;
    font-weight: 400;
    margin: 0 0 1px
}

.staff_list ul li .staff_info h4 a {
    color: #333
}

.staff_list ul li .staff_info .staff_department {
    font-weight: 500;
    margin: 0 0 20px;
    opacity: .7
}

.staff_list ul li .staff_info p {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 24px
}

.staff_list ul li .staff_info .read_more {
    color: #333 !important
}

.staff_list ul li .staff_info .read_more:hover {
    color: #3591fa !important
}

.staff_list.list_2>ul>li .inner .staff_content .read_more i {
    color: #fff !important
}

.staff_list.grid ul {
    margin: 0 -15px;
    font-size: 0
}

.staff_list.grid ul li {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    border: none;
    margin: 0 0 47px;
    padding: 0 15px;
    font-size: 13px
}

.staff_list.grid ul li .staff_image {
    margin: 0 0 14px;
    float: none
}

.staff_list.grid ul li .staff_info p {
    margin: 0 0 15px
}

.staff_list.grid ul li .staff_info .read_more {
    text-transform: lowercase;
    font-weight: 700;
    font-size: 13px;
    transition: color .2s linear;
    color: #222
}

.staff_list.grid ul li .staff_info .read_more .stm_icon {
    margin: 2px 0 0 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #001446
}

.staff_list.grid ul li .staff_info .read_more span {
    vertical-align: middle;
    line-height: 13px
}

.staff_list.grid ul li .staff_info .read_more:hover {
    color: #001446;
    text-decoration: none
}

.staff_list.grid ul.staff_with_icons li {
    margin-bottom: 63px
}

.staff_list.grid ul.staff_with_icons li .staff_image {
    float: left;
    max-width: 176px !important;
    position: relative;
    overflow: hidden;
    margin: 0 30px 14px 0
}

.staff_list.grid ul.staff_with_icons li .staff_image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
    background-color: rgba(3, 39, 74, .6);
    z-index: 1
}

.staff_list.grid ul.staff_with_icons li .staff_image img {
    display: block;
    max-width: 100%;
    height: auto
}

.staff_list.grid ul.staff_with_icons li .staff_image ul {
    margin: 0;
    display: flex !important;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: absolute;
    transition: all .3s ease;
    bottom: -100%;
    left: 0;
    z-index: 2
}

.staff_list.grid ul.staff_with_icons li .staff_image ul li {
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    margin-bottom: 0;
    width: auto;
    font-size: 18px
}

.staff_list.grid ul.staff_with_icons li .staff_image ul li a {
    color: #fff
}

.staff_list.grid ul.staff_with_icons li .staff_image:hover:before {
    opacity: 1;
    visibility: visible
}

.staff_list.grid ul.staff_with_icons li .staff_image:hover ul {
    bottom: 20px
}

.staff_list.grid ul.staff_with_icons li .staff_info h4 {
    margin-bottom: 2px;
    line-height: 24px;
    font-size: 20px
}

.staff_list.grid ul.staff_with_icons li .staff_info h4 a {
    color: #001446
}

.staff_list.grid ul.staff_with_icons li .staff_info .staff_department {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 18px;
    color: #333
}

.staff_list.grid ul.staff_with_icons li .staff_info p {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 24px;
    color: #333
}

@media only screen and (max-width:991px) {
    .staff_list.grid ul.staff_with_icons li {
        margin-bottom: 35px
    }

    .staff_list.grid ul.staff_with_icons li .staff_image {
        float: none;
        margin-right: 0;
        max-width: 550px !important
    }
}

.staff_list.grid.short-view ul li {
    margin-bottom: 35px
}

.staff_list.grid.short-view ul li .staff_department {
    font-size: 14px;
    font-weight: 400
}

.staff_list.grid.short-view ul .staff_custom_link a {
    display: table;
    width: 100%;
    min-height: 180px;
    text-decoration: none;
    line-height: 24px;
    transition: all .3s ease;
    letter-spacing: -.4px;
    background-color: #f2f2f2;
    border: 3px solid #f2f2f2;
    font-size: 14px;
    color: #777
}

.staff_list.grid.short-view ul .staff_custom_link a span {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
    text-align: center
}

.staff_list.grid.short-view ul .staff_custom_link a span .staff_custom_link_title {
    display: block;
    padding: 0;
    font-size: 20px;
    font-weight: 700;
    color: #333
}

.staff_list.grid.short-view ul .staff_custom_link a:hover {
    background: #fff;
    border-color: #3591fa;
    color: #222
}

.staff_carousel_container {
    position: relative
}

.staff_carousel_container .staff_carousel-box {
    margin: 0 -15px
}

.staff_carousel_container .staff_carousel_arrows {
    position: absolute;
    top: -72px;
    right: 0
}

.staff_carousel_container .staff_carousel_arrows .slick_next,
.staff_carousel_container .staff_carousel_arrows .slick_prev {
    top: 0;
    right: 0
}

.staff_carousel_container .staff_carousel_arrows .slick_prev {
    left: -95px
}

@media only screen and (max-width:380px) {
    .staff_carousel_container .staff_carousel_arrows {
        display: none
    }
}

.staff_carousel_container .staff_carousel_item {
    padding: 0 15px
}

.staff_carousel_container .staff_carousel_item .staff_image img {
    display: block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: auto
}

.staff_carousel_container .staff_carousel_item .staff_info h5 {
    margin-bottom: 0
}

.staff_carousel_container .staff_carousel_item .staff_info h5 a {
    color: #333
}

.staff_carousel_container.style_2 .staff-carousel-arrows .slick_next i,
.staff_carousel_container.style_2 .staff-carousel-arrows .slick_prev i {
    color: #333 !important
}

.staff_carousel_container.style_2 .staff-carousel-arrows .slick_next:hover i,
.staff_carousel_container.style_2 .staff-carousel-arrows .slick_prev:hover i {
    color: #fff !important
}

.staff_carousel_container.style_2 .staff_carousel_item_wrap .staff_info .staff_department {
    color: #333 !important
}

.stm_contact {
    position: relative;
    margin: 0 0 27px
}

.stm_contact .stm_contact_image {
    float: left;
    max-width: 87px;
    margin: 0 23px 0 0
}

.stm_contact .stm_contact_image img {
    display: block;
    max-width: 100%;
    height: auto
}

.stm_contact .stm_contact_info {
    overflow: hidden
}

.stm_contact .stm_contact_info h5 {
    padding: 0;
    margin: 0 0 7px;
    line-height: 16px
}

.stm_contact .stm_contact_info .stm_contact_job {
    font-weight: 600;
    font-size: 13px;
    margin: 0 0 9px
}

.stm_contact .stm_contact_info .stm_contact_row {
    font-size: 13px;
    margin: 0 0 4px
}

.stm_contact .stm_contact_info .stm_contact_row:last-child {
    margin: 0
}

.stm_contact .stm_contact_info .stm_contact_row a {
    color: #333
}

.stm_contact_two {
    position: relative
}

.stm_contact_two .fa {
    font-family: "Font Awesome 6 Free"
}

.stm_contact_two .stm_contact_image {
    float: left;
    display: inline;
    max-width: 50px;
    margin: 0 17px 0 0
}

.stm_contact_two .stm_contact_image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 50%
}

.stm_contact_two .stm_contact_info {
    position: relative;
    overflow: hidden
}

.stm_contact_two .stm_contact_info h5 {
    padding: 0;
    margin: 0;
    line-height: 20px;
    font-size: 13px;
    text-transform: uppercase
}

.stm_contact_two .stm_contact_info .stm_contact_job {
    font-weight: 400;
    font-style: italic;
    font-size: 13px;
    margin: 0 0 13px
}

.stm_contact_two .stm_contact_info .stm_contact_row {
    font-size: 14px;
    margin: 0 0 10px;
    position: relative;
    padding-left: 28px;
    color: #222
}

.stm_contact_two .stm_contact_info .stm_contact_row:last-child {
    margin: 0
}

.stm_contact_two .stm_contact_info .stm_contact_row a {
    color: #333
}

.stm_contact_two .stm_contact_info .stm_contact_row i {
    position: absolute;
    top: 1px;
    left: 0;
    width: 20px;
    text-align: center;
    font-size: 20px;
    color: #001446
}

.stm_contact_two .stm_contact_info .stm_contact_row i.fa-envelope {
    font-size: 17px
}

.countdown_box .stm_countdown {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.countdown_box .stm_countdown .count-box {
    float: left;
    min-width: 90px;
    text-align: center;
    border: 1px solid #e6e6e6;
    margin-right: 20px;
    margin-bottom: 20px
}

.countdown_box .stm_countdown .count-box .position {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 13px 0 12px;
    width: 25px;
    height: 93px;
    line-height: 93px;
    font-size: 48px;
    color: #001446
}

.countdown_box .stm_countdown .count-box .position .digit {
    position: absolute;
    top: 0;
    left: 0
}

.countdown_box .stm_countdown .countdown_label {
    display: block;
    padding: 7px 0;
    border-top: 1px solid #e6e6e6;
    text-transform: lowercase;
    color: #a6a6a6
}

.countdown_box .countdown_description {
    margin-bottom: 41px;
    line-height: 30px;
    font-size: 18px;
    color: #777
}

.countdown_box .stm-register-form .user_validated_field {
    outline: 0 !important;
    padding: 16px 20px;
    margin-bottom: 15px;
    border-radius: 25px;
    border: 1px solid #fafafa;
    color: #222;
    background-color: #fafafa
}

.countdown_box .stm-register-form .user_validated_field::-webkit-input-placeholder {
    color: #adadad
}

.countdown_box .stm-register-form .user_validated_field::-moz-placeholder {
    color: #adadad
}

.countdown_box .stm-register-form .user_validated_field:-moz-placeholder {
    color: #adadad
}

.countdown_box .stm-register-form .user_validated_field:-ms-input-placeholder {
    color: #adadad
}

@media only screen and (min-width:1480px) {
    .stm-register-form .user_validated_field {
        min-width: 308px
    }
}

@media only screen and (max-width:469px) {
    .countdown_box .stm_countdown .count-box {
        float: none
    }

    .stm-register-form .user_validated_field {
        width: 100%
    }
}

.vacancy_table_wr {
    position: relative;
    margin: 0 0 45px
}

.vacancy_table_wr .vacancy_table {
    width: 100%
}

.vacancy_table_wr .vacancy_table thead th {
    position: relative;
    color: #333;
    font-size: 13px;
    padding: 21px 0 21px 43px;
    cursor: pointer;
    font-weight: 700;
    text-transform: lowercase;
    border-top: 5px solid #cacaca
}

.vacancy_table_wr .vacancy_table thead th.headerSortDown,
.vacancy_table_wr .vacancy_table thead th.headerSortUp {
    border-top-color: #3591fa
}

.vacancy_table_wr .vacancy_table thead th.headerSortDown:after {
    content: "\f078"
}

.vacancy_table_wr .vacancy_table thead th.headerSortUp:after {
    content: "\f077"
}

.vacancy_table_wr .vacancy_table thead th:after {
    content: "\f078";
    font: normal normal 600 14px/1 "Font Awesome 6 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-weight: 600;
    font-size: 11px;
    color: #333;
    position: absolute;
    margin: 2px 0 0 20px
}

.testimonials_carousel .testimonial .image a:after,
.testimonials_carousel.style_2 .item .testimonial:before {
    font-family: stm;
    font-variant: normal;
    text-transform: none;
    -moz-osx-font-smoothing: grayscale
}

.vacancy_table_wr .vacancy_table thead th:first-child {
    padding-left: 0
}

.vacancy_table_wr .vacancy_table tbody td {
    font-size: 13px;
    line-height: 18px;
    padding: 13px 0 13px 43px;
    border-bottom: 1px solid #e5e5e5
}

.vacancy_table_wr .vacancy_table tbody td:first-child {
    padding-left: 0
}

.vacancy_table_wr .vacancy_table tbody td a {
    color: #333;
    transition: all .3s ease
}

.vacancy_table_wr .vacancy_table tbody td a:hover {
    text-decoration: none;
    color: #001446
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner .read-more a i {
    font-size: 8px !important;
    color: #fff
}

.stm_vacancies.style_3 .stm_vacancies__inner .read-more a i {
    transition: none !important
}

.testimonials_carousel {
    position: relative;
    margin: 0
}

.testimonials_carousel.disable_carousel {
    font-size: 0
}

.testimonials_carousel.disable_carousel .testimonial {
    padding: 0 20px;
    margin: 0 0 45px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px
}

.testimonials_carousel.disable_carousel.per_row_2 .testimonial {
    width: 50%
}

.testimonials_carousel.disable_carousel.per_row_3 .testimonial {
    width: 33%
}

.testimonials_carousel.disable_carousel.per_row_3 .testimonial .image {
    float: none;
    max-width: inherit;
    margin: 0 0 20px
}

.testimonials_carousel .testimonial {
    position: relative;
    padding: 0 20px
}

.testimonials_carousel .testimonial .image {
    float: left;
    margin: 0 30px 0 0;
    max-width: 255px
}

.testimonials_carousel .testimonial .image a {
    position: relative;
    display: block
}

.testimonials_carousel .testimonial .image a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    transition: all .3s ease;
    opacity: 0
}

.testimonials_carousel .testimonial .image a:after {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    color: #fff;
    font-size: 30px;
    opacity: 0
}

.testimonials_carousel .testimonial .image a:hover:after,
.testimonials_carousel .testimonial .image a:hover:before {
    opacity: 1
}

.testimonials_carousel .testimonial .image img {
    display: block;
    max-width: 100%;
    height: auto
}

.testimonials_carousel .testimonial .info {
    overflow: hidden
}

.testimonials_carousel .testimonial .info h4 {
    color: #333;
    margin-bottom: 6px;
    line-height: 22px;
    padding-top: 0
}

.testimonials_carousel .testimonial .info h4 a {
    color: #333;
    transition: all .3s ease
}

.testimonials_carousel .testimonial .info h4 a:hover {
    color: #001446;
    text-decoration: none
}

.testimonials_carousel .testimonial .info .company,
.testimonials_carousel .testimonial .info .position {
    font-weight: 600;
    color: #777;
    line-height: 18px
}

.testimonials_carousel .testimonial .info .company {
    margin: 0 0 24px
}

.testimonials_carousel .testimonial .info p {
    color: #222;
    line-height: 22px;
    margin: 0
}

.testimonials_carousel.style_2 {
    margin: 0 -15px
}

.testimonials_carousel.style_2 .item {
    position: relative;
    padding: 0 15px
}

.testimonials_carousel.style_2 .item .testimonial {
    background: #f5f5f5;
    position: relative;
    padding: 28px 28px 27px;
    margin: 0 0 21px
}

.testimonials_carousel.style_2 .item .testimonial:before {
    content: "\e90b";
    speak: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 48px;
    color: #3591fa;
    position: absolute;
    width: 60px;
    height: 40px;
    overflow: hidden
}

.testimonials_carousel.style_2 .item .testimonial:after {
    content: '';
    position: absolute;
    left: 65px;
    bottom: -30px;
    width: 30px;
    height: 33px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAkCAYAAACe0YppAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OTJFREQ5REJBQzdEMTFFNTgyQTNENzFENTVFQUY5QTQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OTJFREQ5REFBQzdEMTFFNTgyQTNENzFENTVFQUY5QTQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTdCN0ZGREFDNkQxMUU1ODJBM0Q3MUQ1NUVBRjlBNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MTdCN0ZGRUFDNkQxMUU1ODJBM0Q3MUQ1NUVBRjlBNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PovktIIAAADoSURBVHja7NdRDoIwDAZgNgZ72jk8pifwRp7EE/hM9IWps00wQRTdoPv3QhMSXpov3brCVNd1oSoQuioUG7zBWaJtWzzMaN/3SpdAoUs9RmFw0zSM1tDmYtR7b+j1AYNH6B12nHhPCa2/oRwmYyNxUQE1QK6EnobuDajJdSb0QOgOOTJvhB4J3ccmKIk/EEIvhDroR2JoJJeapwVQtSTXoFDn3PqK11S6GJZAk2EpNAmWRKOb6x86bRyRiqUrjYJzoT/hWHTJMs/COSudhRHoB4xC344To9ZaRQ/u7vRCoZe2EijHU4ABAN9/YtSIFN4RAAAAAElFTkSuQmCC) no-repeat;
    background-size: 15px 18px
}

.testimonials_carousel.style_2 .item .testimonial p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: #222
}

.testimonials_carousel.style_2 .item .testimonial:before {
    bottom: 0;
    right: 1px
}

.testimonials_carousel.style_2 .item .testimonial-info {
    position: relative
}

.testimonials_carousel.style_2 .item .testimonial-info:after {
    content: "";
    display: table;
    clear: both
}

.testimonials_carousel.style_2 .item .testimonial-info .testimonial-image {
    max-width: 50px;
    display: table-cell;
    vertical-align: middle
}

.testimonials_carousel.style_2 .item .testimonial-info .testimonial-image img {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 100%
}

.testimonials_carousel.style_2 .item .testimonial-info .testimonial-text {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 15px
}

.testimonials_carousel.style_2 .item .testimonial-info .testimonial-text .name {
    color: #222;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700
}

.testimonials_carousel.style_2 .item .testimonial-info .testimonial-text .company {
    font-size: 14px;
    color: grey;
    line-height: 20px;
    font-style: italic
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner h6 {
    color: #333 !important
}

.testimonials_carousel.style_5 .testimonial .testimonial_inner {
    flex-direction: column
}

.testimonials_carousel.style_5 .testimonial .testimonial_inner .info {
    margin: 10px auto 0
}

.testimonials_carousel.style_3 .testimonial_inner {
    padding: 20px;
    background: #fff
}

.testimonials_carousel.style_3 .testimonial_inner:after {
    content: "";
    display: table;
    clear: both
}

.testimonials_carousel.style_3 .testimonial_inner .image {
    margin-right: 20px;
    width: 174px
}

.testimonials_carousel.style_3 .testimonial_inner p {
    margin-bottom: 17px;
    color: #222;
    line-height: 22px
}

.testimonials_carousel.style_3 .testimonial_inner h6 {
    padding-top: 0;
    margin-bottom: 3px;
    letter-spacing: 0
}

.testimonials_carousel.style_3 .testimonial_inner h6 a {
    color: #333;
    transition: color .3s ease
}

.testimonials_carousel.style_3 .testimonial_inner h6 a:focus,
.testimonials_carousel.style_3 .testimonial_inner h6 a:hover {
    text-decoration: none
}

.testimonials_carousel.style_3 .testimonial_inner h6 a:hover {
    color: #222
}

.testimonials_carousel.style_3 .testimonial_inner .position {
    font-size: 13px;
    letter-spacing: -.01em;
    font-weight: 400;
    color: #777
}

.vc_image_carousel_wr {
    margin: 0 -10px
}

.vc_image_carousel_wr.no_paddings .vc_image_carousel.owl-carousel .owl-item .item {
    padding: 0
}

.vc_image_carousel_wr .vc_image_carousel {
    position: relative
}

.vc_image_carousel_wr .vc_image_carousel.owl-carousel .owl-item {
    float: none;
    display: inline-block;
    vertical-align: middle
}

.vc_image_carousel_wr .vc_image_carousel.owl-carousel .owl-item .item {
    padding: 0 10px
}

.vc_image_carousel_wr .vc_image_carousel.style_1.owl-carousel .owl-stage-outer {
    z-index: 20
}

.vc_image_carousel_wr .vc_image_carousel.style_2 {
    position: relative;
    overflow: hidden
}

.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel {
    padding: 0 225px
}

.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-stage-outer {
    overflow: visible !important
}

.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-stage-outer .owl-item {
    max-height: 652px
}

.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-stage-outer .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background-color: rgba(255, 255, 255, .5)
}

.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-nav .owl-next:hover,
.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-nav .owl-prev:hover {
    background-color: #333;
    color: #fff
}

.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-controls {
    right: 0;
    left: 0
}

.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-nav {
    font-size: 0
}

.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
    height: 100%;
    border: 0;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    visibility: visible
}

.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-nav .owl-prev:hover:before {
    color: #fff
}

.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    height: 100%;
    border: 0;
    margin: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    visibility: visible
}

.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-nav .owl-next:hover:before {
    color: #fff
}

.vc_image_carousel_wr.grayscale .owl-item img {
    transition: all .3s ease;
    opacity: .9;
    filter: grayscale(1)
}

.vc_image_carousel_wr.grayscale .owl-item img:hover {
    opacity: 1
}

.vc_image_carousel_wr.centered .owl-item img {
    margin: 0 auto
}

@media only screen and (max-width:1024px) {
    .vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel {
        padding: 0 150px
    }

    .vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-nav .owl-next,
    .vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-nav .owl-prev {
        width: 46px
    }
}

@media only screen and (max-width:991px) {
    .vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel {
        padding: 0 100px
    }
}

@media only screen and (max-width:767px) {
    .vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel {
        padding: 0
    }
}

.stm_news {
    position: relative
}

.stm_news .news_list {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    font-size: 0
}

.stm_news .news_list.posts_per_row_3 li {
    width: 33%
}

.stm_news .news_list.posts_per_row_2 li {
    width: 50%
}

.stm_news .news_list.posts_per_row_1 li {
    width: 100%
}

.stm_news .news_list li.view_style_3 .post_item .content .read_more i:before {
    color: #fff !important
}

.stm_news .news_list li.view_style_4 .post_item a .post_date {
    font-weight: 400 !important;
    color: #fff !important
}

.stm_news .news_list li.view_style_5 .read_more_arrow i {
    color: #fff
}

.stm_news .news_list li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    font-size: 13px
}

.stm_events_grid .item .item_wr .item_thumbnail a:after,
.stm_news .news_list li .image a:after {
    font-family: stm;
    text-transform: none;
    margin: -15px 0 0 -15px;
    font-variant: normal
}

.stm_news .news_list li .post_inner {
    box-shadow: 0 4px 40px #e5e5e5;
    border-radius: 6px
}

.stm_news .news_list li .post_inner .stm_news_unit-block {
    padding: 20px
}

.stm_news .news_list li .image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

.stm_news .news_list li .image a {
    position: relative;
    display: block
}

.stm_news .news_list li .image a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    transition: all .3s ease;
    opacity: 0
}

.stm_news .news_list li .image a:after {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
    transition: all .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 30px;
    opacity: 0
}

.stm_news .news_list li .image a:hover:after,
.stm_news .news_list li .image a:hover:before {
    /* opacity: 1 */
}

.stm_news .news_list li h5 {
    margin-bottom: 17px;
    padding-top: 0
}

.stm_news .news_list li h5:before {
    content: '';
    display: block;
    width: 47px;
    height: 5px;
    border-radius: 4px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    margin: 0 0 20px
}

.stm_news .news_list li h5 a {
    color: #001446;
    transition: .3s
}

.stm_news .news_list li h5 a:hover {
    color: #3591fa;
    text-decoration: none
}

.stm_news .news_list li .date {
    position: relative;
    font-size: 13px;
    padding: 0 0 0 23px
}

.stm_news .news_list li .date:before {
    content: "\f017";
    font: normal normal 600 14px/1 "Font Awesome 6 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #3591fa;
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 15px
}

.stm_gmap_wrapper,
.stm_gmap_wrapper .gmap_addresses .addresses,
.stm_gmap_wrapper .gmap_addresses .container {
    position: relative
}

.stm_news .news_list li .date span.the_date {
    color: #7b7a7a
}

.site_layout_valencia .stm_news .news_list li.view_style_7 .post-item {
    display: flex;
    flex-direction: column
}

.site_layout_valencia .stm_news .news_list li.view_style_7 .post-item .img-wrap {
    border-radius: 0 20px;
    overflow: hidden;
    align-self: center
}

.site_layout_valencia .stm_news .news_list li.view_style_7 .post-item .img-wrap img {
    transition: all .25s ease
}

.site_layout_valencia .stm_news .news_list li.view_style_7 .post-item .img-wrap .more {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 1.7px;
    text-transform: uppercase
}

.site_layout_valencia .stm_news .news_list li.view_style_7 .post-item .img-wrap .more i.stm-right-arrow {
    font-size: 140%;
    margin-left: -10px
}

.site_layout_valencia .stm_news .news_list li.view_style_7 .post-item .img-wrap .more i.stm-right-arrow:after {
    content: "\e9f4";
    font-family: stm !important;
    display: inline-block;
    color: #3591fa;
    transform: scale(1.7) translateX(-39%)
}

.site_layout_valencia .stm_news .news_list li.view_style_7 .post-item .post-info .date-wrap {
    text-align: center
}

.site_layout_valencia .stm_news .news_list li.view_style_7 .post-item .post-info .date-wrap .date-output {
    text-transform: uppercase;
    border-radius: 20px
}

.site_layout_valencia .stm_news .news_list li.view_style_7 .post-item .post-info .post-title h4 {
    font-size: 24px;
    line-height: 1.25;
    font-weight: 400;
    text-align: center;
    color: #222
}

.site_layout_valencia .stm_news .news_list li.view_style_7 a {
    color: #222
}

.site_layout_valencia .stm_news .news_list li.view_style_7 a:hover .post-item .img-wrap img {
    transform: translateX(-2px)
}

.site_layout_valencia .stm_news .news_list li.view_style_7 a:hover .post-item .img-wrap .more i.stm-right-arrow {
    margin-left: 10px
}

.stm_gmap_wrapper .stm_gmap {
    height: 733px;
    width: 100%
}

.stm_gmap_wrapper .stm_gmap .gm-style div>div:last-child>div:last-child>div:last-child>div>div:first-child div {
    border-top-color: #333 !important
}

.stm_gmap_wrapper .stm_gmap .gm-style div>div:last-child>div:last-child>div:last-child>div>div:first-child div+div {
    border-radius: 55px !important;
    background-color: #333 !important
}

.stm_gmap_wrapper .stm_gmap .gm-style div>div:last-child>div:last-child>div:last-child>div>div:first-child div+div div {
    display: none !important
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw-t:after {
    background: #333 !important;
    box-shadow: -2px 2px 2px 0 rgba(50, 50, 50, .1)
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw {
    text-align: center;
    margin-top: -4px
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw.gm-style-iw-c {
    background-color: #333 !important;
    border-radius: 55px !important;
    box-shadow: -2px 2px 2px 0 rgba(50, 50, 50, .1)
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw>div>div {
    overflow: hidden !important
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw h6 {
    display: block;
    margin: 0;
    text-transform: lowercase;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 20px;
    padding-top: 0
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw h6:after {
    display: none
}

.stm_gmap_wrapper .stm_gmap .gm-style .gm-style-iw+div {
    display: none !important
}

.stm_gmap_wrapper .stm_gmap .gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div {
    border: none !important;
    background: #333 !important;
    border-radius: 30px !important;
    margin-top: -6px
}

.stm_gmap_wrapper .stm_gmap .gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div:first-child>div {
    left: 7px !important;
    box-shadow: none !important;
    background: #333 !important;
    z-index: 40
}

.stm_gmap_wrapper .stm_gmap .gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div>div:nth-child(2)>div {
    left: -1px !important;
    box-shadow: none !important;
    background: #333 !important;
    z-index: 40
}

.stm_gmap_wrapper .stm_gmap .gm-style>div:first-child>div+div>div:last-child>div>div:first-child>div:nth-child(2) {
    background-color: transparent !important;
    box-shadow: none !important
}

.stm_gmap_wrapper .gmap_addresses {
    padding: 45px 0 37px;
    background: #333
}

.stm_gmap_wrapper .gmap_addresses .addresses .item {
    padding: 0 56px 0 1px;
    border-right: 1px solid rgba(255, 255, 255, .25)
}

.stm_gmap_wrapper .gmap_addresses .addresses .item .title {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 14px;
    transition: color .3s ease
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li {
    color: rgba(255, 255, 255, .5);
    margin: 0 0 14px;
    transition: color .3s ease
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li:after {
    content: "";
    display: table;
    clear: both
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li:last-child {
    margin: 0
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .icon {
    float: left;
    width: 16px;
    line-height: 20px;
    font-size: 16px;
    margin-right: 14px;
    text-align: center;
    color: rgba(240, 88, 54, .5);
    transition: color .3s ease
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .icon .stm-email {
    font-size: 12px;
    padding: 2px 0 0
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .text {
    overflow: hidden;
    font-size: 13px;
    line-height: 20px
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .text a {
    color: rgba(255, 255, 255, .5);
    transition: color .3s ease
}

.stm_gmap_wrapper .gmap_addresses .addresses .item ul li .text p {
    margin: 0;
    font-size: 13px;
    line-height: 16px
}

.stm_gmap_wrapper .gmap_addresses .addresses .item.focused .title,
.stm_gmap_wrapper .gmap_addresses .addresses .item:hover .title {
    color: #3591fa
}

.stm_gmap_wrapper .gmap_addresses .addresses .item.focused ul li,
.stm_gmap_wrapper .gmap_addresses .addresses .item.focused ul li a,
.stm_gmap_wrapper .gmap_addresses .addresses .item:hover ul li,
.stm_gmap_wrapper .gmap_addresses .addresses .item:hover ul li a {
    color: #fff
}

.stm_gmap_wrapper .gmap_addresses .addresses .item.focused ul li .icon,
.stm_gmap_wrapper .gmap_addresses .addresses .item:hover ul li .icon {
    color: #3591fa
}

.stm_gmap_wrapper .gmap_addresses .addresses .owl-stage-outer {
    z-index: 11
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr {
    position: absolute;
    right: 15px;
    top: 0;
    height: 100%
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots {
    display: inline-block;
    vertical-align: middle
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    padding: 2px;
    margin: 12px 0;
    cursor: pointer;
    transition: all .2s linear
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot span {
    display: block;
    width: 4px;
    height: 4px;
    border: 1px solid #fff;
    background: #fff;
    padding: 0;
    transition: all .2s linear;
    border-radius: 50%
}

.company_history.style_1>ul>li .sep:after,
.company_history.style_1>ul>li .sep:before {
    border-radius: 100%;
    transform: translateX(-50%);
    content: ''
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot.active {
    padding: 0
}

.stm_gmap_wrapper .gmap_addresses .owl-dots-wr .owl-dots .owl-dot.active span {
    width: 8px;
    height: 8px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none;
}

@media only screen and (max-width:767px) {
    .stm_gmap_wrapper .gmap_addresses .owl-controls {
        left: auto;
        z-index: 100
    }
}

.company_history.style_1 {
    position: relative
}

.company_history.style_1>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.company_history.style_1>ul>li,
.company_history.style_1>ul>li:last-child {
    margin: 0
}

.company_history.style_1>ul>li .year {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    letter-spacing: -.04em;
    display: table-cell
}

.company_history.style_1>ul>li .sep {
    position: relative;
    display: table-cell;
    width: 80px
}

.company_history.style_1>ul>li .sep:after {
    position: absolute;
    left: 50%;
    top: 8px;
    width: 9px;
    height: 9px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.company_history.style_1>ul>li .sep:before {
    position: absolute;
    left: 50%;
    top: 20px;
    bottom: -5px;
    width: 1px;
    background: #e6e6e6
}

.company_history.style_1>ul>li:last-child .sep:before {
    display: none
}

.company_history.style_1>ul>li:last-child .company_history_text {
    padding: 0
}

.company_history.style_1>ul>li .company_history_text {
    display: table-cell;
    padding: 0 0 50px
}

.company_history.style_1>ul>li .company_history_text h4 {
    margin: 0 0 16px;
    padding: 0;
    font-weight: 700
}

.company_history.style_1>ul>li .company_history_text p {
    font-size: 13px;
    line-height: 18px;
    margin: 0
}

@media only screen and (max-width:580px) {

    .company_history.style_1>ul>li .company_history_text,
    .company_history.style_1>ul>li .year {
        display: block
    }

    .company_history.style_1>ul>li .sep {
        display: none
    }
}

.stm_contacts_widget {
    color: #fff
}

.stm_contacts_widget h4 {
    position: relative;
    color: #fff;
    padding: 0
}

.stm_contacts_widget ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 0 30px
}

.stm_contacts_widget ul li {
    color: #fff;
    padding: 0;
    margin: 0 0 13px;
    line-height: 22px
}

.stm_contacts_widget ul li:before {
    display: none
}

.stm_contacts_widget ul li .icon {
    float: left;
    font-size: 20px;
    line-height: 18px;
    color: #3591fa;
    margin: 0 15px 0 0
}

.stm_contacts_widget ul li .icon .fa-envelope {
    font-size: 16px;
    line-height: 22px
}

.stm_contacts_widget ul li .icon .fa {
    font-family: "Font Awesome 6 Free"
}

.stm_contacts_widget ul li .text {
    overflow: hidden;
    padding: 1px 0 0;
    font-weight: 500
}

.stm_contacts_widget ul li .text a {
    color: #fff
}

.stm_contacts_widget ul.socials {
    margin: 0
}

.stm_contacts_widget ul.socials:after {
    content: "";
    display: table;
    clear: both
}

.stm_contacts_widget ul.socials li {
    float: left;
    margin: 0 8px 8px 0
}

.stm_contacts_widget ul.socials li:last-child {
    margin-right: 0
}

.stm_contacts_widget ul.socials li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #fff;
    text-align: center;
    line-height: 32px;
    color: #333;
    font-size: 17px;
    text-decoration: none !important;
    transition: all .3s ease
}

.stm_contacts_widget ul.socials li a i {
    line-height: 34px
}

.stm_contacts_widget ul.socials li a i.fa-vimeo {
    font-size: 14px
}

.stm_contacts_widget ul.socials li a i.stm-google-plus {
    font-size: 13px
}

.stm_contacts_widget ul.socials li a:hover {
    background: #001446;
    color: #fff
}

.stm_contacts_widget ul.socials li a.social-facebook:hover {
    background: #3a5897
}

.stm_contacts_widget ul.socials li a.social-twitter:hover {
    background: #00aced
}

.stm_contacts_widget ul.socials li a.social-instagram:hover {
    background: #ac907a
}

.stm_contacts_widget ul.socials li a.social-google-plus:hover {
    background: #db4437
}

.stm_contacts_widget ul.socials li a.social-linkedin:hover {
    background: #0077b5
}

.stm_contacts_widget ul.socials li a.social-skype:hover {
    background: #00aff0
}

.stm_contacts_widget.style_2 ul {
    margin-bottom: -13px
}

.stm_contacts_widget.style_2 ul:after {
    content: "";
    display: table;
    clear: both
}

.stm_contacts_widget.style_2 ul li {
    float: left
}

.stm_contacts_widget.style_2 ul li:not(:last-child) {
    margin-right: 54px
}

.stm_contacts_widget.style_2 ul li .icon {
    float: none;
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    text-align: center;
    line-height: 39px;
    color: #fff
}

.stm_contacts_widget.style_2 ul li .text {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    color: #333
}

.stm_contacts_widget.style_3 ul {
    text-align: center;
    font-size: 0;
    margin-bottom: 0;
    list-style: none
}

.stm_contacts_widget.style_3 ul li {
    padding: 0 17px;
    display: inline-block;
    vertical-align: top;
    font-size: 13px
}

.stm_contacts_widget.style_3 ul li .icon {
    float: none;
    min-height: 25px;
    margin: 0 0 17px;
    font-size: 19px
}

.stm_contacts_widget.style_3 ul li .icon:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    vertical-align: bottom
}

.stm_contacts_widget.style_3 ul li .icon i {
    vertical-align: bottom
}

.stm_contacts_widget.style_3 ul li .icon .stm-envelope-11 {
    font-size: 16px
}

.stm_contacts_widget.style_3 ul li .icon .stm-clock6,
.stm_contacts_widget.style_3 ul li .icon .stm-pin-11 {
    font-size: 20px
}

.stm_contacts_widget.style_3 ul li .text {
    padding: 0;
    line-height: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, .5)
}

.stm_contacts_widget.style_3 ul li .text a {
    color: #fff
}

.stm_contacts_widget.style_4 h4,
.stm_contacts_widget.style_4 ul li {
    color: #222
}

.stm_contacts_widget.style_4 {
    letter-spacing: -.4px
}

.stm_contacts_widget.style_4 ul {
    margin-bottom: 25px
}

.stm_contacts_widget.style_4 ul li .icon {
    color: #001446
}

.stm_contacts_widget.style_4 ul li .icon .fa {
    margin-top: 4px
}

.stm_contacts_widget.style_4 ul li .icon .fa-map-marker:before {
    content: "\e919";
    font-family: stm !important;
    font-size: 18px
}

.stm_contacts_widget.style_4 ul li .icon .fa-envelope {
    margin-top: 1px
}

.stm_contacts_widget.style_4 ul li .icon .fa-fax {
    font-size: 16px;
    margin-top: 2px
}

.stm_contacts_widget.style_4 ul li a {
    color: #333
}

.stm_contacts_widget.style_4 ul.socials li a {
    background: #bfbfbf;
    color: #fff
}

.stm_contacts_widget.style_4 ul.socials li a:hover {
    background: #001446;
    color: #fff
}

.stm_contacts_widget.style_4 ul.socials li a.social-facebook:hover {
    background: #001446
}

.stm_contacts_widget.style_5 {
    padding: 40px 65px;
    background: #001446
}

.stm_contacts_widget.style_5 .sub_title {
    margin-bottom: 10px;
    line-height: 16px;
    font-weight: 300;
    font-size: 14px
}

.stm_contacts_widget.style_5 h4 {
    margin-bottom: 28px;
    line-height: 30px;
    letter-spacing: 0;
    font-size: 30px
}

.stm_contacts_widget.style_5 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    list-style: none
}

.stm_contacts_widget.style_5 ul li {
    display: flex;
    padding: 0;
    margin-bottom: 28px;
    line-height: 28px;
    font-size: 16px
}

.stm_contacts_widget.style_5 ul li .icon {
    float: none;
    margin-top: 4px;
    margin-right: 20px;
    font-size: 30px;
    color: #fff
}

.stm_contacts_widget.style_5 ul li .icon:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 0;
    vertical-align: bottom
}

.stm_contacts_widget.style_5 ul li .icon i {
    vertical-align: bottom
}

.stm_contacts_widget.style_5 ul li .text {
    padding: 0;
    line-height: 24px;
    font-weight: 400;
    color: #fff
}

.stm_contacts_widget.style_5 ul li .text p {
    margin: 0
}

.stm_contacts_widget.style_5 ul li .text b {
    display: block;
    margin-bottom: -16px
}

.stm_contacts_widget.style_5 ul li .text a {
    color: #fff
}

@media (max-width:1199px) {
    .stm_contacts_widget.style_5 {
        padding-top: 60px
    }

    .stm_contacts_widget.style_5 ul {
        margin-bottom: 0
    }
}

@media (max-width:767px) {
    .staff_list ul li .staff_info {
        text-align: center
    }

    .stm_contacts_widget.style_5 {
        padding-right: 15px;
        padding-left: 15px
    }
}

.stm_events_grid {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -15px;
    font-size: 0
}

.stm_events_grid .item {
    position: relative;
    display: flex;
    vertical-align: top;
    width: 33.333333%;
    padding: 0 15px;
    margin: 0 0 30px;
    font-size: 14px
}

.stm_events_grid .item .item_wr {
    border: 3px solid #f2f2f2
}

.stm_events_grid .item .item_wr .item_thumbnail {
    margin: -3px -3px 0
}

.stm_events_grid .item .item_wr .item_thumbnail img {
    display: block;
    max-width: 100%;
    height: auto
}

.stm_events_grid .item .item_wr .item_thumbnail a {
    position: relative;
    display: block
}

.stm_events_grid .item .item_wr .item_thumbnail a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    transition: all .3s ease;
    opacity: 0;
    z-index: 1
}

.stm_events_grid .item .item_wr .item_thumbnail a:after,
.stm_services .item .item_wr .item_thumbnail a:after {
    content: "\e920";
    opacity: 0;
    transition: all .3s ease;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    speak: none
}

.stm_events_grid .item .item_wr .item_thumbnail a:after {
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 30px;
    z-index: 2
}

.stm_events_grid .item .item_wr .item_thumbnail a:hover:after,
.stm_events_grid .item .item_wr .item_thumbnail a:hover:before {
    opacity: 1
}

.stm_events_grid .item .item_wr .content {
    padding: 20px 27px;
    font-size: 13px;
    transition: all .3s ease
}

.stm_events_grid .item .item_wr .content h6 {
    padding: 0;
    margin: 0 0 14px;
    line-height: 24px
}

.stm_events_grid .item .item_wr .content h6 a {
    text-decoration: none !important;
    color: #333;
    transition: all .3s ease
}

.stm_events_grid .item .item_wr .content h6 a:hover {
    color: #001446
}

.stm_events_grid .item .item_wr .content h6:after {
    display: none
}

.stm_events_grid .item .item_wr .content p {
    line-height: 18px
}

.stm_events_grid .item .item_wr .content .stm-event__meta {
    padding: 0;
    margin: 0;
    list-style: none
}

.stm_events_grid .item .item_wr .content .stm-event__meta li {
    display: block;
    margin: 6px 0;
    position: relative;
    padding-left: 24px;
    line-height: 18px
}

.stm_events_grid .item .item_wr .content .stm-event__meta li .fa {
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    text-align: center;
    color: #3591fa;
    font-size: 15px
}

.stm_events_grid.cols_4 .item {
    width: 25%
}

.stm_events_grid.cols_2 .item {
    width: 50%
}

.stm_events_grid.cols_1 .item {
    width: 100%
}

.events_pagination {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #ddd
}

.stm_events_classic {
    position: relative;
    margin: 0 -15px
}

.stm_events_classic .item {
    position: relative;
    display: block;
    padding: 0 15px;
    margin: 0 0 30px;
    font-size: 14px
}

.stm_events_classic .item .item_wr {
    padding-top: 30px;
    margin-bottom: 30px;
    border-top: 1px solid #ddd
}

.stm_events_classic .item .item_wr .item_thumbnail {
    margin-bottom: 30px
}

.stm_events_classic .item .item_wr .item_thumbnail img {
    display: block;
    max-width: 100%;
    height: auto
}

.stm_events_classic .item .item_wr .content {
    font-size: 13px;
    transition: all .3s ease
}

.stm_events_classic .item .item_wr .content h4 {
    padding-top: 0;
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 22px
}

.stm_events_classic .item .item_wr .content p {
    line-height: 18px
}

.stm_events_classic .item .item_wr .content .stm-event__meta {
    padding: 0;
    margin: 0 0 10px;
    list-style: none
}

.stm_events_classic .item .item_wr .content .stm-event__meta li {
    display: inline-block;
    vertical-align: top;
    margin: 6px 20px 6px 0;
    position: relative;
    padding-left: 24px;
    line-height: 18px
}

.stm_events_classic .item .item_wr .content .stm-event__meta li .fa {
    position: absolute;
    top: 1px;
    left: 0;
    width: 17px;
    text-align: center;
    color: #001446;
    font-size: 15px
}

.stm_events_classic .item .item_wr .event_read_more {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 17px
}

.stm_events_classic .item:first-child .item_wr {
    border-top: 0;
    padding-top: 0
}

.stm_events_classic .events_pagination {
    margin: 0 15px
}

.stm_events_classic .stm_events_list_form {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9999999999;
    background-color: rgba(0, 0, 0, .5)
}

.stm_events_classic .stm_events_list_form #event-form-box {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -192px;
    margin-left: -480px;
    width: 960px
}

.stm_events_classic .stm_events_list_form #event-form-box .notice__hide {
    position: absolute;
    top: 20px;
    right: 50px;
    font-size: 30px;
    cursor: pointer
}

.stm_events_modern {
    position: relative;
    text-align: center;
    font-size: 0
}

.stm_events_modern .stm_events_modern_list {
    text-align: left;
    border-bottom: 1px solid #ddd;
    margin-bottom: 60px
}

.stm_events_modern .stm_events_modern_list .item {
    position: relative;
    display: block;
    padding: 40px 25px;
    border-top: 1px solid #ddd;
    font-size: 14px
}

.stm_events_modern .stm_events_modern_list .item:before {
    display: none;
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    width: 5px;
    height: 100%;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content {
    display: table;
    width: 100%
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row {
    display: table-cell;
    vertical-align: middle;
    width: 240px
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row:first-child {
    width: 480px
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row h5 {
    padding: 0;
    margin: 0;
    line-height: 24px;
    letter-spacing: -.7px;
    font-size: 16px
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row h5 a {
    text-decoration: none !important;
    color: #333;
    transition: all .3s ease
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row h5 a:hover {
    color: #001446
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row h5:after {
    display: none
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_row {
    margin: 15px 0
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_thumbnail {
    float: left;
    display: inline;
    width: 40px;
    height: 40px;
    margin-right: 15px
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 50%
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_content {
    position: relative;
    overflow: hidden;
    font-size: 13px
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_content .event_speaker_description {
    font-style: italic;
    margin-bottom: 4px
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_content .event_speaker_name {
    letter-spacing: -.7px;
    font-weight: 600;
    color: #222
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_content .event_speaker_name a {
    text-decoration: none !important;
    color: #222;
    transition: all .3s ease
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_content .event_speaker_name a:hover {
    color: #001446
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .fa {
    position: absolute;
    top: 2px;
    left: 0;
    width: 20px;
    text-align: center;
    margin-right: 10px;
    color: #3591fa;
    font-size: 15px
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event__calendar {
    position: relative;
    padding-left: 28px;
    font-size: 13px
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event__calendar .fa {
    top: 50%;
    margin-top: -7px
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event__venue {
    position: relative;
    padding-left: 24px;
    font-size: 13px
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event__venue .fa {
    top: 50%;
    margin-top: -8px
}

.stm_events_modern .stm_events_modern_list .item:hover {
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, .3)
}

.stm_events_modern .stm_events_modern_list .item:hover:before {
    display: block
}

.stm_events_modern .event_btn_loading {
    display: none !important;
    padding-left: 30px !important
}

.stm_events_modern.event_posts_loading .load_more_btn {
    display: none
}

.stm_events_modern.event_posts_loading .event_btn_loading {
    display: inline-block !important
}

.stm_events_widgets {
    position: relative;
    margin: 0 -15px;
    font-size: 0
}

.stm_events_widgets .item {
    position: relative;
    display: block;
    padding: 0 15px;
    margin: 0 0 26px;
    font-size: 14px
}

.event-members-box-wrap .stm-ajax-loader,
.stm_events_widgets .item .item_wr .content h6:after {
    display: none
}

.stm_events_widgets .item .item_wr {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd
}

.stm_events_widgets .item .item_wr .content {
    font-size: 13px;
    transition: all .3s ease
}

.stm_events_widgets .item .item_wr .content h6 {
    padding: 0;
    margin: 0 0 10px;
    line-height: 20px;
    font-size: 14px
}

.stm_events_widgets .item .item_wr .content h6 a {
    text-decoration: none !important;
    color: #333;
    transition: all .3s ease
}

.stm_events_widgets .item .item_wr .content h6 a:hover {
    color: #001446
}

.stm_events_widgets .item .item_wr .content p {
    line-height: 18px
}

.stm_events_widgets .item .item_wr .content .stm-event__meta {
    padding: 0;
    margin: 0;
    list-style: none
}

.stm_events_widgets .item .item_wr .content .stm-event__meta li {
    display: block;
    margin: 6px 0;
    position: relative;
    padding-left: 24px;
    line-height: 18px
}

.stm_events_widgets .item .item_wr .content .stm-event__meta li .fa {
    position: absolute;
    top: 2px;
    left: 0;
    width: 17px;
    text-align: center;
    color: #001446;
    font-size: 15px
}

.stm_events_widgets .item:last-child {
    margin-bottom: 0
}

.stm_events_widgets .item:last-child .item_wr {
    border: 0;
    padding: 0
}

.event_content .vc_general.vc_btn3 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472d2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    top: 0;
    text-decoration: none;
    transition: all .2s ease-in-out;
    line-height: normal;
    font-size: 14px;
    padding: 14px 20px
}

.event_content .vc_general.vc_btn3 .vc_btn3-icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%)
}

.event_content .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
.event_content body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-flat,
.event_content body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding: 12px 21px
}

.event_content .item_thumbnail img {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    height: auto
}

.event_content .event_info_table {
    display: table;
    width: 100%;
    padding: 16px 0;
    margin-bottom: 30px;
    background-color: #333
}

.event_content .event_info_table .event_info {
    display: table-cell;
    vertical-align: top;
    padding: 0 30px
}

.event_content .event_info_table .event_info.text-right {
    vertical-align: middle
}

.event_joining,
.event_joining_count,
.event_joining_count_box {
    vertical-align: top;
    display: inline-block
}

.event_content .event_info_table .event_info ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.event_content .event_info_table .event_info ul li {
    display: block;
    list-style: none;
    padding: 8px 0 8px 26px;
    position: relative;
    font-weight: 500;
    font-size: 14px;
    color: #fff
}

.event_content .event_info_table .event_info ul li a {
    color: #fff
}

.event_content .event_info_table .event_info ul li .fa {
    position: absolute;
    top: 15px;
    left: 0;
    width: 17px;
    margin-right: 10px;
    text-align: center;
    color: #3591fa;
    font-size: 15px
}

.event_content .event_info_table .event_info .vc_general.vc_btn3 {
    white-space: nowrap
}

.event_content .event_info_table .event_info .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat:hover {
    border-color: #3591fa !important;
    background-color: transparent !important
}

.event_content .event_info_table .event_info .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat:hover .vc_btn3-icon {
    color: #fff !important
}

.event_content .event_joining .vc_general.vc_btn3.vc_btn3-color-theme_style_4.vc_btn3-style-outline {
    padding: 12px 21px !important
}

.event_joining {
    margin-right: 10px;
    margin-bottom: 10px
}

.event_joining .vc_general.vc_btn3.vc_btn3-color-theme_style_4.vc_btn3-style-outline {
    padding: 9px 20px 8px !important;
    color: #222
}

.event_joining_count {
    position: relative;
    height: 44px;
    padding: 10px 20px;
    border: 2px solid #f2f2f2;
    font-style: italic;
    color: #222
}

.event_joining_count .fa {
    font-size: 22px;
    position: absolute;
    height: 11px;
    line-height: 11px;
    top: 50%;
    margin-top: -5px;
    left: -7px;
    background-color: #fff;
    color: #f2f2f2
}

.event-members-box-table {
    display: table;
    width: 100%;
    margin-bottom: 40px
}

.event-members-box-table.bordered {
    padding-top: 20px;
    border-top: 1px solid #ddd
}

.event-members-box-table .event-members-box-table-row {
    display: table-cell;
    vertical-align: middle
}

.event-members-box-table .event-members-box-table-row .event-addtoany {
    font-size: 13px
}

.event-members-box-table .event-members-box-table-row .event-addtoany .addtoany_shortcode {
    display: inline
}

.event-members-box-wrap {
    background-color: #f2f2f2;
    padding: 22px 50px;
    margin-bottom: 30px
}

.event-members-box-wrap h4 {
    margin-bottom: 34px
}

.event-members-box-wrap .required-info {
    text-align: right;
    padding-top: 50px;
    font-size: 13px;
    color: #222
}

.event-members-box-wrap .event_terms_conditions {
    padding-top: 14px
}

.event-members-box-wrap .event_terms_conditions input[type=checkbox] {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 5px
}

.event-members-box-wrap .event_terms_conditions label {
    font-weight: 400;
    font-size: 13px;
    color: #222
}

.event-members-box-wrap .event_terms_conditions label a {
    color: #333;
    text-decoration: underline
}

.event-members-box-wrap .event_terms_conditions label a:hover {
    text-decoration: none
}

.event-members-box-wrap .g-recaptcha {
    margin-top: 30px
}

.event-members-box-wrap .button.size-lg {
    min-width: 140px
}

.event-members-box-wrap .button.size-lg.disabled {
    background-color: #ddd;
    border-color: #ddd;
    color: #999
}

.event-members-box-wrap .button.size-lg.disabled .fa {
    color: #999
}

.event-members-box-wrap .stm-ajax-loader.loading {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px
}

.event-members-box-wrap .loading {
    animation: preloader 1.5s infinite linear
}

@keyframes preloader {
    to {
        transform: rotate(360deg)
    }
}

.addtocalendar {
    position: relative;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px
}

.addtocalendar .vc_general.vc_btn3.vc_btn3-color-theme_style_4.vc_btn3-style-outline:hover {
    color: #fff !important
}

.addtocalendar .vc_general.vc_btn3.vc_btn3-color-theme_style_4.vc_btn3-style-outline.vc_general-active:hover {
    color: #333 !important
}

.addtocalendar var {
    display: none
}

.addtocalendar .atcb-link {
    display: none;
    visibility: hidden
}

.addtocalendar .vc_general {
    cursor: pointer;
    color: #222 !important
}

.addtocalendar .vc_general.vc_general-active {
    background-color: #fff !important;
    color: #333
}

.addtocalendar .atcb-list {
    color: #000;
    width: 100%;
    display: none;
    border: 1px solid #bfbfbf;
    padding: 0;
    background-color: #fff;
    text-align: left;
    list-style: none;
    position: absolute;
    font-size: 14px;
    top: 100%;
    left: 0;
    z-index: 900;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .3)
}

.addtocalendar .atcb-list .atcb-item:first-child a:before {
    content: "\f271"
}

.addtocalendar .atcb-list .atcb-item:nth-child(2) a:before {
    content: "\f1a0"
}

.addtocalendar .atcb-list .atcb-item:nth-child(3) a:before {
    content: "\f003"
}

.addtocalendar .atcb-list .atcb-item:nth-child(4) a:before {
    content: "\f0ed"
}

.addtocalendar .atcb-list .atcb-item:last-child a:before {
    content: "\f19e"
}

.addtocalendar .atcb-list a {
    display: block;
    padding: 5px 10px;
    text-decoration: none !important;
    font-weight: 600;
    color: #222
}

.addtocalendar .atcb-list a:before {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    text-align: center;
    margin-right: 10px;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    color: #333
}

.addtocalendar .atcb-list a:hover {
    background-color: #333;
    color: #fff
}

.addtocalendar .atcb-list a:hover:before {
    color: #fff
}

.vc_general.disabled,
.vc_general.disabled .fa {
    color: #999 !important
}

.vc_general.disabled {
    background-color: #ddd !important;
    border-color: #ddd !important;
    cursor: default !important
}

.form__notice_information {
    display: none
}

body table.booked-calendar thead .page-left,
body table.booked-calendar thead .page-right {
    top: 23px;
    font-size: 16px
}

body table.booked-calendar td {
    color: #222
}

body .booked-calendar-wrap .booked-appt-list h2 {
    text-align: left !important;
    color: #222
}

body table.booked-calendar td.today .date span {
    border-color: #3591fa
}

body table.booked-calendar td.today .date:hover span {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)) !important
}

.events_lessons_box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap
}

.event_lesson_tabs {
    min-width: 25%
}

.event_lesson_tabs a {
    display: block;
    padding: 19px 20px;
    text-decoration: none !important;
    text-transform: uppercase;
    font-weight: 700;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #fff
}

.event_lesson_tabs a span {
    display: block;
    padding-top: 4px;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    color: #fff
}

.event_lesson_tabs a:hover,
.event_lesson_tabs.active a {
    background-color: #001446;
    color: #fff
}

.event_lesson_tabs.active a span {
    color: #fff
}

.event_lesson_info {
    order: 2;
    display: none;
    align-self: flex-end;
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    list-style: none
}

.event_lesson_info .event_lesson_info_time_loc {
    display: flex;
    margin-bottom: 7px;
    font-size: 12px
}

.event_lesson_info .event_lesson_info_time_loc .event_lesson_info_times {
    margin-right: 50px
}

.event_lesson_info .event_lesson_info_time_loc i {
    margin-right: 6px;
    font-size: 15px;
    color: #3591fa
}

.event_lesson_info .event_lesson_info_content_wrap {
    position: relative;
    padding-bottom: 26px;
    margin-bottom: 8px
}

.event_lesson_info .event_lesson_info_content_wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 5px;
    width: 1px;
    height: 100%;
    background-color: #ddd
}

.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content {
    margin: 0 0 0 55px;
    padding-bottom: 25px;
    position: relative;
    border-bottom: 1px solid #ddd
}

.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_info_title {
    text-transform: uppercase;
    padding: 15px 0 10px;
    letter-spacing: -.5px;
    font-weight: 700;
    font-size: 16px;
    color: #222
}

.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_info_description {
    line-height: 22px;
    padding: 8px 0;
    font-size: 13px;
    color: #222
}

.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_speakers {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    list-style: none;
    margin: 0 -25px;
    padding: 0
}

.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_speakers li {
    display: inline-block;
    vertical-align: top;
    padding: 15px 25px;
    width: 33.333333%
}

.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_speakers li .event_speaker_thumbnail {
    max-width: 40px;
    margin-right: 14px;
    float: left
}

.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_speakers li .event_speaker_thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 50%
}

.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_speakers li .event_speaker_content {
    display: block;
    position: relative;
    overflow: hidden;
    font-size: 13px
}

.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_speakers li .event_speaker_content .event_speaker_name {
    margin-bottom: 2px;
    letter-spacing: -.3px;
    font-weight: 700
}

.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_speakers li .event_speaker_content .event_speaker_name a {
    color: #222
}

.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_speakers li .event_speaker_content .event_speaker_name a:hover {
    text-decoration: none;
    color: #001446
}

.event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_speakers li .event_speaker_content .event_speaker_description {
    font-style: italic
}

.event_lesson_info li:last-child .event_lesson_info_content_wrap {
    padding-bottom: 0;
    margin-bottom: 0
}

.event_lesson_info li:last-child .event_lesson_info_content_wrap:before {
    display: none
}

.event_lesson_info li:last-child .event_lesson_info_content_wrap .event_lesson_info_content {
    border-bottom: 0
}

@media only screen and (max-width:767px) {
    .events_lessons_box {
        display: block;
        margin-bottom: 25px
    }

    .event_lesson_tabs {
        border-top: 1px solid #fff
    }

    .event_lesson_tabs.active,
    .event_lesson_tabs:first-child {
        border: 0
    }
}

@media only screen and (max-width:680px) {
    .event_lesson_info {
        padding-left: 0
    }

    .event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content {
        margin-left: 25px
    }

    .event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_speakers li {
        width: 50%
    }
}

@media only screen and (max-width:414px) {
    .event_lesson_info .event_lesson_info_content_wrap .event_lesson_info_content .event_lesson_speakers li {
        width: 100%
    }
}

.stm_services {
    position: relative;
    margin: 0 -15px;
    font-size: 0
}

.stm_services .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    padding: 0 15px;
    margin: 0 0 57px;
    font-size: 14px
}

.stm_services .item .item_wr .item_thumbnail {
    margin: 0 0 30px
}

.stm_services .item .item_wr .item_thumbnail img {
    display: block;
    max-width: 100%;
    height: auto
}

.stm_services .item .item_wr .item_thumbnail a {
    position: relative;
    display: block
}

.stm_services .item .item_wr .item_thumbnail a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    transition: all .3s ease;
    opacity: 0
}

.stm_services .item .item_wr .item_thumbnail a:after {
    font-family: stm;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    color: #fff;
    font-size: 30px
}

.stm_services .item .item_wr .item_thumbnail a:hover:after,
.stm_services .item .item_wr .item_thumbnail a:hover:before {
    opacity: 1
}

.stm_services .item .item_wr .content {
    font-size: 13px;
    transition: all .3s ease
}

.stm_services .item .item_wr .content h5 {
    padding: 0;
    margin: 0 0 9px
}

.stm_services .item .item_wr .content h5 a {
    text-decoration: none !important;
    color: #333;
    transition: all .3s ease
}

.stm_services .item .item_wr .content h5 a:hover {
    color: #001446
}

.stm_services .item .item_wr .content h5:before {
    content: '';
    display: block;
    width: 47px;
    height: 5px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    margin: 0 0 18px
}

.stm_services .item .item_wr .content h5:after {
    display: none
}

.stm_services .item .item_wr .content p {
    line-height: 18px
}

.stm_services .item .item_wr .content .read_more {
    text-transform: lowercase;
    font-weight: 500;
    font-size: 13px;
    transition: color .2s linear;
    color: #333
}

.stm_services .item .item_wr .content .read_more .stm_icon {
    margin: 2px 0 0 5px;
    font-size: 12px;
    vertical-align: middle;
    color: #3591fa
}

.stm_services .item .item_wr .content .read_more span {
    vertical-align: middle;
    line-height: 13px
}

.stm_services .item .item_wr .content .read_more:hover {
    color: rgba(51, 51, 51, .7);
    text-decoration: none
}

.stm_services.cols_4 .item {
    width: 25%
}

.stm_services.cols_2 .item {
    width: 50%
}

.stm_services.cols_1 .item {
    width: 100%
}

.stm_services.style_6 .item .item_wr .content .read_more span {
    display: inline-block
}

.stm_services.style_6 .item .item_wr .content .read_more i,
.stm_services.style_7 .stm_service__icon i:before {
    color: #fff !important
}

body .stm_services .stm_service .stm_service__link {
    color: #001446;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500
}

body .stm_services .stm_service .stm_service__link span {
    text-decoration: none !important
}

body .stm_services .stm_service .stm_service__link i {
    color: #3591fa
}

.site_layout_valencia .stm_services.style_10 .item .service-content .service-image-box img {
    border-radius: 20px 0
}

.site_layout_valencia .stm_services.style_10 .item .service-content .service-image-box .service-title {
    font-size: 20px;
    border-radius: 12px 0 0
}

.site_layout_valencia .stm_services.style_10 .item .service-content .service-more .stm-right-arrow:after {
    content: "\e9f4";
    font-family: stm !important;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    font-size: 160%;
    opacity: 0;
    color: #001446;
    transform: translateX(-65%) scale(.85) translateZ(0)
}

.site_layout_valencia .stm_services.style_10 .item .service-content:hover .service-more .stm-right-arrow:after {
    opacity: 1;
    transform: translateX(-65%) scale(1) translateZ(0)
}

.stm_services_tabs .services_categories {
    position: relative;
    margin: 0 0 62px;
    padding: 0 15px
}

.stm_services_tabs .services_categories ul {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    text-align: center;
    margin: 0;
    padding: 0;
    list-style: none
}

.stm_services_tabs .services_categories ul:after {
    content: "";
    display: table;
    clear: both
}

.stm_services_tabs .services_categories ul li {
    float: left
}

.stm_services_tabs .services_categories ul li a {
    font-weight: 700;
    font-size: 14px;
    display: block;
    padding: 14.5px 24.3px;
    outline: 0 !important;
    color: #fff;
    transition: background .2s ease, color .2s ease
}

.stm_services_tabs .services_categories ul li a:focus,
.stm_services_tabs .services_categories ul li a:hover {
    background: #001446;
    text-decoration: none;
    color: #fff
}

.stm_services_tabs .services_categories ul li.ui-state-active a {
    background: #001446;
    color: #fff
}

.stm_services_tabs {
    font-size: 0;
    margin: 0 -15px
}

.stm_services_tabs .service_tab_item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-size: 14px;
    padding: 0 35px;
    margin: 0 0 46px
}

.stm_services_tabs .service_tab_item .service_header {
    position: relative;
    margin: 0 0 4px
}

.stm_services_tabs .service_tab_item .service_name {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 700;
    color: #212121;
    padding-right: 10px
}

@media only screen and (max-width:1024px) {
    .stm_services_tabs .service_tab_item .service_name {
        white-space: normal;
        width: auto;
        display: inline
    }
}

.stm_services_tabs .service_tab_item .service_name a {
    color: #333;
    letter-spacing: -.3px;
    transition: color .2s ease
}

.stm_services_tabs .service_tab_item .service_name a:focus,
.stm_services_tabs .service_tab_item .service_name a:hover {
    text-decoration: none
}

.stm_services_tabs .service_tab_item .service_name a:hover {
    color: #001446
}

.stm_services_tabs .service_tab_item .service_dots {
    display: table-cell;
    width: 98%
}

@media only screen and (max-width:1024px) {
    .stm_services_tabs .service_tab_item .service_dots {
        display: none
    }
}

.stm_services_tabs .service_tab_item .service_dots .separator_dots {
    display: block;
    width: 100%;
    border-bottom: 1px dashed #001446
}

.stm_services_tabs .service_tab_item .service_cost {
    display: table-cell;
    width: 1%;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: -.3px;
    color: #001446
}

@media only screen and (max-width:1024px) {
    .stm_services_tabs .service_tab_item .service_cost {
        display: inline;
        padding: 0
    }
}

.stm_services_tabs .service_tab_item .service_label {
    position: absolute;
    left: 35px;
    top: -22px;
    background: #001446;
    border-radius: 3px;
    padding: 4px 7px;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 9px;
    text-transform: uppercase
}

.stm_services_tabs .service_tab_item .service_text p {
    margin-bottom: 0;
    color: #222;
    line-height: 22px
}

body .stm_chart {
    position: relative
}

body .stm_chart canvas {
    max-width: 100%;
    height: auto
}

body .stm_chart .chart-legend {
    position: relative;
    margin: 10px 0 0;
    list-style: none;
    padding: 0
}

body .stm_chart .chart-legend:after {
    content: "";
    display: table;
    clear: both
}

body .stm_chart .chart-legend li {
    padding: 0;
    margin: 0 24px 12px 0;
    font-size: 13px;
    color: #777;
    float: left
}

body .stm_chart .chart-legend li:before {
    display: none
}

body .stm_chart .chart-legend li span {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    margin: 0 5px 0 0;
    border-radius: 3px
}

body .stm_chart.legend_position_right canvas {
    display: inline-block;
    vertical-align: middle
}

body .stm_chart.legend_position_right .chart-legend {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 30px
}

body .stm_chart.legend_position_right .chart-legend li {
    float: none;
    margin: 0 0 10px
}

.stm_works_wr {
    position: relative
}

.stm_works_wr.cols_4 .stm_works .item {
    width: 25%
}

.stm_works_wr.cols_3 .stm_works .item {
    width: 33.333%
}

.stm_works_wr.cols_2 .stm_works .item {
    width: 50%
}

.stm_works_wr.cols_1 .stm_works .item {
    width: 100%
}

.stm_works_wr.grid.style_1 .stm_works {
    margin: 0 -15px
}

.stm_works_wr.grid.style_1 .stm_works .item {
    padding: 0 15px;
    margin: 0 0 30px
}

.stm_works_wr.grid.style_1 .stm_works .item .item_wr {
    position: relative;
    overflow: hidden
}

.stm_works_wr.grid.style_1 .stm_works .item .item_wr img {
    display: block;
    max-width: 100%;
    height: auto
}

.stm_works_wr.grid.style_1 .stm_works .item .item_wr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .75);
    opacity: 0;
    z-index: 1;
    transition: all .3s ease
}

.stm_works_wr.grid.style_1 .stm_works .item .item_wr .title {
    position: absolute;
    bottom: 94px;
    left: 30px;
    right: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    letter-spacing: -.04em;
    line-height: 24px;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease
}

.stm_works_wr.grid.style_1 .stm_works .item .item_wr .title:before {
    content: '';
    display: block;
    width: 47px;
    height: 5px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    margin: 0 0 19px
}

.stm_works_wr.grid.style_1 .stm_works .item .item_wr .category {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease
}

.stm_works_wr.grid.style_1 .stm_works .item .item_wr .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.stm_works_wr.grid.style_1 .stm_works .item .item_wr:hover:before {
    opacity: 1
}

.stm_works_wr.grid.style_1 .stm_works .item .item_wr:hover .title {
    opacity: 1;
    bottom: 74px
}

.stm_works_wr.grid.style_1 .stm_works .item .item_wr:hover .category {
    opacity: 1;
    bottom: 40px
}

.stm_works_wr.grid.style_2 .stm_works {
    position: relative;
    margin: 0 -15px
}

.stm_works_wr.grid.style_2 .stm_works .item {
    padding: 0 15px;
    margin: 0 0 30px
}

.stm_works_wr.grid.style_2 .stm_works .item .image a {
    display: block
}

.stm_works_wr.grid.style_2 .stm_works .item .image a img {
    display: block;
    max-width: 100%;
    height: auto
}

.stm_works_wr.grid.style_2 .stm_works .item .info {
    padding: 24px 22px 22px;
    border: 3px solid #f2f2f2;
    border-top: none
}

.stm_works_wr.grid.style_2 .stm_works .item .info .category {
    font-size: 13px;
    margin: 0 0 8px
}

.stm_works_wr.grid.style_2 .stm_works .item .info .category a {
    color: #777
}

.stm_works_wr.grid.style_2 .stm_works .item .info .category a:hover {
    color: #001446;
    text-decoration: none
}

.stm_works_wr.grid.style_2 .stm_works .item .info .category a:focus {
    text-decoration: none
}

.stm_works_wr.grid.style_2 .stm_works .item .info .category a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.stm_works_wr.grid.style_2 .stm_works .item .info .category a i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #3591fa;
    font-size: 12px;
    margin: 2px 0 0 5px
}

.stm_works_wr.grid.style_2 .stm_works .item .info .title {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -.04em;
    line-height: 24px
}

.stm_works_wr.grid.style_2 .stm_works .item .info .title a {
    color: #333;
    transition: all .3s ease
}

.stm_works_wr.grid.style_2 .stm_works .item .info .title a:hover {
    color: #001446;
    text-decoration: none
}

.stm_works_wr.grid.style_2 .stm_works .item .info .title a:focus {
    text-decoration: none
}

.stm_works_wr.grid_with_filter.style_1 .stm_works {
    position: relative;
    margin: 0 -15px
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item {
    padding: 0 15px;
    margin: 0 0 30px
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .image a {
    display: block
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .image a img {
    display: block;
    max-width: 100%;
    height: auto
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .info {
    padding: 24px 28px 22px;
    border: 3px solid #f2f2f2;
    border-top: none
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .info .category {
    font-size: 13px;
    margin: 0 0 8px
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .info .category a {
    color: #777
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .info .category a:hover {
    color: #001446;
    text-decoration: none
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .info .category a:focus {
    text-decoration: none
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .info .category a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .info .category a i {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    color: #3591fa;
    font-size: 12px;
    margin: 2px 0 0 5px
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .info .title {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.04em;
    line-height: 24px
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .info .title a {
    color: #333;
    transition: all .3s ease
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .info .title a:hover {
    color: #001446;
    text-decoration: none
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .info .title a:focus {
    text-decoration: none
}

.stm_works_wr.grid_with_filter.style_2 .stm_works {
    position: relative;
    margin: 0 -15px
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item {
    padding: 0 15px;
    margin: 0 0 30px
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr {
    position: relative;
    overflow: hidden
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr img {
    display: block;
    max-width: 100%;
    height: auto
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .75);
    opacity: 0;
    transition: all .3s ease
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr .title {
    position: absolute;
    bottom: 94px;
    left: 30px;
    right: 30px;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    letter-spacing: -.04em;
    line-height: 24px;
    opacity: 0;
    transition: all .3s ease
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr .title:before {
    content: '';
    display: block;
    width: 47px;
    height: 5px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    margin: 0 0 19px
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr .category {
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    color: #fff;
    font-size: 13px;
    opacity: 0;
    transition: all .3s ease
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr:hover:before {
    opacity: 1
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr:hover .title {
    opacity: 1;
    bottom: 74px
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr:hover .category {
    opacity: 1;
    bottom: 40px
}

.stm_works_wr.grid_with_filter.style_2.wide .stm_works {
    margin: 0
}

.stm_works_wr.grid_with_filter.style_2.wide .stm_works .item {
    padding: 0;
    margin: 0
}

.stm_works_wr.style_1 .works_filter {
    list-style: none;
    padding: 14px 20px;
    margin: 0 0 40px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.stm_works_wr.style_1 .works_filter:after {
    content: "";
    display: table;
    clear: both
}

.stm_works_wr.style_1 .works_filter li {
    float: left;
    line-height: 1;
    font-size: 14px
}

.stm_works_wr.style_1 .works_filter li.active a {
    background: #333;
    color: #fff;
    border-radius: 5px
}

.stm_works_wr.style_2 .works_filter li a:hover,
.stm_works_wr.style_2 .works_filter li.active a {
    background: #001446;
    color: #333
}

.stm_works_wr.style_1 .works_filter li a {
    color: #fff;
    display: block;
    padding: 9px 15px
}

.stm_works_wr.style_1 .works_filter li a:focus {
    text-decoration: none
}

.stm_works_wr.style_2 .works_filter {
    list-style: none;
    margin: 0 0 33px;
    padding-left: 0
}

.stm_works_wr.style_2 .works_filter:after {
    content: "";
    display: table;
    clear: both
}

.stm_works_wr.style_2 .works_filter li {
    float: left;
    line-height: 1
}

.stm_works_wr.style_2 .works_filter li:not(:first-child) {
    margin-left: 39px
}

.stm_works_wr.style_2 .works_filter li a {
    color: #333;
    display: block;
    text-transform: uppercase;
    padding: 17px 18px 15px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: -.05em;
    transition: all .3s ease
}

.stm_works_wr.style_2 .works_filter li a:focus,
.stm_works_wr.style_2 .works_filter li a:hover {
    text-decoration: none
}

.stm_works_wr.style_2 .works_filter.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.stm_works_wr.style_2 .works_filter .works_filter_switcher {
    float: right
}

.stm_works_wr.style_2 .works_filter .works_filter_switcher .stm_works_grid_switcher {
    position: relative;
    display: block;
    float: right;
    width: 45px;
    height: 45px;
    top: -2px;
    border: 3px solid #aaa;
    color: #aaa !important;
    margin: 2px 0 0;
    transition: all .2s ease
}

.stm_works_wr.style_2 .works_filter .works_filter_switcher .stm_works_grid_switcher:hover {
    border-color: #001446;
    background: 0 0
}

.stm_works_wr.style_2 .works_filter .works_filter_switcher .stm_works_grid_switcher:hover .fa {
    color: #001446
}

.stm_works_wr.style_2 .works_filter .works_filter_switcher .stm_works_grid_switcher .fa {
    font-size: 13px;
    line-height: 13px;
    position: absolute;
    top: 13px;
    transition: color .2s ease, left .2s ease, right .2s ease
}

.stm_works_wr.style_2 .works_filter .works_filter_switcher .stm_works_grid_switcher .left {
    left: 5px
}

.stm_works_wr.style_2 .works_filter .works_filter_switcher .stm_works_grid_switcher .right {
    right: 5px
}

.stm_works_wr.style_2 .works_filter .works_filter_switcher .stm_works_grid_switcher.active .left {
    left: 22px
}

.stm_works_wr.style_2 .works_filter .works_filter_switcher .stm_works_grid_switcher.active .right {
    right: 22px
}

.site_layout_kuala_lumpur .stm_works.tiles.style_2 .group .col .item .work-info {
    border-radius: 20px 0;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .3)
}

.site_layout_kuala_lumpur .stm_works.tiles.style_2 .group .col .item .work-info .more i.stm-right-arrow:after {
    content: "\e9f4";
    font-family: stm !important;
    display: inline-block;
    color: #fff;
    line-height: 1.2;
    transform: scale(1.5) translateX(-46%)
}

.site_layout_kuala_lumpur .stm_works.tiles.style_2 .group .col:first-child .item .work-image {
    border-top-left-radius: 50px
}

.site_layout_kuala_lumpur .stm_works.tiles.style_2 .group .col:last-child .item .work-image {
    border-bottom-right-radius: 50px
}

@media (max-width:767px) {

    .site_layout_kuala_lumpur .stm_works.tiles.style_2 .group .col .item .work-image,
    .site_layout_kuala_lumpur .stm_works.tiles.style_2 .group .col:first-child .item .work-image,
    .site_layout_kuala_lumpur .stm_works.tiles.style_2 .group .col:last-child .item .work-image {
        border-radius: 30px 0
    }
}

.stm_portfolio_grid {
    position: relative;
    margin: 0 -15px
}

.stm_portfolio_grid .item {
    float: left;
    width: 33.333333%;
    padding: 0 15px;
    margin: 0 0 30px
}

.stm_portfolio_grid .item .item_thumbnail {
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 352px;
    min-height: 150px
}

.stm_portfolio_grid .item .item_thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, .75);
    opacity: 0;
    z-index: 1;
    transition: all .3s ease
}

.stm_portfolio_grid .item .item_thumbnail.has-thumbnail img {
    display: block;
    max-width: 100%;
    height: auto
}

.stm_portfolio_grid .item .item_thumbnail a {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
    z-index: 2
}

.stm_portfolio_grid .item .item_thumbnail a .portfolio-title {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    position: relative;
    top: -20px;
    padding: 44px 30px 26px;
    letter-spacing: -.4px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    opacity: 0;
    transition: all .3s ease
}

.stm_portfolio_grid .item .item_thumbnail a .portfolio-title:before {
    content: '';
    display: block;
    width: 47px;
    height: 5px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    margin: 0 auto 22px
}

.stm_portfolio_grid .item .item_thumbnail a .portfolio-title .portfolio-category {
    display: block;
    padding-top: 10px;
    position: relative;
    top: 40px;
    letter-spacing: 0;
    transition: all .3s ease;
    font-size: 13px
}

.stm_portfolio_grid .item .item_thumbnail:hover:before {
    opacity: 1
}

.stm_portfolio_grid .item .item_thumbnail:hover .portfolio-title {
    opacity: 1;
    top: 0
}

.stm_portfolio_grid .item .item_thumbnail:hover .portfolio-title .portfolio-category {
    top: 0
}

.stm_portfolio_grid .item.long .item_thumbnail {
    max-width: 352px;
    height: 530px
}

.stm_portfolio_grid .item.wide {
    width: 66.7%
}

.stm_portfolio_grid .item.wide .item_thumbnail {
    max-width: 730px;
    height: 250px
}

@media (max-width:1024px) {
    .stm_portfolio_grid .item .item_thumbnail {
        height: 100%
    }

    .stm_portfolio_grid .item .item_thumbnail a {
        display: block
    }

    .stm_portfolio_grid .item .item_thumbnail a .portfolio-title {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 26px 30px;
        height: 100%
    }
}

.stm_portfolio .wpb_gallery_slidesimage_full .item {
    float: none;
    display: block;
    width: auto;
    padding: 0
}

.stm_portfolio .wpb_gallery_slidesimage_full .item img {
    margin: 0 auto;
    max-width: none;
    display: block;
    height: auto
}

@media only screen and (max-width:1199px) {
    .portfolio-carousel .owl-controls .owl-nav {
        display: none
    }
}

.portfolio_btn_box {
    border-top: 1px solid #ddd;
    margin-top: 30px;
    padding-top: 60px;
    text-align: center
}

.portfolio_btn_box .portfolio_btn_loading.vc_general.vc_btn3 {
    padding-left: 30px !important;
    display: none
}

.portfolio_btn_box.portfolio_posts_loading .portfolio_btn_loading.vc_general.vc_btn3 {
    display: inline-block
}

.portfolio_btn_box.portfolio_posts_loading .portfolio_load_more_btn,
.stm_pricing_plan .content .stm_pricing_btn .vc_btn3 i {
    display: none
}

.stm_portfolio_info .stm_portfolio_info_row {
    position: relative;
    margin: 0 -15px
}

.stm_portfolio_info .stm_portfolio_info_row .item {
    list-style: none;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    text-align: left;
    padding: 0 15px;
    margin: 0 -4px 30px 0
}

.stm_portfolio_info .stm_portfolio_info_row .item .portfolio_info_title {
    display: block;
    text-transform: uppercase;
    margin-bottom: 6px;
    letter-spacing: -.4px;
    font-size: 12px;
    color: #999
}

.stm_portfolio_info .stm_portfolio_info_row .item .portfolio_info_title .fa {
    margin-right: 8px;
    font-size: 15px;
    color: #333
}

.stm_portfolio_info .stm_portfolio_info_row .item .portfolio_info_description {
    letter-spacing: -.4px;
    font-weight: 700;
    font-size: 13px;
    color: #222
}

.stm_portfolio_info .stm_portfolio_info_row .item .portfolio_info_description a {
    color: #333
}

.stm_portfolio_info .stm_portfolio_info_row .item .portfolio_info_description a:hover {
    text-decoration: none;
    color: #001446
}

.stm_portfolio_info .stm_portfolio_info_row .item .portfolio_info_description i {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 3px;
    color: #001446
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials {
    text-align: right;
    margin: 0;
    padding: 0 15px
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 8px 5px 8px 0
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li:last-child {
    margin-right: 0
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #333;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 17px;
    text-decoration: none !important;
    transition: all .3s ease
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li a i {
    line-height: 34px
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li a i.fa-vimeo {
    font-size: 14px
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li a i.stm-google-plus {
    font-size: 13px
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li a:hover {
    background: #001446;
    color: #fff
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li a.social-facebook:hover {
    background: #3a5897
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li a.social-twitter:hover {
    background: #00aced
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li a.social-instagram:hover {
    background: #ac907a
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li a.social-google-plus:hover {
    background: #db4437
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li a.social-linkedin:hover {
    background: #0077b5
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li a.social-skype:hover {
    background: #00aff0
}

.stm_portfolio_info .stm_portfolio_info_row .item .socials li a.social-youtube:hover {
    background: #d32323
}

.stm_portfolio_info .stm_portfolio_info_row.center .item {
    text-align: center
}

.stm_portfolio_info .stm_portfolio_info_row.right .item {
    text-align: right
}

.stm_portfolio_info.cols_3 .stm_portfolio_info_row .item {
    width: 33.333333%
}

.stm_portfolio_info.cols_2 .stm_portfolio_info_row .item {
    width: 50%
}

.stm_portfolio_info.cols_1 .stm_portfolio_info_row .item {
    width: 100%
}

.stm_portfolio_info.style_2 .stm_portfolio_info_row {
    position: relative;
    margin: 0 -15px
}

.stm_portfolio_info.style_2 .stm_portfolio_info_row .item .portfolio_info_title {
    position: relative;
    text-transform: none;
    padding-left: 26px;
    font-weight: 700;
    font-size: 14px;
    color: #222
}

.stm_portfolio_info.style_2 .stm_portfolio_info_row .item .portfolio_info_title i {
    position: absolute;
    top: 2px;
    left: 0
}

.stm_portfolio_info.style_2 .stm_portfolio_info_row .item .portfolio_info_description {
    padding-left: 26px;
    font-weight: 400;
    font-size: 13px;
    color: #222
}

.stm_portfolio_info.style_2 .stm_portfolio_info_row .item .socials li a {
    background-color: #fff;
    color: #333
}

.stm_portfolio_info.style_2 .stm_portfolio_info_row .item .socials li a:hover {
    color: #fff
}

body .portfolio_btn.vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline {
    border-width: 1px
}

body .portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 61px;
    padding-right: 35px
}

body .portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-left: 35px;
    padding-right: 61px
}

body .portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 33px;
    font-size: 16px
}

body .portfolio_btn.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 33px;
    font-size: 16px
}

.portfolio_btn i {
    display: block;
    position: absolute !important;
    top: 50%;
    font-size: 23px;
    transform: translate(0, -50%);
    color: #333
}

@media only screen and (max-width:1199px) {

    body .stm_portfolio_grid .item,
    body .stm_portfolio_grid .item .item_thumbnail {
        height: auto !important
    }

    .stm_portfolio_info .stm_portfolio_info_row .item {
        width: 50%
    }

    .stm_portfolio_info .stm_portfolio_info_row .item .socials {
        text-align: left
    }
}

@media only screen and (max-width:991px) {

    .post_links_box.style_1 .next_post_link .post_link_title,
    .post_links_box.style_1 .previous_post_link .post_link_title {
        display: none
    }

    .post_links_box.style_1 .post_links_info .post_link_thumbnail .post_link_thumbnail_box {
        opacity: 1
    }
}

@media only screen and (max-width:640px) {
    .post_links_box .archive_button {
        display: none !important
    }

    .stm_portfolio_info .stm_portfolio_info_row .item {
        width: 100%
    }

    body .stm_portfolio_grid .item,
    body .stm_portfolio_grid .item .item_thumbnail {
        max-width: 100% !important;
        width: 100% !important
    }
}

.post_links_box {
    display: table;
    width: 100%
}

.post_links_box a {
    display: inline-block;
    vertical-align: middle;
    color: #999
}

.post_links_box a .post_links_info {
    display: table;
    width: 100%
}

.post_links_box a .post_links_info .post_link_thumbnail,
.post_links_box a .post_links_info .post_link_title {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.post_links_box a .post_links_info .post_link_thumbnail {
    width: 125px;
    height: 125px
}

.post_links_box a .post_links_info .post_link_thumbnail .post_link_thumbnail_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease;
    text-align: center;
    line-height: 128px;
    background-color: rgba(51, 51, 51, .75);
    font-size: 20px;
    color: #fff
}

.post_links_box a .post_links_info .post_link_thumbnail img {
    display: block;
    max-width: 100%;
    height: auto
}

.post_links_box a .post_links_info:hover .post_link_thumbnail_box {
    opacity: 1
}

.post_links_box a:hover {
    text-decoration: none;
    color: #001446
}

.post_links_box .previous_post_link {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    text-align: left
}

.post_links_box .previous_post_link .post_link_title {
    padding: 0 20px
}

.post_links_box .next_post_link {
    width: 40%;
    display: table-cell;
    vertical-align: middle;
    text-align: right
}

.post_links_box .next_post_link .post_link_title {
    padding: 0 20px
}

.post_links_box .archive_button {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 20%
}

#rev_slider_4_1_wrapper .ares .tp-bullet-title,
.post_links_box.style_3 a .post_link_thumbnail_box {
    display: none !important
}

.post_links_box .archive_button.right {
    text-align: right
}

.post_links_box.style_1 .previous_post_link .post_link_title {
    padding-right: 0
}

.post_links_box.style_1 .next_post_link .post_link_title {
    padding-left: 0
}

.post_links_box.style_2 .next_post_link .fa,
.post_links_box.style_2 .previous_post_link .fa {
    font-size: 16px !important
}

.post_links_box.style_3 a .post_links_info {
    background-color: #fff;
    font-weight: 700;
    color: #333;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .3)
}

.post_links_box.style_3 .post_link_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 125px;
    padding: 30px 0;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 12px;
    color: #a7a7a7;
    cursor: pointer !important
}

.post_links_box.style_3 .archive_button {
    width: 100%
}

.post_links_box.style_3 .next_post_link,
.post_links_box.style_3 .previous_post_link {
    position: fixed;
    width: 350px;
    margin-top: -62px;
    z-index: 9999;
    top: 50%;
    transition: all .3s ease
}

.post_links_box.style_3 .archive_button.right {
    text-align: center
}

.post_links_box.style_3 .previous_post_link {
    left: -355px
}

.post_links_box.style_3 .previous_post_link .post_link_text {
    transform: rotate(-90deg);
    transform-origin: right top 0;
    left: auto;
    right: 0
}

.post_links_box.style_3 .previous_post_link:hover {
    left: 0
}

.post_links_box.style_3 .next_post_link {
    right: -355px
}

.post_links_box.style_3 .next_post_link .post_link_text {
    left: -4px;
    transform: rotate(90deg);
    transform-origin: left top 0
}

.post_links_box.style_3 .next_post_link:hover {
    right: 0
}

@media (max-width:1024px) {

    .post_links_box.style_3 .next_post_link,
    .post_links_box.style_3 .previous_post_link {
        display: none
    }
}

.post_links_box.style_3 .portfolio_btn {
    font-size: 28px;
    position: relative
}

.post_links_box.full_width .previous_post_link {
    float: left
}

.post_links_box.full_width .next_post_link,
body .vc_progress_bar .vc_label .vc_label_units {
    float: right
}

@media only screen and (min-width:1025px) {
    .header_style_7 .post_links_box.style_3 .previous_post_link {
        margin-left: 300px
    }
}

.quote_box {
    color: #333
}

.quote_box .quote {
    line-height: 36px;
    letter-spacing: -.4px;
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 28px
}

.quote_box .stm_contact_image {
    float: left;
    display: inline;
    margin-right: 20px
}

.quote_box .stm_contact_image img {
    border-radius: 50%
}

.quote_box .author_info {
    position: relative;
    display: block;
    overflow: hidden
}

.quote_box .author_info .author_name {
    letter-spacing: -.4px;
    margin-bottom: 4px;
    font-size: 18px
}

.quote_box .author_info .author_status {
    font-size: 14px;
    font-style: italic
}

.quote_box.secondary {
    color: #001446
}

.quote_box.third {
    color: #3591fa
}

@media only screen and (max-width:419px) {
    .quote_box .quote {
        line-height: 26px;
        text-align: center;
        font-size: 20px
    }

    .quote_box .stm_contact_image {
        float: none;
        display: block;
        text-align: center;
        margin: 0 auto 20px
    }

    .quote_box .author_info {
        text-align: center
    }
}

.stm_pricing_plan {
    position: relative;
    top: 0;
    background-color: #fff;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
    transition: all .3s ease;
    overflow: hidden
}

.stm_pricing_plan .top {
    position: relative;
    overflow: hidden
}

.stm_pricing_plan .top .stm_label {
    position: absolute;
    left: -95px;
    top: 10px;
    padding: 10px 0;
    text-align: center;
    transform: rotate(-45deg);
    background: #001446;
    text-transform: uppercase;
    transition: all .3s ease;
    color: #fff;
    width: 250px;
    z-index: 1;
    font-size: 12px
}

.stm_pricing_plan .top .stm_label span {
    position: relative;
    top: 2px
}

.stm_pricing_plan .top:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.stm_pricing_plan .top .inner {
    position: relative;
    padding: 18px 35px 16px;
    z-index: 10
}

.stm_pricing_plan .top .title {
    font-size: 20px;
    line-height: 30px;
    color: #333;
    margin-top: 6px;
    margin-bottom: 20px;
    font-weight: 500;
    transition: all .3s ease
}

.stm_pricing_plan .top .price {
    display: flex;
    align-items: center;
    border-top: 1px solid #ddd;
    padding-top: 8px;
    font-weight: 500;
    color: #333;
    transition: all .3s ease
}

.stm_pricing_plan .top .price .heading_font {
    font-size: 40px;
    line-height: 50px;
    margin: 0 auto 0 0;
    order: 2
}

.stm_pricing_plan .top .price .price_affix {
    margin: 0 0 0 auto;
    font-size: 15px;
    order: 1
}

.stm_pricing_plan .top .subtitle {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-top: -10px;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    transition: all .3s ease
}

.stm_pricing_plan .content {
    padding: 18px 33px 35px
}

.stm_pricing_plan .content p:first-child {
    margin-bottom: 0
}

.stm_pricing_plan .content .stm_pricing_btn {
    transition: all .3s ease;
    overflow: hidden
}

.stm_pricing_plan .content .stm_pricing_btn .vc_btn3 {
    margin-top: 20px;
    border: 0 !important;
    text-align: center;
    background-color: #001446 !important;
    padding: 13px 20px !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #fff !important
}

.stm_pricing_plan .content .stm_pricing_btn .vc_btn3:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)) !important
}

.stm_pricing_plan .content ul {
    padding: 0 0 0 43px;
    list-style: none
}

.stm_pricing_plan .content ul li {
    position: relative;
    margin-bottom: 15px;
    color: #333
}

.stm_pricing_plan .content ul li strong {
    display: block;
    position: relative;
    padding-left: 25px;
    font-weight: 400
}

.stm_pricing_plan .content ul li strong:before {
    position: absolute;
    left: 0;
    top: 3px;
    font: normal normal 600 14px/1 "Font Awesome 6 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00c";
    color: #001446
}

.stm_pricing_plan .content ul li em {
    display: block;
    position: relative;
    font-style: normal;
    padding-left: 25px;
    font-weight: 400;
    color: #999
}

.stm_pricing_plan .content ul li em:before {
    position: absolute;
    left: 0;
    top: 3px;
    font: normal normal 600 14px/1 "Font Awesome 6 Free";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    content: "\f00d";
    color: #999
}

body .steps_box.style-1 .item:before,
body .steps_box.style-2 .item .step_title:after {
    counter-increment: section;
    content: counters(section, ".") " ";
    text-align: center
}

.stm_pricing_plan:hover {
    top: -15px
}

.stm_pricing_plan:hover .top:before {
    background-color: #001446
}

body .stm_pricing_plan_unit.style_3 .stm_pricing_plan .content .stm_pricing_btn .vc_btn3:hover {
    background-color: #001446 !important
}

body .steps_box {
    margin-bottom: 46px;
    display: none
}

body .steps_box+.vc_btn3 {
    z-index: 99
}

body .steps_box.style-1 .owl-controls {
    position: absolute;
    top: auto;
    bottom: -77px;
    left: 0;
    width: 100%
}

body .steps_box.style-1 .owl-controls .owl-dots {
    display: block;
    text-align: center;
    height: 10px
}

body .steps_box.style-1 .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 15px;
    background-color: rgba(51, 51, 51, .2);
    border-radius: 50%
}

body .steps_box.style-1 .owl-controls .owl-dots .owl-dot.active {
    background-color: #333
}

body .steps_box.style-1 .owl-stage-outer {
    overflow: visible !important;
    white-space: nowrap
}

body .steps_box.style-1 .owl-stage-outer .owl-item {
    float: none;
    display: inline-block;
    vertical-align: top
}

body .steps_box.style-1 .owl-stage {
    counter-reset: section
}

body .steps_box.style-1 .owl-stage .owl-item:last-child .item:after {
    display: none
}

body .steps_box.style-1 .item {
    cursor: pointer !important;
    white-space: normal;
    position: relative;
    padding-right: 15px
}

body .steps_box.style-1 .item:before {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 48px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    border: 2px solid #001446;
    background-color: #fff;
    border-radius: 50%;
    transition: all .3s;
    font-size: 22px;
    color: #001446;
    z-index: 1
}

body .steps_box.style-1 .item:after {
    content: "";
    position: absolute;
    top: 25px;
    left: 50px;
    width: 100%;
    height: 1px;
    background-color: #001446;
    z-index: 0
}

body .steps_box.style-1 .item:hover:before {
    background-color: #001446;
    color: #fff
}

body .steps_box.style-1 .item .step_title {
    margin-bottom: 12px;
    line-height: 30px;
    font-weight: 700;
    font-size: 22px;
    color: #333
}

body .steps_box.style-1 .item .step_description {
    font-size: 16px;
    line-height: 24px
}

body .steps_box.style-1.disable-carousel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    list-style-type: none;
    counter-reset: section
}

@media (max-width:1023px) {
    body .steps_box.style-1.disable-carousel {
        flex-wrap: wrap
    }
}

body .steps_box.style-1.disable-carousel .item {
    flex-grow: 1;
    flex-basis: 10%
}

@media (max-width:1023px) {
    body .steps_box.style-1.disable-carousel .item {
        flex-grow: 1;
        flex-basis: 50%;
        margin-bottom: 34px
    }

    body .steps_box.style-1.disable-carousel .item:before {
        margin-bottom: 20px
    }
}

body .steps_box.style-1.disable-carousel .item:last-child:after {
    display: none
}

@media (max-width:767px) {
    body .steps_box.style-1.disable-carousel .item {
        flex-basis: 100%
    }

    body .steps_box.style-1.disable-carousel .item:last-child:after {
        display: block
    }
}

body .steps_box.style-2 .owl-controls {
    position: absolute;
    top: auto;
    bottom: -52px;
    left: 0;
    width: 100%
}

body .steps_box.style-2 .owl-controls .owl-dots {
    display: block;
    text-align: center;
    height: 10px
}

body .steps_box.style-2 .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    margin: 0 15px;
    background-color: rgba(51, 51, 51, .2);
    border-radius: 50%
}

.elementor-widget-stm_staff_bottom .elementor-widget-container,
.staff_bottom_wr,
body .steps_box.style-2 .item .step_title:after,
body .steps_box.style-2 .owl-controls .owl-dots .owl-dot.active {
    background-color: #333
}

body .steps_box.style-2 .owl-stage {
    counter-reset: section
}

body .steps_box.style-2 .item {
    text-align: center;
    position: relative
}

body .steps_box.style-2 .item .step_title {
    margin-bottom: 19px;
    line-height: normal;
    font-weight: 400;
    font-size: 26px;
    color: #001446;
    padding: 0 14px;
    height: 103px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

@media (max-width:767px) {
    body .steps_box.style-2 .item .step_title {
        min-height: 0;
        margin-top: 0
    }
}

body .steps_box.style-2 .item .step_title:after {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin: 18px auto 0;
    width: 31px;
    height: 31px;
    line-height: 30px;
    border: 2px solid #333;
    border-radius: 50%;
    transition: all .3s;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    z-index: 1
}

body .steps_box.style-2 .item .step_description {
    font-size: 16px;
    line-height: 26px;
    padding: 0 14px;
    position: relative
}

body .steps_box.style-2 .item .step_description:after,
body .steps_box.style-2 .item .step_description:before {
    content: "";
    position: absolute;
    top: -34px;
    height: 1px;
    background-color: #ddd;
    z-index: 0
}

body .steps_box.style-2 .item .step_description:before {
    left: 0;
    width: 50%
}

body .steps_box.style-2 .item .step_description:after {
    left: 50%;
    width: 50%
}

body .steps_box.style-2 .owl-item:first-child .step_description:before,
body .steps_box.style-2 .owl-item:last-child .step_description:after {
    display: none
}

body .steps_box.style-2.disable-carousel {
    display: flex;
    counter-reset: section
}

@media (max-width:1023px) {
    body .steps_box.style-2.disable-carousel {
        flex-wrap: wrap
    }
}

body .steps_box.style-2.disable-carousel .item {
    margin-bottom: 20px;
    flex-basis: 10%;
    flex-grow: 1
}

@media (max-width:1023px) {
    body .steps_box.style-2.disable-carousel .item {
        flex-grow: 1;
        flex-basis: 50%
    }
}

@media (max-width:767px) {
    body .steps_box.style-2.disable-carousel .item {
        flex-basis: 100%
    }
}

body .steps_box.style-2.disable-carousel .item:first-child .step_description:before {
    display: none
}

@media (max-width:1023px) {
    body .steps_box.style-2.disable-carousel .item:first-child .step_description:before {
        display: block
    }
}

body .steps_box.style-2.disable-carousel .item:last-child .step_description:after {
    display: none
}

@media (max-width:1023px) {
    body .steps_box.style-2.disable-carousel .item:last-child .step_description:after {
        display: block
    }
}

body .vc_cta3 .vc_cta3-container {
    margin-bottom: auto
}

body .vc_cta3.vc_general {
    padding: 17px 0 15px;
    border: none
}

body .vc_cta3.vc_general h2 {
    padding-top: 0;
    margin: 0
}

body .vc_cta3.vc_general h2:after {
    display: none
}

body .vc_cta3.vc_cta3-actions-right .vc_cta3-content {
    width: 1000px;
    vertical-align: middle
}

.wpb_wrapper .vc_pie_chart_back {
    border-color: #f2f2f2 !important;
    opacity: 1
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_value {
    font-size: 36px;
    font-weight: 400;
    line-height: 24px !important;
    color: #333;
    position: static;
    width: auto !important;
    height: auto !important
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_label {
    margin-top: 13px;
    font-size: 14px;
    padding: 0 15px;
    line-height: normal;
    color: #444
}

.wpb_wrapper .vc_pie_chart .vc_pie_chart_group {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%
}

body .vc_btn3-container {
    margin-bottom: 20px
}

body .vc_general.vc_btn3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px
}

body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-style-flat,
body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline,
body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-style-outline-custom {
    padding: 5px 18px;
    font-weight: 600
}

body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-flat,
body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline,
body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-style-outline-custom {
    padding: 10px 40px
}

body .vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-style-flat,
body .vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline,
body .vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {
    padding: 14px 27px
}

body .vc_general.vc_btn3.has_sub_title {
    line-height: 16px
}

body .vc_general.vc_btn3.has_sub_title.vc_btn3-size-lg.vc_btn3-style-flat,
body .vc_general.vc_btn3.has_sub_title.vc_btn3-size-lg.vc_btn3-style-outline,
body .vc_general.vc_btn3.has_sub_title.vc_btn3-size-lg.vc_btn3-style-outline-custom {
    padding: 6px 25px 5px
}

body .vc_general.vc_btn3.vc_btn3-shape-rounded {
    border-radius: 8px
}

body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 42px
}

body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 15px;
    font-size: 19px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    transition: all .3s ease
}

body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-left:not(.vc_btn3-o-empty).vc_btn3-color-theme_style_3 .vc_btn3-icon {
    color: #333
}

body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 42px
}

body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 15px;
    font-size: 19px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    transition: all .3s ease
}

body .vc_general.vc_btn3.vc_btn3-size-sm.vc_btn3-icon-right:not(.vc_btn3-o-empty).vc_btn3-color-theme_style_3 .vc_btn3-icon {
    color: #333
}

body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) {
    padding-left: 42px
}

body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 15px;
    width: auto;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    -moz-box-sizing: content-box;
    transition: all .3s ease
}

body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty).vc_btn3-color-theme_style_3 .vc_btn3-icon {
    color: #333
}

body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 42px;
    width: auto;
    -moz-box-sizing: content-box
}

body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 15px;
    width: auto;
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    -moz-box-sizing: content-box;
    transition: all .3s ease
}

body .vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-icon-right:not(.vc_btn3-o-empty).vc_btn3-color-theme_style_3 .vc_btn3-icon {
    color: #333
}

body .vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 28px;
    font-size: 19px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    transition: all .3s ease
}

body .vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty).vc_btn3-color-theme_style_2 .vc_btn3-icon {
    color: #001446
}

body .vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-left:not(.vc_btn3-o-empty).vc_btn3-color-theme_style_3 .vc_btn3-icon {
    color: #333
}

body .vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) {
    padding-right: 58px
}

body .vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty) .vc_btn3-icon {
    right: 28px;
    font-size: 19px;
    height: 19px;
    line-height: 19px;
    color: #fff;
    transition: all .3s ease
}

body .vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty).vc_btn3-color-theme_style_2 .vc_btn3-icon {
    color: #001446
}

body .vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-icon-right:not(.vc_btn3-o-empty).vc_btn3-color-theme_style_3 .vc_btn3-icon {
    color: #333
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-flat {
    color: #fff;
    border-color: #333;
    background: #333;
    border-width: 3px
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-flat .vc_btn3-icon {
    color: #fff
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-flat:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none;
    color: #fff
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_1.vc_btn3-style-flat:hover .vc_btn3-icon {
    color: #fff
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-flat {
    color: #fff;
    border-color: #001446;
    background: #001446;
    border-width: 3px
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-flat:hover {
    background: 0 0;
    border-color: #001446;
    color: #001446
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-flat:hover .vc_btn3-icon {
    color: #001446
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline {
    color: #001446;
    border-color: #001446;
    background: 0 0;
    border-width: 3px
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline:hover {
    background: #001446;
    border-color: #001446;
    color: #fff
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-outline:hover .vc_btn3-icon {
    color: #fff !important
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat {
    color: #fff;
    border: none;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-width: 3px
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat .vc_btn3-icon {
    color: #fff !important
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat:hover {
    background: #333;
    border-color: #333;
    color: #fff
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_3.vc_btn3-style-flat:hover .vc_btn3-icon {
    color: #fff !important
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_4 {
    color: #fff;
    border: none;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-width: 5px
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_4 .vc_btn3-icon {
    color: #fff !important
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_4:hover {
    background: #333;
    border-color: #333;
    color: #fff
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_4:hover .vc_btn3-icon {
    color: #fff !important
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_4.vc_btn3-style-outline {
    color: #fff;
    border-color: #3591fa;
    background: 0 0;
    border-width: 3px
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_4.vc_btn3-style-outline .vc_btn3-icon {
    color: #fff !important
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_4.vc_btn3-style-outline:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none;
    color: #fff
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_4.vc_btn3-style-outline:hover .vc_btn3-icon {
    color: #fff !important
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_5 {
    border-radius: 5px !important
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_5:hover {
    background: #333 !important;
    border-color: #333 !important;
    color: #fff !important
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_5:hover i.vc_btn3-icon {
    color: #fff !important
}

body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat {
    color: #333;
    border-color: #fff;
    background: #fff;
    border-width: 3px
}

body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat .vc_btn3-icon {
    color: #333 !important
}

body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover {
    background: 0 0;
    border-color: #fff;
    color: #fff
}

body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover .vc_btn3-icon {
    color: #fff !important
}

body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover,
body .vc_general.vc_btn3.vc_btn3-color-white.vc_btn3-style-outline:hover .vc_btn3-icon {
    color: #333
}

body .vc_general.vc_btn3 small {
    display: block;
    font-size: 12px;
    font-weight: 400
}

body .load_more_btn i {
    display: inline;
    font-size: 20px;
    color: #333
}

body .button.icon_right.bordered.theme_style_2 {
    padding: 12px 37px 16px 21px;
    background: #001446 !important;
    border-color: #001446 !important;
    color: #fff !important
}

body .button.icon_right.bordered.theme_style_2:hover {
    background: #333 !important;
    border-color: #333 !important;
    color: #fff !important
}

body .button.icon_right.bordered.theme_style_2:hover i.vc_btn3-icon {
    color: #fff !important
}

body .vc_progress_bar .vc_label {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    margin-bottom: 11px
}

body .vc_progress_bar .vc_single_bar {
    height: 10px;
    background-color: rgba(255, 255, 255, .25);
    margin-bottom: 32px
}

.consulting-rev-title {
    font-size: 60px !important;
    line-height: 60px !important;
    color: #222 !important;
    font-weight: 700 !important;
    letter-spacing: -.06em
}

.consulting-rev-title-2,
.consulting-rev-title-3 {
    color: #222 !important;
    letter-spacing: -.06em !important;
    font-weight: 700 !important
}

@media (max-width:480px) {
    .consulting-rev-title {
        font-size: 40px !important;
        line-height: 40px !important
    }
}

.consulting-rev-title-2 {
    font-size: 36px !important;
    line-height: 42px !important
}

.consulting-rev-title-3 {
    font-size: 45px !important;
    line-height: 45px !important
}

.consulting-rev-title-icon {
    font-size: 72px;
    color: #001446;
    padding-left: 1px
}

@media (max-width:480px) {
    .consulting-rev-title-icon {
        font-size: 54px
    }
}

.consulting-rev-text {
    font-weight: 300 !important;
    color: #222 !important;
    line-height: 32px !important;
    font-size: 24px !important;
    letter-spacing: -.02em !important
}

@media (max-width:480px) {
    .consulting-rev-text {
        font-size: 16px !important;
        line-height: 22px !important
    }

    .wpb_revslider_element .icon_right {
        padding: 12px 35px 12px 15px !important
    }
}

.widget.widget_recent_entries ul li .post-date:before,
body .tparrows:before {
    font: normal normal 600 14px/1 "Font Awesome 6 Free";
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0)
}

.tp-caption .button {
    margin-right: 16px
}

body .tparrows {
    width: 45px !important;
    height: 45px !important;
    background: 0 0 !important;
    border: 3px solid #bac1c6 !important;
    border-radius: 0 !important;
    transition: all .3s ease
}

body .tparrows:hover {
    background: #333 !important;
    border-color: #333 !important
}

body .tparrows:hover:before {
    color: #fff !important
}

body .tparrows:before {
    -webkit-font-smoothing: antialiased;
    font-size: 19px !important;
    line-height: 40px !important;
    color: #bac1c6 !important
}

body .tp-bullets.hesperiden .tp-bullet,
body div.tp-bullets .tp-bullet {
    width: 4px !important;
    height: 4px !important;
    background: #001446 !important;
    box-sizing: content-box !important;
    margin: 2px !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 50% !important
}

#footer .copyright_row.border-top-hide .copyright_row_wr,
#footer .copyright_row.border-top-hide.widgets_disabled .copyright_row_wr,
body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active+.vc_tta-panel .vc_tta-panel-heading,
body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel:first-child .vc_tta-panel-heading {
    border-top: none
}

body .tp-bullets.hesperiden .tp-bullet.selected,
body div.tp-bullets .tp-bullet.selected {
    background: #333 !important;
    padding: 2px !important;
    margin: 0 !important
}

.wpb_gallery_slidesslick_slider_2.slider_main {
    margin: 0 0 40px
}

.wpb_gallery_slides_navslick_slider_2.slider_nav {
    margin: 0 -5px
}

.wpb_gallery_slides_navslick_slider_2.slider_nav .slick-slide {
    margin: 0 5px
}

.wpb_gallery_slides_navslick_slider_2.slider_nav .slick-slide img {
    cursor: pointer
}

.wpb_gallery_slides_navslick_slider_2.slider_nav .slick-slide-wr {
    position: relative
}

.wpb_gallery_slides_navslick_slider_2.slider_nav .stm-slick-active .slick-slide-wr:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5)
}

#bbpress-forums li:before,
.vc_custom_heading.title_no_stripe h1:after,
.vc_custom_heading.title_no_stripe h2:after,
.vc_custom_heading.title_no_stripe h3:after,
.vc_custom_heading.title_no_stripe h4:after,
.vc_custom_heading.title_no_stripe h5:after,
.vc_custom_heading.title_no_stripe h6:after,
body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title:after {
    content: none
}

.wpb_gallery_slidesslick_slider_2.slider_main .slick_next {
    right: 20px;
    top: auto;
    margin: 0;
    bottom: 20px;
    opacity: 0;
    transition: opacity .2s linear
}

.wpb_gallery_slidesslick_slider_2.slider_main .slick_prev {
    left: auto;
    right: 75px;
    top: auto;
    bottom: 20px;
    margin: 0;
    opacity: 0;
    transition: opacity .2s linear
}

.wpb_gallery_slidesslick_slider_2.slider_main:hover .slick_next,
.wpb_gallery_slidesslick_slider_2.slider_main:hover .slick_prev {
    opacity: .5
}

.wpb_gallery_slidesslick_slider_2.slider_main:hover .slick_next:hover,
.wpb_gallery_slidesslick_slider_2.slider_main:hover .slick_prev:hover {
    opacity: 1;
    transition: none
}

.wpb_gallery_slidesslick_slider_2.slider_main .image_title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .35);
    width: 100%;
    padding: 30px 200px 30px 28px;
    font-size: 16px;
    color: #fff;
    opacity: 0;
    transition: opacity .2s linear
}

.wpb_gallery_slidesslick_slider_2.slider_main:hover .image_title {
    opacity: 1
}

.wpb_gallery_slidesslick_slider_2.slider_main .slider_info {
    position: absolute;
    right: 138px;
    bottom: 31px;
    font-size: 14px;
    color: #fff;
    opacity: 0;
    transition: opacity .2s linear
}

.wpb_gallery_slidesslick_slider_2.slider_main:hover .slider_info {
    opacity: 1
}

.wpb_gallery_slidesslick_slider_2.slider_main .slider_info span {
    color: #333
}

.wpb_gallery_slidesslick_slider_2.slider_main .slider_info em {
    font-style: normal
}

.vc_custom_heading.text_align_center :after {
    margin-left: auto;
    margin-right: auto
}

.vc_custom_heading.text_align_right :after {
    margin-left: auto
}

.vc_custom_heading.has_icon {
    display: flex
}

.vc_custom_heading.has_icon .h1,
.vc_custom_heading.has_icon .h2,
.vc_custom_heading.has_icon .h3,
.vc_custom_heading.has_icon .h4,
.vc_custom_heading.has_icon .h5,
.vc_custom_heading.has_icon .h6,
.vc_custom_heading.has_icon h1,
.vc_custom_heading.has_icon h2,
.vc_custom_heading.has_icon h3,
.vc_custom_heading.has_icon h4,
.vc_custom_heading.has_icon h5,
.vc_custom_heading.has_icon h6 {
    padding-top: 4px;
    margin: 0 !important
}

.vc_custom_heading mark {
    color: #3591fa
}

.vc_custom_heading .icon {
    float: left;
    margin-right: 30px;
    color: #3591fa
}

.vc_custom_heading.icon_pos_top {
    flex-direction: column
}

.vc_custom_heading.icon_pos_top .icon {
    float: none;
    margin-right: 0;
    margin-bottom: 19px;
    text-align: center
}

.vc_custom_heading.icon_pos_top.icon_top_right .icon {
    margin-left: auto;
    margin-right: 0
}

.vc_custom_heading.icon_pos_top.icon_top_left .icon {
    margin-left: 0;
    margin-right: auto
}

.vc_custom_heading.icon_pos_bottom {
    flex-direction: column
}

.vc_custom_heading.icon_pos_bottom .icon {
    float: none;
    margin: 19px 0;
    text-align: center;
    order: 1
}

.vc_custom_heading.icon_pos_bottom.icon_bottom_right .icon {
    margin-left: auto;
    margin-right: 0
}

.vc_custom_heading.icon_pos_bottom.icon_bottom_left .icon {
    margin-left: 0;
    margin-right: auto
}

.vc_custom_heading.icon_pos_right .icon {
    float: right;
    order: 1;
    margin-right: 0;
    margin-left: auto
}

.vc_custom_heading.icon_pos_right.icon_right_text .icon {
    margin-left: 30px
}

.vc_custom_heading .subtitle {
    display: block;
    font-size: 16px;
    line-height: 34px;
    color: #777;
    font-weight: 400;
    letter-spacing: normal
}

.vc_custom_heading.stripe_between {
    margin-bottom: 23px
}

.vc_custom_heading.stripe_between .h1,
.vc_custom_heading.stripe_between .h2,
.vc_custom_heading.stripe_between .h3,
.vc_custom_heading.stripe_between .h4,
.vc_custom_heading.stripe_between .h5,
.vc_custom_heading.stripe_between .h6,
.vc_custom_heading.stripe_between h1,
.vc_custom_heading.stripe_between h2,
.vc_custom_heading.stripe_between h3,
.vc_custom_heading.stripe_between h4,
.vc_custom_heading.stripe_between h5,
.vc_custom_heading.stripe_between h6 {
    margin-bottom: 39px
}

.vc_custom_heading.stripe_between .subtitle {
    line-height: 26px;
    letter-spacing: .02em
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background: #f2f2f2
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-plus:after,
body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    background: 0 0
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-body {
    background: #f2f2f2
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    transition: all .3s ease;
    border: none;
    margin: 0 !important;
    border-top: 1px solid #b6b6b6;
    background: #cacaca
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
    text-transform: none;
    font-weight: 600;
    padding: 0;
    font-size: 16px;
    line-height: 20px
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body .wpb_text_column p,
body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body p {
    line-height: 22px
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title:after {
    display: none
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title a {
    transition: all .3s ease;
    color: #333;
    padding: 15px 30px
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a .vc_tta-controls-icon.vc_tta-controls-icon-plus {
    right: 25px;
    width: 9px;
    height: 9px
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
    background: #333;
    height: 3px;
    display: block;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    border: none;
    margin: -1.5px 0 0
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    background: #333;
    width: 3px;
    display: block;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    border: none;
    margin: 0 0 0 -1.5px
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a {
    padding-left: 42px
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-plus {
    left: 25px;
    width: 9px;
    height: 9px
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-plus:before {
    border-width: 3px 0 0;
    border-color: #333
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-left a .vc_tta-controls-icon.vc_tta-controls-icon-plus:after {
    border-width: 0 0 0 3px;
    border-color: #333
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border: none;
    padding: 3px 30px 18px;
    background: #cacaca
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-tabs.theme_style.vc_tta-o-no-fill .vc_tta-panels {
    border: none;
    background: 0 0
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-tabs.theme_style.vc_tta-o-no-fill .vc_tta-panels .vc_tta-panel-body {
    padding-left: 0;
    padding-right: 0
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-tabs.theme_style.vc_tta-o-no-fill .vc_tta-tabs-container .vc_tta-tabs-list {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-tabs.theme_style .vc_tta-tabs-container .vc_tta-tabs-list {
    background: 0 0
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-tabs.theme_style .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #fff;
    border: none;
    font-weight: 700;
    letter-spacing: -.04em;
    padding: 15px 30px
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-tabs.theme_style .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a {
    background: #333;
    color: #fff
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-tabs.theme_style .vc_tta-panels {
    border-color: #f2f2f2;
    background: #f2f2f2
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-tabs.theme_style .vc_tta-panels .vc_tta-panel-body {
    padding: 30px 40px;
    overflow: inherit
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel {
    margin-bottom: 19px
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-heading {
    border: none;
    margin: 0;
    background: 0 0
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel .vc_tta-panel-body {
    padding: 8px 30px 0 43px;
    border: none !important
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title {
    padding: 0;
    font-size: 16px
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title>a {
    padding: 7px 20px 5px;
    color: #444;
    letter-spacing: -.02em
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title>a .vc_tta-controls-icon {
    border: 1px solid;
    width: 24px;
    height: 24px
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title>a .vc_tta-controls-icon:before {
    left: 6px;
    right: 6px
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title>a .vc_tta-controls-icon:after {
    top: 6px;
    bottom: 6px
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title.vc_tta-controls-icon-position-left>a {
    padding-left: 43px
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern .vc_tta-panel-title.vc_tta-controls-icon-position-left>a .vc_tta-controls-icon {
    left: 3px
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon,
body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon:after,
body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-controls-icon:before {
    border-color: #001446
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon {
    background: #001446
}

body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:after,
body .vc_tta-container .vc_tta-accordion.vc_general.vc_tta-style-modern.vc_tta-color-orange.vc_tta-style-modern .vc_tta-panel.vc_active .vc_tta-panel-title>a .vc_tta-controls-icon:before {
    border-color: #fff
}

body {
    font-size: 14px
}

a {
    color: #333;
    text-decoration: none;
    outline: 0 !important
}

a:active,
a:focus,
a:hover {
    text-decoration: underline;
    color: #3591fa
}

p a {
    color: inherit
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    color: #333;
    padding: 0;
    margin: 0 0 23px;
    font-size: 45px;
    line-height: 60px
}

.h1 em,
.h2 em,
.h3 em,
.h4 em,
.h5 em,
.h6 em,
h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
    font-style: italic !important;
    color: #001446
}

.h1.stripe_2:after,
.h2.stripe_2:after,
.h3.stripe_2:after,
.h4.stripe_2:after,
.h5.stripe_2:after,
.h6.stripe_2:after,
h1.stripe_2:after,
h2.stripe_2:after,
h3.stripe_2:after,
h4.stripe_2:after,
h5.stripe_2:after,
h6.stripe_2:after {
    border-radius: 0;
    width: 47px;
    height: 5px
}

.h1.no_stripe:after,
.h1.stripe_2.no_stripe:after,
.h2.no_stripe:after,
.h2.stripe_2.no_stripe:after,
.h3.no_stripe:after,
.h3.stripe_2.no_stripe:after,
.h4.no_stripe:after,
.h4.stripe_2.no_stripe:after,
.h5.no_stripe:after,
.h5.stripe_2.no_stripe:after,
.h6.no_stripe:after,
.h6.stripe_2.no_stripe:after,
h1.no_stripe:after,
h1.stripe_2.no_stripe:after,
h2.no_stripe:after,
h2.stripe_2.no_stripe:after,
h3.no_stripe:after,
h3.stripe_2.no_stripe:after,
h4.no_stripe:after,
h4.stripe_2.no_stripe:after,
h5.no_stripe:after,
h5.stripe_2.no_stripe:after,
h6.no_stripe:after,
h6.stripe_2.no_stripe:after {
    display: none
}

@media screen and (max-width:480px) {

    .h1:after,
    .h1:before,
    .h2:after,
    .h2:before,
    .h3:after,
    .h3:before,
    .h4:after,
    .h4:before,
    .h5:after,
    .h5:before,
    .h6:after,
    .h6:before,
    h1:after,
    h1:before,
    h2:after,
    h2:before,
    h3:after,
    h3:before,
    h4:after,
    h4:before,
    h5:after,
    h5:before,
    h6:after,
    h6:before {
        display: none !important
    }
}

div.no_stripe .h1:after,
div.no_stripe .h2:after,
div.no_stripe .h3:after,
div.no_stripe .h4:after,
div.no_stripe .h5:after,
div.no_stripe .h6:after,
div.no_stripe h1:after,
div.no_stripe h2:after,
div.no_stripe h3:after,
div.no_stripe h4:after,
div.no_stripe h5:after,
div.no_stripe h6:after {
    display: none
}

div.remove_padding .h1,
div.remove_padding .h2,
div.remove_padding .h3,
div.remove_padding .h4,
div.remove_padding .h5,
div.remove_padding .h6,
div.remove_padding h1,
div.remove_padding h2,
div.remove_padding h3,
div.remove_padding h4,
div.remove_padding h5,
div.remove_padding h6 {
    padding-top: 0
}

.h2,
h2 {
    margin-bottom: 23px;
    font-size: 48px;
    letter-spacing: .5px;
    line-height: 48px;
    padding: 10px 0 0
}

.h2:after,
h2:after {
    margin: 9px 0 0
}

@media only screen and (max-width:540px) {

    .h2,
    h2 {
        font-size: 38px;
        line-height: 46px
    }
}

.h3,
h3 {
    margin-bottom: 23px;
    font-size: 38px;
    line-height: 38px;
    padding: 17px 0 0
}

.h3:after,
h3:after {
    margin: 11px 0 0
}

.h4,
h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 23px;
    letter-spacing: -.04em;
    line-height: 28px;
    padding: 23px 0 0
}

.h5,
.h6,
b,
h5,
h6,
strong {
    font-weight: 600
}

.h4:after,
h4:after {
    margin: 13px 0 0
}

.h5,
h5 {
    margin: 0 0 23px;
    font-size: 18px;
    letter-spacing: -.04em;
    line-height: 22px;
    padding: 28px 0 0
}

.h5:after,
h5:after {
    margin: 16px 0 0
}

@media screen and (max-width:480px) {

    .h5,
    h5 {
        font-size: 14px !important;
        line-height: 18px !important
    }
}

.h6,
h6 {
    font-size: 16px;
    letter-spacing: -.02em;
    line-height: 20px;
    padding: 31px 0 0
}

.h6:after,
h6:after {
    margin: 17px 0 0
}

.wpb_wrapper p {
    line-height: 26px;
    margin: 0 0 15px
}

mark {
    background: 0 0;
    padding: inherit
}

blockquote {
    padding: 21px 30px 18px;
    border-left: 5px solid var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    background: #f2f2f2;
    font-size: 16px;
    line-height: 26px;
    color: #212121;
    font-style: italic
}

.stm_base_text_color {
    color: #333
}

.stm_secondary_text_color {
    color: #001446
}

.stm_third_text_color {
    color: #3591fa
}

.stm_base_bg_color {
    color: #333
}

.stm_secondary_bg_color {
    color: #001446
}

.stm_third_bg_color {
    color: #3591fa
}

.stm_base_border_color {
    color: #333
}

.stm_secondary_border_color {
    color: #001446
}

.stm_third_border_color {
    color: #3591fa
}

.comment-body .comment-text ul,
.wpb_text_column.wpb_content_element ul {
    margin: 0 0 20px;
    list-style: none;
    padding: 0
}

.comment-body .comment-text ul.small_margin li,
.wpb_text_column.wpb_content_element ul.small_margin li {
    margin-bottom: 9px
}

.comment-body .comment-text ul li,
.wpb_text_column.wpb_content_element ul li {
    position: relative;
    padding: 0 0 0 24px;
    margin: 0 0 8px;
    line-height: 24px;
    color: #333;
    border: none;
    font-size: 14px
}

.comment-body .comment-text ul li:before,
.wpb_text_column.wpb_content_element ul li:before {
    content: "\e9e6";
    font-family: stm;
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #001446;
    transform: none !important
}

.comment-body .comment-text ul li div,
.wpb_text_column.wpb_content_element ul li div {
    padding: 10px 0
}

.comment-body .comment-text ul li ol,
.comment-body .comment-text ul li ul,
.wpb_text_column.wpb_content_element ul li ol,
.wpb_text_column.wpb_content_element ul li ul {
    margin: 10px 0
}

.comment-body .comment-text ul li ol>li,
.wpb_text_column.wpb_content_element ul li ol>li {
    list-style: decimal;
    padding: 0
}

.comment-body .comment-text ul li ol>li:before,
.wpb_text_column.wpb_content_element ul li ol>li:before {
    display: none;
    padding-left: 0
}

.comment-body .comment-text ul.white li:before,
.wpb_text_column.wpb_content_element ul.white li:before {
    color: #fff !important
}

.comment-body .comment-text ol,
.wpb_text_column.wpb_content_element ol {
    list-style: decimal;
    margin: 0 0 20px;
    padding: 0
}

.comment-body .comment-text ol>li,
.wpb_text_column.wpb_content_element ol>li {
    margin: 0 0 10px;
    border: none;
    list-style: decimal
}

.comment-body .comment-text ol>li ul>li,
.comment-info ul,
.slick-dots,
.wpb_text_column.wpb_content_element ol>li ul>li,
ul.comment-list li {
    list-style: none
}

.comment-body .comment-text ol>li ol,
.comment-body .comment-text ol>li ul,
.wpb_text_column.wpb_content_element ol>li ol,
.wpb_text_column.wpb_content_element ol>li ul {
    margin: 10px 0;
    padding: 0 0 0 26px
}

.comment-body .comment-text p,
.wpb_text_column.wpb_content_element p {
    color: #222
}

.comment-body .comment-text table,
.wpb_text_column.wpb_content_element table {
    width: 100%;
    margin: 0 0 40px
}

.comment-body .comment-text table td,
.comment-body .comment-text table th,
.wpb_text_column.wpb_content_element table td,
.wpb_text_column.wpb_content_element table th {
    padding: 10px;
    border: 1px solid #e6e6e6
}

.comment-body .comment-text dl,
.wpb_text_column.wpb_content_element dl {
    margin: 0 0 40px
}

.comment-body .comment-text dl dd,
.wpb_text_column.wpb_content_element dl dd {
    margin: 0 0 10px
}

.comment-body .comment-text embed,
.comment-body .comment-text iframe,
.wpb_text_column.wpb_content_element embed,
.wpb_text_column.wpb_content_element iframe {
    max-width: 100%
}

mark {
    color: #333
}

fieldset {
    border: none;
    padding: 0
}

input[type=text],
input[type=email],
input[type=password],
input[type=search],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none
}

::-webkit-input-placeholder {
    color: #222
}

:-moz-placeholder {
    color: #222;
    opacity: 1
}

::-moz-placeholder {
    color: #222;
    opacity: 1
}

:-ms-input-placeholder {
    color: #222
}

.button,
.post-password-form input[type=submit],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    position: relative;
    outline: 0 !important;
    font-weight: 400;
    font-size: 14px;
    padding: 10px 21px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none;
    display: inline-block;
    line-height: 23px;
    transition: all .3s ease
}

.button.size-lg,
.post-password-form input[type=submit].size-lg,
.woocommerce a.button.size-lg,
.woocommerce button.button.size-lg,
.woocommerce input.button.alt.size-lg,
.woocommerce input.button.size-lg,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.size-lg {
    padding: 15px 27px 14px;
    line-height: 23px
}

.button.size-lg.icon_left,
.post-password-form input[type=submit].size-lg.icon_left,
.woocommerce a.button.size-lg.icon_left,
.woocommerce button.button.size-lg.icon_left,
.woocommerce input.button.alt.size-lg.icon_left,
.woocommerce input.button.size-lg.icon_left,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.size-lg.icon_left {
    padding-left: 49px
}

.button.size-lg.icon_left .vc_btn3-icon,
.post-password-form input[type=submit].size-lg.icon_left .vc_btn3-icon,
.woocommerce a.button.size-lg.icon_left .vc_btn3-icon,
.woocommerce button.button.size-lg.icon_left .vc_btn3-icon,
.woocommerce input.button.alt.size-lg.icon_left .vc_btn3-icon,
.woocommerce input.button.size-lg.icon_left .vc_btn3-icon,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.size-lg.icon_left .vc_btn3-icon {
    left: 16px
}

.button.size-lg.icon_right,
.post-password-form input[type=submit].size-lg.icon_right,
.woocommerce a.button.size-lg.icon_right,
.woocommerce button.button.size-lg.icon_right,
.woocommerce input.button.alt.size-lg.icon_right,
.woocommerce input.button.size-lg.icon_right,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.size-lg.icon_right {
    padding-right: 49px
}

.button.size-lg .vc_btn3-icon,
.post-password-form input[type=submit].size-lg .vc_btn3-icon,
.woocommerce a.button.size-lg .vc_btn3-icon,
.woocommerce button.button.size-lg .vc_btn3-icon,
.woocommerce input.button.alt.size-lg .vc_btn3-icon,
.woocommerce input.button.size-lg .vc_btn3-icon,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.size-lg .vc_btn3-icon {
    right: 16px;
    font-size: 19px;
    height: 19px;
    line-height: 19px
}

.button.size-sm,
.post-password-form input[type=submit].size-sm,
.woocommerce a.button.size-sm,
.woocommerce button.button.size-sm,
.woocommerce input.button.alt.size-sm,
.woocommerce input.button.size-sm,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.size-sm {
    padding: 5px 15px;
    font-weight: 600
}

.button.size-sm.icon_left,
.post-password-form input[type=submit].size-sm.icon_left,
.woocommerce a.button.size-sm.icon_left,
.woocommerce button.button.size-sm.icon_left,
.woocommerce input.button.alt.size-sm.icon_left,
.woocommerce input.button.size-sm.icon_left,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.size-sm.icon_left {
    padding-left: 30px
}

.button.size-sm.icon_left i,
.post-password-form input[type=submit].size-sm.icon_left i,
.woocommerce a.button.size-sm.icon_left i,
.woocommerce button.button.size-sm.icon_left i,
.woocommerce input.button.alt.size-sm.icon_left i,
.woocommerce input.button.size-sm.icon_left i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.size-sm.icon_left i {
    left: 12px;
    right: auto
}

.button.size-sm.icon_right,
.post-password-form input[type=submit].size-sm.icon_right,
.woocommerce a.button.size-sm.icon_right,
.woocommerce button.button.size-sm.icon_right,
.woocommerce input.button.alt.size-sm.icon_right,
.woocommerce input.button.size-sm.icon_right,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.size-sm.icon_right {
    padding-right: 30px
}

.button.size-sm.icon_right i,
.post-password-form input[type=submit].size-sm.icon_right i,
.woocommerce a.button.size-sm.icon_right i,
.woocommerce button.button.size-sm.icon_right i,
.woocommerce input.button.alt.size-sm.icon_right i,
.woocommerce input.button.size-sm.icon_right i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.size-sm.icon_right i {
    right: 12px;
    left: auto
}

.button.icon_right,
.post-password-form input[type=submit].icon_right,
.woocommerce a.button.icon_right,
.woocommerce button.button.icon_right,
.woocommerce input.button.alt.icon_right,
.woocommerce input.button.icon_right,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.icon_right {
    padding-right: 37px
}

.button.icon_left,
.post-password-form input[type=submit].icon_left,
.woocommerce a.button.icon_left,
.woocommerce button.button.icon_left,
.woocommerce input.button.alt.icon_left,
.woocommerce input.button.icon_left,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.icon_left {
    padding-left: 44px
}

.button.icon_left i,
.post-password-form input[type=submit].icon_left i,
.woocommerce a.button.icon_left i,
.woocommerce button.button.icon_left i,
.woocommerce input.button.alt.icon_left i,
.woocommerce input.button.icon_left i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.icon_left i {
    left: 20px;
    right: auto
}

.button i,
.post-password-form input[type=submit] i,
.woocommerce a.button i,
.woocommerce button.button i,
.woocommerce input.button i,
.woocommerce input.button.alt i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button i {
    position: absolute;
    top: 50%;
    right: 15px;
    left: auto;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    transition: all .3s ease;
    transform: translate(0, -50%)
}

.button:active,
.button:focus,
.button:hover,
.post-password-form input[type=submit]:active,
.post-password-form input[type=submit]:focus,
.post-password-form input[type=submit]:hover,
.woocommerce a.button:active,
.woocommerce a.button:focus,
.woocommerce a.button:hover,
.woocommerce button.button:active,
.woocommerce button.button:focus,
.woocommerce button.button:hover,
.woocommerce input.button.alt:active,
.woocommerce input.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button:active,
.woocommerce input.button:focus,
.woocommerce input.button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none;
    color: #fff;
    text-decoration: none
}

.button:active i,
.button:focus i,
.button:hover i,
.post-password-form input[type=submit]:active i,
.post-password-form input[type=submit]:focus i,
.post-password-form input[type=submit]:hover i,
.woocommerce a.button:active i,
.woocommerce a.button:focus i,
.woocommerce a.button:hover i,
.woocommerce button.button:active i,
.woocommerce button.button:focus i,
.woocommerce button.button:hover i,
.woocommerce input.button.alt:active i,
.woocommerce input.button.alt:focus i,
.woocommerce input.button.alt:hover i,
.woocommerce input.button:active i,
.woocommerce input.button:focus i,
.woocommerce input.button:hover i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover i {
    color: #fff
}

.button.bordered,
.post-password-form input[type=submit].bordered,
.woocommerce a.button.bordered,
.woocommerce button.button.bordered,
.woocommerce input.button.alt.bordered,
.woocommerce input.button.bordered,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.bordered {
    border-radius: 3px
}

.button.theme_style_2:hover,
.post-password-form input[type=submit].theme_style_2:hover,
.woocommerce a.button.theme_style_2:hover,
.woocommerce button.button.theme_style_2:hover,
.woocommerce input.button.alt.theme_style_2:hover,
.woocommerce input.button.theme_style_2:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_2:hover {
    background: 0 0;
    border-color: #fff;
    color: #333
}

.button.theme_style_3,
.post-password-form input[type=submit].theme_style_3,
.woocommerce a.button.theme_style_3,
.woocommerce button.button.theme_style_3,
.woocommerce input.button.alt.theme_style_3,
.woocommerce input.button.theme_style_3,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3 {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #333;
    border: none;
}

.button.theme_style_3 i,
.post-password-form input[type=submit].theme_style_3 i,
.woocommerce a.button.theme_style_3 i,
.woocommerce button.button.theme_style_3 i,
.woocommerce input.button.alt.theme_style_3 i,
.woocommerce input.button.theme_style_3 i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3 i {
    color: #333
}

.button.theme_style_3:active,
.button.theme_style_3:focus,
.button.theme_style_3:hover,
.post-password-form input[type=submit].theme_style_3:active,
.post-password-form input[type=submit].theme_style_3:focus,
.post-password-form input[type=submit].theme_style_3:hover,
.woocommerce a.button.theme_style_3:active,
.woocommerce a.button.theme_style_3:focus,
.woocommerce a.button.theme_style_3:hover,
.woocommerce button.button.theme_style_3:active,
.woocommerce button.button.theme_style_3:focus,
.woocommerce button.button.theme_style_3:hover,
.woocommerce input.button.alt.theme_style_3:active,
.woocommerce input.button.alt.theme_style_3:focus,
.woocommerce input.button.alt.theme_style_3:hover,
.woocommerce input.button.theme_style_3:active,
.woocommerce input.button.theme_style_3:focus,
.woocommerce input.button.theme_style_3:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3:active,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3:hover {
    background: 0 0;
    border-color: #3591fa;
    color: #3591fa
}

.button.theme_style_3:active i,
.button.theme_style_3:focus i,
.button.theme_style_3:hover i,
.post-password-form input[type=submit].theme_style_3:active i,
.post-password-form input[type=submit].theme_style_3:focus i,
.post-password-form input[type=submit].theme_style_3:hover i,
.woocommerce a.button.theme_style_3:active i,
.woocommerce a.button.theme_style_3:focus i,
.woocommerce a.button.theme_style_3:hover i,
.woocommerce button.button.theme_style_3:active i,
.woocommerce button.button.theme_style_3:focus i,
.woocommerce button.button.theme_style_3:hover i,
.woocommerce input.button.alt.theme_style_3:active i,
.woocommerce input.button.alt.theme_style_3:focus i,
.woocommerce input.button.alt.theme_style_3:hover i,
.woocommerce input.button.theme_style_3:active i,
.woocommerce input.button.theme_style_3:focus i,
.woocommerce input.button.theme_style_3:hover i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3:active i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3:focus i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_3:hover i {
    color: #3591fa
}

.button.theme_style_4,
.post-password-form input[type=submit].theme_style_4,
.woocommerce a.button.theme_style_4,
.woocommerce button.button.theme_style_4,
.woocommerce input.button.alt.theme_style_4,
.woocommerce input.button.theme_style_4,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_4 {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #fff;
    border: none;
}

.button.theme_style_4 i,
.post-password-form input[type=submit].theme_style_4 i,
.woocommerce a.button.theme_style_4 i,
.woocommerce button.button.theme_style_4 i,
.woocommerce input.button.alt.theme_style_4 i,
.woocommerce input.button.theme_style_4 i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_4 i {
    color: #333
}

.button.theme_style_4:hover,
.post-password-form input[type=submit].theme_style_4:hover,
.woocommerce a.button.theme_style_4:hover,
.woocommerce button.button.theme_style_4:hover,
.woocommerce input.button.alt.theme_style_4:hover,
.woocommerce input.button.theme_style_4:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_4:hover {
    background: #333;
    border-color: #333;
    color: #fff
}

.button.theme_style_4:hover i,
.post-password-form input[type=submit].theme_style_4:hover i,
.woocommerce a.button.theme_style_4:hover i,
.woocommerce button.button.theme_style_4:hover i,
.woocommerce input.button.alt.theme_style_4:hover i,
.woocommerce input.button.theme_style_4:hover i,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button.theme_style_4:hover i {
    color: #3591fa
}

.post-password-form input[type=submit] {
    padding: 10px 25px;
    line-height: 23px
}

.post-password-form label {
    padding-top: 1px;
    margin: 0 15px 0 0;
    vertical-align: bottom
}

.input-group {
    margin: 0 0 30px;
    width: 100%
}

.form-control,
.input-group .form-control,
.post-password-form input[type=password],
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.wpcf7-form-control,
body .woocommerce-cart table.cart td.actions .coupon .input-text {
    font-size: 13px;
    line-height: 18px;
    color: #222;
    background: #fff;
    border: none;
    box-shadow: 0 4px 40px #e5e5e5;
    outline: 0;
    padding: 16px 30px 15px;
    border-radius: 0;
    transition: all .3s ease;
    box-sizing: border-box !important;
    width: 100%;
    display: block;
    height: 49px
}

.woocommerce #reviews #comment,
body #order_comments,
body .input-group textarea.form-control,
body textarea.form-control,
body textarea.wpcf7-form-control {
    height: 128px
}

.form-control:active,
.form-control:focus,
.input-group .form-control:active,
.input-group .form-control:focus,
.post-password-form input[type=password]:active,
.post-password-form input[type=password]:focus,
.woocommerce form .form-row input.input-text:active,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:active,
.woocommerce form .form-row textarea:focus,
.wpcf7-form-control:active,
.wpcf7-form-control:focus,
body .woocommerce-cart table.cart td.actions .coupon .input-text:active,
body .woocommerce-cart table.cart td.actions .coupon .input-text:focus {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 2px var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.form-control::-moz-placeholder,
.input-group .form-control::-moz-placeholder,
.post-password-form input[type=password]::-moz-placeholder,
.woocommerce form .form-row input.input-text::-moz-placeholder,
.woocommerce form .form-row textarea::-moz-placeholder,
.wpcf7-form-control::-moz-placeholder,
body .woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder {
    color: #7b7a7a
}

.form-control::placeholder,
.input-group .form-control::placeholder,
.post-password-form input[type=password]::placeholder,
.woocommerce form .form-row input.input-text::placeholder,
.woocommerce form .form-row textarea::placeholder,
.wpcf7-form-control::placeholder,
body .woocommerce-cart table.cart td.actions .coupon .input-text::placeholder {
    color: #7b7a7a
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
    box-shadow: 0 0 0 2px red;
    border-radius: 2px;
    border: none
}

textarea.wpcf7-form-control {
    resize: vertical
}

.select2-container,
.select2-container .selection,
.select2-container--default .select2-selection--single {
    outline: 0 !important
}

.widget_archive .select2-container.select2-container--default .select2-selection--single {
    height: 44px
}

.widget_archive .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 42px;
    padding-left: 15px;
    padding-right: 50px
}

.widget_archive .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 44px;
    height: 44px
}

.stm_newsletter_form {
    position: relative
}

.stm_newsletter_form .footer-subscribe {
    width: 100%;
    background: #fff;
    padding: 10px 57px 10px 17px;
    font-size: 13px;
    border: none;
    border-radius: 6px;
    outline: 0
}

.stm_newsletter_form #stm_newsletter_submit {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden
}

.stm_newsletter_form label {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 40px;
    height: 40px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    color: #fff;
    outline: 0 !important;
    transition: color .3s ease;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.select2-container.select2-container--default .select2-selection--single {
    border-radius: 0;
    border: none;
    height: 49px;
    line-height: 1;
    background: #fff;
    box-shadow: 0 4px 40px #e5e5e5;
    font-size: 13px
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 48px;
    padding-left: 29px;
    padding-right: 50px;
    color: #222
}

.breadcrumbs,
ul.comment-list .comment .comment-text p {
    line-height: 22px
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 50px;
    height: 49px;
    top: 0;
    right: 0
}

.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 6px 6px 0;
    border-color: #777 transparent transparent;
    margin-left: -6px;
    margin-top: -3px
}

.select2-container.select2-container--default.select2-container--open .select2-selection--single {
    border-color: #cacaca;
    background-color: #fff
}

.select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #777;
    border-width: 0 6px 6px
}

span.wpcf7-not-valid-tip {
    display: none
}

div.wpcf7-response-output {
    margin: 0 0 50px !important;
    background-color: #c9f7b2;
    color: #61a600;
    padding: 18px 30px 18px 20px;
    font-size: 14px;
    border: none
}

div.wpcf7-response-output.wpcf7-validation-errors {
    background-color: #ffd9d9;
    color: red
}

div.wpcf7-response-output.wpcf7-mail-sent-ng {
    background-color: #fff2b2;
    color: #f90
}

.comment-info ul {
    padding: 0;
    margin: 0 0 20px
}

.comment-info ul li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 4px
}

.comment-info ul.type_1 li:before {
    content: '\f00c';
    top: 4px
}

.comment-info ul.type_2 li:before {
    content: '\f14a';
    top: 3px;
    font-size: 14px
}

.comment-info ol {
    margin: 0 0 20px;
    padding: 0;
    list-style-position: inside
}

.comment-info ol li {
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 4px
}

.comments-title {
    position: relative;
    font-weight: 700;
    text-transform: lowercase;
    margin-bottom: 20px
}

.comments-title:after {
    display: none
}

ul.comment-list {
    position: relative;
    margin: 0 0 40px;
    padding: 0
}

ul.comment-list li {
    border-top: 1px solid #ddd;
    padding: 30px 0 0;
    margin: 0 0 30px
}

ul.comment-list .comment .vcard {
    float: left;
    margin: 0 32px 0 0;
    width: 87px
}

ul.comment-list .comment .vcard img {
    max-width: 100%;
    height: auto
}

ul.comment-list .comment .comment-info {
    overflow: hidden
}

ul.comment-list .comment .comment-author {
    float: left;
    font-weight: 600;
    color: #333
}

ul.comment-list .comment .comment-meta {
    float: right;
    font-size: 11px;
    color: #aaa;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px
}

ul.comment-list .comment .comment-meta a {
    display: inline-block;
    vertical-align: middle;
    color: #aaa
}

ul.comment-list .comment .comment-meta a:hover {
    color: #001446;
    text-decoration: none
}

ul.comment-list .comment .comment-meta a:before {
    content: "/";
    display: inline-block;
    vertical-align: baseline;
    margin: 0 7px 0 5px;
    color: #ddd
}

.page-links:after,
.page-numbers:after,
.slick-dots:after,
.staff_bottom_wr:before,
.stm_post_details ul li:before,
ul.comment-list .children>li:before {
    content: ''
}

.comment-reply-title:after,
ul.comment-list .comment .comment-meta a:first-child:before {
    display: none
}

ul.comment-list .comment .comment-text {
    clear: both
}

ul.comment-list .comment .comment-text :last-child {
    margin-bottom: 0
}

ul.comment-list .children {
    margin: 29px 0 0 30px;
    padding: 0
}

ul.comment-list .children>li {
    position: relative;
    padding: 30px 0 0;
    margin: 0 0 30px;
    border-top: 1px solid #ddd
}

ul.comment-list .children>li:before {
    position: absolute;
    left: 66px;
    top: -9px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAJCAIAAABi7eEAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChNYWNpbnRvc2gpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjQ4Q0UwOUY5RThEODExRTRCMDQ3RjAyQUZDOTkwNDRDIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjQ4Q0UwOUZBRThEODExRTRCMDQ3RjAyQUZDOTkwNDRDIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NDhDRTA5RjdFOEQ4MTFFNEIwNDdGMDJBRkM5OTA0NEMiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NDhDRTA5RjhFOEQ4MTFFNEIwNDdGMDJBRkM5OTA0NEMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5/kM3DAAAAZ0lEQVR42oyLMQ7AIAwD0455A/9/DQNbdj4QCRBraokFEUrrwbJO58vMyKX3zsye3x6pqoigv+3WWs45hIDGXnWbUmtNKZVSsNHYILNAW3VkHGZCb+r2QAfVH+isLgeKMdq/wHwEGAAy+BzNMzGZuQAAAABJRU5ErkJggg==) no-repeat;
    width: 15px;
    height: 9px
}

.comment-respond {
    margin: 40px 0 0
}

.comment-reply-title {
    margin: 0 0 19px;
    font-size: 20px;
    text-transform: lowercase
}

.comment-reply-title:before {
    margin: 0 0 22px
}

.comment-awaiting-moderation {
    display: block;
    color: #001446;
    font-weight: 700;
    text-transform: lowercase;
    margin: 10px 0 0
}

.comment-info table {
    width: 100%;
    margin: 0 0 40px
}

.comment-info table td,
.comment-info table th {
    border: 1px solid #e9e9e9;
    padding: 5px 10px
}

.comment-form .form-submit {
    display: none
}

.comment-info ol ol,
.comment-info ul ul {
    margin: 10px 0 20px 20px
}

.slick_next,
.slick_prev {
    width: 45px;
    height: 45px;
    z-index: 10000;
    border: 3px solid #d7d7d7;
    top: 50%;
    margin-top: -22px;
    position: absolute;
    font-size: 20px;
    text-align: center;
    color: #d7d7d7;
    cursor: pointer;
    box-sizing: border-box;
    transition: border .2s linear, background .2s linear, color .2s linear, opacity .2s linear
}

.slick_prev {
    left: -145px;
    padding-right: 2px !important
}

.slick_next {
    right: -145px;
    padding-left: 2px !important
}

body.boxed_layout .slick_prev {
    left: -20px
}

body.boxed_layout .slick_next {
    right: -20px
}

.slick_next:hover,
.slick_prev:hover {
    border-color: #333 !important;
    background: #333;
    color: #fff;
    opacity: 1
}

.slick_next i,
.slick_prev i {
    margin-top: 9px
}

.slick-dots {
    position: relative;
    padding: 0;
    margin: 20px 0 0;
    text-align: center;
    height: 8px
}

.slick-dots:after {
    clear: both;
    display: table
}

.slick-dots li {
    float: left;
    margin: 0 10px 0 0
}

.multiple_project .slick-dots li {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

.slick-dots li.slick-active button {
    background: #333
}

.slick-dots li button {
    display: block;
    border: none;
    text-indent: -3000px;
    width: 10px;
    height: 8px;
    background: #ccc;
    outline: 0;
    padding: 0;
    margin: 0
}

.wpb_gallery_slidesslick_slider .slick_prev {
    left: auto;
    right: 75px;
    top: auto;
    margin: 0;
    bottom: 20px
}

.wpb_gallery_slidesslick_slider .slick_next {
    right: 20px;
    top: auto;
    margin: 0;
    bottom: 20px
}

.breadcrumbs {
    position: relative;
    font-size: 16px;
    color: inherit;
    margin: 0 0 6px;
    text-transform: capitalize
}

.breadcrumbs>span {
    margin: 0 12px 10px 0;
    opacity: .5
}

.breadcrumbs>span.current-item,
.stm_list-duty li.widget_contacts_email,
.stm_list-duty li.widget_contacts_email .text {
    opacity: 1
}

.breadcrumbs>span.sep {
    transform: scale(.75, 1.2);
    display: inline-block
}

.breadcrumbs>span i.fa {
    font-weight: 600
}

.breadcrumbs>span a {
    color: inherit
}

.breadcrumbs>span a:hover {
    color: inherit;
    text-decoration: none
}

@media only screen and (max-width:1024px) {
    .breadcrumbs {
        font-size: 15px
    }
}

@media only screen and (max-width:768px) {
    .breadcrumbs {
        font-size: 14px
    }
}

.page-links>a,
.page-links>span,
.page-numbers .page-numbers {
    height: 40px;
    font-size: 16px;
    color: #001446;
    font-weight: 600;
    text-align: center
}

.page-links,
ul.page-numbers {
    position: relative;
    margin: 0 0 40px;
    padding: 0
}

.page-links>a,
.page-links>label,
.page-links>span,
.page-numbers li {
    margin: 0 11px 0 0;
    float: left;
    list-style: none
}

.page-links:after,
.page-numbers:after {
    clear: both;
    display: table
}

.page-links>a,
.page-links>span {
    display: block;
    min-width: 40px;
    border: 2px solid transparent;
    padding: 11px 5px 0;
    line-height: 16px
}

.page-links>a.current,
.page-links>a:hover,
.page-links>span.current,
.page-links>span:hover {
    border-color: #001446;
    text-decoration: none
}

.page-links>span {
    border-color: #001446
}

.page-links>.page-links-title {
    padding-left: 0;
    border: none
}

.page-links>label {
    line-height: 30px
}

.page-numbers .page-numbers {
    display: block;
    min-width: 40px;
    border: 2px solid transparent;
    padding: 11px 5px 0;
    line-height: 16px
}

.page-numbers .page-numbers.current,
.page-numbers .page-numbers:hover {
    border-color: #001446;
    text-decoration: none
}

.stm_post_info {
    position: relative;
    margin: 0 0 50px
}

.stm_post_info .post_thumbnail {
    position: relative;
    margin: 0 0 22px
}

.stm_post_info .post_thumbnail img {
    display: block;
    max-width: 100%;
    height: auto
}

.stm_post_info .post_excerpt {
    position: relative;
    margin: 0 0 28px
}

.post_details_wr .stm_post_info {
    border-top: 1px solid #ddd;
    padding: 13px 0 0;
    margin: 0 0 43px
}

.post_details_wr .stm_post_details .comments_num,
.post_details_wr .stm_post_info .post_thumbnail {
    margin: 0
}

.stm_post_details {
    position: relative;
    margin: 0 0 5px
}

.stm_post_details ul {
    float: left;
    width: 70%;
    margin: 0;
    padding: 0
}

.stm_post_details ul li {
    position: relative;
    float: left;
    list-style: none;
    margin: 0 0 10px 20px;
    padding: 0 0 0 21px;
    font-size: 13px
}

.stm_post_details ul li:before {
    width: 1px;
    height: 12px;
    background: #ddd;
    position: absolute;
    left: 0;
    top: 3px
}

.stm_post_details ul li:first-child {
    margin: 0;
    padding: 0
}

.stm_post_details ul li:first-child:before {
    display: none
}

.stm_post_details ul li i {
    color: #3591fa;
    font-size: 15px;
    vertical-align: baseline;
    margin: 0 5px 0 0
}

.stm_post_details .comments_num {
    float: right;
    width: 30%;
    font-size: 13px;
    margin: -3px 0 0;
    text-align: right
}

.stm_post_details .comments_num a {
    color: #777
}

.stm_post_details .comments_num .fa {
    color: #3591fa;
    font-size: 16px;
    margin: 0 8px 0 0
}

.stm_post_details span {
    color: #222
}

.stm_post_details img {
    max-width: 100%;
    height: auto;
    display: block
}

.post_bottom {
    position: relative;
    margin: 0 0 52px
}

.post_bottom .tags {
    font-size: 0
}

.post_bottom .tags a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 8px 6px;
    font-size: 13px !important;
    color: #777;
    border: 1px solid #ccc;
    margin: 0 6px 7px 0;
    text-decoration: none !important;
    text-transform: lowercase;
    transition: all .3s ease
}

.post_bottom .tags a:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none;
    color: #222
}

.post_bottom .share_buttons {
    white-space: nowrap;
    padding: 5px 0 0
}

.post_bottom .share_buttons .addtoany_header {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    font-size: 11px;
    line-height: 1
}

.post_bottom .share_buttons label {
    font-size: 11px;
    color: #aaa;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    margin: 0 15px 0 0
}

.post_bottom .share_buttons .addtoany_list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px;
    line-height: 1 !important
}

.post_bottom .share_buttons .addtoany_list a {
    line-height: 1
}

.post_bottom .share_buttons .addtoany_list a span {
    vertical-align: middle
}

.about_author {
    background: #f2f2f2;
    padding: 20px 20px 15px;
    margin: 0 0 50px
}

.about_author:after {
    content: "";
    display: table;
    clear: both
}

.about_author .author_image {
    float: left;
    width: 87px;
    height: 87px;
    margin: 0 25px 0 0
}

.about_author .author_image img {
    display: block;
    max-width: 100%;
    height: auto
}

.about_author .author_info {
    position: relative
}

.about_author .author_info .author_name {
    margin: 0 0 8px
}

.about_author .author_info .author_name span {
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #aaa;
    text-transform: uppercase;
    margin: 0 0 3px
}

.about_author .author_info .author_name strong {
    font-weight: 700;
    font-size: 16px;
    color: #222;
    text-transform: uppercase
}

.about_author .author_info .author_content {
    line-height: 22px;
    font-size: 13px;
    color: #222
}

.posts_list>ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.posts_list>ul>li {
    list-style: none;
    padding: 0 0 40px;
    margin: 0 0 49px;
    border-bottom: 1px solid #ddd
}

.posts_list>ul>li.sticky {
    background: #f2f2f2;
    padding: 40px
}

.posts_list>ul>li:last-child {
    padding-bottom: 50px;
    margin-bottom: 29px
}

.posts_list>ul>li h4 {
    padding-top: 0;
    font-weight: 700;
    font-size: 22px
}

.default_widgets,
.shop_widgets,
.stm_sidebar {
    position: relative
}

.default_widgets .wpb_content_element,
.shop_widgets .wpb_content_element,
.stm_sidebar .wpb_content_element {
    margin: 0 0 40px
}

.default_widgets .wpb_content_element .widget,
.shop_widgets .wpb_content_element .widget,
.stm_sidebar .wpb_content_element .widget {
    margin: 0
}

.portfolio_box .category_filter {
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

body .vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content .testimonial_position {
    color: #001446
}

body .vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content h4 {
    font-weight: 600;
    color: #001446
}

.widget {
    margin: 0 0 20px
}

.widget .widget_title {
    border-top: 3px solid #333;
    margin-bottom: 25px
}

.widget .widget_title:after {
    display: none
}

.widget.widget_archive,
.widget.widget_categories,
.widget.widget_meta,
.widget.widget_nav_menu,
.widget.widget_pages,
.widget.widget_product_categories {
    position: relative
}

.widget.widget_archive ul,
.widget.widget_categories ul,
.widget.widget_meta ul,
.widget.widget_nav_menu ul,
.widget.widget_pages ul,
.widget.widget_product_categories ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget.widget_archive ul li,
.widget.widget_categories ul li,
.widget.widget_meta ul li,
.widget.widget_nav_menu ul li,
.widget.widget_pages ul li,
.widget.widget_product_categories ul li {
    font-weight: 600;
    border-bottom: 1px solid #fff;
    background: #f2f2f2;
    margin: 0;
    padding: 0 23px 0 0;
    color: #333
}

.widget.widget_archive ul li a,
.widget.widget_categories ul li a,
.widget.widget_meta ul li a,
.widget.widget_nav_menu ul li a,
.widget.widget_pages ul li a,
.widget.widget_product_categories ul li a {
    color: #333;
    text-decoration: none !important;
    border-left: 5px solid transparent;
    display: inline-block;
    padding: 14px 0 14px 18px;
    transition: all .3s ease
}

.widget.widget_archive ul li.current-cat:hover>a,
.widget.widget_archive ul li.current-cat>a,
.widget.widget_archive ul li.current-menu-item:hover>a,
.widget.widget_archive ul li.current-menu-item>a,
.widget.widget_archive ul li.current_page_item:hover>a,
.widget.widget_archive ul li.current_page_item>a,
.widget.widget_archive ul li:hover>a,
.widget.widget_categories ul li.current-cat:hover>a,
.widget.widget_categories ul li.current-cat>a,
.widget.widget_categories ul li.current-menu-item:hover>a,
.widget.widget_categories ul li.current-menu-item>a,
.widget.widget_categories ul li.current_page_item:hover>a,
.widget.widget_categories ul li.current_page_item>a,
.widget.widget_categories ul li:hover>a,
.widget.widget_meta ul li.current-cat:hover>a,
.widget.widget_meta ul li.current-cat>a,
.widget.widget_meta ul li.current-menu-item:hover>a,
.widget.widget_meta ul li.current-menu-item>a,
.widget.widget_meta ul li.current_page_item:hover>a,
.widget.widget_meta ul li.current_page_item>a,
.widget.widget_meta ul li:hover>a,
.widget.widget_nav_menu ul li.current-cat:hover>a,
.widget.widget_nav_menu ul li.current-cat>a,
.widget.widget_nav_menu ul li.current-menu-item:hover>a,
.widget.widget_nav_menu ul li.current-menu-item>a,
.widget.widget_nav_menu ul li.current_page_item:hover>a,
.widget.widget_nav_menu ul li.current_page_item>a,
.widget.widget_nav_menu ul li:hover>a,
.widget.widget_pages ul li.current-cat:hover>a,
.widget.widget_pages ul li.current-cat>a,
.widget.widget_pages ul li.current-menu-item:hover>a,
.widget.widget_pages ul li.current-menu-item>a,
.widget.widget_pages ul li.current_page_item:hover>a,
.widget.widget_pages ul li.current_page_item>a,
.widget.widget_pages ul li:hover>a,
.widget.widget_product_categories ul li.current-cat:hover>a,
.widget.widget_product_categories ul li.current-cat>a,
.widget.widget_product_categories ul li.current-menu-item:hover>a,
.widget.widget_product_categories ul li.current-menu-item>a,
.widget.widget_product_categories ul li.current_page_item:hover>a,
.widget.widget_product_categories ul li.current_page_item>a,
.widget.widget_product_categories ul li:hover>a {
    border-left-color: #3591fa
}

.widget.widget_archive ul li:before,
.widget.widget_categories ul li:before,
.widget.widget_meta ul li:before,
.widget.widget_nav_menu ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_product_categories ul li:before,
.widget.widget_recent_comments ul li:before,
.widget.widget_rss ul li:before {
    display: none
}

.widget.widget_archive ul li.current-cat ul,
.widget.widget_archive ul li.current-menu-item ul,
.widget.widget_archive ul li.current_page_item ul,
.widget.widget_categories ul li.current-cat ul,
.widget.widget_categories ul li.current-menu-item ul,
.widget.widget_categories ul li.current_page_item ul,
.widget.widget_meta ul li.current-cat ul,
.widget.widget_meta ul li.current-menu-item ul,
.widget.widget_meta ul li.current_page_item ul,
.widget.widget_nav_menu ul li.current-cat ul,
.widget.widget_nav_menu ul li.current-menu-item ul,
.widget.widget_nav_menu ul li.current_page_item ul,
.widget.widget_pages ul li.current-cat ul,
.widget.widget_pages ul li.current-menu-item ul,
.widget.widget_pages ul li.current_page_item ul,
.widget.widget_product_categories ul li.current-cat ul,
.widget.widget_product_categories ul li.current-menu-item ul,
.widget.widget_product_categories ul li.current_page_item ul {
    margin-top: 20px
}

.widget.widget_archive ul li .children,
.widget.widget_archive ul li .sub-menu,
.widget.widget_categories ul li .children,
.widget.widget_categories ul li .sub-menu,
.widget.widget_meta ul li .children,
.widget.widget_meta ul li .sub-menu,
.widget.widget_nav_menu ul li .children,
.widget.widget_nav_menu ul li .sub-menu,
.widget.widget_pages ul li .children,
.widget.widget_pages ul li .sub-menu,
.widget.widget_product_categories ul li .children,
.widget.widget_product_categories ul li .sub-menu {
    margin: -2px 0 25px 35px;
    padding: 0
}

.widget.widget_archive ul li .children li,
.widget.widget_archive ul li .sub-menu li,
.widget.widget_categories ul li .children li,
.widget.widget_categories ul li .sub-menu li,
.widget.widget_meta ul li .children li,
.widget.widget_meta ul li .sub-menu li,
.widget.widget_nav_menu ul li .children li,
.widget.widget_nav_menu ul li .sub-menu li,
.widget.widget_pages ul li .children li,
.widget.widget_pages ul li .sub-menu li,
.widget.widget_product_categories ul li .children li,
.widget.widget_product_categories ul li .sub-menu li {
    position: relative;
    font-weight: 400;
    border: none;
    font-size: 13px;
    margin: 0 0 12px;
    padding-right: 0;
    background: 0 0
}

.widget.widget_archive ul li .children li:before,
.widget.widget_archive ul li .sub-menu li:before,
.widget.widget_categories ul li .children li:before,
.widget.widget_categories ul li .sub-menu li:before,
.widget.widget_meta ul li .children li:before,
.widget.widget_meta ul li .sub-menu li:before,
.widget.widget_nav_menu ul li .children li:before,
.widget.widget_nav_menu ul li .sub-menu li:before,
.widget.widget_pages ul li .children li:before,
.widget.widget_pages ul li .sub-menu li:before,
.widget.widget_product_categories ul li .children li:before,
.widget.widget_product_categories ul li .sub-menu li:before {
    content: '-';
    display: block;
    position: absolute;
    left: -11px;
    top: 0;
    color: #777
}

.widget.widget_archive ul li .children li:hover a,
.widget.widget_archive ul li .sub-menu li:hover a,
.widget.widget_categories ul li .children li:hover a,
.widget.widget_categories ul li .sub-menu li:hover a,
.widget.widget_meta ul li .children li:hover a,
.widget.widget_meta ul li .sub-menu li:hover a,
.widget.widget_nav_menu ul li .children li:hover a,
.widget.widget_nav_menu ul li .sub-menu li:hover a,
.widget.widget_pages ul li .children li:hover a,
.widget.widget_pages ul li .sub-menu li:hover a,
.widget.widget_product_categories ul li .children li:hover a,
.widget.widget_product_categories ul li .sub-menu li:hover a {
    text-decoration: underline !important
}

.widget.widget_archive ul li .children li a,
.widget.widget_archive ul li .sub-menu li a,
.widget.widget_categories ul li .children li a,
.widget.widget_categories ul li .sub-menu li a,
.widget.widget_meta ul li .children li a,
.widget.widget_meta ul li .sub-menu li a,
.widget.widget_nav_menu ul li .children li a,
.widget.widget_nav_menu ul li .sub-menu li a,
.widget.widget_pages ul li .children li a,
.widget.widget_pages ul li .sub-menu li a,
.widget.widget_product_categories ul li .children li a,
.widget.widget_product_categories ul li .sub-menu li a {
    background: 0 0;
    border: none;
    padding: 0;
    color: #777
}

.widget.widget_archive ul li .children li .children,
.widget.widget_archive ul li .children li .sub-menu,
.widget.widget_archive ul li .sub-menu li .children,
.widget.widget_archive ul li .sub-menu li .sub-menu,
.widget.widget_categories ul li .children li .children,
.widget.widget_categories ul li .children li .sub-menu,
.widget.widget_categories ul li .sub-menu li .children,
.widget.widget_categories ul li .sub-menu li .sub-menu,
.widget.widget_meta ul li .children li .children,
.widget.widget_meta ul li .children li .sub-menu,
.widget.widget_meta ul li .sub-menu li .children,
.widget.widget_meta ul li .sub-menu li .sub-menu,
.widget.widget_nav_menu ul li .children li .children,
.widget.widget_nav_menu ul li .children li .sub-menu,
.widget.widget_nav_menu ul li .sub-menu li .children,
.widget.widget_nav_menu ul li .sub-menu li .sub-menu,
.widget.widget_pages ul li .children li .children,
.widget.widget_pages ul li .children li .sub-menu,
.widget.widget_pages ul li .sub-menu li .children,
.widget.widget_pages ul li .sub-menu li .sub-menu,
.widget.widget_product_categories ul li .children li .children,
.widget.widget_product_categories ul li .children li .sub-menu,
.widget.widget_product_categories ul li .sub-menu li .children,
.widget.widget_product_categories ul li .sub-menu li .sub-menu {
    margin-top: 10px;
    margin-bottom: 5px
}

.widget.widget_recent_comments,
.widget.widget_rss {
    position: relative
}

.widget.widget_recent_comments ul,
.widget.widget_rss ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget.widget_recent_comments ul li,
.widget.widget_rss ul li {
    font-weight: 600;
    border-bottom: 1px solid #fff;
    background: #f2f2f2;
    margin: 0;
    padding: 14px 23px 14px 18px;
    border-left: 5px solid transparent;
    color: #333
}

.widget.widget_recent_comments ul li a,
.widget.widget_rss ul li a {
    color: #333;
    text-decoration: none !important;
    transition: all .3s ease
}

.widget.widget_recent_comments ul li:hover,
.widget.widget_rss ul li:hover {
    border-left-color: #3591fa
}

.widget.widget_calendar .calendar_wrap table {
    width: 100%
}

.widget.widget_calendar .calendar_wrap table caption {
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    margin: 0 0 15px
}

.widget.widget_calendar .calendar_wrap table td,
.widget.widget_calendar .calendar_wrap table th {
    text-align: center;
    font-size: 14px;
    padding: 10px 5px
}

.widget.widget_calendar .calendar_wrap table thead th {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #333
}

.widget.widget_calendar .calendar_wrap table tbody {
    border: 1px solid #e6e6e6
}

.widget.widget_calendar .calendar_wrap table tfoot #prev {
    text-align: left
}

.widget.widget_calendar .calendar_wrap table tfoot #next {
    text-align: right
}

.widget.widget_search .search-form {
    position: relative
}

.widget.widget_search .search-form .form-control {
    width: 100%;
    padding: 13px 50px 13px 15px;
    height: 44px
}

.widget.widget_search .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: #001446;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 17px;
    outline: 0 !important;
    transition: all .3s ease
}

.widget.widget_search .search-form button:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #fff
}

.widget.widget_product_tag_cloud .tagcloud,
.widget.widget_tag_cloud .tagcloud {
    font-size: 0
}

.widget.widget_product_tag_cloud .tagcloud a,
.widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 8px 6px;
    font-size: 13px !important;
    color: #777;
    border: 1px solid #ccc;
    margin: 0 6px 7px 0;
    text-decoration: none !important;
    text-transform: lowercase;
    transition: all .3s ease
}

.widget.widget_product_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none;
    color: #fff
}

.widget.widget_text,
.widget.widget_text p {
    font-size: 13px;
    line-height: 22px;
    color: #222
}

.widget.widget_text img {
    max-width: 100%;
    height: auto
}

.widget.widget_text .widget_title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 17px
}

.widget.widget_recent_entries ul {
    margin: 0 0 20px;
    list-style: none;
    padding: 0
}

.widget.widget_recent_entries ul li {
    padding: 0;
    margin: 0 0 30px
}

.widget.widget_recent_entries ul li:before {
    display: none
}

.widget.widget_recent_entries ul li a {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    font-weight: 400;
    margin: 0 0 9px;
    display: block
}

.widget.widget_recent_entries ul li .post-date {
    position: relative;
    display: block;
    line-height: 16px;
    font-size: 12px;
    padding: 0 0 0 23px
}

.widget.widget_recent_entries ul li .post-date:before {
    content: "\f017";
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    top: 3px;
    color: #3591fa;
    font-size: 15px
}

.widget.widget_recent_entries ul li:last-child {
    margin: 0
}

#footer .footer_widgets {
    position: relative;
    padding: 60px 0 30px
}

#footer .footer_widgets .widget .widget_title {
    position: relative;
    margin: 0 0 20px;
    padding-bottom: 18px;
    border: 0;
    text-transform: capitalize;
    font-size: 24px;
    color: #001446
}

#footer .footer_widgets .widget.widget_mc4wp_form_widget .widget_title {
    border-bottom: none;
    margin: 0
}

#footer .footer_widgets .widget.widget_mc4wp_form_widget form.mc4wp-form {
    position: relative;
    margin: 0 0 15px
}

#footer .footer_widgets .widget.widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form {
    margin: 0 0 12px
}

#footer .footer_widgets .widget.widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form input[type=email] {
    width: 100%;
    background: #fff;
    padding: 10px 57px 10px 17px
}

#footer .footer_widgets .widget.widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form input[type=submit] {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden
}

#footer .footer_widgets .widget.widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form label {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 40px;
    height: 38px;
    line-height: 40px;
    padding: 0;
    cursor: pointer;
    text-align: center;
    font-size: 13px;
    color: #333;
    outline: 0 !important;
    transition: color .3s ease;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

#footer .footer_widgets .widget.widget_mc4wp_form_widget form.mc4wp-form .stm_newsletter_form label:hover {
    color: #333
}

#footer .footer_widgets .widget.widget_mc4wp_form_widget form.mc4wp-form p {
    color: rgba(255, 255, 255, .6);
    font-size: 13px
}

#footer .footer_widgets .widget.widget_recent_entries {
    position: relative
}

#footer .footer_widgets .widget.widget_recent_entries ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#footer .footer_widgets .widget.widget_recent_entries ul li {
    position: relative;
    margin: 0 0 30px
}

#footer .footer_widgets .widget.widget_recent_entries ul li a {
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    transition: all .3s ease;
    margin: 0 0 14px
}

#footer .footer_widgets .widget.widget_recent_entries ul li a:hover {
    text-decoration: underline
}

#footer .footer_widgets .widget.widget_recent_entries ul li .post-date {
    position: relative;
    display: block;
    line-height: 16px;
    font-size: 12px;
    padding: 0 0 0 23px;
    color: #333
}

#footer .footer_widgets .widget.widget_recent_entries ul li .post-date:before {
    content: "\f017";
    font: normal normal 600 14px/1 "Font Awesome 6 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #3591fa;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0
}

#footer .footer_widgets .widget.widget_nav_menu {
    position: relative
}

#footer .footer_widgets .widget.widget_nav_menu ul {
    list-style: none;
    padding: 0;
    margin: 0 -20px;
    font-size: 0
}

#footer .footer_widgets .widget.widget_nav_menu ul li {
    width: 40%;
    font-size: 14px;
    line-height: 16px;
    padding: 0 20px;
    margin: 0 0 16px;
    display: inline-block;
    vertical-align: top;
    border: none;
    background: 0 0;
    font-weight: 400
}

#footer .footer_widgets .widget.widget_nav_menu ul li a {
    padding: 0;
    border: none;
    color: #333;
    text-decoration: none
}

#footer .footer_widgets .widget.widget_nav_menu ul li a:hover {
    text-decoration: underline !important
}

#footer .footer_widgets .widget.widget_nav_menu ul li .sub-menu {
    margin-top: 10px
}

#footer .footer_widgets .widget.widget_nav_menu ul li .sub-menu li {
    float: none;
    width: auto;
    padding: 0 20px 0 30px;
    margin-bottom: 5px
}

#footer .footer_widgets .widget.widget_nav_menu ul li .sub-menu li a {
    text-decoration: none !important
}

#footer .footer_widgets .widget.widget_nav_menu ul li .sub-menu li:before {
    left: 20px
}

#footer .footer_widgets .widget.widget_nav_menu ul li .sub-menu>li:hover>a {
    text-decoration: underline !important
}

#footer .footer_widgets .widget.widget_calendar .calendar_wrap table {
    width: 100%
}

#footer .footer_widgets .widget.widget_calendar .calendar_wrap table caption {
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 15px
}

#footer .footer_widgets .widget.widget_calendar .calendar_wrap table td,
#footer .footer_widgets .widget.widget_calendar .calendar_wrap table th {
    text-align: center;
    font-size: 14px;
    padding: 10px 5px;
    color: #fff
}

#footer .footer_widgets .widget.widget_calendar .calendar_wrap table thead th {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #333
}

#footer .footer_widgets .widget.widget_calendar .calendar_wrap table tbody {
    border: 1px solid #fff
}

#footer .footer_widgets .widget.widget_calendar .calendar_wrap table tfoot #prev {
    text-align: left
}

#footer .footer_widgets .widget.widget_calendar .calendar_wrap table tfoot #next {
    text-align: right
}

#footer .footer_widgets .widget.widget_search .search-form {
    position: relative
}

#footer .footer_widgets .widget.widget_search .search-form .form-control {
    width: 100%;
    padding: 13px 50px 13px 15px;
    height: 44px
}

#footer .footer_widgets .widget.widget_search .search-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: #001446;
    color: #333;
    text-align: center;
    border: none;
    font-size: 17px;
    outline: 0 !important;
    transition: all .3s ease
}

#footer .footer_widgets .widget.widget_search .search-form button:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #fff
}

#footer .footer_widgets .widget.widget_text {
    color: #333
}

#footer .footer_widgets .widget.widget_text p {
    font-size: 13px;
    line-height: 22px;
    color: #333
}

#footer .footer_widgets .widget.widget_text .wp-caption-text {
    color: #333
}

#footer .footer_widgets .widget.widget_text img {
    max-width: 100%;
    height: auto
}

#footer .footer_widgets .widget.widget_text #sb_instagram {
    padding-top: 4px;
    padding-bottom: 0 !important
}

#footer .footer_widgets .widget.widget_text #sb_instagram #sbi_images {
    width: auto !important;
    padding: 0 !important;
    margin: -7.5px -7.5px 0 !important
}

#footer .footer_widgets .widget.widget_text #sb_instagram #sbi_images .sbi_item {
    padding: 7.5px !important
}

#footer .footer_widgets .widget.widget_product_tag_cloud .tagcloud,
#footer .footer_widgets .widget.widget_tag_cloud .tagcloud {
    font-size: 0
}

#footer .footer_widgets .widget.widget_product_tag_cloud .tagcloud a,
#footer .footer_widgets .widget.widget_tag_cloud .tagcloud a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 8px 6px;
    font-size: 13px !important;
    color: #777;
    border: 1px solid #ccc;
    margin: 0 6px 7px 0;
    text-decoration: none !important;
    text-transform: lowercase;
    background: #fff;
    transition: all .3s ease
}

#footer .footer_widgets .widget_tp_widget_recent_tweets:after,
#footer.style_1 .widget_socials:after {
    content: "";
    display: table;
    clear: both
}

#footer .footer_widgets .widget.widget_product_tag_cloud .tagcloud a:hover,
#footer .footer_widgets .widget.widget_tag_cloud .tagcloud a:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none;
    color: #222
}

#footer .footer_widgets .tp_recent_tweets {
    margin-top: -2px
}

#footer .footer_widgets .tp_recent_tweets ul {
    padding-left: 0;
    margin-bottom: 0
}

#footer .footer_widgets .tp_recent_tweets li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 22px;
    background: 0 0
}

#footer .footer_widgets .tp_recent_tweets li:last-child {
    padding-bottom: 0
}

#footer .footer_widgets .tp_recent_tweets li:before {
    position: absolute;
    left: 0;
    top: 3px;
    content: "\f099";
    font: normal normal 600 14px/1 "Font Awesome 6 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-size: 18px;
    color: #34dfe5
}

#footer .footer_widgets .tp_recent_tweets li span {
    font-size: 13px;
    line-height: 22px;
    color: rgba(255, 255, 255, .5)
}

#footer .footer_widgets .tp_recent_tweets li span a {
    font-weight: 400
}

#footer .footer_widgets .tp_recent_tweets li .twitter_time {
    margin-top: 2px;
    font-size: 11px;
    font-style: normal;
    color: rgba(255, 255, 255, .6)
}

.stm_list-duty {
    padding: 0;
    margin: 0;
    list-style: none
}

.stm_list-duty li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 13px;
    line-height: 23px;
    color: #fff
}

.stm_list-duty li a {
    color: #fff;
    transition: all .3s ease
}

.stm_list-duty li a:hover {
    color: #001446;
    text-decoration: none
}

.stm_list-duty li.widget_contacts_address i {
    font-size: 17px
}

.stm_list-duty li.widget_contacts_phone i {
    top: 4px;
    font-size: 16px
}

.stm_list-duty li.widget_contacts_hours i {
    top: 3px;
    font-size: 17px
}

.stm_list-duty li i {
    position: absolute;
    left: 0;
    top: 5px;
    color: #001446
}

#footer.style_1 .widget_socials {
    list-style: none;
    padding: 0;
    margin: 0 0 20px
}

#footer.style_1 .widget_socials.widget {
    margin-bottom: 0 !important
}

#footer.style_1 .widget_socials li {
    float: left;
    margin: 0 0 8px 14px
}

#footer.style_1 .widget_socials li:first-child {
    margin-left: 0
}

#footer.style_1 .widget_socials li a {
    display: block;
    border-radius: 32px;
    color: #001446;
    text-align: center;
    font-size: 17px;
    text-decoration: none !important;
    transition: all .3s ease
}

#footer.style_1 .widget_socials li a i {
    line-height: 32px
}

#footer.style_1 .widget_socials li a i.fa-vimeo {
    font-size: 14px
}

#footer.style_1 .widget_socials li a i.stm-google-plus {
    font-size: 13px
}

#footer.style_1 .widget_socials li a:hover {
    color: #3591fa
}

.about_vacantion {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    padding: 23px 32px;
    margin: 0 0 80px;
    color: #fff
}

.about_vacantion .info {
    display: table-cell;
    line-height: 26px;
    padding: 0 10px;
    font-size: 13px
}

.about_vacantion .info:first-child {
    padding-left: 0
}

.about_vacantion .info:last-child {
    padding-right: 0
}

.about_vacantion .info .icon {
    float: left;
    width: 30px
}

.about_vacantion .info .text {
    overflow: hidden
}

.about_vacantion .info .text strong {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 700
}

@media only screen and (max-width:1024px) {
    .about_vacantion {
        margin-bottom: 60px
    }
}

@media only screen and (max-width:991px) {
    .about_vacantion {
        margin-bottom: 40px
    }
}

.vacancy_bottom {
    position: relative;
    margin: 0 0 60px;
    padding-top: 40px;
    border-top: 1px solid #ddd
}

.vacancy_bottom .share_buttons {
    white-space: nowrap;
    padding: 5px 0 0
}

.vacancy_bottom .share_buttons .addtoany_header {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    font-size: 11px;
    line-height: 1
}

.vacancy_bottom .share_buttons label {
    font-size: 11px;
    color: #aaa;
    font-weight: 600;
    text-transform: uppercase;
    vertical-align: middle;
    display: inline-block;
    margin: 0 15px 0 0
}

.vacancy_bottom .share_buttons .addtoany_list {
    display: inline-block;
    vertical-align: middle;
    margin: 0 -4px;
    line-height: 1 !important
}

.vacancy_bottom .share_buttons .addtoany_list a {
    line-height: 1
}

.vacancy_bottom .share_buttons .addtoany_list a span {
    vertical-align: middle
}

.staff_bottom_wr {
    position: relative;
    color: #fff;
    padding: 47px 50px 38px;
    margin-bottom: 30px
}

.staff_bottom_wr.consulting_elementor_staff_bottom {
    background: inherit
}

.staff_bottom_wr:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: inherit;
    opacity: .9
}

.consulting_stocks_box,
.staff_bottom_wr .staff_bottom {
    position: relative
}

.staff_bottom_wr .staff_bottom h4 {
    color: #fff;
    font-weight: 700;
    padding: 0;
    margin: 0 0 28px
}

.staff_bottom_wr .staff_bottom .infos {
    display: table;
    width: 100%;
    table-layout: fixed
}

.staff_bottom_wr .staff_bottom .infos .info {
    display: table-cell;
    vertical-align: top;
    font-weight: 500;
    line-height: 22px;
    padding: 0 20px
}

.staff_bottom_wr .staff_bottom .infos .info:first-child {
    padding-left: 0
}

.staff_bottom_wr .staff_bottom .infos .info:last-child {
    padding-right: 0
}

.staff_bottom_wr .staff_bottom .infos .info i {
    color: #3591fa
}

.staff_bottom_wr .staff_bottom .infos .info .phone {
    margin: 0 0 14px
}

.staff_bottom_wr .staff_bottom .infos .info .phone .fa-phone {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 25px
}

.staff_bottom_wr .staff_bottom .infos .info .phone span {
    display: inline-block;
    vertical-align: middle
}

.staff_bottom_wr .staff_bottom .infos .info .email .stm-envelope {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    width: 25px
}

.staff_bottom_wr .staff_bottom .infos .info .email span {
    display: inline-block;
    vertical-align: middle
}

.staff_bottom_wr .staff_bottom .infos .info .email a {
    color: #fff
}

.staff_bottom_wr .staff_bottom .infos .info .address .stm-marker {
    float: left;
    font-size: 18px;
    width: 30px
}

.staff_bottom_wr .staff_bottom .infos .info .address span {
    overflow: hidden;
    display: block
}

.staff_bottom_wr .staff_bottom .infos .info .socials p {
    margin: 0 0 9px;
    line-height: 22px
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul:after {
    content: "";
    display: table;
    clear: both
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li {
    float: left;
    margin: 0 8px 8px 0
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 17px;
    text-decoration: none !important;
    transition: all .3s ease
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li a i {
    line-height: 34px;
    color: #333
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li a i.fa-vimeo {
    font-size: 14px
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li a i.stm-google-plus {
    font-size: 13px
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li a:hover {
    background: #001446
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li a:hover i {
    color: #fff
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li a.social-facebook:hover {
    background: #3a5897
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li a.social-twitter:hover {
    background: #00aced
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li a.social-instagram:hover {
    background: #ac907a
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li a.social-google-plus:hover {
    background: #db4437
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li a.social-linkedin:hover {
    background: #0077b5
}

.staff_bottom_wr .staff_bottom .infos .info .socials ul li a.social-skype:hover {
    background: #00aff0
}

body .gform_wrapper input[type=email],
body .gform_wrapper input[type=number],
body .gform_wrapper input[type=password],
body .gform_wrapper input[type=tel],
body .gform_wrapper input[type=text],
body .gform_wrapper input[type=url],
body .gform_wrapper textarea {
    font-size: 13px;
    line-height: 18px;
    color: #222;
    background: #cacaca;
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 16px 30px 15px;
    border-radius: 0;
    transition: all .3s ease;
    box-sizing: border-box !important;
    width: 100%;
    display: block;
    height: 49px
}

body .gform_wrapper input[type=email]:active,
body .gform_wrapper input[type=email]:focus,
body .gform_wrapper input[type=number]:active,
body .gform_wrapper input[type=number]:focus,
body .gform_wrapper input[type=password]:active,
body .gform_wrapper input[type=password]:focus,
body .gform_wrapper input[type=tel]:active,
body .gform_wrapper input[type=tel]:focus,
body .gform_wrapper input[type=text]:active,
body .gform_wrapper input[type=text]:focus,
body .gform_wrapper input[type=url]:active,
body .gform_wrapper input[type=url]:focus,
body .gform_wrapper textarea:active,
body .gform_wrapper textarea:focus {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 2px var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

body .gform_wrapper .ginput_complex.ginput_container {
    overflow: inherit
}

body .gform_wrapper .recaptcha_input_area input[type=text] {
    height: auto;
    display: inline-block
}

.select2-container--default .select2-selection--multiple {
    outline: 0 !important
}

.select2-container .selection {
    display: block
}

.select2-container .selection:after {
    content: "";
    display: table;
    clear: both
}

.select2-container.select2-container--default .select2-selection--multiple {
    border-radius: 0;
    border: 1px solid #cacaca;
    height: 49px;
    line-height: 1;
    background: #cacaca;
    font-size: 13px
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    line-height: 48px;
    padding-left: 29px;
    padding-right: 50px;
    color: #222
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__arrow {
    width: 50px;
    height: 49px;
    top: 0;
    right: 0
}

.select2-container.select2-container--default .select2-selection--multiple .select2-selection__arrow b {
    border-width: 6px 6px 0;
    border-color: #777 transparent transparent;
    margin-left: -6px;
    margin-top: -3px
}

.select2-container.select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: #cacaca;
    background-color: #fff
}

.select2-container.select2-container--default.select2-container--open .select2-selection--multiple .select2-selection__arrow b {
    border-color: transparent transparent #777;
    border-width: 0 6px 6px
}

.select2-container .select2-dropdown {
    border: 1px solid #cacaca;
    color: #222;
    border-radius: 0
}

.select2-container .select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #001446
}

.select2-container .select2-dropdown .select2-results__option {
    padding: 10px 29px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    line-height: 35px
}

.consulting_stocks_box:before {
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background-color: #333;
    border-radius: 50%;
    animation: scaleout 1s infinite ease-in-out;
    transition: all .5s ease-in-out
}

.consulting_stocks_box div {
    visibility: hidden !important;
    opacity: 0 !important
}

.consulting_stocks_box.hide_preloader:before {
    display: none
}

.consulting_stocks_box.hide_preloader div {
    visibility: visible !important;
    opacity: 1 !important
}

.consulting_stocks_box .stocks_list .owl-stage-outer {
    z-index: 10;
    border-right: 1px solid rgba(255, 255, 255, .12)
}

.consulting_stocks_box .stocks_list .owl-stage-outer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, .12)
}

.consulting_stocks_box .stocks_list .owl-stage-outer .owl-stage {
    margin-left: -1px
}

.consulting_stocks_box .stocks_list .single-item {
    display: table;
    width: 100%;
    padding: 10px 26px;
    border-left: 1px solid rgba(255, 255, 255, .12);
    font-size: 13px
}

.consulting_stocks_box .stocks_list .single-item .currency_column {
    display: table-cell;
    vertical-align: top
}

.consulting_stocks_box .stocks_list .single-item .currency_column:nth-child(2) {
    text-align: right
}

.consulting_stocks_box .stocks_list .single-item .stock-exchange {
    margin-bottom: 8px;
    font-weight: 700;
    color: #001446
}

.consulting_stocks_box .stocks_list .single-item .regular-price {
    margin-bottom: 4px;
    font-weight: 400;
    color: #fff
}

.consulting_stocks_box .stocks_list .single-item .regular-change {
    font-weight: 700;
    font-size: 11px
}

.consulting_stocks_box .stocks_list .single-item .regular-change.positive {
    color: #66cdbc
}

.consulting_stocks_box .stocks_list .single-item .regular-change.positive span:before {
    content: "+"
}

.consulting_stocks_box .stocks_list .single-item .regular-change.negative {
    color: #d62a3a
}

.consulting_stocks_box .stocks_list_box {
    white-space: nowrap;
    text-align: center;
    width: 100%
}

.consulting_stocks_box .stocks_list_box .single-item {
    display: inline-block;
    width: auto;
    border-left: 0;
    padding: 15px 20px 10px
}

.consulting_stocks_box .stocks_list_box .single-item .currency_column {
    padding-right: 10px
}

@media only screen and (max-width:1024px) {
    .consulting_stocks_box .stocks_list_box {
        padding: 20px 0;
        max-height: 226px;
        position: relative;
        overflow-y: scroll !important
    }

    .consulting_stocks_box .stocks_list_box .single-item {
        float: left;
        width: 100%;
        padding: 6px 15px
    }
}

.stm-header__row_top .stm-header__cell.stm-header__cell_center,
.stm-header__row_top .stm-header__cell.stm-header__cell_center>div,
.stm-header__row_top .stm-header__element,
.stm-header__row_top .stm-header__element>div {
    max-width: 100%
}

.stm-header .stm-header__row_top .consulting_stocks_box,
.stm-header .stm-header__row_top .consulting_stocks_box .stocks_list,
.stm-header__row_top .stm-header__cell_center .stm-header__element:last-child {
    width: 100%;
    padding: 0 !important
}

.stm-header__row_top.stm-header__row_color {
    padding: 0 !important
}

.stm-header__row_top .stm-header__cell_center .stm-header__element {
    margin: 0 !important
}

.consulting_stocks_box.with_arrows .stocks_list {
    padding: 0 30px
}

.owl-controls {
    z-index: 9;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    left: -30px
}

.owl-controls .owl-nav {
    display: flex;
    align-items: center;
    height: 100%
}

.owl-controls .owl-nav .owl-next,
.owl-controls .owl-nav .owl-prev {
    font-size: 0;
    margin-left: 4px;
    visibility: hidden
}

.owl-controls .owl-nav .owl-next:before,
.owl-controls .owl-nav .owl-prev:before {
    content: "\f053";
    font: normal normal 600 14px/1 "Font Awesome 6 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    position: relative;
    visibility: visible;
    font-size: 18px;
    color: #001446
}

.owl-controls .owl-nav .owl-next {
    margin-left: auto;
    margin-right: 4px;
    border-left: 1px solid rgba(255, 255, 255, .12)
}

.owl-controls .owl-nav .owl-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free"
}

.eroom-enabled.single-product,
.eroom-enabled.single-product .stm-eroom-wcproduct,
.eroom-enabled.single-product .stm-eroom-wcproduct [class*=" stm-"],
.eroom-enabled.single-product .stm-eroom-wcproduct [class^=stm-],
body .stm_zoom_content,
body .stm_zoom_content .zoom_info .btn,
body .stm_zoom_content [class*=" stm-"],
body .stm_zoom_content [class^=stm-],
body.single-stm-zoom,
div [class*=" stm-header"],
div [class*=" stm-header"] div,
div [class^=stm-header],
div [class^=stm-header] div {
    font-family: inherit !important
}

.stm-header .consulting_stocks_box {
    padding: 6px 0;
    position: relative;
    background-color: #333
}

.stm-header .consulting_stocks_box .stocks_list {
    padding: 0 30px
}

@media only screen and (max-width:1023px) {
    .stm-header .consulting_stocks_box {
        margin: 0 -15px -30px;
        padding: 6px 15px;
        background-color: #333
    }
}

.header_transparent .stm-header .consulting_stocks_box {
    background-color: rgba(51, 51, 51, .2)
}

@media only screen and (max-width:1023px) {
    .header_transparent .stm-header .consulting_stocks_box {
        margin: 0 0 -30px;
        padding: 6px 0;
        background-color: transparent
    }
}

.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 0 !important
}

.stocks_table {
    display: flex;
    flex-direction: column
}

.stocks_table .single-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 20px;
    border: 2px solid rgba(51, 51, 51, .1);
    border-top: 0
}

.stocks_table .single-item:first-child {
    border-top: 2px solid rgba(51, 51, 51, .1)
}

.stocks_table .single-item div {
    display: block
}

.page_404 .bottom .bottom_wr .media h3:after,
.page_404 .bottom h1:after,
.stocks_table .single-item div.arrow i {
    display: none
}

.stocks_table .single-item div.arrow {
    margin-right: 20px
}

.stocks_table .single-item div.exchange_box .stock-exchange {
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 600;
    font-size: 16px;
    color: #243238
}

.stocks_table .single-item div.exchange_box .stock-full-exchange {
    font-size: 13px;
    color: #777
}

.stocks_table .single-item div.prices_box {
    margin-right: 0;
    margin-left: auto;
    text-align: right
}

.stocks_table .single-item div.prices_box .regular-change span {
    color: #777
}

.stocks_table .single-item div.prices_box .regular-price {
    color: #2f3c42
}

.stocks_table .single-item.negative .arrow i:last-child {
    display: block;
    color: #ec7974
}

.stocks_table .single-item.negative .regular-change span:first-child {
    color: #ec7974
}

.stocks_table .single-item.positive .arrow i:first-child {
    display: block;
    color: #56c897
}

.stocks_table .single-item.positive .regular-change span:first-child {
    color: #56c897
}

.stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-tabs-container {
    margin-right: 0 !important
}

.stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list {
    display: flex;
    width: 100%;
    margin-top: 0 !important;
    margin-left: 0 !important
}

.stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab {
    flex: 50;
    margin-left: 0 !important
}

.stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab>a {
    border-radius: 0 !important;
    border: 2px solid rgba(51, 51, 51, .1) !important;
    border-left: 0 !important;
    padding: 12px 20px 11px;
    text-align: center;
    font-weight: 600;
    font-size: 15px
}

.stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child {
    margin-left: 1px !important
}

.stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:first-child>a {
    border-left: 2px solid rgba(51, 51, 51, .1) !important
}

.stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active>a {
    background-color: #333;
    color: #fff !important
}

.stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 0 !important;
    border-radius: 0 !important;
    border: 2px solid rgba(51, 51, 51, .1) !important;
    border-top: 0 !important
}

@media only screen and (max-width:767px) {

    .stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4 a,
    .stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading h4 a {
        color: #fff
    }

    .stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading {
        background-color: #001446;
        border-radius: 0 !important
    }

    .stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel .vc_tta-panel-heading h4:after {
        background-color: transparent
    }

    .stocks-tabs.vc_tta-style-flat.vc_tta-tabs .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading {
        background-color: #333
    }
}

.stocks-tabs .stocks_table .single-item {
    border-bottom: 2px solid rgba(51, 51, 51, .1) !important;
    border-right: 0;
    border-left: 0
}

.stocks-tabs .stocks_table .single-item:first-child {
    border-top: 0 !important
}

.stocks-tabs .stocks_table .single-item:last-child {
    border-bottom: 0 !important
}

.consulting_stocks_box .labels_box {
    display: flex
}

.consulting_stocks_box .labels_box div {
    margin-bottom: 15px;
    font-size: 12px;
    color: #243238
}

.consulting_stocks_box .labels_box div span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 10px;
    width: 30px;
    padding: 2px
}

#footer,
#footer .widgets_row {
    position: relative
}

#footer .widgets_row .footer_logo {
    position: relative;
    margin: 0 0 37px;
    padding: 20px 0 0
}

#footer .widgets_row .footer_logo a {
    display: inline-block;
    vertical-align: top
}

#footer .widgets_row .footer_logo a img {
    display: block;
    height: 45px;
    width: auto
}

#footer .copyright_row .copyright_row_wr .socials ul:after,
#footer .copyright_row .copyright_row_wr:after,
#footer.style_2 .socials ul:after {
    display: table;
    clear: both;
    content: ""
}

#footer .widgets_row .footer_text {
    font-size: 14px;
    line-height: 24px
}

#footer .widgets_row .footer_text p {
    margin: 0;
    font-size: 14px;
    line-height: 24px
}

#footer .copyright_row {
    position: relative;
    text-align: center
}

#footer .copyright_row.widgets_disabled .copyright_row_wr {
    border: none
}

#footer .copyright_row .copyright_row_wr {
    border-top: 1px solid rgba(204, 204, 204, .5);
    padding: 16px 0 9px
}

#footer .copyright_row .copyright_row_wr .socials {
    position: relative;
    float: right;
    width: 50%
}

#footer .copyright_row .copyright_row_wr .socials ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: right
}

#footer .copyright_row .copyright_row_wr .socials ul li {
    float: left;
    margin: 0 0 8px 8px
}

#footer .copyright_row .copyright_row_wr .socials ul li a {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: #fff;
    text-align: center;
    line-height: 32px;
    color: #333;
    font-size: 17px;
    text-decoration: none !important;
    transition: all .3s ease
}

#footer .copyright_row .copyright_row_wr .socials ul li a i {
    line-height: 34px
}

#footer .copyright_row .copyright_row_wr .socials ul li a i.fa-vimeo {
    font-size: 14px
}

#footer .copyright_row .copyright_row_wr .socials ul li a i.stm-google-plus {
    font-size: 13px
}

#footer .copyright_row .copyright_row_wr .socials ul li a:hover {
    background: #001446;
    color: #fff
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-facebook:hover {
    background: #3a5897
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-twitter:hover {
    background: #00aced
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-instagram:hover {
    background: #ac907a
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-google-plus:hover {
    background: #db4437
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-vimeo:hover {
    background: #4bf
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-linkedin:hover {
    background: #0077b5
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-behance:hover {
    background: #1769ff
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-dribbble:hover {
    background: #ec4989
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-flickr:hover {
    background: #128fdc
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-github:hover {
    background: #fff;
    color: #333
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-pinterest:hover {
    background: #cb2027
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-yahoo:hover {
    background: #500095
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-delicious:hover {
    background: #39f
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-dropbox:hover {
    background: #1081de
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-reddit:hover {
    background: #ff4500
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-soundcloud:hover {
    background: #f60
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-google:hover {
    background: #4285f4
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-skype:hover {
    background: #00aff0
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-youtube:hover {
    background: #cc181e
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-tumblr:hover {
    background: #529ecc
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-vk:hover {
    background: #49739f
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-odnoklassniki:hover {
    background: #f58220
}

#footer .copyright_row .copyright_row_wr .socials ul li a.social-whatsapp:hover {
    background: #4cda64
}

#footer .copyright_row .copyright_row_wr .copyright {
    font-size: 15px;
    line-height: 28px;
    padding: 15px 0;
    text-transform: uppercase;
    color: #3591fa
}

#footer .copyright_row .copyright_row_wr .copyright a,
#footer .copyright_row .copyright_row_wr .copyright a:first-child {
    color: #001446
}

#footer.style_2 .copyright_row .copyright_row_wr .copyright {
    width: 100%;
    float: none;
    text-align: center
}

#footer.style_2 .socials ul li,
.woocommerce .cart-collaterals .cart_totals,
.woocommerce .woocommerce-page .cart-collaterals .cart_totals {
    float: left
}

#footer.style_2 .socials {
    margin-bottom: 35px
}

#footer.style_2 .socials ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

#footer.style_2 .socials ul li:not(:last-child) {
    margin-right: 8px
}

#footer.style_2 .socials ul li a {
    display: block;
    width: 32px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    color: #333;
    opacity: .5;
    transition: opacity .3s ease
}

#footer.style_2 .socials ul li a:hover {
    opacity: 1
}

#footer.style_2 .widgets_row .footer_text {
    margin-bottom: 35px
}

#footer.style_2 .footer_widgets .widget .widget_title {
    font-weight: 400;
    letter-spacing: .01em;
    padding-top: 19px
}

.base_bg_after_color:after,
.base_bg_before_color:before,
.base_bg_color,
.base_bg_color_hv:hover,
.countdown_box.style_2 .stm_countdown .count-box,
.read_more_arrow:hover i,
.stm_news .news_list li.view_style_3 .post_item .content .read_more:hover i,
.stm_services.style_5 .item .item_wr .item_info .read_more:hover i,
.stm_services.style_6 .item .item_wr .content .read_more:hover i {
    background-color: #333 !important
}

.stm_services.style_5 .item .item_wr .item_info .read_more i {
    color: #fff !important
}

.secondary_bg_after_color:after,
.secondary_bg_before_color:before,
.secondary_bg_color {
    background-color: #001446 !important
}

.secondary_font_color,
.secondary_font_color_hv:hover {
    color: #001446 !important
}

#footer.style_3 .widget_nav_menu li:before,
.read_more_arrow i,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-range-slider__range::-webkit-slider-thumb,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-total-description ul li:not(.ccb-summary-title):before,
.stm_pricing_plan_unit.style_2 .stm_pricing_plan .top:before,
.stm_services.style_6 .item .item_wr .content .read_more i,
.third_bg_after_color:after,
.third_bg_before_color:before,
.third_bg_color,
.third_bg_color_hv:hover,
.vc_testimonials.style_5 .owl-dots .owl-dot.active span {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)) !important
}

.base_font_color,
.read_more_arrow,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label,
.stm_news .news_list li.view_style_3 .post_item .content .read_more,
.stm_services.style_5 .item .item_wr .item_info .read_more,
.stm_services.style_6 .item .item_wr .content .read_more {
    color: #333 !important
}

.base_font_color.vc_custom_heading>.h1,
.base_font_color.vc_custom_heading>.h2,
.base_font_color.vc_custom_heading>.h3,
.base_font_color.vc_custom_heading>.h4,
.base_font_color.vc_custom_heading>.h5,
.base_font_color.vc_custom_heading>.h6,
.base_font_color.vc_custom_heading>h1,
.base_font_color.vc_custom_heading>h2,
.base_font_color.vc_custom_heading>h3,
.base_font_color.vc_custom_heading>h4,
.base_font_color.vc_custom_heading>h5,
.base_font_color.vc_custom_heading>h6,
.read_more_arrow.vc_custom_heading>.h1,
.read_more_arrow.vc_custom_heading>.h2,
.read_more_arrow.vc_custom_heading>.h3,
.read_more_arrow.vc_custom_heading>.h4,
.read_more_arrow.vc_custom_heading>.h5,
.read_more_arrow.vc_custom_heading>.h6,
.read_more_arrow.vc_custom_heading>h1,
.read_more_arrow.vc_custom_heading>h2,
.read_more_arrow.vc_custom_heading>h3,
.read_more_arrow.vc_custom_heading>h4,
.read_more_arrow.vc_custom_heading>h5,
.read_more_arrow.vc_custom_heading>h6,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label.vc_custom_heading>.h1,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label.vc_custom_heading>.h2,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label.vc_custom_heading>.h3,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label.vc_custom_heading>.h4,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label.vc_custom_heading>.h5,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label.vc_custom_heading>.h6,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label.vc_custom_heading>h1,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label.vc_custom_heading>h2,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label.vc_custom_heading>h3,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label.vc_custom_heading>h4,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label.vc_custom_heading>h5,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label.vc_custom_heading>h6,
.stm_news .news_list li.view_style_3 .post_item .content .read_more.vc_custom_heading>.h1,
.stm_news .news_list li.view_style_3 .post_item .content .read_more.vc_custom_heading>.h2,
.stm_news .news_list li.view_style_3 .post_item .content .read_more.vc_custom_heading>.h3,
.stm_news .news_list li.view_style_3 .post_item .content .read_more.vc_custom_heading>.h4,
.stm_news .news_list li.view_style_3 .post_item .content .read_more.vc_custom_heading>.h5,
.stm_news .news_list li.view_style_3 .post_item .content .read_more.vc_custom_heading>.h6,
.stm_news .news_list li.view_style_3 .post_item .content .read_more.vc_custom_heading>h1,
.stm_news .news_list li.view_style_3 .post_item .content .read_more.vc_custom_heading>h2,
.stm_news .news_list li.view_style_3 .post_item .content .read_more.vc_custom_heading>h3,
.stm_news .news_list li.view_style_3 .post_item .content .read_more.vc_custom_heading>h4,
.stm_news .news_list li.view_style_3 .post_item .content .read_more.vc_custom_heading>h5,
.stm_news .news_list li.view_style_3 .post_item .content .read_more.vc_custom_heading>h6,
.stm_services.style_5 .item .item_wr .item_info .read_more.vc_custom_heading>.h1,
.stm_services.style_5 .item .item_wr .item_info .read_more.vc_custom_heading>.h2,
.stm_services.style_5 .item .item_wr .item_info .read_more.vc_custom_heading>.h3,
.stm_services.style_5 .item .item_wr .item_info .read_more.vc_custom_heading>.h4,
.stm_services.style_5 .item .item_wr .item_info .read_more.vc_custom_heading>.h5,
.stm_services.style_5 .item .item_wr .item_info .read_more.vc_custom_heading>.h6,
.stm_services.style_5 .item .item_wr .item_info .read_more.vc_custom_heading>h1,
.stm_services.style_5 .item .item_wr .item_info .read_more.vc_custom_heading>h2,
.stm_services.style_5 .item .item_wr .item_info .read_more.vc_custom_heading>h3,
.stm_services.style_5 .item .item_wr .item_info .read_more.vc_custom_heading>h4,
.stm_services.style_5 .item .item_wr .item_info .read_more.vc_custom_heading>h5,
.stm_services.style_5 .item .item_wr .item_info .read_more.vc_custom_heading>h6,
.stm_services.style_6 .item .item_wr .content .read_more.vc_custom_heading>.h1,
.stm_services.style_6 .item .item_wr .content .read_more.vc_custom_heading>.h2,
.stm_services.style_6 .item .item_wr .content .read_more.vc_custom_heading>.h3,
.stm_services.style_6 .item .item_wr .content .read_more.vc_custom_heading>.h4,
.stm_services.style_6 .item .item_wr .content .read_more.vc_custom_heading>.h5,
.stm_services.style_6 .item .item_wr .content .read_more.vc_custom_heading>.h6,
.stm_services.style_6 .item .item_wr .content .read_more.vc_custom_heading>h1,
.stm_services.style_6 .item .item_wr .content .read_more.vc_custom_heading>h2,
.stm_services.style_6 .item .item_wr .content .read_more.vc_custom_heading>h3,
.stm_services.style_6 .item .item_wr .content .read_more.vc_custom_heading>h4,
.stm_services.style_6 .item .item_wr .content .read_more.vc_custom_heading>h5,
.stm_services.style_6 .item .item_wr .content .read_more.vc_custom_heading>h6 {
    color: #333
}

.countdown_box.style_2 .stm_countdown .count-box .position,
.countdown_box.style_2 .stm_countdown .count-box .position .third_font_color.vc_custom_heading>.h1,
.countdown_box.style_2 .stm_countdown .count-box .position .third_font_color.vc_custom_heading>.h2,
.countdown_box.style_2 .stm_countdown .count-box .position .third_font_color.vc_custom_heading>.h3,
.countdown_box.style_2 .stm_countdown .count-box .position .third_font_color.vc_custom_heading>.h4,
.countdown_box.style_2 .stm_countdown .count-box .position .third_font_color.vc_custom_heading>.h5,
.countdown_box.style_2 .stm_countdown .count-box .position .third_font_color.vc_custom_heading>.h6,
.countdown_box.style_2 .stm_countdown .count-box .position .third_font_color.vc_custom_heading>h1,
.countdown_box.style_2 .stm_countdown .count-box .position .third_font_color.vc_custom_heading>h2,
.countdown_box.style_2 .stm_countdown .count-box .position .third_font_color.vc_custom_heading>h3,
.countdown_box.style_2 .stm_countdown .count-box .position .third_font_color.vc_custom_heading>h4,
.countdown_box.style_2 .stm_countdown .count-box .position .third_font_color.vc_custom_heading>h5,
.countdown_box.style_2 .stm_countdown .count-box .position .third_font_color.vc_custom_heading>h6,
.stm_services.style_6 .item .item_wr .content h5 a:hover,
.stm_services.style_6 .item .item_wr .content h5 a:hover .third_font_color.vc_custom_heading>.h1,
.stm_services.style_6 .item .item_wr .content h5 a:hover .third_font_color.vc_custom_heading>.h2,
.stm_services.style_6 .item .item_wr .content h5 a:hover .third_font_color.vc_custom_heading>.h3,
.stm_services.style_6 .item .item_wr .content h5 a:hover .third_font_color.vc_custom_heading>.h4,
.stm_services.style_6 .item .item_wr .content h5 a:hover .third_font_color.vc_custom_heading>.h5,
.stm_services.style_6 .item .item_wr .content h5 a:hover .third_font_color.vc_custom_heading>.h6,
.stm_services.style_6 .item .item_wr .content h5 a:hover .third_font_color.vc_custom_heading>h1,
.stm_services.style_6 .item .item_wr .content h5 a:hover .third_font_color.vc_custom_heading>h2,
.stm_services.style_6 .item .item_wr .content h5 a:hover .third_font_color.vc_custom_heading>h3,
.stm_services.style_6 .item .item_wr .content h5 a:hover .third_font_color.vc_custom_heading>h4,
.stm_services.style_6 .item .item_wr .content h5 a:hover .third_font_color.vc_custom_heading>h5,
.stm_services.style_6 .item .item_wr .content h5 a:hover .third_font_color.vc_custom_heading>h6,
.third_font_color,
.third_font_color .third_font_color.vc_custom_heading>.h1,
.third_font_color .third_font_color.vc_custom_heading>.h2,
.third_font_color .third_font_color.vc_custom_heading>.h3,
.third_font_color .third_font_color.vc_custom_heading>.h4,
.third_font_color .third_font_color.vc_custom_heading>.h5,
.third_font_color .third_font_color.vc_custom_heading>.h6,
.third_font_color .third_font_color.vc_custom_heading>h1,
.third_font_color .third_font_color.vc_custom_heading>h2,
.third_font_color .third_font_color.vc_custom_heading>h3,
.third_font_color .third_font_color.vc_custom_heading>h4,
.third_font_color .third_font_color.vc_custom_heading>h5,
.third_font_color .third_font_color.vc_custom_heading>h6,
.third_font_color_hv:hover,
.third_font_color_hv:hover .third_font_color.vc_custom_heading>.h1,
.third_font_color_hv:hover .third_font_color.vc_custom_heading>.h2,
.third_font_color_hv:hover .third_font_color.vc_custom_heading>.h3,
.third_font_color_hv:hover .third_font_color.vc_custom_heading>.h4,
.third_font_color_hv:hover .third_font_color.vc_custom_heading>.h5,
.third_font_color_hv:hover .third_font_color.vc_custom_heading>.h6,
.third_font_color_hv:hover .third_font_color.vc_custom_heading>h1,
.third_font_color_hv:hover .third_font_color.vc_custom_heading>h2,
.third_font_color_hv:hover .third_font_color.vc_custom_heading>h3,
.third_font_color_hv:hover .third_font_color.vc_custom_heading>h4,
.third_font_color_hv:hover .third_font_color.vc_custom_heading>h5,
.third_font_color_hv:hover .third_font_color.vc_custom_heading>h6 {
    color: #3591fa
}

.third_bg_color,
.vc_general.vc_cta3.vc_cta3-color-classic.vc_cta3-style-flat.third_bg_color {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.rev_slider li.tp-revslider-slidesli.third_bg_color {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)) !important
}

.base_font_color,
.base_font_color.vc_custom_heading>.h1,
.base_font_color.vc_custom_heading>.h2,
.base_font_color.vc_custom_heading>.h3,
.base_font_color.vc_custom_heading>.h4,
.base_font_color.vc_custom_heading>.h5,
.base_font_color.vc_custom_heading>.h6,
.base_font_color.vc_custom_heading>h1,
.base_font_color.vc_custom_heading>h2,
.base_font_color.vc_custom_heading>h3,
.base_font_color.vc_custom_heading>h4,
.base_font_color.vc_custom_heading>h5,
.base_font_color.vc_custom_heading>h6 {
    color: #333
}

.third_font_color,
.third_font_color.vc_custom_heading>.h1,
.third_font_color.vc_custom_heading>.h2,
.third_font_color.vc_custom_heading>.h3,
.third_font_color.vc_custom_heading>.h4,
.third_font_color.vc_custom_heading>.h5,
.third_font_color.vc_custom_heading>.h6,
.third_font_color.vc_custom_heading>h1,
.third_font_color.vc_custom_heading>h2,
.third_font_color.vc_custom_heading>h3,
.third_font_color.vc_custom_heading>h4,
.third_font_color.vc_custom_heading>h5,
.third_font_color.vc_custom_heading>h6 {
    color: #3591fa
}

.elementor-default .elementor-text-editor ul.white li:before,
.infobox.style_7 .infobox_link i,
.infobox.style_8 .infobox_title_wrap i,
.infobox.style_8 .infobox_title_wrap i:before,
.stm_pricing_plan_unit.style_2 .stm_label span,
.stm_pricing_plan_unit.style_3 .stm_label span,
body .stm_pricing_plan_unit.style_3 .stm_pricing_plan .content .stm_pricing_btn .vc_btn3 {
    color: #fff !important
}

.border_base_color.vc_custom_heading {
    border-color: #333
}

body .vc_row.overlay.vc_parallax .vc_parallax-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .25)
}

body .vc_row.overlay {
    position: relative
}

body .vc_row.overlay:before,
body .vc_row.overlay_2.vc_parallax .vc_parallax-inner:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

body .vc_row.overlay:before {
    background: rgba(78, 77, 75, .65);
    display: block
}

body .vc_row.overlay_2.vc_parallax .vc_parallax-inner:before {
    background: rgba(51, 51, 51, .8)
}

body .vc_row.overlay_2,
body .wpb_column.overlay_2 .vc_column-inner {
    position: relative
}

body .vc_row.overlay_2:before,
body .wpb_column.overlay_2 .vc_column-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51, 51, 51, .8);
    display: block
}

body .wpb_column.overlay_2 .vc_column-inner .wpb_wrapper {
    position: relative;
    z-index: 10
}

body .vc_row.fixed_bg {
    background-attachment: fixed;
    background-position: 50% 0 !important;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0)
}

body .overlay_3 {
    position: relative
}

body .overlay_3:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(51, 51, 51, .6)
}

body .vc_row.overlay_4.vc_parallax .vc_parallax-inner:before,
body .vc_row.overlay_4:before {
    background: rgba(51, 51, 51, .5);
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

body .vc_row.overlay_4.vc_parallax .vc_parallax-inner:before {
    position: absolute
}

body .vc_row.overlay_4 {
    position: relative
}

body .vc_row.overlay_4:before {
    position: absolute;
    display: block
}

body .vc_row.video_overlay.vc_parallax .vc_parallax-inner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAAH608TDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkNBQjQ3N0JDMzUwMTFFNTk2RTNDMzJCMDVGODVCRjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkNBQjQ3N0NDMzUwMTFFNTk2RTNDMzJCMDVGODVCRjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQ0FCNDc3OUMzNTAxMUU1OTZFM0MzMkIwNUY4NUJGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQ0FCNDc3QUMzNTAxMUU1OTZFM0MzMkIwNUY4NUJGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsTuEqwAAACGSURBVHjaYmRgYHBgQAJMQJyAxE9gxKYCBQAEEIoKmGwCThkwAAggDFPx2oDXgchsgACizFgGXEYPhLEAAcQMxAuA+AMQKwBxA7FsvKYS41ayNOKMEnzsIeRUgAAiy6lMpNpCsU2jzht1HgXOAwgwsjMkXTMxXTP+aDCOBuNoMI4GI32DEQBy8immAOD7TAAAAABJRU5ErkJggg==) 50% 50%;
    z-index: 10
}

body .mb-30,
body .stm_sidebar .wpb_content_element.mb-30 {
    margin-bottom: 30px
}

body.boxed_layout.stm-demo-changed {
    background-image: none !important
}

.stm-site-preloader.preloader-wrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    opacity: 0;
    visibility: hidden;
    transition: opacity .1s ease 1s
}

body.stm-demo-changed .stm-site-preloader.preloader-wrapper {
    visibility: visible;
    opacity: 1
}

.stm-site-preloader .spinner-blue,
.stm-site-preloader .spinner-blue-only {
    border-color: #001446
}

@media only screen and (max-width:768px) {
    body .vc_row.reset-sm-paddings {
        margin-left: -15px !important;
        margin-right: -15px !important
    }

    body .vc_row.reset-sm-paddings>.wpb_column>.vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

.base_bg_color {
    background-color: #333 !important
}

.secondary_bg_color {
    background-color: #001446 !important
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan:hover .top:before,
.third_bg_color,
.vc_testimonials.style_5 .owl-dots .owl-dot.active span {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)) !important
}

.stm_pricing_plan_unit.style_3 .stm_label span {
    background-color: #001446 !important
}

.infobox.style_7 .infobox_link i {
    vertical-align: top;
    font-size: 8px !important
}

.custom_heading_left_line .consulting-custom-title {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 38px
}

.custom_heading_left_line .consulting-custom-title:after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    width: 2px;
    height: 80%;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

@media only screen and (max-width:480px) {
    .custom_heading_left_line .consulting-custom-title {
        padding: 0
    }
}

.btn_has_icon_on_the_right .ce_cta__action .button,
.elementor-button-wrapper .elementor-button.elementor-button-link.elementor-size-lg {
    padding: 14px 27px
}

.elementor-button-wrapper .elementor-button.elementor-button-link.elementor-size-lg .elementor-button-text {
    font-weight: 700;
    line-height: 24px
}

.btn_has_icon_on_the_right .ce_cta__action .button i {
    font-size: 19px
}

.elementor-widget-container .ce_cta.btn_has_icon_on_the_right .button {
    padding-right: 50px
}

.elementor-widget-container .ce_cta.btn_has_icon_on_the_left .button {
    padding-left: 50px
}

.elementor-default .elementor-text-editor ul.white {
    text-color: #fff !important
}

.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li:before {
    content: "\e9e6" !important;
    font-family: stm !important;
    font-size: 14px !important;
    transform: none !important;
    top: 4px !important
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-header-navbar .navbar {
    border-radius: 35px
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-header-navbar .navbar button {
    border-radius: 25px;
    text-transform: uppercase;
    min-width: auto
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-header-navbar .navbar .prev-step {
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: transparent
}

@media (min-width:761px) {
    body #bookit-app .bookit-app-content .step-by-step-view .calendar-header-navbar .navbar .prev-step {
        border-color: #333
    }

    body #bookit-app .bookit-app-content .step-by-step-view .calendar-header-navbar .navbar .prev-step .left-icon {
        background: #333
    }

    body #bookit-app .bookit-app-content .step-by-step-view .calendar-header-navbar .navbar .calendar-step-nav {
        margin-left: 45px;
        flex-grow: 1;
        width: auto
    }
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-header-navbar .navbar .calendar-step-nav .calendar-step-item .step {
    font-size: 15px
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-header-navbar .navbar .calendar-step-nav .calendar-step-item.active .step .step-num,
body #bookit-app .bookit-app-content .step-by-step-view .calendar-header-navbar .navbar .calendar-step-nav .calendar-step-item:hover .step .step-num {
    color: #fff;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.site_layout_valencia .stm_zoom_content .zoom_info .btn:hover,
.site_layout_valencia .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_date {
    color: #3591fa
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-content .step-content {
    margin-top: 10px
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-content .step-content .datetime div label {
    font-size: 14px;
    font-weight: 400
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-content .step-content .datetime div .select {
    background-color: transparent;
    border-bottom-width: 2px;
    border-top-width: 1px;
    border-top-color: transparent;
    border-left: 0;
    border-right: 0;
    padding-left: 4px;
    border-radius: 0;
    font-weight: 700
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-content .step-content .confirmation .total label,
body #bookit-app .bookit-app-content .step-by-step-view .calendar-content .step-content .details .row .detail-form label,
body #bookit-app .bookit-app-content .step-by-step-view .calendar-content .step-content label {
    font-size: 14px;
    font-weight: 400
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-content .step-content .datetime div.time .time-select .time-list .time-slot.active {
    border-color: #3591fa;
    background-color: rgba(240, 88, 54, .2)
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-content .step-content .datetime div.time .time-select .time-list .time-slot:not(.not-available):hover {
    border-color: rgba(240, 88, 54, .2);
    background-color: rgba(240, 88, 54, .2)
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-content .step-content .details .row .detail-form input,
body #bookit-app .bookit-app-content .step-by-step-view .calendar-content .step-content .details .row .detail-form textarea {
    background-color: transparent;
    border-bottom-width: 2px;
    border-top-width: 1px;
    border-top-color: transparent;
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    border-radius: 0
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-content .step-content .confirmation .appointment-info .appointment-detail .detail-icon .icon {
    background-color: transparent
}

body #bookit-app .bookit-app-content .step-by-step-view .calendar-content .step-content ul li.active {
    border-color: #3591fa;
    background-color: rgba(240, 88, 54, .2)
}

body #bookit-app .bookit-app-content .default-theme .sidebar-filters .header .back-icon {
    border-color: #001446
}

.site_layout_valencia .stm_zoom_grid_container .stm_zoom_grid__item .single_meeting {
    border: 1px solid #ddd;
    border-radius: 5px 5px 5px 20px
}

.site_layout_valencia .stm_zoom_grid_container .stm_zoom_grid__item .image img {
    border-radius: 5px 5px 0 0
}

.site_layout_valencia .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_info .host_title {
    font-size: 18px !important;
    font-weight: 700 !important
}

.site_layout_valencia .stm_zoom_content .zoom_info .btn {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none;
    margin-bottom: 15px
}

body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countDays,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countHours,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countMinutes,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countSeconds {
    background: #474850;
    min-height: 84px;
    position: relative;
    box-shadow: inset 0 -40px 0 rgba(255, 255, 255, .16);
    margin: 0 8px;
    border-top: 3px solid #676d70 !important;
    border-bottom: 3px solid #585b5d !important
}

body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countDays .countdown_label,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countHours .countdown_label,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countMinutes .countdown_label,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countSeconds .countdown_label {
    top: 100%;
    margin-top: 5px
}

body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countDays .position.h1,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countHours .position.h1,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countMinutes .position.h1,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countSeconds .position.h1 {
    margin-top: 19px;
    font-size: 45px !important;
    font-weight: 700 !important;
    width: 35px
}

@media (max-width:640px) {

    body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countDays .position.h1,
    body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countHours .position.h1,
    body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countMinutes .position.h1,
    body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countSeconds .position.h1 {
        font-size: 32px !important;
        width: 25px
    }
}

body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countDays .position.h1 .digit,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countHours .position.h1 .digit,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countMinutes .position.h1 .digit,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countSeconds .position.h1 .digit {
    color: #fff;
    width: 34px
}

@media (max-width:640px) {

    body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countDays .position.h1 .digit,
    body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countHours .position.h1 .digit,
    body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countMinutes .position.h1 .digit,
    body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown .countSeconds .position.h1 .digit {
        width: 25px
    }

    body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown span.countDiv {
        margin: auto 0 !important;
        height: auto !important
    }
}

body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown span.countDiv {
    width: auto !important;
    height: auto !important;
    top: 0 !important;
    background: 0 0 !important
}

body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown span.countDiv:after,
body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown span.countDiv:before {
    content: ' ' !important;
    display: block !important;
    width: 6px !important;
    height: 6px !important;
    top: 0 !important;
    background-color: #474850 !important;
    position: static;
    margin: 7px 0
}

body.stm-zoom-template-default .zoom_countdown_wrap .stm_zooom_countdown span .position.h1 {
    font-size: 45px
}

body.stm-zoom-template-default .countdown_title {
    color: #888;
    font-weight: 400
}

.page_404 .bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0
}

.page_404 .bottom h1 {
    padding: 0;
    margin: 0 0 0 -11px;
    font-size: 230px;
    line-height: 132px;
    color: #333
}

.page_404 .bottom .bottom_wr {
    padding: 70px 95px;
    background: #333
}

.page_404 .bottom .bottom_wr .media h3 {
    color: #fff;
    padding: 0;
    margin: 0
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 20px
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 20px;
    font-size: 14px
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 14px;
    border: 1px solid #ccc;
    background: 0 0;
    color: #333;
    text-transform: lowercase;
    font-weight: 600;
    padding: 10px 21px 9px;
    float: right;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    float: left;
    letter-spacing: -.04em;
    padding-top: 7px;
    color: #999;
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 11px;
    height: 11px;
    background-color: #001446;
    border-radius: 11px;
    cursor: ew-resize;
    outline: 0;
    top: -4px;
    margin-left: -5px
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #e6e6e6;
    border: 0
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: 3px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px
}

.woocommerce ul.product_list_widget {
    list-style: none;
    padding: 0;
    margin: 0
}

.woocommerce ul.product_list_widget li {
    padding: 0 0 20px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 20px;
    list-style: none
}

.woocommerce ul.product_list_widget li:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce ul.product_list_widget li:last-child {
    margin: 0;
    border: none
}

.woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 700
}

.woocommerce ul.product_list_widget li a:hover {
    text-decoration: none
}

.woocommerce ul.product_list_widget li .product-title {
    color: #333;
    font-weight: 600;
    margin: 0 0 10px
}

.woocommerce ul.product_list_widget li .product-title:hover {
    color: #001446
}

.woocommerce ul.product_list_widget li img {
    float: left;
    margin: 0 16px 0 0;
    width: 54px;
    height: auto;
    box-shadow: none
}

.woocommerce ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, .1)
}

.woocommerce ul.product_list_widget li dl:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.product_list_widget li dl dt {
    display: inline-block;
    float: left;
    margin-bottom: 1em
}

.woocommerce ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 .25em;
    margin: 0 4px 0 0;
    clear: left
}

.woocommerce ul.product_list_widget li dl dd {
    padding: 0 0 .25em
}

.woocommerce ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0
}

.woocommerce ul.product_list_widget li .star-rating {
    float: none;
    margin: 8px 0 10px;
    font-size: 11px;
    height: 11px;
    width: 76px;
    letter-spacing: .4em
}

.woocommerce ul.product_list_widget li .star-rating span {
    color: #3591fa
}

.woocommerce ul.product_list_widget li .amount {
    color: #999;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.04em
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 11px;
    width: 76px;
    letter-spacing: .4em;
    font-size: 11px;
    line-height: 1;
    font-family: star
}

.woocommerce .star-rating:before {
    content: "\73\73\73\73\73";
    color: #ddd;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

.woocommerce span.onsale {
    padding: 3px 10px 2px;
    min-height: inherit;
    min-width: inherit;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 20px;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 3px;
    background-color: #81ca00;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    z-index: 9
}

.woocommerce ul.products li.product {
    float: left;
    display: table-cell;
    vertical-align: top;
    margin: -1px 0 0;
    padding: 40px 20px;
    position: relative;
    width: 33.333% !important;
    border: 1px solid #f2f2f2;
    border-right-color: transparent;
    border-bottom-color: transparent;
    transition: all .3s ease;
    text-align: center
}

.woocommerce ul.products li.product:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
    border-color: transparent #f2f2f2
}

.woocommerce ul.products li.product.first {
    border-left-color: transparent
}

.woocommerce ul.products li.product.last {
    border-right-color: transparent
}

.woocommerce ul.products li.product:first-child,
.woocommerce ul.products li.product:first-child+li.product,
.woocommerce ul.products li.product:first-child+li.product+li.product {
    border-top-color: transparent
}

.woocommerce ul.products li.product:first-child+li.product+li.product:hover,
.woocommerce ul.products li.product:first-child+li.product:hover,
.woocommerce ul.products li.product:first-child:hover {
    border-color: transparent #f2f2f2
}

.woocommerce .products ul,
.woocommerce ul.products {
    padding: 0;
    list-style: none;
    clear: both
}

.woocommerce .products ul:after,
.woocommerce ul.products:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce .products ul li,
.woocommerce ul.products li {
    list-style: none
}

.woocommerce .related ul.products {
    margin: 0;
    padding: 0;
    border: none
}

.woocommerce ul.products {
    border-bottom: 1px solid #ddd;
    padding: 0 0 40px;
    margin: 0 0 30px
}

.woocommerce ul.products li.product .onsale {
    top: 30px;
    right: 30px;
    left: auto
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
    padding: 0;
    margin: 0 0 1px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: none;
    color: #333
}

.woocommerce ul.products li.product .woocommerce-loop-product__title:after,
.woocommerce ul.products li.product h3:after {
    display: none
}

.woocommerce ul.products li.product .author {
    color: #777;
    font-size: 13px;
    font-style: italic;
    margin: 0 0 20px
}

.woocommerce ul.products li.product a {
    text-decoration: none;
    display: block
}

.woocommerce ul.products li.product a:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce ul.products li.product a img {
    width: auto;
    max-width: 100%;
    height: auto;
    margin: 0 0 25px;
    box-shadow: none;
    display: inline-block
}

.woocommerce ul.products li.product strong {
    display: block
}

.woocommerce ul.products li.product .star-rating-wr {
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px
}

.woocommerce ul.products li.product .star-rating {
    display: inline-block;
    font-size: 11px
}

.woocommerce ul.products li.product .star-rating span {
    color: #3591fa
}

.woocommerce ul.products li.product .button {
    margin-top: 6px;
    clear: both;
    display: inline-block
}

.woocommerce ul.products li.product .price {
    color: #333;
    font-weight: 400;
    margin-bottom: 10px;
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -.04em;
    text-decoration: none;
    padding: 0 10px
}

.woocommerce ul.products li.product .price del {
    opacity: 1;
    display: block;
    float: left;
    font-size: 14px;
    line-height: 28px;
    color: #999;
    margin: 0 10px 0 0
}

.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 400;
    float: left;
    text-decoration: none
}

.woocommerce ul.products li.product .price .from {
    font-size: .67em;
    margin: -2px 0 0;
    text-transform: uppercase;
    color: rgba(51, 51, 51, .5)
}

.woocommerce .woocommerce_before_shop_loop {
    padding: 11px 20px 11px 30px;
    background: #f2f2f2;
    margin: 0 0 30px
}

.woocommerce .woocommerce_before_shop_loop:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce .woocommerce_before_shop_loop .woocommerce-result-count {
    color: #222;
    margin: 0;
    padding: 7px 0 0
}

.woocommerce .woocommerce_before_shop_loop .woocommerce-ordering {
    margin: 0
}

.woocommerce .woocommerce_before_shop_loop .woocommerce-ordering .select2-container.select2-container--default .select2-selection--single {
    height: 38px
}

.woocommerce .woocommerce_before_shop_loop .woocommerce-ordering .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-right: 43px
}

.woocommerce .woocommerce_before_shop_loop .woocommerce-ordering .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 38px
}

.woocommerce a.added_to_cart {
    padding-top: 15px;
    white-space: nowrap;
    display: inline-block;
    font-size: 12px
}

.woocommerce a.added_to_cart:hover {
    text-decoration: underline !important
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
    padding: 27px 150px 27px 56px !important;
    margin: 0 0 20px !important;
    position: relative;
    background-color: transparent;
    color: #212121;
    border: 3px solid var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    list-style: none !important;
    width: auto;
    word-wrap: break-word
}

.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 21px;
    font-size: 21px;
    margin: -15px 0 0
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
    float: none;
    position: absolute;
    right: 21px;
    top: 18px;
    padding: 5px 15px
}

.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
    list-style: none !important;
    padding-left: 0 !important;
    margin-left: 0 !important
}

.woocommerce .woocommerce-error .showcoupon,
.woocommerce .woocommerce-error .showlogin,
.woocommerce .woocommerce-info .showcoupon,
.woocommerce .woocommerce-info .showlogin,
.woocommerce .woocommerce-message .showcoupon,
.woocommerce .woocommerce-message .showlogin {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    text-decoration: none !important;
    border-bottom: 1px dotted #333
}

.woocommerce .woocommerce-error .showcoupon:hover,
.woocommerce .woocommerce-error .showlogin:hover,
.woocommerce .woocommerce-info .showcoupon:hover,
.woocommerce .woocommerce-info .showlogin:hover,
.woocommerce .woocommerce-message .showcoupon:hover,
.woocommerce .woocommerce-message .showlogin:hover {
    border-bottom: none
}

.woocommerce .woocommerce-message {
    border-color: #81ca00
}

.woocommerce .woocommerce-message:before {
    content: "\e015";
    color: #81ca00
}

.woocommerce .woocommerce-info {
    border-color: #3591fa
}

.woocommerce .woocommerce-info:before {
    content: "\f05a";
    font: normal normal 600 14px/1 "Font Awesome 6 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: #333;
    font-size: 24px;
    margin-top: -12px
}

.woocommerce .woocommerce-error {
    border-color: #b81c23
}

.woocommerce .woocommerce-error:before {
    content: "\e016";
    color: #b81c23
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images {
    float: left;
    width: 350px;
    margin-bottom: 60px
}

.woocommerce #content div.product div.images .woocommerce-main-image,
.woocommerce div.product div.images .woocommerce-main-image {
    position: relative;
    display: block;
    height: 360px;
    text-align: center;
    border: 1px solid #f2f2f2
}

.woocommerce #content div.product div.images .woocommerce-main-image:after,
.woocommerce #content div.product div.images:after,
.woocommerce div.product div.images .woocommerce-main-image:after,
.woocommerce div.product div.images:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.woocommerce #content div.product div.images img,
.woocommerce div.product div.images img {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    max-width: 100%;
    height: auto
}

.woocommerce #content div.product div.images .thumbnails,
.woocommerce div.product div.images .thumbnails {
    list-style: none;
    padding: 0;
    margin: 10px -5px 0;
    font-size: 0
}

.woocommerce #content div.product div.images .thumbnails li,
.woocommerce div.product div.images .thumbnails li {
    padding: 0 5px;
    float: left;
    width: 33.33%
}

.woocommerce #content div.product div.images .thumbnails li:hover a,
.woocommerce div.product div.images .thumbnails li:hover a {
    border-color: #333
}

.woocommerce #content div.product div.images .thumbnails li a,
.woocommerce div.product div.images .thumbnails li a {
    transition: all .3s ease;
    display: block;
    border: 1px solid #f2f2f2;
    padding: 15px 27px
}

.woocommerce #content div.product div.images .thumbnails li a img,
.woocommerce div.product div.images .thumbnails li a img {
    max-width: 100%;
    height: auto
}

.woocommerce #content div.product div.images .woocommerce-product-gallery__image,
.woocommerce div.product div.images .woocommerce-product-gallery__image {
    vertical-align: top
}

.woocommerce #content div.product div.images .woocommerce-product-gallery__image a,
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    transition: all .3s ease;
    display: block;
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin: 5px 5px 5px 0
}

.woocommerce #content div.product div.images .woocommerce-product-gallery__image a img,
.woocommerce div.product div.images .woocommerce-product-gallery__image a img {
    max-width: 100%;
    height: auto
}

.woocommerce #content div.product div.images .woocommerce-product-first-gallery__image,
.woocommerce div.product div.images .woocommerce-product-first-gallery__image {
    display: block;
    border: 1px solid #f2f2f2;
    padding: 0;
    margin: 5px 5px 5px 0;
    position: relative
}

.woocommerce #content div.product div.images .woocommerce-product-first-gallery__image:after,
.woocommerce div.product div.images .woocommerce-product-first-gallery__image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #fff
}

.woocommerce #content div.product div.images .woocommerce-product-first-gallery__image a,
.woocommerce div.product div.images .woocommerce-product-first-gallery__image a {
    border: 0;
    padding: 0;
    margin: 0
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary {
    padding-left: 30px;
    float: none;
    width: auto;
    overflow: hidden;
    margin-bottom: 60px
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #333;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -.04em
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 400;
    text-decoration: none
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    font-size: 20px;
    line-height: 28px;
    color: #999;
    margin: 0 10px 0 0
}

.woocommerce div.product p.stock {
    font-size: .92em
}

.woocommerce div.product .stock {
    color: #3591fa
}

.woocommerce div.product .out-of-stock {
    color: red
}

.woocommerce div.product .woocommerce-product-rating {
    padding: 6px 0 0;
    margin-bottom: 25px;
    line-height: 1
}

.woocommerce div.product .woocommerce-product-rating .star-rating {
    margin: 0 10px 0 0;
    float: none;
    display: inline-block;
    vertical-align: middle;
    color: #3591fa
}

.woocommerce div.product div.images,
.woocommerce div.product div.summary {
    margin-bottom: 2em
}

.woocommerce div.product .woocommerce-product-rating .woocommerce-review-link {
    display: inline-block;
    vertical-align: middle;
    color: #777;
    font-size: 13px
}

.woocommerce div.product div.images img {
    display: block;
    width: 100%;
    height: auto;
    box-shadow: none
}

.woocommerce div.product div.images div.thumbnails {
    padding-top: 1em
}

.woocommerce div.product div.summary p {
    line-height: 22px;
    color: #222;
    margin-bottom: 23px
}

.woocommerce div.product div.summary p.price {
    color: #333;
    line-height: 1;
    margin-bottom: 17px
}

.woocommerce div.product div.social {
    text-align: right;
    margin: 0 0 1em
}

.woocommerce div.product div.social span {
    margin: 0 0 0 2px
}

.woocommerce div.product div.social span span {
    margin: 0
}

.woocommerce div.product div.social span .stButton .chicklets {
    padding-left: 16px;
    width: 0
}

.woocommerce div.product div.social iframe {
    float: left;
    margin-top: 3px
}

.woocommerce div.product .woocommerce-tabs {
    margin: 0 0 35px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative
}

.woocommerce div.product .woocommerce-tabs ul.tabs:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    display: block;
    float: left;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: 15px 35px 14px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #fff
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #001446;
    color: #fff;
    z-index: 2
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none !important
}

.woocommerce div.product form.cart:after,
.woocommerce div.product p.cart:after {
    display: table;
    content: "";
    clear: both
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 35px 40px 38px;
    background: #f2f2f2;
    border: none;
    color: #222;
    box-shadow: none;
    border-radius: 0
}

.woocommerce div.product .woocommerce-tabs .panel p {
    line-height: 22px
}

.woocommerce div.product .woocommerce-tabs .panel p:last-child {
    margin: 0
}

.woocommerce div.product p.cart {
    margin-bottom: 2em
}

.woocommerce div.product form.cart {
    margin-bottom: 29px
}

.woocommerce div.product form.cart div.quantity {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    width: 95px
}

.woocommerce div.product form.cart div.quantity input {
    background: #cacaca;
    border: none;
    padding: 15px 49px 16px 15px;
    border-radius: 0;
    color: #222;
    font-size: 13px;
    line-height: 1;
    outline: 0 !important;
    box-shadow: none !important;
    -moz-appearance: textfield;
    width: 100%
}

.woocommerce div.product form.cart .button {
    padding: 9px 38px 8px 20px !important
}

.woocommerce div.product form.cart .woocommerce-variation-price {
    margin-bottom: 15px
}

.woocommerce div.product form.cart table {
    border-width: 0 0 1px
}

.woocommerce div.product form.cart table td {
    padding-left: 0
}

.woocommerce div.product form.cart table div.quantity {
    float: none;
    margin: 0
}

.woocommerce div.product form.cart table small.stock {
    display: block;
    float: none
}

.woocommerce div.product form.cart .variations {
    margin-bottom: 1em;
    border: 0;
    width: 100%
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: middle;
    line-height: 22px
}

.woocommerce div.product form.cart .variations label {
    font-weight: 600;
    font-size: 14px;
    color: #222;
    display: inline-block
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
    margin-right: 1em
}

.woocommerce div.product form.cart .variations td.label {
    padding-right: 1em
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
    margin-bottom: 1em
}

.woocommerce div.product form.cart .reset_variations {
    visibility: hidden;
    font-size: .83em
}

.woocommerce div.product form.cart .wc-no-matching-variations {
    display: none
}

.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left
}

.woocommerce div.product form.cart .group_table td.label {
    padding-right: 1em;
    padding-left: 1em
}

.woocommerce div.product form.cart .group_table td {
    vertical-align: top;
    padding-bottom: .5em;
    border: 0
}

.woocommerce .product_meta .posted_in {
    display: block;
    font-size: 13px;
    margin: 0 0 16px;
    color: #777
}

.woocommerce .product_meta .posted_in a {
    color: #222
}

.woocommerce .product_meta .tagged_as {
    display: block
}

.woocommerce .product_meta .tagged_as a {
    display: inline-block;
    vertical-align: top;
    padding: 5px 8px 6px;
    font-size: 13px !important;
    color: #777;
    border: 1px solid #ccc;
    margin: 0 6px 7px 0;
    text-decoration: none !important;
    text-transform: lowercase;
    transition: all .3s ease
}

.woocommerce .product_meta .tagged_as a:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none;
    color: #222
}

.woocommerce .quantity_actions .minus em,
.woocommerce .quantity_actions .plus em {
    font-size: 0;
    border-left: 5.5px solid transparent;
    border-right: 5.5px solid transparent;
    transition: all .3s ease
}

.woocommerce .quantity_actions {
    position: absolute;
    top: 0;
    right: 0
}

.woocommerce .quantity_actions span {
    display: block;
    height: 24.5px;
    width: 49px;
    text-align: center;
    cursor: pointer
}

.woocommerce .quantity_actions .plus {
    line-height: 19px
}

.woocommerce .quantity_actions .plus em {
    line-height: 0;
    border-bottom: 6px solid #777
}

.woocommerce .quantity_actions .minus {
    line-height: 8px
}

.woocommerce .quantity_actions .minus em {
    line-height: 0;
    border-top: 6px solid #777
}

.woocommerce .quantity_actions span:hover.plus em {
    border-bottom-color: #3591fa
}

.woocommerce .quantity_actions span:hover.minus em {
    border-top-color: #3591fa
}

.woocommerce #reviews h3 {
    margin: 0 0 19px
}

.woocommerce #review_form #respond p {
    margin: 0;
    line-height: 1
}

.woocommerce p.stars a {
    width: 19px;
    height: 11px;
    color: #ddd
}

.woocommerce p.stars a:hover~a:before {
    color: #ddd
}

.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before {
    color: #3591fa
}

.woocommerce p.stars.selected a.active~a:before {
    color: #ddd
}

.woocommerce .commentmetadata .star-rating span,
.woocommerce p.stars.selected a:not(.active):before {
    color: #3591fa
}

.woocommerce .commentmetadata .star-rating {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0 0 0 10px
}

.woocommerce table.shop_table {
    border: none;
    margin: 0 0 40px;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0;
    border-top: 5px solid #cacaca
}

.woocommerce table.shop_table th {
    font-weight: 600;
    padding: 22px 3px 17px;
    font-size: 13px;
    color: #333;
    border-bottom: #ddd
}

.woocommerce table.shop_table td {
    border-top: 1px solid #ddd;
    padding: 20px 0;
    vertical-align: middle
}

.woocommerce table.shop_table td small {
    font-weight: 400
}

.woocommerce table.shop_table td div.quantity {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    width: 95px
}

.woocommerce table.shop_table td div.quantity input {
    background: #cacaca;
    border: none;
    padding: 15px 49px 16px 15px;
    border-radius: 0;
    color: #222;
    font-size: 13px;
    line-height: 1;
    outline: 0 !important;
    box-shadow: none !important;
    -moz-appearance: textfield;
    width: 100%
}

.woocommerce table.shop_table td div.quantity input::-webkit-inner-spin-button,
.woocommerce table.shop_table td div.quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.woocommerce table.shop_table tbody:first-child tr:first-child td,
.woocommerce table.shop_table tbody:first-child tr:first-child th {
    border-top: 0
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #cacaca !important;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background: red
}

.woocommerce form .form-row {
    padding: 0;
    margin-bottom: 30px
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: none;
    padding: 45px 50px;
    margin: 2em 0;
    text-align: left;
    border-radius: 0;
    background: #f2f2f2
}

.woocommerce form.checkout_coupon .lost_password,
.woocommerce form.login .lost_password,
.woocommerce form.register .lost_password {
    margin: 0
}

.woocommerce form.checkout_coupon #rememberme,
.woocommerce form.login #rememberme,
.woocommerce form.register #rememberme {
    margin: 0 0 0 20px
}

@media only screen and (max-width:640px) {

    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register {
        padding: 20px
    }
}

.woocommerce-cart table.cart .product-thumbnail {
    min-width: 40px
}

.woocommerce-cart table.cart img {
    width: 40px;
    margin: 0 20px 0 0;
    box-shadow: none
}

.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th {
    vertical-align: middle
}

.woocommerce-cart table.cart td.product-name a,
.woocommerce-cart table.cart th.product-name a {
    color: #333;
    font-weight: 600
}

.woocommerce-cart table.cart td .amount,
.woocommerce-cart table.cart th .amount {
    color: #999;
    font-size: 14px
}

.woocommerce-cart table.cart td.product-remove,
.woocommerce-cart table.cart th.product-remove {
    text-align: center
}

.woocommerce-cart table.cart td.product-remove .remove,
.woocommerce-cart table.cart th.product-remove .remove {
    display: inline-block
}

.woocommerce-cart table.cart td.product-quantity,
.woocommerce-cart table.cart th.product-quantity {
    text-align: center
}

.woocommerce-cart table.cart td.product-quantity div.quantity,
.woocommerce-cart table.cart th.product-quantity div.quantity {
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0
}

.woocommerce-cart table.cart td.actions {
    padding: 30px 0
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: left;
    padding: 16px 30px 15px;
    border: inherit;
    line-height: inherit;
    margin: 0 10px 0 0
}

.woocommerce-cart table.cart td.actions .coupon .button {
    padding: 10px 21px
}

.woocommerce-cart table.cart td.actions [name~=update_cart] {
    padding: 10px 21px;
    color: #fff
}

.woocommerce-cart table.cart input {
    margin: 0;
    vertical-align: middle;
    line-height: 1
}

.woocommerce-cart table.cart .coupon input[type=text] {
    width: 255px
}

.woocommerce-cart .wc-proceed-to-checkout {
    padding: 30px 0 0
}

.woocommerce-cart .wc-proceed-to-checkout:after {
    content: "";
    display: table;
    clear: both
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    display: inline-block;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    padding: 8px 21px
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
    width: 100%;
    float: none;
    display: block
}

.woocommerce-cart .cart-collaterals .cart_totals p small {
    color: #333;
    font-size: .83em
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border-collapse: separate;
    padding: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,
.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th {
    border-top: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    vertical-align: top;
    line-height: 1.5em
}

.woocommerce-cart .cart-collaterals .cart_totals table small {
    color: #333
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
    width: 100%
}

.woocommerce-cart .cart-collaterals .cart_totals .discount td {
    color: #333
}

.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #333
}

.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

.woocommerce-cart .cart-collaterals .cart_totals .cart_totals_wr {
    background: #f2f2f2;
    padding: 30px 50px
}

.woocommerce-cart .cart-collaterals .cart_totals table {
    border: none;
    margin: 0
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    text-transform: lowercase;
    width: auto;
    min-width: 110px
}

.woocommerce-cart .cart-collaterals .cart_totals table td {
    width: auto;
    line-height: 22px;
    color: #222
}

.woocommerce-cart .cart-collaterals .cart_totals table td p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px
}

.woocommerce-cart .cart-collaterals .cart_totals table td p.form-row {
    padding: 0;
    margin-bottom: 15px
}

.woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-shipping-calculator p {
    font-size: 13px;
    line-height: 22px
}

.woocommerce-cart .cart-collaterals .cart_totals table td .woocommerce-shipping-calculator p a {
    color: #333;
    text-decoration: none !important;
    border-bottom: 1px dashed #333
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
    background: 0 0;
    border: none;
    padding: 13px 0
}

.woocommerce-cart .cart-collaterals .cart_totals {
    width: 540px
}

form.woocommerce-checkout {
    margin-top: 40px
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address .input-checkbox {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px
}

.woocommerce-checkout-review-order {
    position: relative;
    margin: 40px -3000px -60px;
    padding: 80px 3000px;
    background: #f2f2f2
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table-wr {
    width: 50%;
    float: left;
    padding: 0 15px
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table-wr table.shop_table td,
.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table-wr table.shop_table th {
    padding: 20px 30px
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table-wr table.shop_table tfoot td {
    font-weight: 400;
    color: #222;
    background: #fff;
    border: none;
    text-align: right
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table-wr table.shop_table tfoot th {
    background: #fff;
    border: none
}

.woocommerce-checkout-review-order .woocommerce-checkout-review-order-table-wr table.shop_table tfoot .shipping td {
    font-size: 13px
}

.woocommerce-checkout-review-order .woocommerce-checkout-payment-wr {
    width: 50%;
    float: left;
    padding: 0 15px
}

.woocommerce-checkout-review-order #order_review_heading {
    margin: 0 0 31px;
    padding: 0
}

.woocommerce-checkout-review-order #order_review_heading:after {
    display: none
}

.woocommerce-checkout #payment {
    background: 0 0;
    border-radius: 0
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    border: none
}

.woocommerce-checkout #payment ul.payment_methods li {
    line-height: 1;
    margin: 0 0 20px
}

.woocommerce-checkout #payment ul.payment_methods li .input-radio {
    display: inline-block;
    vertical-align: middle
}

.woocommerce-checkout #payment ul.payment_methods li>label {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #333
}

.woocommerce-checkout #payment ul.payment_methods li>label .icon img {
    margin: 15px 15px 0 0;
    display: inline-block;
    vertical-align: middle
}

.woocommerce-checkout #payment ul.payment_methods li>label .icon a {
    margin: 15px 0 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    float: none;
    color: #333;
    font-size: 13px;
    text-decoration: underline
}

.addresses .address .title h4:after,
.woocommerce-checkout #payment div.payment_box:before {
    display: none
}

.woocommerce-checkout #payment ul.payment_methods li>label .icon a:hover {
    text-decoration: none
}

.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal .input-radio,
.woocommerce-checkout #payment ul.payment_methods li.wc_payment_method.payment_method_paypal>label {
    vertical-align: top
}

.woocommerce-checkout #payment div.payment_box {
    margin: 0;
    padding: 10px 20px 0 31px;
    background: 0 0;
    color: #777;
    font-size: 13px;
    line-height: 22px
}

.addresses .address address,
.addresses address {
    line-height: 22px;
    color: #222
}

.woocommerce-checkout #payment div.payment_box p {
    line-height: 22px
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none
}

.addresses .address {
    padding: 30px 40px;
    background: #f2f2f2
}

.addresses .address .title {
    margin: 0 0 20px
}

.addresses .address .title h4 {
    padding: 0
}

#add_payment_method #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
    padding-left: 0
}

.woocommerce .order_details {
    padding: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: none;
    width: auto;
    margin-bottom: 35px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
    margin: 0;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: -4px
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    display: block;
    padding: 15px 35px 14px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    text-decoration: none !important;
    font-weight: 700;
    color: #fff
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #001446;
    color: #fff
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: auto
}

#bbpress-forums li {
    padding: 0
}

#bbpress-forums fieldset.bbp-form {
    margin-bottom: 30px
}

#bbpress-forums fieldset.bbp-form label {
    margin-bottom: 10px;
    line-height: normal
}

#bbpress-forums fieldset.bbp-form legend {
    margin-bottom: 0
}

#bbpress-forums #subscription-toggle {
    float: right;
    line-height: 28px
}

#bbpress-forums .bbp-replies #subscription-toggle {
    line-height: normal
}

#bbpress-forums #bbp-user-wrapper h2.entry-title {
    margin-bottom: 23px;
    padding-bottom: 0;
    line-height: normal
}

#bbpress-forums #bbp-user-wrapper h2.entry-title:after {
    margin-top: 10px
}

#bbpress-forums #bbp-search-form #bbp_search,
#bbpress-forums #bbp-your-profile fieldset input[type=text],
#bbpress-forums #bbp-your-profile fieldset input[type=password],
#bbpress-forums #bbp-your-profile fieldset textarea,
#bbpress-forums fieldset.bbp-form input[type=text],
#bbpress-forums fieldset.bbp-form textarea {
    font-size: 13px;
    line-height: 18px;
    color: #222;
    background: #cacaca;
    border: none;
    box-shadow: none;
    outline: 0;
    padding: 16px 30px 15px;
    border-radius: 0;
    transition: all .3s ease;
    box-sizing: border-box !important;
    width: 100%;
    display: block
}

#bbpress-forums #bbp-search-form #bbp_search:active,
#bbpress-forums #bbp-search-form #bbp_search:focus,
#bbpress-forums #bbp-your-profile fieldset input[type=text]:active,
#bbpress-forums #bbp-your-profile fieldset input[type=text]:focus,
#bbpress-forums #bbp-your-profile fieldset input[type=password]:active,
#bbpress-forums #bbp-your-profile fieldset input[type=password]:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:active,
#bbpress-forums #bbp-your-profile fieldset textarea:focus,
#bbpress-forums fieldset.bbp-form input[type=text]:active,
#bbpress-forums fieldset.bbp-form input[type=text]:focus,
#bbpress-forums fieldset.bbp-form textarea:active,
#bbpress-forums fieldset.bbp-form textarea:focus {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 2px var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

#bbpress-forums fieldset.bbp-form input[type=text] {
    height: 49px
}

#bbpress-forums #bbp-your-profile fieldset input,
#bbpress-forums #bbp-your-profile fieldset input[type=text],
#bbpress-forums #bbp-your-profile fieldset textarea {
    width: 60%;
    display: inline-block
}

#bbpress-forums #bbp-your-profile fieldset input:focus,
#bbpress-forums #bbp-your-profile fieldset input[type=text]:focus,
#bbpress-forums #bbp-your-profile fieldset textarea:focus {
    border: none;
    outline: 0
}

#bbpress-forums #bbp-your-profile fieldset .select2-container {
    width: 60% !important
}

#bbpress-forums #bbp-search-form {
    margin-bottom: 10px
}

#bbpress-forums #bbp-search-form #bbp_search {
    display: inline-block;
    width: auto;
    padding: 10px 15px;
    background: 0 0;
    vertical-align: top;
    border: 1px solid #ccc
}

#bbpress-forums #bbp-search-form #bbp_search:active,
#bbpress-forums #bbp-search-form #bbp_search:focus {
    border-radius: 0;
    box-shadow: none;
    border-color: #333
}

#bbpress-forums #bbp-search-form .button {
    padding: 5.5px 21px
}

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    margin-bottom: 5px
}

#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-reply-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums li.bbp-body div.hentry {
    padding: 8px
}

#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
    margin-top: -2px;
    margin-bottom: 0
}

@media only screen and (max-width:1440px) {
    body .tparrows.tp-leftarrow {
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        left: 0 !important;
        margin: -22px 0 0 !important
    }

    body .tparrows.tp-rightarrow {
        transform: none !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        left: auto !important;
        right: 0 !important;
        margin: -22px 0 0 !important
    }

    body.boxed_layout .tparrows.tp-leftarrow {
        left: 18px !important
    }

    body.boxed_layout .tparrows.tp-rightarrow {
        right: 18px !important
    }

    body.boxed_layout .slick_prev {
        left: -40px
    }

    body.boxed_layout .slick_next {
        right: -40px
    }
}

@media only screen and (max-width:1199px) {
    .stm_services_tabs .services_categories ul li a {
        padding: 14.5px 15.3px
    }

    .stm_contacts_widget.style_2 ul li:not(:last-child) {
        margin-right: 20px
    }

    .vc_grid-item.blog .vc_gitem-post-data-source-post_date {
        display: none
    }

    #wrapper {
        padding-bottom: 0 !important
    }

    #footer {
        position: relative;
        width: auto;
        bottom: auto
    }

    .contact_col aside.widget {
        padding-top: 38px !important;
        padding-bottom: 30px !important
    }

    .icon_button {
        font-size: 10px
    }

    body .vc_row.fixed_bg {
        background-attachment: scroll
    }
}

@media only screen and (max-width:1023px) {
    body .stm-header.stm-header__hb .stm-navigation__default>ul>li.href_empty>ul>li .stm_mobile__dropdown {
        display: none !important
    }

    body .stm-header.stm-header__hb .stm-navigation__default>ul>li.stm_megamenu>ul {
        margin-top: 0 !important
    }

    body .stm-header.stm-header__hb .stm-navigation__default>ul>li.stm_megamenu>ul>li {
        width: auto !important;
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        border-bottom: 1px solid #ddd !important
    }

    body .stm-header.stm-header__hb .stm-navigation__default>ul>li.stm_megamenu>ul>li:last-child {
        border-bottom: 0 !important
    }

    body .stm-header.stm-header__hb .stm-navigation__default>ul>li.stm_megamenu>ul>li>ul>li,
    body .stm-header.stm-header__hb .stm-navigation__default>ul>li.stm_megamenu>ul>li>ul>li a,
    body .stm-header.stm-header__hb .stm-navigation__default>ul>li.stm_megamenu>ul>li>ul>li>a {
        padding: 0 !important
    }

    body .stm-header.stm-header__hb .stm-navigation__default>ul>li>ul>li .stm_mobile__dropdown {
        display: block !important;
        right: 0 !important;
        width: 48px !important;
        height: 48px !important
    }

    body .stm-header.stm-header__hb .stm-navigation__default>ul>li>ul>li.menu-item-has-children .stm_mobile__dropdown:after {
        content: '';
        display: block !important;
        position: absolute;
        right: 18px;
        top: 50%;
        margin-top: -2px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 3.5px 0;
        border-color: #333 transparent transparent;
        visibility: visible !important
    }

    body .stm-header.stm-header__hb .stm-navigation__default>ul>li>ul>li.menu-item-has-children.active .stm_mobile__dropdown:after {
        border-color: #001446 transparent transparent;
        transform: rotate(180deg) !important
    }
}

@media only screen and (max-width:992px) {
    html body ul li.stm_megamenu>ul.sub-menu>li {
        padding: 20px 15px 0 !important
    }
}

@media only screen and (max-width:991px) {
    .icon_box.style_2.alignment_center {
        text-align: left
    }

    .icon_box.style_2 h5 br {
        display: none
    }

    .stm_works_wr.style_2 .works_filter li a {
        padding: 12px 13px 10px
    }

    .stm_works_wr.style_2 .works_filter li:not(:first-child) {
        margin-left: 10px
    }

    .stm_works_wr.grid.style_2 .stm_works .item {
        width: 50%
    }

    .stm_works_wr.grid.style_2 .stm_works .item .image a img {
        width: 100%
    }

    .testimonials_carousel.style_3 .testimonial_inner .image {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0
    }

    .stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row {
        padding: 0 15px;
        display: block;
        width: auto !important;
        text-align: center
    }

    .stm_events_modern .stm_events_modern_list .item {
        padding-left: 0;
        padding-right: 0
    }

    .stm_events_modern .stm_events_modern_list .item .item_wr .content {
        display: block
    }

    .stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_thumbnail {
        float: none;
        display: block;
        margin: 0 auto
    }

    .stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_content {
        text-align: center
    }

    .stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event__calendar {
        margin-bottom: 10px
    }

    .stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .fa {
        position: relative;
        margin-right: 0
    }

    .stm_events_classic .stm_events_list_form #event-form-box {
        width: 660px;
        margin-left: -330px
    }

    .event-members-box-table {
        display: block
    }

    .event-members-box-table .event-members-box-table-row {
        display: block;
        text-align: left;
        margin-bottom: 10px
    }

    .event_content .event_info_table,
    .event_content .event_info_table .event_info {
        display: block
    }

    .event_content .event_info_table .event_info.text-right {
        text-align: left;
        padding-top: 10px;
        padding-bottom: 10px
    }

    .stm_events_grid.cols_4 .item {
        width: 50%
    }
}

@media only screen and (max-width:960px) {
    .vc_column_container.right_column {
        padding-left: 15px !important
    }

    .vc_column_container.center_column {
        padding-left: 15px !important;
        padding-right: 15px !important
    }
}

@media only screen and (max-width:768px) {

    .footer_widgets_wrapper .widgets.cols_4 aside,
    .stm_works_wr.cols_2 .stm_works .item,
    .stm_works_wr.cols_3 .stm_works .item,
    .stm_works_wr.cols_4 .stm_works .item {
        width: 50%
    }

    .stm_contacts_widget.style_3 ul li {
        display: block;
        margin-bottom: 20px
    }

    .page_404 h2:before,
    .posts_grid .post_date {
        display: none
    }

    body .vc_call_to_action {
        padding: 16px 30px 15px
    }

    .projects_tabs h2 {
        float: none;
        margin: 0 0 30px
    }

    .projects_tabs .tabs {
        float: none;
        margin: 0
    }

    .vc_row.construction_slider .ls-container {
        margin-top: -60px !important
    }

    .page_404 {
        text-align: center
    }

    .page_404 strong {
        margin-top: 250px
    }

    .contact_col aside.widget {
        padding-top: 70px !important;
        padding-bottom: 44px !important
    }

    .entry-header {
        margin-top: -60px
    }

    body .testimonials_carousel.disable_carousel.per_row_2 .testimonial .image {
        float: none;
        max-width: inherit;
        margin: 0 0 20px
    }

    body .testimonials_carousel.disable_carousel.per_row_2 .testimonial .company {
        margin-bottom: 14px
    }

    .woocommerce ul.products {
        clear: both
    }

    .woocommerce ul.products:after {
        content: "";
        display: table;
        clear: both
    }

    .woocommerce ul.products li.product {
        float: left;
        display: table-cell;
        vertical-align: top;
        margin: -1px 0 0;
        padding: 40px 20px;
        position: relative;
        width: 50% !important;
        border: none;
        border: 1px solid #f2f2f2;
        border-right-color: transparent;
        border-bottom-color: transparent;
        transition: all .3s ease
    }

    .woocommerce ul.products li.product:hover {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
        border-color: transparent #f2f2f2
    }

    .woocommerce ul.products li.product.last,
    .woocommerce ul.products li.product:nth-child(even) {
        border-right-color: transparent
    }

    .woocommerce ul.products li.product.first {
        border-left-color: #f2f2f2
    }

    .woocommerce ul.products li.product:first-child+li.product+li.product {
        border-top-color: #f2f2f2
    }

    .woocommerce ul.products li.product:first-child,
    .woocommerce ul.products li.product:first-child+li.product {
        border-top-color: transparent
    }

    .woocommerce ul.products li.product:nth-child(odd) {
        border-left-color: transparent
    }

    .woocommerce .woocommerce-result-count,
    .woocommerce-page .woocommerce-result-count {
        float: none;
        margin: 0 0 20px;
        padding: 0
    }

    .woocommerce .woocommerce_before_shop_loop .woocommerce-result-count {
        padding: 0
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering {
        float: none;
        margin: 0 0 10px;
        padding: 0
    }

    .woocommerce .woocommerce_before_shop_loop {
        padding-bottom: 20px
    }

    .woocommerce #content div.product div.images img,
    .woocommerce div.product div.images img,
    .woocommerce ul.products li.product a img {
        max-width: 175px
    }

    .vc_testimonials.style_3 {
        background-position: 50%
    }

    .testimonials_carousel.style_3 .testimonial_inner .image {
        float: left;
        width: 174px;
        margin-bottom: 0;
        margin-right: 20px
    }

    .stm_services_tabs .service_tab_item {
        padding: 0 15px
    }

    .stm_services_tabs .service_tab_item .service_label {
        left: 15px
    }

    .stm_gmap_wrapper .gmap_addresses .addresses .item {
        border: none;
        padding-right: 30px
    }
}

@media only screen and (max-width:767px) {
    .stm_events_classic .stm_events_list_form #event-form-box {
        position: relative;
        width: auto;
        margin: 50px 20px;
        left: auto;
        top: auto
    }

    .stm_events_classic .stm_events_list_form #event-form-box .notice__hide {
        right: 20px
    }

    .event-members-box .text-right {
        padding-top: 20px;
        text-align: center
    }

    .event-members-box-wrap {
        padding: 0 20px
    }

    .event-members-box-wrap .required-info {
        text-align: left;
        padding: 0 20px 15px
    }
}

@media only screen and (max-width:667px) {

    .posts_grid>ul>li,
    .project_grid .project,
    .project_grid_wrapper.col_2 .project_grid .project,
    .project_grid_wrapper.col_4 .project_grid .project,
    .project_grid_wrapper.col_5 .project_grid .project {
        width: 50%
    }

    .stm_partner.style_2 .image {
        float: none;
        max-width: inherit;
        margin: 0 0 20px
    }

    #frontend_customizer {
        display: none !important
    }

    body .vc_call_to_action {
        padding-top: 25px;
        text-align: center
    }

    body .vc_call_to_action.vc_cta_btn_pos_right .vc_button-2-wrapper {
        float: none;
        margin: 0 0 20px
    }

    .stm_post_details ul li {
        float: none
    }

    .stm_post_details ul li.post_by {
        clear: both;
        margin: 0
    }

    .stm_post_details ul li.post_by:before {
        display: none
    }

    .stm_share {
        text-align: left;
        margin: 10px 0
    }

    .page_404 strong {
        font-size: 100px;
        margin-top: 20px;
        line-height: 100px
    }

    .project_grid_wrapper.col_1 .project_grid .project {
        width: 100%
    }

    .project_grid_filter ul li {
        margin: 1px 10px 10px 0
    }

    .entry-header {
        margin-top: -15px
    }

    .entry-header .entry-title-left,
    .entry-header .entry-title-right,
    .entry-header.small .entry-title-left,
    .entry-header.small .entry-title-right {
        float: none;
        height: auto;
        margin: 0 0 20px
    }

    .entry-header .entry-title-right,
    .entry-header.small .entry-title-right {
        margin-bottom: 30px
    }

    .prev_next_post a {
        margin: 0 12px 0 0
    }

    .entry-header .entry-title-right .button {
        margin: 0 10px 0 0
    }

    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content {
        width: auto;
        text-align: center;
        margin: 0 0 20px
    }

    body .vc_cta3.vc_cta3-actions-right .vc_cta3-content .vc_custom_heading {
        text-align: center
    }

    body .vc_general.vc_btn3.vc_btn3-color-theme_style_2.vc_btn3-style-flat {
        display: inline-block;
        width: auto
    }

    .stats_counter,
    body .vc_btn3-container.vc_btn3-right {
        text-align: center
    }

    .testimonials_carousel .testimonial .image {
        float: none;
        margin: 0 0 20px;
        max-width: inherit
    }

    .stm_news .news_list li {
        width: 100%
    }

    #footer .copyright_row .copyright_row_wr .socials {
        width: 100%;
        float: none;
        text-align: center
    }

    #footer .copyright_row .copyright_row_wr .socials ul {
        float: none;
        display: inline-block;
        vertical-align: top
    }

    #footer .copyright_row .copyright_row_wr .copyright {
        width: 100%;
        float: none;
        text-align: center
    }

    .page_title.disable_title {
        padding-top: 25px
    }

    .vacancy_table_wr .vacancy_table tbody td.location,
    .vacancy_table_wr .vacancy_table thead th.location,
    .vacancy_table_wr .vacancy_table thead th:after {
        display: none
    }

    .vacancy_table_wr .vacancy_table tbody td,
    .vacancy_table_wr .vacancy_table thead th {
        padding-left: 20px
    }

    .about_vacantion {
        display: block
    }

    .about_vacantion .info {
        display: block;
        padding: 0;
        margin: 0 0 20px
    }

    .vacancy_bottom .media-body {
        display: block;
        width: auto;
        margin: 0 0 20px
    }

    .vacancy_bottom .share_buttons {
        display: block
    }

    .staff_list ul li .staff_image {
        float: none;
        margin: 0 0 30px;
        max-width: inherit
    }

    .staff_list.grid ul li {
        display: block;
        width: 100%
    }

    .staff_list.grid.cols_2 ul li,
    .stm_news .news_list.posts_per_row_2 li,
    .stm_news .news_list.posts_per_row_3 li {
        width: 100%
    }

    .staff_bottom_wr .staff_bottom .infos {
        display: block
    }

    .staff_bottom_wr .staff_bottom .infos .info {
        display: block;
        padding: 0;
        margin: 0 0 30px
    }

    .stm_works_wr.style_1 .works_filter li,
    .stm_works_wr.style_2 .works_filter li {
        width: 100%;
        text-align: center;
        margin: 0 0 20px;
        float: none
    }

    .staff_bottom_wr {
        padding: 40px 30px
    }

    .stm_services .item {
        width: 100%;
        display: block
    }

    .stm_services .item .item_wr .item_thumbnail img {
        width: 100%
    }

    body .stm_chart canvas {
        height: auto !important
    }

    .stm_works_wr.cols_2 .stm_works .item,
    .stm_works_wr.cols_3 .stm_works .item,
    .stm_works_wr.cols_4 .stm_works .item,
    .stm_works_wr.grid.style_2 .stm_works .item {
        width: 100%
    }

    .stm_works_wr.grid .stm_works .item .item_wr:hover .category {
        bottom: 30px
    }

    .stm_works_wr.grid .stm_works .item .item_wr:hover .title {
        bottom: 60px
    }

    .stm_works_wr.style_2 .works_filter .works_filter_switcher,
    .stm_works_wr.style_2 .works_filter .works_filter_switcher .stm_works_grid_switcher {
        float: none;
        display: inline-block
    }

    .stm_post_details ul li.post_cat:before,
    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4:after {
        display: none
    }

    .stm_works_wr.style_2 .works_filter li:not(:first-child),
    .vc_custom_heading.text_align_right>:after {
        margin-left: 0
    }

    .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading h4 {
        padding: 0;
        font-weight: 700;
        text-transform: lowercase;
        font-size: 14px
    }

    body .vc_tta-container .vc_tta.vc_general.vc_tta-tabs.theme_style .vc_tta-panels .vc_tta-panel-body {
        padding: 20px
    }

    body .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
        background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
        color: #333
    }

    .stm_post_details ul li.post_cat {
        clear: both;
        margin: 0
    }

    .post_bottom .share_buttons,
    .post_bottom .tags {
        width: auto;
        display: block
    }

    .stm_post_details ul {
        float: none
    }

    .stm_post_details {
        margin: 0 0 15px
    }

    .post_bottom .tags {
        margin: 0 0 30px
    }

    .stm_testimonials.cols_2 .item,
    .stm_testimonials.cols_3 .item,
    .stm_testimonials.cols_4 .item {
        width: 100%
    }

    .woocommerce ul.products {
        clear: both
    }

    .woocommerce ul.products:after {
        content: "";
        display: table;
        clear: both
    }

    .woocommerce ul.products li.product {
        float: left;
        display: block;
        vertical-align: top;
        margin: -1px 0 0;
        padding: 40px 20px;
        position: relative;
        width: 100% !important;
        border: none !important;
        border-top: 1px solid #f2f2f2 !important;
        border-right-color: transparent;
        border-bottom-color: transparent;
        transition: all .3s ease
    }

    .woocommerce ul.products li.product:hover {
        box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .15);
        border-color: transparent #f2f2f2
    }

    .woocommerce ul.products li.product:first-child {
        border: none !important
    }

    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images {
        width: auto;
        float: none;
        margin: 0 0 30px
    }

    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary {
        margin: 0 0 30px;
        padding: 0
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding-left: 25px;
        padding-right: 25px
    }

    .woocommerce .woocommerce-error,
    .woocommerce .woocommerce-info,
    .woocommerce .woocommerce-message {
        padding-right: 40px !important
    }

    .woocommerce .woocommerce-error .wc-forward,
    .woocommerce .woocommerce-info .wc-forward,
    .woocommerce .woocommerce-message .wc-forward {
        display: none
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text {
        float: none;
        width: 100%;
        margin: 0 0 15px
    }

    .woocommerce-cart table.cart td.actions .coupon button {
        width: 100%;
        float: none
    }

    .woocommerce-cart table.cart td.actions .button {
        width: 100%
    }

    .woocommerce table.cart td.actions .coupon {
        padding-bottom: 15px
    }

    .woocommerce-cart .cart-collaterals .cart_totals {
        width: auto;
        float: none
    }

    .login .button {
        margin: 0 0 30px
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-checkout-review-order .woocommerce-checkout-payment-wr,
    .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table-wr,
    .woocommerce-page form .form-row-last {
        float: none;
        width: 100%
    }

    .woocommerce input.button {
        width: 100%
    }

    .stm_contacts_widget ul.socials li {
        margin-right: 6px
    }

    .testimonials_carousel.disable_carousel.per_row_2 .testimonial,
    .testimonials_carousel.disable_carousel.per_row_3 .testimonial {
        width: 100%
    }

    .vc_testimonials.style_3.navigation-bullets .vc_testimonials_carousel_wr {
        padding-left: 30px;
        padding-right: 30px
    }

    .stm_events_grid .item,
    .stm_services_tabs .service_tab_item {
        width: 100%
    }

    .vc_row-fluid.mobile_no_paddings {
        padding-right: 15px !important;
        padding-left: 15px !important
    }

    .vc_row-fluid.mobile_no_paddings .mobile_no_paddings {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .vc_row-fluid.mobile_no_paddings .vc_column-inner {
        padding-right: 35px !important;
        padding-left: 35px !important
    }
}

@media only screen and (max-width:640px) {
    .vc_testimonials.style_3.navigation-arrows .vc_testimonials_carousel_wr {
        padding: 45px 40px 65px
    }

    .vc_testimonials.style_3.navigation-arrows .vc_testimonials_carousel_wr:before {
        top: -15px;
        left: 10px
    }

    .vc_testimonials.style_3.navigation-arrows .owl-nav {
        bottom: 5px;
        right: 5px
    }
}

@media only screen and (max-width:480px) {

    .footer_widgets_wrapper .widgets.cols_3 aside,
    .footer_widgets_wrapper .widgets.cols_4 aside,
    .posts_grid>ul>li {
        width: 100%
    }

    .posts_grid .post_date {
        display: inline-block
    }

    .stm_post_details .comments_num {
        clear: both;
        float: none;
        text-align: left;
        width: auto
    }

    .stm_post_details ul li.post_by,
    .stm_post_details ul li.post_cat,
    .stm_post_details ul li.post_date {
        margin: 0 0 10px
    }

    .ls-l.mobile_remove {
        display: none !important
    }

    .page_404 strong {
        margin-top: 100px
    }

    .stm_post_details ul {
        width: auto
    }

    .vc_grid-item.blog {
        margin: 0 0 40px
    }

    .our_partners .logo {
        float: none;
        margin: 0 0 30px;
        display: inline-block
    }

    .vc_custom_heading.has_icon {
        display: block
    }

    .vc_custom_heading.has_icon .icon {
        float: none
    }

    #footer .footer_widgets .widget.widget_text #sb_instagram #sbi_images .sbi_item {
        width: 50%
    }

    .testimonials_carousel.style_3 .testimonial_inner .image {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0
    }

    .stm_services_tabs .services_categories ul li {
        float: none
    }

    .stm_events_grid.cols_4 .item {
        width: 100%
    }
}

body .vc_tta-container .vc_tta.vc_general.vc_tta-accordion.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title.vc_tta-controls-icon-position-right a {
    padding-right: 70px !important
}

.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel:first-child .vc_tta-panel-heading {
    border-top: 0
}

.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-heading {
    border: 0;
    border-top: 1px solid #ddd;
    font-size: 20px
}

.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-heading:hover {
    background: 0 0
}

.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-title {
    padding: 30px 0;
    margin: 0;
    font-size: 20px !important;
    font-weight: 400
}

.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-title>a {
    padding: 0;
    margin: 0
}

.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-title>a i {
    display: inline-block;
    vertical-align: middle;
    right: 0;
    width: 36px;
    height: 36px;
    padding: 10px;
    border: 2px solid gray;
    border-radius: 50%
}

.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-title>a i:before {
    width: 12px;
    left: 50%;
    margin-left: -6px
}

.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-title>a i:after {
    height: 12px;
    top: 50%;
    margin-top: -6px
}

.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-body {
    border: 0;
    padding: 0 0 28px
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title>a i,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title>a i:after,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title>a i:before,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title>a:hover i,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title>a:hover i:after,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title>a:hover i:before {
    border-color: #333 !important
}

.vc_general.vc_tta.vc_tta-accordion.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel-body p {
    line-height: 28px;
    font-size: 16px
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title {
    padding: 0 !important
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title>a {
    padding: 28px 0 !important;
    color: #333 !important
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title>a .vc_tta-title-text {
    display: block;
    line-height: 30px;
    padding-right: 50px
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel .vc_tta-panel-title>a:hover {
    color: #333 !important
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel.vc_active .vc_tta-panel-heading {
    border-color: #ddd !important
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a {
    color: #333 !important
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a i {
    border-color: #333 !important;
    background-color: #333 !important
}

.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a i:after,
.wpb-js-composer .vc_tta-color-blue.vc_tta-style-outline.vc_tta-shape-square .vc_tta-panel.vc_active .vc_tta-panel-heading .vc_tta-panel-title>a i:before {
    border-color: #fff !important
}

.stm_services.style_1 .category {
    margin-bottom: 12px
}

.stm_services.style_1 .item .item_wr .content .read_more {
    display: inline-block;
    position: relative;
    line-height: 16px
}

.stm_services.style_1 .item .item_wr .content .read_more span {
    vertical-align: text-top !important
}

.stm_services.style_1 .item .item_wr .content .read_more i {
    position: absolute;
    top: 1px;
    right: -12px;
    left: auto
}

.stm_services.style_2 .item {
    margin-bottom: 40px
}

.stm_services.style_2 .item_wr .item_thumbnail {
    margin-bottom: 0
}

.stm_services.style_3 .item {
    width: 100% !important;
    margin-bottom: 0 !important
}

.stm_services.style_3 .owl-controls {
    z-index: 9;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
}

.stm_services.style_3 .owl-controls .owl-dots {
    display: flex;
    justify-content: center
}

.stm_services.style_3 .owl-controls .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border-radius: 50%
}

.stm_services.style_3 .owl-controls .owl-dots .owl-dot.active span {
    background-color: #001446
}

.stm_services.style_4 .item_wr .item_thumbnail {
    margin-bottom: 0
}

.stm_services.style_4 .item_wr .item_thumbnail a {
    display: block;
    position: relative;
    overflow: hidden
}

.stm_services.style_4 .item_wr .item_thumbnail a img {
    transition: .3s
}

.stm_services.style_4 .item_wr .item_thumbnail a:hover img {
    transform: scale(1.1)
}

.stm_services.style_4 .item_wr .item_thumbnail a:hover .item_info span i {
    width: 0;
    visibility: hidden;
    opacity: 0
}

.stm_services.style_4 .item_wr .item_thumbnail a:hover .item_info span i.before-text {
    width: 14px;
    visibility: visible;
    margin-right: 10px;
    left: 0;
    opacity: 1
}

.stm_services.style_4 .item_wr .item_thumbnail a:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 100%);
    opacity: 1;
    top: auto;
    visibility: visible;
    z-index: 1
}

.stm_services.style_4 .item_wr .item_thumbnail a .item_info h5:after,
.stm_services.style_4 .item_wr .item_thumbnail a .item_info h5:before,
.stm_services.style_4 .item_wr .item_thumbnail a:after {
    display: none
}

.stm_services.style_4 .item_wr .item_thumbnail a .item_info {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    color: #fff;
    padding: 20px;
    width: 100%
}

.stm_services.style_4 .item_wr .item_thumbnail a .item_info h5 {
    color: #fff;
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 5px;
    padding: 0
}

.stm_services.style_4 .item_wr .item_thumbnail a .item_info span {
    font-size: 14px
}

.stm_services.style_4 .item_wr .item_thumbnail a .item_info span i {
    font-size: 10px;
    margin-left: 5px;
    display: inline-block;
    transition: .3s
}

.stm_services.style_4 .item_wr .item_thumbnail a .item_info span i.before-text {
    position: relative;
    width: 0;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    left: -15px
}

@media (max-width:991px) {
    .stm_services.style_4 .item {
        width: 50%
    }
}

.stm_services.style_5 .item {
    width: 100%;
    clear: both;
    margin-bottom: 30px
}

.stm_services.style_5 .item .item_wr {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.stm_services.style_5 .item .item_wr .item_info {
    width: 100%;
    flex: 0 0 100%;
    padding-top: 10px
}

.stm_services.style_5 .item .item_wr .item_info h5 {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 24px;
    padding-top: 0 !important
}

.stm_services.style_5 .item .item_wr .item_info h5:after,
.stm_services.style_5 .item .item_wr .item_info h5:before {
    display: none
}

.stm_services.style_5 .item .item_wr .item_info .item_description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px
}

.stm_services.style_5 .item .item_wr .item_info .read_more i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 8px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
    line-height: 20px;
    text-align: center;
    transition: .3s
}

.stm_services.style_5 .item .item_wr .item_info .read_more:hover i {
    color: #fff
}

.stm_services.style_5 .item .item_wr .item_thumbnail {
    padding-right: 30px;
    width: 290px;
    flex: 0 0 290px;
    margin-bottom: 0
}

@media (max-width:480px) {
    .stm_services.style_5 .item .item_wr .item_thumbnail {
        padding-right: 0;
        width: 100%;
        flex: 0 0 100%
    }
}

.stm_services.style_5 .item .item_wr .item_thumbnail a {
    display: block;
    overflow: hidden
}

.stm_services.style_5 .item .item_wr .item_thumbnail a:after {
    display: none !important
}

.stm_services.style_5 .item .item_wr .item_thumbnail img {
    transition: .3s
}

@media (min-width:992px) {
    .stm_services.style_5 .item .item_wr .item_thumbnail+.item_info {
        width: calc(100% - 290px);
        flex: 0 0 calc(100% - 290px)
    }
}

.stm_services.style_5 .item:hover .item_thumbnail a img {
    transform: scale(1.1)
}

.stm_services.style_6 {
    display: flex;
    flex-wrap: wrap;
    width: auto
}

.stm_services.style_6 .item {
    margin-bottom: 30px
}

.stm_services.style_6 .item .item_wr {
    background-color: #f2f4fa;
    height: 100%
}

.stm_services.style_6 .item .item_wr .item_thumbnail {
    margin-bottom: 0
}

.stm_services.style_6 .item .item_wr .content {
    padding: 20px;
    font-size: 14px;
    line-height: 22px;
    border: none;
    background: 0 0
}

.stm_services.style_6 .item .item_wr .content p {
    font-size: 14px;
    line-height: 22px;
    color: inherit
}

.stm_services.style_6 .item .item_wr .content h5 {
    padding-top: 0
}

.stm_services.style_6 .item .item_wr .content h5:after,
.stm_services.style_6 .item .item_wr .content h5:before {
    display: none
}

.stm_services.style_6 .item .item_wr .content h5 a {
    font-size: 21px;
    line-height: 24px;
    color: inherit
}

.stm_services.style_6 .item .item_wr .content .read_more {
    display: flex;
    align-items: center
}

.stm_services.style_6 .item .item_wr .content .read_more i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 8px;
    order: 1;
    transition: .3s;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    color: #001446
}

.stm_services.style_6 .item .item_wr .content .read_more i:before {
    content: "\e9bc" !important;
    font-family: stm !important
}

.stm_services.style_6 .item .item_wr .content .read_more span {
    order: 2;
    line-height: 20px;
    font-weight: 700;
    margin-top: 0;
    text-transform: capitalize
}

.stm_services.style_6 .item .item_wr .content .read_more:hover i {
    color: #fff !important
}

.stm_services.style_7 {
    max-width: 442px;
    margin: 0 auto;
    padding: 90px 70px 60px;
    border-radius: 40px;
    box-shadow: 0 10px 50px 0 rgba(0, 0, 0, .1);
    background-color: #fff
}

.stm_services.style_7:after,
.stm_services.style_7:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-color: #fff;
    z-index: 1
}

.stm_services.style_7:before {
    background-color: #f2f4fa;
    transform: rotate(75deg);
    z-index: 0
}

.stm_services.style_7 .owl-stage-outer {
    z-index: 10
}

.stm_services.style_7 .stm_service {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-size: 14px;
    z-index: 1
}

.stm_services.style_7 .stm_service__icon {
    border-radius: 50%;
    overflow: hidden;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 auto 10px
}

.stm_services.style_7 .stm_service__icon:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    left: 0;
    top: 0;
    z-index: -1;
    transition: .2s
}

.stm_services.style_7 .stm_service__icon i:before {
    transition: .2s;
    color: #333
}

.stm_services.style_7 .stm_service__title {
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 8px !important;
    font-weight: 500
}

.stm_services.style_7 .stm_service__title a {
    text-decoration: none;
    color: #333
}

.stm_services.style_7 .stm_service__title:after,
.stm_services.style_7 .stm_service__title:before {
    content: none;
    margin: 11px auto 0 !important
}

.stm_services.style_7 .stm_service__excerpt {
    margin: 0 0 20px;
    text-align: center
}

.stm_services.style_7 .stm_service__excerpt p {
    line-height: 24px
}

.stm_services.style_7 .owl-controls {
    z-index: 9;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto
}

.stm_services.style_7 .owl-controls .owl-dots {
    display: flex;
    justify-content: center
}

.stm_services.style_7 .owl-controls .owl-dots .owl-dot span {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    background-color: rgba(51, 51, 51, .2);
    border-radius: 50%
}

.stm_services.style_7 .owl-controls .owl-dots .owl-dot.active span {
    width: 30px;
    border-radius: 4px;
    background-color: #333
}

@media (max-width:767px) {
    .stm_services.style_7 {
        padding: 40px 30px 50px
    }
}

.stm_services.style_8 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    font-size: 14px
}

.stm_services.style_8 .stm_service {
    width: 33.33%;
    padding: 50px 40px 30px;
    text-align: center;
    border-right: 1px solid #eee
}

.stm_services.style_8 .stm_service:nth-child(n+4) {
    border-top: 1px solid #eee
}

.stm_services.style_8 .stm_service:nth-child(3n+3) {
    border-right: none
}

.stm_services.style_8 .stm_service__icon {
    border-radius: 50%;
    overflow: hidden;
    width: 85px;
    height: 85px;
    line-height: 85px;
    font-size: 36px;
    display: inline-block;
    position: relative;
    margin-bottom: 28px
}

.stm_services.style_8 .stm_service__icon:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #333;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .1;
    transition: .2s
}

.stm_services.style_11 .stm_service__title:after,
.stm_services.style_11 .stm_service__title:before,
.stm_services.style_8 .stm_service__title:after,
.stm_services.style_8 .stm_service__title:before,
.stm_vacancies.style_3 .stm_vacancies__title:after {
    content: none
}

.stm_services.style_8 .stm_service__icon i:before {
    transition: .2s;
    color: #333
}

.stm_services.style_8 .stm_service__title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500
}

.stm_services.style_8 .stm_service__title a {
    text-decoration: none;
    color: #333
}

.stm_services.style_8 .stm_service__link {
    opacity: 0;
    transition: .2s;
    margin-top: 20px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none
}

.stm_services.style_8 .stm_service__link i {
    font-size: 10px
}

.stm_services.style_8 .stm_service:hover .stm_service__icon:before {
    opacity: 1;
    color: #fff
}

.stm_services.style_8 .stm_service:hover .stm_service__icon i:before {
    color: #fff
}

.stm_services.style_8 .stm_service:hover .stm_service__title a {
    color: #001446
}

.stm_services.style_8 .stm_service:hover .stm_service__title a:hover {
    color: #3591fa
}

.stm_services.style_8 .stm_service:hover .stm_service__link {
    opacity: 1
}

.stm_services.style_8 .stm_service:hover .stm_service__link:hover {
    color: #3591fa
}

@media (max-width:991px) {
    .stm_services.style_8 .stm_service {
        width: 50%
    }

    .stm_services.style_8 .stm_service:nth-child(n+3) {
        border-top: 1px solid #eee
    }

    .stm_services.style_8 .stm_service:nth-child(3n+3) {
        border-right: 1px solid #eee
    }

    .stm_services.style_8 .stm_service:nth-child(2n) {
        border-right: none
    }
}

@media (max-width:619px) {
    .stm_services.style_8 .stm_service {
        width: 100%;
        border-top: 1px solid #eee !important;
        border-right: none !important
    }

    .stm_services.style_8 .stm_service:first-child {
        border: 0 !important
    }
}

.stm_services.style_9 {
    margin: 0
}

.stm_services.style_9 .item {
    padding: 35px 40px;
    background-color: #fff;
    transition: all .3s;
    position: relative;
    border-right: 1px solid #eee
}

.stm_services.style_9 .item_wr .content h5 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 15px;
    font-size: 22px
}

.stm_services.style_9 .item_wr .content h5 a {
    order: 1
}

.stm_services.style_9 .item_wr .content h5:before {
    width: 36px;
    height: 3px;
    position: relative;
    transition: all .3s;
    margin: 10px 0 0;
    order: 2
}

.stm_services.style_9 .item_wr .content a.read_more {
    transition: all .3s;
    position: relative;
    color: #3591fa
}

.stm_services.style_9 .item_wr .content a.read_more span {
    vertical-align: text-top
}

.stm_services.style_9 .item_wr .content a.read_more span.stm-amsterdam-arrow {
    line-height: 14px;
    font-size: 10px
}

.stm_services.style_9 .item:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none
}

.stm_services.style_9 .item:hover .item_wr .content,
.stm_services.style_9 .item:hover .item_wr .content h5 a {
    color: #fff
}

.stm_services.style_9 .item:hover .item_wr .content h5:before {
    background-color: #fff
}

.stm_services.style_9 .item:hover .item_wr .content a.read_more,
.stm_services.style_9 .item:hover .item_wr .content a.read_more span {
    color: #fff
}

.stm_services.style_9 .item:last-child {
    border: 0
}

@media (max-width:991px) {
    .stm_services.style_9 .item {
        width: 100% !important
    }
}

.stm_services.style_10 {
    display: flex;
    flex-wrap: wrap
}

.stm_services.style_10 .item {
    padding: 0 15px 68px;
    margin: 0 0 38px;
    position: relative
}

.stm_services.style_10 .item .service-content {
    text-align: center
}

.stm_services.style_10 .item .service-content .service-image-box {
    display: inline-block;
    position: relative;
    margin-bottom: 35px
}

.stm_services.style_10 .item .service-content .service-image-box .service-title {
    display: block;
    position: absolute;
    bottom: 0;
    right: 29px;
    left: 29px;
    padding: 15px 30px;
    transition: all .3s ease;
    background-color: rgba(3, 39, 74, .9);
    font-weight: 600;
    font-size: 17px;
    color: #fff
}

.stm_services.style_10 .item .service-content .service-description {
    padding: 0 15px 10px;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #222
}

.stm_services.style_10 .item .service-content .service-more {
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-top: 2px solid rgba(3, 39, 74, .2);
    transition: all .3s ease;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 1px
}

.stm_services.style_10 .item .service-content .service-more .stm-right-arrow {
    margin-left: 10px;
    position: relative;
    line-height: 10px;
    font-size: 18px
}

.stm_services.style_10 .item .service-content:hover .service-image-box .service-title {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.stm_services.style_10 .item .service-content:hover .service-more {
    color: #3591fa
}

@media (max-width:1199px) and (min-width:992px) {
    .stm_services.style_10 .item .service-content .service-image-box .service-title {
        right: 15px;
        left: 15px;
        padding: 15px;
        font-size: 18px
    }
}

@media (min-width:768px) and (max-width:992px) {
    .stm_services.style_10 .item {
        width: 50%
    }

    .stm_services.style_10.cols_1 .item {
        width: 100%
    }
}

@media (max-width:767px) {
    .stm_services.style_10 .item {
        width: 100%
    }
}

.stm_services.style_11 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
    font-size: 14px
}

.stm_services.style_11 .stm_service {
    width: 33.33%;
    padding: 30px 30px 30px 0
}

.stm_services.style_11 .stm_service__icon {
    font-size: 60px;
    display: inline-block;
    position: relative
}

.stm_services.style_11 .stm_service__icon i:before {
    transition: .2s;
    color: #3591fa;
}

.stm_services.style_11 .stm_service__title {
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 10px
}

.stm_services.style_11 .stm_service__title a {
    text-decoration: none
}

.stm_services.style_11 .stm_service__link {
    transition: .2s;
    margin-top: 10px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    color: #3591fa;
    text-decoration: none
}

.stm_services.style_11 .stm_service__link i {
    font-size: 16px;
    margin-left: 15px
}

.stm_services.style_11 .stm_service:hover .stm_service__link:hover span {
    text-decoration: underline
}

@media (max-width:991px) {
    .stm_services.style_11 .stm_service {
        width: 50%
    }
}

@media (max-width:619px) {
    .stm_services.style_11 .stm_service {
        width: 100%
    }
}

.services_pagination {
    display: flex;
    justify-content: center
}

.stm_services_tabs.style_2 .services_categories {
    margin-bottom: 72px
}

.stm_services_tabs.style_2 .services_categories ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: 0 0
}

.stm_services_tabs.style_2 .services_categories ul li a {
    margin: 0 15px;
    padding: 10px 20px;
    border-radius: 20px 0;
    background-color: transparent;
    font-weight: 700;
    font-size: 16px;
    color: #333
}

.stm_services_tabs.style_2 .services_categories ul li.ui-state-active a {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #fff
}

.stm_services_tabs.style_2 .services_tabs {
    display: flex
}

.stm_services_tabs.style_2 .services_tabs .service_tab_item {
    padding: 0 15px 68px;
    width: 33.333333%;
    position: relative
}

.stm_services_tabs.style_2 .services_tabs .service_tab_item .service-content .service-image-box {
    display: block;
    position: relative;
    margin-bottom: 35px
}

.stm_services_tabs.style_2 .services_tabs .service_tab_item .service-content .service-image-box img {
    border-radius: 20px 0
}

.stm_services_tabs.style_2 .services_tabs .service_tab_item .service-content .service-image-box .service-title {
    display: block;
    position: absolute;
    bottom: 0;
    right: 29px;
    left: 29px;
    padding: 15px 30px;
    border-radius: 12px 0 0;
    transition: all .3s ease;
    background-color: rgba(3, 39, 74, .9);
    font-weight: 600;
    font-size: 20px;
    color: #fff
}

.stm_services_tabs.style_2 .services_tabs .service_tab_item .service-content .service-description {
    padding: 0 15px 12px;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
    font-size: 16px;
    color: #222
}

.stm_services_tabs.style_2 .services_tabs .service_tab_item .service-content .service-more {
    position: absolute;
    bottom: 0;
    right: 15px;
    left: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    border-top: 2px solid rgba(3, 39, 74, .2);
    transition: all .3s ease;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 12px
}

.stm_services_tabs.style_2 .services_tabs .service_tab_item .service-content .service-more .stm-right-arrow {
    margin-left: 10px;
    position: relative;
    line-height: 10px;
    font-size: 18px
}

.stm_services_tabs.style_2 .services_tabs .service_tab_item .service-content .service-more .stm-right-arrow:after {
    content: "\e9f4";
    font-family: stm !important;
    transition: all .3s ease;
    position: absolute;
    top: 0;
    right: -12px;
    font-size: 30px;
    opacity: 0;
    visibility: hidden
}

.stm_services_tabs.style_2 .services_tabs .service_tab_item .service-content:hover .service-image-box .service-title {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.stm_services_tabs.style_2 .services_tabs .service_tab_item .service-content:hover .service-more .stm-right-arrow:after {
    opacity: 1;
    visibility: visible;
    color: #3591fa
}

@media (max-width:1199px) and (min-width:992px) {
    .stm_services_tabs.style_2 .services_tabs .service_tab_item .service-content .service-image-box .service-title {
        right: 15px;
        left: 15px;
        padding: 15px;
        font-size: 18px
    }
}

@media (max-width:991px) {
    .stm_services_tabs.style_2 .services_categories {
        margin-bottom: 50px
    }

    .stm_services_tabs.style_2 .services_categories ul li {
        margin: 5px 0
    }

    .stm_services_tabs.style_2 .services_tabs {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto
    }

    .stm_services_tabs.style_2 .services_tabs .service_tab_item {
        width: 100%
    }
}

.stm_vacancies.style_2 .row {
    display: flex;
    flex-wrap: wrap;
    width: auto
}

.stm_vacancies.style_2 .row .col-md-4 {
    margin-bottom: 30px
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner {
    padding: 30px 30px 25px;
    background-color: #f2f4fa;
    height: 100%;
    transition: .3s;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .2)
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner .title h5 {
    margin-bottom: 11px
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner .title:hover {
    text-decoration: none
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner .info {
    font-size: 14px;
    width: 100%
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner .info.department {
    margin-bottom: 40px
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner .read-more {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
    align-self: flex-end
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner .read-more a {
    transition: .3s
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner .read-more a i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    text-align: center;
    transition: .3s;
    margin-right: 5px;
    display: inline-block
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner .read-more a:hover {
    text-decoration: none
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner .read-more a:hover i {
    background: #304157 !important;
    color: #fff
}

.stm_vacancies.style_2 .row .col-md-4 .stm_vacancies__inner .read-more .date {
    opacity: .5
}

.stm_vacancies.style_3 .stm_vacancies__title {
    text-transform: none;
    font-size: 36px;
    line-height: 44px;
    font-weight: 500
}

.stm_vacancies.style_3 .stm_vacancies__filter {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.stm_vacancies.style_3 .stm_vacancies__filter li {
    margin-top: 15px;
    margin-right: 20px;
    margin-bottom: 15px
}

.stm_vacancies.style_3 .stm_vacancies__filter li a {
    padding: 15px 30px;
    border-radius: 50px;
    text-decoration: none;
    display: block;
    transition: all .2s;
    position: relative;
    overflow: hidden;
    color: #333
}

.stm_vacancies.style_3 .stm_vacancies__filter li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all .3s;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    opacity: .1
}

.stm_vacancies.style_3 .stm_vacancies__filter li a.active,
.stm_vacancies.style_3 .stm_vacancies__filter li a:hover {
    color: #fff;
    box-shadow: 0 3px 10px 0 rgba(72, 115, 230, .3)
}

.stm_vacancies.style_3 .stm_vacancies__filter li a.active:before,
.stm_vacancies.style_3 .stm_vacancies__filter li a:hover:before {
    opacity: 1
}

.stm_vacancies.style_3 .stm_vacancies__grid {
    padding: 0;
    list-style-type: none;
    position: relative;
    overflow: hidden
}

.stm_vacancies.style_3 .stm_vacancies__grid-item {
    float: left;
    width: 33.3%;
    padding: 15px
}

@media (max-width:991px) {
    .stm_vacancies.style_3 .stm_vacancies__grid-item {
        width: 100%
    }
}

.stm_vacancies.style_3 .stm_vacancies__inner {
    border-radius: 10px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 30px;
    height: 100%;
    transition: .3s;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.stm_vacancies.style_3 .stm_vacancies__inner:hover {
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}

.stm_vacancies.style_3 .stm_vacancies__inner .title {
    text-decoration: none
}

.stm_vacancies.style_3 .stm_vacancies__inner .title h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    padding: 0;
    margin-bottom: 11px
}

.stm_vacancies.style_3 .stm_vacancies__inner .title h5:after {
    content: none
}

.stm_vacancies.style_3 .stm_vacancies__inner .info {
    font-size: 14px;
    width: 100%;
    opacity: .7
}

.stm_vacancies.style_3 .stm_vacancies__inner .info.department {
    margin-bottom: 40px
}

.stm_vacancies.style_3 .stm_vacancies__inner .read-more {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    font-size: 14px;
    line-height: 19px;
    align-self: flex-end;
    text-transform: uppercase
}

.stm_vacancies.style_3 .stm_vacancies__inner .read-more a {
    transition: .3s
}

.stm_vacancies.style_3 .stm_vacancies__inner .read-more a i {
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    margin-left: 5px;
    display: inline-block
}

.stm_vacancies.style_3 .stm_vacancies__inner .read-more a:hover {
    text-decoration: none
}

.stm_vacancies.style_3 .stm_vacancies__inner .read-more .date {
    text-transform: capitalize;
    opacity: .7
}

.consulting-thumbnail-with-frame {
    position: relative;
    max-width: 480px !important
}

.consulting-thumbnail-with-frame .vc_figure {
    position: relative;
    overflow: hidden;
    border-radius: 40px
}

.consulting-thumbnail-with-frame:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    background-color: #f2f4fa;
    transform: rotate(-10deg);
    z-index: 0
}

.consulting-thumbnail-with-frame .elementor-widget-container {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    z-index: 1
}

@media (max-width:991px) {
    .consulting-thumbnail-with-frame {
        margin: 0 auto
    }
}

.icon_box.style_1.icon_top h4 {
    padding-top: 0
}

.icon_box.style_1.icon_top h4:after {
    display: none
}

.icon_box.style_1 .icon_text h5 {
    font-size: 17px
}

.icon_box.style_1.icon_left_transparent .icon {
    vertical-align: top !important
}

.icon_box.style_4 .icon:after {
    margin: -12px 0 0 -38px
}

.icon_box.style_8 {
    display: flex;
    flex-wrap: wrap
}

.icon_box.style_8 .icon_box_icon {
    width: 75px;
    flex: 0 0 75px;
    position: relative
}

.icon_box.style_8 .icon_box_icon:after,
.icon_box.style_8 .icon_box_icon:before {
    content: '';
    display: block;
    width: 90px;
    height: 10px;
    transform: skew(39deg, 0deg) rotate(-22deg)
}

.icon_box.style_8 .icon_box_icon:before {
    position: absolute;
    top: 15px;
    left: -20px
}

.icon_box.style_8 .icon_box_icon:after {
    position: absolute;
    left: -16px;
    top: 35px
}

.icon_box.style_8 .icon_box_icon i {
    position: relative;
    z-index: 2
}

.icon_box.style_8 .icon_box_content {
    width: calc(100% - 76px);
    flex: 0 0 calc(100% - 76px)
}

.icon_box.style_8 .icon_box_content .title {
    padding-top: 0;
    font-weight: 400
}

.icon_box.style_8 .icon_box_content .title:after {
    width: 50px
}

.icon_box.style_8 .icon_box_content .content {
    line-height: 1.5;
    font-size: 14px
}

.icon_box.style_9 .icon_box_icon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0
}

.icon_box.style_9 .icon_box_icon .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50% 6px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    position: relative;
    margin: 10px 12px 10px 10px;
    color: #333;
    width: 50px;
    height: 50px
}

.icon_box.style_9 .icon_box_icon .icon:before {
    content: "\e9db";
    font-family: stm !important;
    position: absolute;
    top: 11px;
    left: -10px;
    font-weight: 300;
    font-size: 70px;
    color: #d3d5db;
    z-index: -1
}

.icon_box.style_9 .icon_box_icon .h6,
.icon_box.style_9 .icon_box_icon h6 {
    padding: 0;
    margin: 10px 0;
    font-weight: 500;
    letter-spacing: -.7px;
    font-size: 15px
}

.icon_box.style_9 .icon_box_icon .h6:after,
.icon_box.style_9 .icon_box_icon h6:after {
    display: none
}

.icon_box.style_9 .icon_text p {
    margin: 0
}

@media (max-width:767px) {
    .icon_box.style_9 .icon_box_icon {
        display: block !important;
        text-align: center
    }

    .icon_box.style_9 .icon_box_icon .icon {
        margin: 0 auto
    }

    .icon_box.style_9 .icon_text {
        text-align: center
    }
}

.icon_box.style_10 .icon_box_inner {
    position: relative;
    padding: 25px 25px 10px;
    transition: all .3s;
    background-color: rgba(3, 39, 74, .9);
    text-align: center
}

.icon_box.style_10 .icon_box_inner .icon {
    font-size: 51px;
    color: #fff
}

.icon_box.style_10 .icon_box_inner .icon.font-color_base {
    color: #333
}

.icon_box.style_10 .icon_box_inner .icon.font-color_secondary {
    color: #001446
}

.icon_box.style_10 .icon_box_inner .icon.font-color_third {
    color: #3591fa
}

.icon_box.style_10 .icon_box_inner .icon_bg {
    position: absolute;
    right: 7px;
    bottom: -30px;
    font-size: 118px;
    color: rgba(225, 225, 225, .1)
}

.icon_box.style_10 .icon_box_inner .icon_bg.font-color_base {
    color: #333
}

.icon_box.style_10 .icon_box_inner .icon_bg.font-color_secondary {
    color: #001446
}

.icon_box.style_10 .icon_box_inner .icon_bg.font-color_third {
    color: #3591fa
}

.icon_box.style_10 .icon_box_inner h4 {
    padding: 0;
    margin: 0 0 10px;
    line-height: 20px;
    letter-spacing: .2px;
    font-size: 18px;
    color: #fff
}

.icon_box.style_10 .icon_box_inner h4.font-color_base {
    color: #fff
}

.icon_box.style_10 .icon_box_inner h4.font-color_secondary {
    color: #001446
}

.icon_box.style_10 .icon_box_inner h4.font-color_third {
    color: #3591fa
}

.icon_box.style_10 .icon_box_inner h4:after,
.icon_box.style_10 .icon_box_inner h4:before {
    display: none
}

.icon_box.style_10 .icon_box_inner .icon_text {
    line-height: 24px;
    font-size: 16px;
    color: #fff
}

.icon_box.style_10 .icon_box_inner .icon_text p {
    line-height: 24px
}

@media screen and (max-width:1024px) {
    .icon_box.style_10 .icon_box_inner {
        padding-left: 15px;
        padding-right: 15px
    }
}

.icon_box.style_10:hover .icon_box_inner {
    margin-top: -8px;
    margin-bottom: 8px;
    box-shadow: 0 3px 7px rgba(3, 39, 74, .35)
}

.icon_box.style_11 {
    padding: 20px 0 10px 40px;
    border-left: 1px solid rgba(255, 255, 255, .5)
}

.icon_box.style_11 .icon_box_inner .icon {
    display: flex;
    align-items: center;
    position: relative;
    min-height: 76px
}

.icon_box.style_11 .icon_box_inner .icon .icon_bg {
    position: absolute;
    top: -20px;
    left: 0;
    font-size: calc(100% + 25px);
    color: rgba(255, 255, 255, .2);
    z-index: -1
}

.icon_box.style_11 .icon_box_inner h4 {
    line-height: 28px;
    font-size: 24px
}

.icon_box.style_11 .icon_box_inner h4:after {
    display: none
}

.icon_box.style_11 .icon_box_inner .icon_text {
    color: #333
}

.icon_box.style_11 .icon_box_inner .icon_text p {
    line-height: 28px;
    font-size: 15px
}

@media (max-width:1199px) {
    .icon_box.style_11 {
        border-left: 0;
        padding-left: 0
    }
}

@media (max-width:767px) {
    .icon_box.style_11 {
        text-align: center
    }

    .icon_box.style_11 .icon_box_inner {
        max-width: 320px;
        margin: 0 auto
    }

    .icon_box.style_11 .icon_box_inner .icon {
        margin: 0 auto
    }
}

.wpb_wrapper .vc_row>.wpb_column:first-child .icon_box.style_11 {
    border-left: transparent
}

.icon_box_with_tabs.style_1 .icon_box_tab_links {
    display: flex;
    margin-bottom: -80px;
    position: relative;
    z-index: 2
}

.icon_box_with_tabs.style_1 .icon_box_tab_links a {
    display: inline-block;
    vertical-align: top;
    letter-spacing: .32px;
    text-decoration: none;
    border-radius: 20px 0;
    transition: all .3s;
    padding: 12px 15px;
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #333
}

.icon_box_with_tabs.style_1 .icon_box_tab_links a.active {
    text-decoration: none;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #fff
}

.icon_box_with_tabs.style_1 .icon_box_tab_content {
    display: none;
    flex-wrap: wrap;
    position: relative;
    transition: all .3s;
    animation: fadeEffect .6s
}

.icon_box_with_tabs.style_1 .icon_box_tab_content>div {
    padding: 0 15px
}

.icon_box_with_tabs.style_1 .icon_box_tab_content>div.icon_box_content_info {
    width: 29%;
    display: flex;
    align-items: center;
    position: relative
}

.icon_box_with_tabs.style_1 .icon_box_tab_content>div.icon_box_content_info:after {
    content: '\e9f5';
    font-family: stm !important;
    position: absolute;
    top: 50%;
    left: -28%;
    font-size: 382px;
    color: rgba(194, 194, 204, .4);
    z-index: -1
}

.icon_box_with_tabs.style_1 .icon_box_tab_content>div.icon_box_content_info h2 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 60px
}

.icon_box_with_tabs.style_1 .icon_box_tab_content>div.icon_box_icons {
    width: 71%
}

.icon_box_with_tabs.style_1 .icon_box_tab_content>div ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px
}

.icon_box_with_tabs.style_1 .icon_box_tab_content>div ul li {
    display: flex;
    width: 50%;
    list-style: none;
    padding: 0 5%;
    margin: 36px 0
}

.icon_box_with_tabs.style_1 .icon_box_tab_content>div ul li .icon_box_icon {
    margin-bottom: 30px;
    min-width: 105px;
    min-height: 85px;
    padding-top: 10px;
    position: relative
}

.icon_box_with_tabs.style_1 .icon_box_tab_content>div ul li .icon_box_icon:after {
    content: '\e9e9';
    font-family: stm !important;
    position: absolute;
    top: 30px;
    right: -5px;
    font-size: 85px;
    color: rgba(194, 194, 204, .4)
}

.icon_box_with_tabs.style_1 .icon_box_tab_content>div ul li .icon_box_icon i,
.icon_box_with_tabs.style_1 .icon_box_tab_content>div ul li .icon_box_icon img {
    position: relative;
    z-index: 2
}

.icon_box_with_tabs.style_1 .icon_box_tab_content>div ul li .icon_box_title {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 700;
    font-size: 16px;
    color: #333
}

.icon_box_with_tabs.style_1 .icon_box_tab_content>div ul li .icon_box_description {
    line-height: 28px;
    font-weight: 400;
    font-size: 15px;
    color: #222
}

.icon_box_with_tabs.style_1 .icon_box_tab_content.active {
    display: flex
}

@media (max-width:1024px) {
    .icon_box_with_tabs.style_1 .icon_box_tab_links {
        justify-content: center;
        text-align: center;
        margin-bottom: 10px
    }

    .icon_box_with_tabs.style_1 .icon_box_tab_content>div.icon_box_content_info {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 50px 15px
    }

    .icon_box_with_tabs.style_1 .icon_box_tab_content>div.icon_box_content_info:after {
        left: 10%;
        font-size: 160px
    }

    .icon_box_with_tabs.style_1 .icon_box_tab_content>div.icon_box_icons,
    .icon_box_with_tabs.style_1 .icon_box_tab_content>div.icon_box_icons ul li {
        width: 100%
    }
}

.icon_box_with_tabs.style_2 .icon_box_tab_links {
    display: flex;
    justify-content: center;
    margin: 0 0 27px;
    position: relative;
    z-index: 2
}

.icon_box_with_tabs.style_2 .icon_box_tab_links a {
    display: inline-block;
    vertical-align: top;
    letter-spacing: .32px;
    text-decoration: none;
    border-radius: 20px 0;
    transition: all .3s;
    padding: 12px 18px;
    margin: 0 5px;
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
    color: #333
}

.icon_box_with_tabs.style_2 .icon_box_tab_links a.active {
    text-decoration: none;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    color: #fff;
    margin: 0 10px
}

@media (max-width:767px) {
    .icon_box_with_tabs.style_2 .icon_box_tab_links a {
        display: flex;
        align-items: center
    }
}

.icon_box_with_tabs.style_2 .icon_box_tab_content {
    display: none;
    flex-wrap: wrap;
    position: relative;
    transition: all .3s;
    animation: fadeEffect .6s
}

.icon_box_with_tabs.style_2 .icon_box_tab_content>div {
    padding: 0 15px
}

.icon_box_with_tabs.style_2 .icon_box_tab_content>div.icon_box_content_info {
    width: 29%;
    display: flex;
    align-items: center;
    position: relative
}

.icon_box_with_tabs.style_2 .icon_box_tab_content>div.icon_box_content_info:after {
    content: '\e9f5';
    font-family: stm !important;
    position: absolute;
    top: 50%;
    left: -28%;
    font-size: 382px;
    color: rgba(194, 194, 204, .4);
    z-index: -1
}

.icon_box_with_tabs.style_2 .icon_box_tab_content>div.icon_box_content_info h2 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 1.1px;
    line-height: 60px
}

.icon_box_with_tabs.style_2 .icon_box_tab_content>div ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -15px
}

.icon_box_with_tabs.style_2 .icon_box_tab_content>div ul li {
    display: flex;
    width: 33.3%;
    list-style: none;
    padding: 0 1%;
    margin: 36px 0
}

.icon_box_with_tabs.style_2 .icon_box_tab_content>div ul li .icon_box_icon {
    margin-bottom: 30px;
    min-width: 105px;
    min-height: 85px;
    padding-top: 10px;
    position: relative
}

.icon_box_with_tabs.style_2 .icon_box_tab_content>div ul li .icon_box_icon:after {
    content: '\e9e9';
    font-family: stm !important;
    position: absolute;
    top: 30px;
    right: -5px;
    font-size: 85px;
    color: rgba(194, 194, 204, .4)
}

.icon_box_with_tabs.style_2 .icon_box_tab_content>div ul li .icon_box_icon i,
.icon_box_with_tabs.style_2 .icon_box_tab_content>div ul li .icon_box_icon img {
    position: relative;
    z-index: 2
}

.icon_box_with_tabs.style_2 .icon_box_tab_content>div ul li .icon_box_title {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 700;
    font-size: 16px;
    color: #333
}

.icon_box_with_tabs.style_2 .icon_box_tab_content>div ul li .icon_box_description {
    line-height: 28px;
    font-weight: 400;
    font-size: 15px;
    color: #222
}

.icon_box_with_tabs.style_2 .icon_box_tab_content.active {
    display: flex
}

@media (max-width:1024px) {
    .icon_box_with_tabs.style_2 .icon_box_tab_links {
        justify-content: center;
        text-align: center;
        margin-bottom: 10px
    }

    .icon_box_with_tabs.style_2 .icon_box_tab_content>div.icon_box_content_info {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 50px 15px
    }

    .icon_box_with_tabs.style_2 .icon_box_tab_content>div.icon_box_content_info:after {
        left: 10%;
        font-size: 160px
    }

    .icon_box_with_tabs.style_2 .icon_box_tab_content>div.icon_box_icons {
        width: 100%
    }

    .icon_box_with_tabs.style_2 .icon_box_tab_content>div.icon_box_icons ul li {
        width: 50%;
        margin: 12px 0
    }
}

@keyframes fadeEffect {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan {
    overflow: visible;
    border: 1px solid #ddd;
    box-shadow: none
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .top {
    overflow: visible
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .top .inner {
    padding-top: 30px;
    padding-bottom: 0
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .top .inner .title {
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 30px
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .top .inner .price {
    justify-content: center;
    border: none;
    padding-top: 0;
    margin-bottom: 20px
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .top .inner .price .heading_font {
    margin: 0;
    font-size: 36px;
    line-height: 36px
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .top .inner .subtitle {
    margin-top: 0;
    border-bottom: none;
    margin-bottom: 34px;
    padding: 0 15px;
    line-height: 1.29;
    font-size: 14px;
    opacity: .5
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .top .inner .price_suffix {
    order: 10
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .content {
    font-size: 16px;
    padding-top: 0
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .content ul li:before,
.stm_pricing_plan_unit.style_3 .stm_pricing_plan .content ul li:before,
.stm_pricing_plan_unit.style_4 .stm_pricing_plan .content ul li:before {
    content: '\e9bd';
    font-family: stm;
    display: inline-block;
    font-size: 24px;
    left: 0
}

@media (min-width:768px) and (max-width:991px) {
    .stm_pricing_plan_unit.style_2 .stm_pricing_plan .content {
        padding-left: 15px;
        padding-right: 15px
    }
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .content ul {
    padding: 0
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .content ul li {
    position: relative;
    padding-left: 34px
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .content ul li:before {
    position: absolute;
    top: 0;
    line-height: 1;
    opacity: .5
}

.stm_pricing_plan_unit.style_2 .stm_pricing_plan .content .stm_pricing_btn {
    text-align: center
}

@media (min-width:768px) and (max-width:991px) {
    .stm_pricing_plan_unit.style_2 .stm_pricing_plan .content .stm_pricing_btn .vc_btn3 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.stm_pricing_plan_unit.style_2 .stm_label {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 100%;
    transform: none;
    width: 100%;
    font-size: 16px;
    font-weight: 700
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan {
    overflow: visible;
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: none
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan.has_status {
    background-color: rgba(3, 39, 74, .2);
    border-color: transparent
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .top {
    border-radius: 20px 20px 0 0;
    overflow: visible
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .top:before {
    display: none
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .top .inner {
    padding-top: 30px;
    padding-bottom: 0
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .top .inner .title {
    margin-top: 9px;
    line-height: 1.22;
    margin-bottom: 34px;
    font-size: 18px
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .top .inner .price {
    align-items: flex-end;
    justify-content: center;
    border: none;
    padding-top: 0;
    margin-bottom: 24px
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .top .inner .price .heading_font {
    margin: 0;
    font-size: 36px;
    line-height: 36px;
    order: 0
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .top .inner .subtitle {
    max-width: 170px;
    margin: 0 auto 32px;
    border-bottom: none;
    padding: 0 15px;
    line-height: 1.29;
    font-size: 14px;
    opacity: .5
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .top .inner .price_affix {
    margin: 0;
    order: 0;
    font-size: 20px
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .content {
    font-size: 16px;
    padding: 0 46px 42px
}

@media (min-width:992px) and (max-width:1024px) {
    .stm_pricing_plan_unit.style_3 .stm_pricing_plan .content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:767px) {

    .icon_box_with_tabs.style_2 .icon_box_tab_content>div.icon_box_icons,
    .icon_box_with_tabs.style_2 .icon_box_tab_content>div.icon_box_icons ul li {
        width: 100%
    }

    .stm_pricing_plan_unit.style_3 .stm_pricing_plan .content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .content ul {
    margin: 0 auto 40px;
    padding: 0
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .content ul li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 18px
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .content ul li:before {
    position: absolute;
    top: 0;
    line-height: 1;
    color: #001446
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .top:before,
.testimonials_carousel.style_4 .testimonial:after {
    display: none
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .content .stm_pricing_btn {
    text-align: center;
    max-width: 190px;
    margin: 0 auto;
    border-radius: 50px
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .content .stm_pricing_btn .vc_btn3 {
    margin-top: 0;
    color: #333 !important;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)) !important
}

@media (min-width:768px) and (max-width:991px) {
    .stm_pricing_plan_unit.style_3 .stm_pricing_plan .content .stm_pricing_btn .vc_btn3 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.stm_pricing_plan_unit.style_3 .stm_pricing_plan .content .stm_pricing_btn .vc_btn3:hover {
    background-color: #333 !important;
    color: #fff !important
}

@media (max-width:991px) {
    .stm_pricing_plan_unit.style_3 .stm_pricing_plan {
        max-width: 440px;
        margin: 0 auto
    }
}

.stm_pricing_plan_unit.style_3 .stm_label {
    position: absolute;
    left: 0;
    top: -21px;
    bottom: auto;
    transform: none;
    width: 100%;
    background-color: transparent
}

.stm_pricing_plan_unit.style_3 .stm_label span {
    top: auto;
    padding: 7px 12px;
    border-radius: 50px;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan {
    overflow: visible;
    background-color: #001446;
    border-radius: 0 50px;
    box-shadow: none
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .top {
    border-radius: 20px 20px 0 0;
    overflow: visible
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .top .inner {
    padding-top: 30px;
    padding-bottom: 0
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .top .inner .title {
    margin-top: 20px;
    line-height: 1.22;
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 700;
    color: #3591fa
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .top .inner .price {
    align-items: flex-end;
    justify-content: center;
    border: none;
    padding-top: 0;
    margin-bottom: 24px;
    color: #fff !important;
    font-weight: 700
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .top .inner .price .heading_font {
    margin: 0;
    font-size: 36px;
    line-height: 36px;
    order: 0
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .top .inner .subtitle {
    max-width: 170px;
    margin: 0 auto 32px;
    border-bottom: none;
    padding: 0 5px;
    line-height: 1.29;
    font-size: 18px;
    opacity: .5;
    color: #fff !important
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .top .inner .price_affix {
    margin: 0;
    order: 0;
    font-size: 20px
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .content {
    font-size: 18px;
    padding: 0 40px 42px
}

@media (min-width:992px) and (max-width:1024px) {
    .stm_pricing_plan_unit.style_4 .stm_pricing_plan .content {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media (max-width:767px) {
    .stm_pricing_plan_unit.style_4 .stm_pricing_plan .content {
        padding-left: 20px;
        padding-right: 20px
    }
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .content ul {
    margin: 0 auto 40px;
    padding: 0
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .content ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 14px;
    color: #fff !important
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .content ul li:before {
    position: absolute;
    top: 0;
    line-height: 1;
    color: #3591fa
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .content .stm_pricing_btn {
    text-align: center;
    max-width: 166px;
    margin: 0 auto
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .content .stm_pricing_btn .vc_btn3 {
    margin-top: 0;
    color: #fff !important;
    border: 1px solid var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)) !important;
    border-radius: 7px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important
}

@media (min-width:768px) and (max-width:991px) {
    .stm_pricing_plan_unit.style_4 .stm_pricing_plan .content .stm_pricing_btn .vc_btn3 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

.stm_pricing_plan_unit.style_4 .stm_pricing_plan .content .stm_pricing_btn .vc_btn3:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)) !important;
    color: #fff !important
}

@media (max-width:1024px) {
    .stm_pricing_plan_unit.style_4 .stm_pricing_plan {
        max-width: 400px;
        margin: 0 auto
    }
}

.stm_pricing_plan_unit.style_4 .stm_label {
    position: absolute;
    left: 0;
    top: -21px;
    bottom: auto;
    transform: none;
    width: 100%;
    background-color: transparent
}

.stm_pricing_plan_unit.style_4 .stm_label span {
    top: auto;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    padding: 7px 15px;
    border-radius: 50px;
    letter-spacing: .2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #fff
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner .image span:after,
.testimonials_carousel.style_9 .testimonial .testimonial-text:before {
    font-family: stm;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.testimonials_carousel.style_3 {
    display: flex;
    flex-wrap: wrap
}

.testimonials_carousel.style_3 .slick-list {
    order: 0
}

.testimonials_carousel.style_3 .slick_prev {
    order: 1;
    margin-right: 20px
}

.testimonials_carousel.style_3 .slick_next {
    order: 2
}

.testimonials_carousel.style_4 .testimonial {
    text-align: left;
    margin-bottom: 24px
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner:after {
    content: "";
    display: table;
    clear: both
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner .image {
    flex: 0 0 29%;
    margin-left: 75px;
    max-width: 310px !important
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner .image img {
    border-radius: 10px;
    position: relative;
    z-index: 2
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner .image span {
    position: relative;
    display: block;
    max-width: 326px;
    margin: 0 0 0 auto;
    padding-top: 35px;
    padding-left: 20px
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner .image span:after {
    content: "\e9d9";
    speak: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: -14px;
    right: -48px;
    font-size: 114px;
    color: rgba(225, 225, 225, .9)
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner .image span:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 106px;
    height: 106px;
    border-radius: 10px;
    background-color: #001446
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner .info {
    display: flex;
    flex-direction: column;
    flex: 0 0 58%;
    overflow: inherit;
    padding-top: 40px;
    margin-right: 0;
    margin-left: auto
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner .info .stm_testimonials_content_unit {
    order: 3;
    position: relative
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner .info .stm_testimonials_content_unit p {
    line-height: 30px;
    font-size: 18px
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner .info h6 {
    margin-bottom: 10px;
    position: relative;
    line-height: 26px;
    font-weight: 400;
    font-size: 30px;
    order: 1
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner .info .position {
    margin-bottom: 22px;
    position: relative;
    line-height: 26px;
    font-size: 14px;
    color: #001446;
    order: 2
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner p {
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 14px;
    color: #777
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner h6 {
    padding-top: 0;
    margin-bottom: 4px;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 20px
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner h6 a {
    color: #001446;
    transition: color .3s ease
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner h6 a:focus,
.testimonials_carousel.style_4 .testimonial .testimonial_inner h6 a:hover {
    text-decoration: none
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner h6 a:hover {
    color: #243238
}

.testimonials_carousel.style_4 .testimonial .testimonial_inner .position {
    font-size: 14px;
    font-weight: 400;
    color: #aaa
}

@media (max-width:991px) {
    .testimonials_carousel.style_4 .testimonial .testimonial_inner .image {
        margin-left: 25px
    }

    .testimonials_carousel.style_4 .testimonial .testimonial_inner .info {
        flex: 0 0 56%
    }

    .testimonials_carousel.style_4 .testimonial .testimonial_inner .info .stm_testimonials_content_unit p {
        line-height: 28px;
        font-size: 16px
    }

    .testimonials_carousel.style_4 .testimonial .testimonial_inner .info .position {
        margin-bottom: 15px
    }
}

@media (max-width:767px) {
    .testimonials_carousel.style_4 .testimonial .testimonial_inner {
        flex-direction: column
    }

    .testimonials_carousel.style_4 .testimonial .testimonial_inner .image {
        float: none;
        width: auto;
        flex: 0 0 100%;
        margin: 0 auto 30px;
        text-align: center
    }

    .testimonials_carousel.style_4 .testimonial .testimonial_inner .info {
        flex: 0 0 100%;
        text-align: center
    }
}

.testimonials_carousel.style_4 .slick_next,
.testimonials_carousel.style_4 .slick_prev {
    position: absolute;
    top: 0;
    left: auto !important;
    right: 0;
    width: 50px;
    height: 50px;
    line-height: 46px;
    margin-top: 0 !important;
    border: 1px solid #f2f4fa !important;
    display: inline-block;
    vertical-align: top;
    background-color: #f2f4fa;
    border-radius: 50%;
    font-size: 24px;
    color: #001446
}

.testimonials_carousel.style_4 .slick_next:hover,
.testimonials_carousel.style_4 .slick_prev:hover {
    border-color: #333 !important;
    background-color: #333;
    color: #fff
}

.testimonials_carousel.style_4 .slick_prev {
    right: 60px
}

.testimonials_carousel.style_4 .slick_prev i:before {
    content: "\f104";
    font-family: "Font Awesome 6 Free"
}

.testimonials_carousel.style_4 .slick_next {
    margin-left: 0
}

.testimonials_carousel.style_4 .slick_next i:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free"
}

@media (max-width:1480px) {
    .testimonials_carousel.style_4 .slick_prev {
        right: 80px !important
    }

    .testimonials_carousel.style_4 .slick_next {
        right: 20px !important
    }
}

@media (max-width:991px) {

    .testimonials_carousel.style_4 .slick_next,
    .testimonials_carousel.style_4 .slick_prev {
        top: -30px;
        right: 30px
    }

    .testimonials_carousel.style_4 .slick_prev {
        right: 90px
    }
}

@media (max-width:767px) {
    .testimonials_carousel.style_4 {
        text-align: center
    }

    .testimonials_carousel.style_4 .slick_next,
    .testimonials_carousel.style_4 .slick_prev {
        display: none !important;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 10px
    }
}

.testimonials_carousel.style_5 .testimonial .testimonial_inner {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    text-align: center
}

.testimonials_carousel.style_5 .testimonial .testimonial_inner .image {
    display: block;
    margin: 0 auto 15px;
    width: 140px;
    height: 140px;
    position: relative;
    overflow: hidden;
    border-radius: 50%
}

.testimonials_carousel.style_5 .testimonial .testimonial_inner .image span a:after {
    display: none
}

.testimonials_carousel.style_5 .testimonial .testimonial_inner .info h6 {
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 5px;
    font-weight: 700
}

.testimonials_carousel.style_5 .testimonial .testimonial_inner .info .position {
    margin-bottom: 10px;
    font-weight: 300;
    font-size: 14px
}

.testimonials_carousel.style_5 .testimonial .testimonial_inner .info .stm_testimonials_content_unit {
    max-width: 300px
}

.testimonials_carousel.style_5 .testimonial .testimonial_inner .info .stm_testimonials_content_unit p {
    line-height: 24px;
    font-weight: 300;
    font-size: 16px
}

.testimonials_carousel.style_5 .slick_next,
.testimonials_carousel.style_5 .slick_prev {
    border: 0;
    font-size: 30px;
    color: #333
}

.testimonials_carousel.style_5 .slick_next:hover,
.testimonials_carousel.style_5 .slick_prev:hover {
    background: 0 0;
    color: #001446
}

.testimonials_carousel.style_7 .slick-track {
    display: flex
}

.testimonials_carousel.style_7 .slick-track .slick-slide {
    display: flex;
    height: inherit;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
}

.testimonials_carousel.style_7 .item {
    display: flex !important;
    height: 100%;
    padding: 0 25px
}

.testimonials_carousel.style_7 .item .testimonial-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: #333
}

.testimonials_carousel.style_7 .item .testimonial-info .testimonial {
    padding: 0 0 25px;
    margin-top: 0;
    margin-bottom: auto
}

.testimonials_carousel.style_7 .item .testimonial-info .testimonial p {
    line-height: 28px;
    font-size: 16px
}

.testimonials_carousel.style_7 .item .testimonial-info .testimonial-image {
    max-width: 48px;
    margin-right: 20px
}

.testimonials_carousel.style_7 .item .testimonial-info .testimonial-image img {
    border-radius: 0 15px
}

.testimonials_carousel.style_7 .item .testimonial-info .testimonial-text .name {
    line-height: 24px;
    font-weight: 700;
    font-size: 18px;
    color: #3591fa
}

@media (max-width:1440px) {
    .testimonials_carousel.style_7 {
        padding: 0 15px
    }
}

.testimonials_carousel.style_8 {
    margin: 0
}

.testimonials_carousel.style_8 .slick-track {
    display: flex;
    align-items: flex-start
}

.testimonials_carousel.style_8 .slick-track .slick-slide {
    display: flex;
    height: inherit;
    -webkit-user-select: text;
    -moz-user-select: text;
    user-select: text
}

.testimonials_carousel.style_8 .item {
    height: 100%;
    padding: 0 25px
}

@media (max-width:767px) {
    .testimonials_carousel.style_8 .item {
        padding: 0 15px
    }
}

.testimonials_carousel.style_8 .item .testimonial-info {
    display: flex;
    color: #333;
    margin: 0 0 26px
}

.testimonials_carousel.style_8 .item .testimonial-info .testimonial-image {
    max-width: 55px;
    margin-right: 15px
}

.testimonials_carousel.style_8 .item .testimonial-info .testimonial-image img {
    border-radius: 0 15px
}

.testimonials_carousel.style_8 .item .testimonial-info .testimonial-text .name {
    line-height: 31px;
    font-weight: 700;
    font-size: 30px;
    color: #333;
    margin: 0 0 7px
}

@media (max-width:1024px) {
    .testimonials_carousel.style_8 .item .testimonial-info .testimonial-text .name {
        font-size: 21px;
        line-height: 24px
    }
}

.testimonials_carousel.style_8 .item .testimonial-info .testimonial-text .company {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #3591fa
}

.testimonials_carousel.style_8 .item .testimonial {
    padding: 0 0 25px;
    margin-top: 0;
    margin-bottom: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #333;
    text-align: left
}

.testimonials_carousel.style_8 .item .testimonial:after {
    display: none
}

@media (max-width:1440px) {
    .testimonials_carousel.style_8 {
        padding: 0 15px
    }
}

.testimonials_carousel.style_8 .slick_next,
.testimonials_carousel.style_8 .slick_prev {
    position: absolute;
    bottom: 100% !important;
    top: auto !important;
    right: 0 !important;
    left: auto !important;
    width: 50px;
    height: 50px;
    margin-bottom: 50px;
    border-width: 2px;
    border-radius: 50%;
    border-color: #001446
}

.testimonials_carousel.style_8 .slick_next i,
.testimonials_carousel.style_8 .slick_prev i {
    font-size: 34px;
    line-height: .8;
    color: #3591fa
}

.testimonials_carousel.style_8 .slick_next.slick-disabled,
.testimonials_carousel.style_8 .slick_prev.slick-disabled {
    border-color: #3591fa
}

.testimonials_carousel.style_8 .slick_next.slick-disabled i,
.testimonials_carousel.style_8 .slick_prev.slick-disabled i {
    color: #001446
}

.testimonials_carousel.style_8 .slick_next:hover i,
.testimonials_carousel.style_8 .slick_prev:hover i {
    color: #fff
}

.testimonials_carousel.style_8 .slick_prev {
    transform: translateX(-100%);
    margin-right: 10px
}

@media (max-width:767px) {

    .testimonials_carousel.style_8 .slick_next,
    .testimonials_carousel.style_8 .slick_prev {
        bottom: auto !important;
        top: 100% !important;
        margin-top: -20px
    }

    .testimonials_carousel.style_8 .slick_prev {
        left: auto !important;
        right: 50% !important;
        transform: none;
        margin-right: 5px
    }

    .testimonials_carousel.style_8 .slick_next {
        right: auto !important;
        left: 50% !important;
        margin-left: 5px
    }
}

.testimonials_carousel.style_9 {
    margin: 0 -15px
}

.testimonials_carousel.style_9 .testimonial {
    position: relative;
    padding: 20px 15px 65px
}

.testimonials_carousel.style_9 .testimonial .testimonial-inner {
    border-radius: 10px;
    transition: all .3s ease
}

.testimonials_carousel.style_9 .testimonial .testimonial-text {
    position: relative;
    text-align: center;
    padding: 40px 50px 20px
}

.testimonials_carousel.style_9 .testimonial .testimonial-text:before {
    content: "\e90b";
    speak: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    transition: all .3s ease;
    font-size: 14px;
    color: #001446;
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    bottom: unset;
    margin: auto;
    width: 40px;
    height: 40px;
    border: 1px solid #001446;
    border-radius: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden
}

.testimonials_carousel.style_9 .testimonial .testimonial-text p {
    margin: 0;
    font-size: 14px;
    line-height: 26px;
    color: inherit
}

.testimonials_carousel.style_9 .testimonial .testimonial-info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.testimonials_carousel.style_9 .testimonial .testimonial-info:after {
    content: "";
    display: table;
    clear: both
}

.testimonials_carousel.style_9 .testimonial .testimonial-info .testimonial-image {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    overflow: hidden;
    margin-bottom: -65px
}

.testimonials_carousel.style_9 .testimonial .testimonial-info .testimonial-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.testimonials_carousel.style_9 .testimonial .testimonial-info .testimonial-bottom {
    margin-bottom: 30px
}

.testimonials_carousel.style_9 .testimonial .testimonial-info .testimonial-bottom .name {
    color: #001446;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 600
}

.testimonials_carousel.style_9 .testimonial .testimonial-info .testimonial-bottom .company {
    font-size: 14px;
    color: #3591fa;
    line-height: 1.7em
}

.testimonials_carousel.style_9 .testimonial:hover .testimonial-inner {
    backgorund: #fff;
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1)
}

.testimonials_carousel.style_9 .testimonial:hover .testimonial-text:before {
    background: #001446;
    color: #fff
}

.portfolio-carousel__title {
    margin-bottom: 47px
}

.portfolio-carousel__title:after {
    content: none
}

.portfolio-carousel__wrap .owl-stage {
    display: flex
}

.portfolio-carousel__item {
    display: block;
    margin: 0 15px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 100%
}

.portfolio-carousel__item span {
    display: block
}

.portfolio-carousel__item-image img {
    width: 100%;
    height: 100%
}

.portfolio-carousel__item-title {
    padding: 20px 30px 5px;
    font-size: 18px;
    line-height: 24px;
    color: #162043;
    opacity: .8
}

.portfolio-carousel__item-category {
    padding: 0 30px 20px;
    font-size: 14px;
    line-height: 18px;
    color: #162043;
    opacity: .3
}

.portfolio-carousel .owl-controls {
    left: -70px;
    right: -70px
}

.portfolio-carousel .owl-controls .owl-nav {
    justify-content: space-between
}

.portfolio-carousel .owl-controls .owl-nav div {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background-color: #f2f4fa;
    visibility: visible
}

.portfolio-carousel .owl-controls .owl-nav div:hover {
    background-color: #333;
    cursor: pointer
}

.portfolio-carousel .owl-controls .owl-nav div:hover:before {
    color: #fff
}

.portfolio-carousel .owl-controls .owl-nav .owl-next:before,
.portfolio-carousel .owl-controls .owl-nav .owl-prev:before {
    margin-top: 2px
}

.portfolio-carousel .owl-controls .owl-dots {
    display: flex;
    justify-content: center;
    padding: 27px 0
}

.portfolio-carousel .owl-controls .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    opacity: .3
}

.portfolio-carousel .owl-controls .owl-dots .owl-dot.active {
    opacity: 1
}

@media (max-width:1140px) {
    .portfolio-carousel .owl-controls {
        left: -8px;
        right: -8px
    }
}

@media (max-width:767px) {
    .portfolio-carousel .owl-controls {
        display: none !important
    }
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_5 {
    color: #fff;
    border-color: #001446;
    background: #001446;
    border-width: 3px
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_5 .vc_btn3-icon {
    color: #fff !important
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_5:hover {
    color: #333
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_5:hover .vc_btn3-icon {
    color: #333 !important
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_5.vc_btn3-style-outline {
    color: #001446;
    border-color: #001446;
    background: 0 0;
    border-width: 3px
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_5.vc_btn3-style-outline .vc_btn3-icon {
    color: #001446 !important
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_5.vc_btn3-style-outline:hover {
    background: #001446;
    border-color: #001446;
    color: #fff
}

body .vc_general.vc_btn3.vc_btn3-color-theme_style_5.vc_btn3-style-outline:hover .vc_btn3-icon {
    color: #fff !important
}

.consulting-anchor_link {
    display: inline-block;
    vertical-align: top;
    position: relative;
    transition: all .3s ease;
    text-decoration: none !important
}

.consulting-anchor_link i {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    font-size: calc(100% + 6px)
}

.consulting-anchor_link i:after {
    content: "\e9f4";
    font-family: stm !important;
    position: absolute;
    top: -2px;
    right: -12px;
    font-size: 29px;
    color: #fff
}

.sticky-nav {
    position: sticky;
    top: 50px
}

.stm_anchors_text__nav {
    list-style-type: none
}

.stm_anchors_text__nav li a {
    display: block;
    padding: 10px 27px;
    border-left: 3px solid transparent;
    line-height: 20px;
    font-size: 16px;
    color: #333;
    text-decoration: none
}

.stm_anchors_text__nav li a.active {
    border-color: #333
}

.privacy_policies_list .privacy_policies.content-col article {
    margin-bottom: 30px;
    white-space: pre-line;
    line-height: 30px;
    font-size: 16px
}

.privacy_policies_list .privacy_policies.content-col article h3 {
    font-size: 24px
}

.privacy_policies_list .privacy_policies.content-col article h3:after {
    display: none
}

@media (max-width:1199px) {
    .privacy_policies_list .privacy_policies.nav-col {
        width: 30%;
        z-index: 10
    }

    .privacy_policies_list .privacy_policies.content-col {
        width: 70%
    }
}

@media (max-width:991px) {
    .privacy_policies_list {
        display: flex
    }

    .privacy_policies_list .privacy_policies.nav-col {
        width: 30%;
        top: 0 !important;
        align-self: flex-start;
        padding: 40px 0
    }

    .privacy_policies_list .privacy_policies.nav-col ul {
        padding: 0
    }

    .privacy_policies_list .privacy_policies.content-col {
        width: 70%
    }
}

@media (max-width:767px) {
    .privacy_policies_list .privacy_policies.nav-col ul {
        padding: 0 0 0 15px
    }
}

@media (max-width:719px) {
    .privacy_policies_list .privacy_policies.nav-col {
        width: 35%
    }

    .privacy_policies_list .privacy_policies.content-col {
        width: 65%
    }
}

@media (max-width:620px) {
    .privacy_policies_list {
        display: block
    }

    .privacy_policies_list .privacy_policies.nav-col {
        position: relative !important;
        width: 100%
    }

    .privacy_policies_list .privacy_policies.content-col {
        width: 100%
    }
}

.vc_image_carousel_wr.grayscale .owl-item:hover img {
    filter: grayscale(0)
}

.vc_image_carousel_wr .vc_image_carousel.style_2.owl-carousel .owl-controls,
.vc_image_carousel_wr .vc_image_carousel.style_3.owl-carousel .owl-controls {
    position: static !important;
    z-index: 0 !important
}

.vc_image_carousel_wr .vc_image_carousel .owl-dots {
    display: flex;
    justify-content: center;
    padding: 27px 0
}

.vc_image_carousel_wr .vc_image_carousel .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    margin: 0 5px;
    opacity: .3
}

.vc_image_carousel_wr .vc_image_carousel .owl-dots .owl-dot.active {
    opacity: 1
}

.vc_image_carousel_wr .vc_image_carousel.style_3 .owl-dots .owl-dot {
    background-color: #333 !important
}

.page-under-construction {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative
}

.page-under-construction:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .5
}

.page-under-construction .uc__main {
    flex: 1 1 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column
}

.page-under-construction .uc__header {
    flex: 1 1 100%;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 40px 0
}

.page-under-construction .uc__content {
    flex: 1 1 100%;
    padding: 25px 0
}

.page-under-construction .uc__footer {
    position: relative;
    z-index: 1;
    padding: 50px 0;
    color: rgba(255, 255, 255, .5)
}

.page-under-construction .uc__footer a {
    color: rgba(255, 255, 255, .5)
}

.portfolio_box .stm_portfolio_grid.style_2 .item .item_thumbnail {
    height: auto;
    max-width: 100%
}

.portfolio_box .stm_portfolio_grid.style_2 .item .item_thumbnail img {
    width: 100%
}

@media (max-width:767px) {
    .page-under-construction .uc__header .container {
        width: 100%
    }

    .portfolio_box .stm_portfolio_grid.style_2 .item {
        width: 50% !important
    }
}

@media (max-width:425px) {
    .portfolio_box .stm_portfolio_grid.style_2 .item {
        width: 100% !important
    }
}

.portfolio_box .stm_portfolio_grid.style_3 .item {
    width: 25%
}

.portfolio_box .stm_portfolio_grid.style_3 .item .item_thumbnail {
    max-width: none;
    border-radius: 10px 10px 0 0;
    position: relative;
    overflow: hidden
}

.portfolio_box .stm_portfolio_grid.style_3 .item .item_thumbnail img {
    display: block;
    max-width: 100%;
    position: relative;
    transition: all .3s;
    height: auto
}

.portfolio_box .stm_portfolio_grid.style_3 .item a {
    display: flex;
    flex-wrap: wrap;
    position: relative
}

.portfolio_box .stm_portfolio_grid.style_3 .item a .item_thumbnail:before {
    display: none !important
}

.portfolio_box .stm_portfolio_grid.style_3 .item a .bottom-box {
    display: block;
    width: 100%;
    min-height: 128px;
    border-radius: 0 0 10px 10px;
    padding: 18px 30px;
    border: 1px solid #ddd
}

.portfolio_box .stm_portfolio_grid.style_3 .item a .bottom-box .portfolio-title {
    display: block;
    max-width: 320px;
    position: relative;
    transition: color .3s;
    margin-bottom: 10px;
    line-height: 1.25;
    font-weight: 500;
    font-size: 24px;
    color: #333 !important
}

.portfolio_box .stm_portfolio_grid.style_3 .item a .bottom-box .portfolio-category {
    display: block;
    color: #333 !important;
    opacity: .3
}

.portfolio_box .stm_portfolio_grid.style_3 .item a:active,
.portfolio_box .stm_portfolio_grid.style_3 .item a:focus,
.portfolio_box .stm_portfolio_grid.style_3 .item a:hover {
    text-decoration: none
}

.portfolio_box .stm_portfolio_grid.style_3 .item a:active .item_thumbnail img,
.portfolio_box .stm_portfolio_grid.style_3 .item a:focus .item_thumbnail img,
.portfolio_box .stm_portfolio_grid.style_3 .item a:hover .item_thumbnail img {
    transform: scale(1.1)
}

.portfolio_box .stm_portfolio_grid.style_3 .item a:active .bottom-box .portfolio-title,
.portfolio_box .stm_portfolio_grid.style_3 .item a:focus .bottom-box .portfolio-title,
.portfolio_box .stm_portfolio_grid.style_3 .item a:hover .bottom-box .portfolio-title {
    color: inherit !important
}

.portfolio_box .stm_portfolio_grid.style_3.masonry-grid .item .item_thumbnail {
    height: auto
}

@media only screen and (max-width:1460px) {
    .portfolio_box .stm_portfolio_grid.style_3 .item {
        width: 33.333333%
    }
}

@media only screen and (max-width:1024px) {
    .portfolio_box .stm_portfolio_grid.style_3 .item {
        width: 50%
    }
}

.portfolio_box .category_filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px
}

.portfolio_box .category_filter li {
    list-style: none;
    margin: 0 14px;
    text-transform: uppercase;
    line-height: 2.5;
    letter-spacing: .48px;
    font-weight: 500;
    font-size: 12px
}

.portfolio_box .category_filter li a {
    position: relative;
    transition: color .3s
}

.portfolio_box .category_filter li a:active,
.portfolio_box .category_filter li a:focus,
.portfolio_box .category_filter li a:hover {
    text-decoration: none;
    color: inherit !important
}

.portfolio_box .category_filter li.active a {
    color: inherit !important;
    text-decoration: underline
}

.portfolio_box .page-numbers {
    display: flex;
    justify-content: center;
    margin-top: 30px
}

.previous_post_link .next_post_link,
.previous_post_link .portfolio_btn {
    display: block;
    min-width: 144px;
    max-width: 144px
}

@media only screen and (max-width:430px) {

    .previous_post_link .next_post_link,
    .previous_post_link .portfolio_btn {
        min-width: auto;
        max-width: none
    }
}

@media only screen and (max-width:640px) {
    body .post_links_box .archive_button {
        display: table-cell !important
    }
}

@media only screen and (max-width:480px) {
    body .post_links_box .archive_button .portfolio_btn {
        width: 40px !important;
        height: 40px !important;
        padding: 0 !important;
        font-size: 0 !important
    }

    body .post_links_box .archive_button .portfolio_btn i {
        top: 9px !important;
        left: 10px !important;
        margin: 10px 0 !important;
        font-size: 20px !important
    }
}

.stm_portfolio_info.style_3 .stm_portfolio_info_row .item {
    padding-left: 30px
}

.stm_portfolio_info.style_3 .stm_portfolio_info_row .item .portfolio_info_title {
    position: relative;
    font-size: 13px
}

.stm_portfolio_info.style_3 .stm_portfolio_info_row .item .portfolio_info_title:before {
    content: '';
    width: 12px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -1px;
    opacity: .5
}

.stm_portfolio_info.style_3 .stm_portfolio_info_row .item .portfolio_info_description {
    letter-spacing: -.8px;
    font-size: 18px;
    font-weight: 400
}

@media (max-width:767px) {
    .stm_portfolio_info.style_3 .stm_portfolio_info_row .item {
        width: 100% !important;
        text-align: center
    }

    .stm_portfolio_info.style_3 .stm_portfolio_info_row .item .portfolio_info_title:before {
        display: none
    }
}

body .stm_zoom_content .page_title,
body.single-stm-zoom .page_title {
    background: 0 0;
    text-align: center;
    margin-bottom: 0
}

body .stm_zoom_content .page_title .breadcrumbs,
body.single-stm-zoom .page_title .breadcrumbs {
    font-size: 14px
}

body .stm_zoom_content .page_title .breadcrumbs a:hover,
body.single-stm-zoom .page_title .breadcrumbs a:hover {
    text-decoration: underline;
    color: #333
}

body .stm_zoom_content .page_title h1,
body.single-stm-zoom .page_title h1 {
    max-width: 780px;
    margin: 0 auto 15px;
    color: #333
}

body .stm_zoom_content .page_title h1:after,
body.single-stm-zoom .page_title h1:after {
    display: none
}

body .stm_zoom_content .zoom_image,
body.single-stm-zoom .zoom_image {
    max-width: 100%;
    height: auto;
    transform: translateZ(0)
}

.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .image:hover img,
.staff_list.list_2>ul>li .inner .staff_image a:hover img,
.staff_list.minimal ul li:hover .staff_image img,
.stm_news .news_list li.view_style_4:hover .image img {
    transform: scale(1.1)
}

body .stm-eroom-wcproduct .stm_zooom_countdown .countdown_label {
    top: 80% !important;
    margin-top: 0 !important
}

body .stm-product-join-block__access h3 {
    margin-bottom: 10px !important
}

body .stm-product-join-block__access h3:after {
    display: none !important
}

body .stm-product-join-block__link a {
    background-color: #195ec8 !important;
    border: none !important
}

body .stm_eroom_single_add_to_cart_button {
    background-color: #195ec8 !important
}

body .stm-product-download__file a:before {
    margin-top: -3px !important
}

body .zoom_countdown_wrap .countdown_title {
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 16px
}

body .zoom_countdown_wrap .h1:after,
body .zoom_countdown_wrap .h2:after,
body .zoom_countdown_wrap .h3:after,
body .zoom_countdown_wrap .h4:after,
body .zoom_countdown_wrap .h5:after,
body .zoom_countdown_wrap h1:after,
body .zoom_countdown_wrap h2:after,
body .zoom_countdown_wrap h3:after,
body .zoom_countdown_wrap h4:after,
body .zoom_countdown_wrap h5:after {
    display: none
}

body .stm_zoom_content .zoom_image {
    width: 36%;
    flex: 0 0 36%
}

body .stm_zoom_content .zoom_image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 10px
}

body .stm_zoom_content .zoom_image+.zoom_info {
    width: 64%;
    flex: 0 0 64%
}

body .stm_zoom_content .zoom_info {
    color: #707070
}

body .stm_zoom_content .zoom_info h2 {
    display: none
}

body .stm_zoom_content .zoom_info span {
    display: block;
    margin-bottom: 5px
}

body .stm_zoom_content .zoom_info .password {
    margin-bottom: 30px
}

body .stm_zoom_content .zoom_info .value,
body .stm_zoom_content .zoom_info b {
    font-weight: 500;
    color: #333 !important
}

body .stm_zoom_content .zoom_info p {
    display: flex;
    flex-wrap: wrap
}

body .stm_zoom_content .zoom_info .btn {
    display: inline-block;
    border-radius: 50px;
    letter-spacing: 1px;
    padding: 15px 38px 14px;
    max-width: 240px;
    margin: 0 18px 0 0;
    border: 2px solid #001446;
    background-color: #001446;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff
}

body .stm_zoom_content .zoom_info .btn:hover {
    background-color: transparent;
    color: #001446
}

body .stm_zoom_content .zoom_description {
    line-height: 28px;
    font-weight: 500;
    font-size: 16px;
    color: #333
}

body .stm_zoom_content .zoom_description .agenda {
    margin-bottom: 34px
}

@media (max-width:991px) {
    body .stm_zoom_content {
        display: block;
        padding: 0;
        margin: 0
    }

    body .stm_zoom_content .zoom_image {
        width: 100%;
        flex: 0 0 100%;
        max-width: 330px;
        margin: 0 auto 30px
    }

    body .stm_zoom_content .zoom_image+.zoom_info {
        width: 100%;
        flex: 0 0 100%;
        max-width: 330px;
        margin: 0 auto;
        text-align: center
    }

    body .stm_zoom_content .zoom_image+.zoom_info .btn {
        margin: 0 0 15px
    }

    body .stm_zoom_content .zoom_description {
        text-align: center
    }

    .staff_list.minimal ul li {
        min-width: 50%
    }
}

.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_info .host_title,
.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_info .host_title a {
    margin-bottom: 5px;
    line-height: 19px;
    font-weight: 500;
    font-size: 16px;
    color: #333
}

.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .image {
    position: relative;
    overflow: hidden
}

.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .image img {
    display: block;
    max-width: 100%;
    height: auto;
    position: relative;
    transition: all .3s
}

.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info {
    background: #fff
}

.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info .title h3 {
    padding-top: 0 !important
}

.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info .title h3:after {
    display: none
}

.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_date {
    line-height: 24px
}

.eroom-enabled .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_image img,
.eroom-enabled.single-stm-zoom .stm_zoom_content .zoom_image img {
    display: block;
    max-width: 100%;
    height: auto
}

.eroom-enabled.single-stm-zoom .zoom_countdown_wrap {
    border-radius: 30px;
    background-color: #f3f4f9;
    padding: 15px;
    margin-bottom: 30px
}

.eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown {
    padding-top: 0;
    padding-bottom: 40px
}

.eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown span {
    border: 0;
    font-weight: 400;
    color: #333
}

.eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown span:after,
.eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown span:before {
    display: none
}

.eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown span .countdown_label {
    padding-top: 0;
    font-weight: 400;
    font-size: 12px
}

.eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown span.countDiv {
    width: 1px;
    height: 30px;
    margin: auto 0;
    top: 5px;
    background: #cccdd2
}

.eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown span .position {
    width: 42px;
    height: 38px
}

.eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown span .position.h1 {
    font-size: 30px
}

.eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown span .position .digit {
    padding: 0;
    line-height: 1;
    height: 30px
}

@media (max-width:640px) {
    .eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown {
        padding-right: 0;
        padding-left: 0
    }

    .eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown span {
        height: 18px !important
    }

    .eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown span .position {
        width: 24px;
        height: 24px
    }

    .eroom-enabled.single-stm-zoom .zoom_countdown_wrap .stm_zooom_countdown span.countDiv {
        margin: 0 10px
    }
}

.eroom-enabled.rtl .stm_zoom_grid_container .stm_zoom_grid__item .info .zoom_host .host_image {
    padding-right: 0 !important;
    padding-left: 10px !important
}

.eroom-enabled .stm-eroom-calendar-download .stm-eroom-calendar-download__add {
    border: none
}

.staff_list.minimal ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.staff_list.minimal ul li {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 70px
}

@media (max-width:1024px) {
    .staff_list.minimal ul li {
        margin-bottom: 45px
    }
}

@media (max-width:667px) {
    .staff_list.minimal ul li {
        width: 100%
    }
}

.staff_list.minimal ul li .staff_image {
    width: 120px;
    flex: 0 0 120px;
    border-radius: 50%;
    overflow: hidden
}

.staff_list.minimal ul li .staff_image img {
    width: 120px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    transition: .25s
}

.staff_list.minimal ul li .staff_info {
    width: calc(100% - 120px);
    flex: 0 0 calc(100% - 120px);
    padding-left: 23px;
    padding-top: 19px
}

.staff_list.minimal ul li .staff_info .read_more,
.staff_list.minimal ul li .staff_info p {
    display: none !important
}

.staff_list.minimal ul li .staff_info h4 {
    font-size: 24px;
    line-height: 1.08;
    margin-bottom: 5px;
    padding-top: 0
}

.staff_list.minimal ul li .staff_info h4 a:hover {
    text-decoration: none
}

.staff_list.minimal ul li .staff_info .staff_department {
    font-size: 14px;
    line-height: 24px;
    color: #304157;
    opacity: .5
}

.staff_list.list_2>ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px
}

.staff_list.list_2>ul>li {
    width: 50%;
    flex: 0 0 50%;
    padding: 0 15px;
    margin-bottom: 50px;
    border: none
}

@media (max-width:991px) {
    .staff_list.list_2>ul>li {
        width: 100%;
        flex: 0 0 100%
    }
}

.staff_list.list_2>ul>li .inner {
    display: flex;
    flex-wrap: wrap
}

.staff_list.list_2>ul>li .inner .staff_image {
    width: 210px;
    flex: 0 0 210px;
    padding-right: 30px;
    margin: 0
}

@media (max-width:480px) {
    .staff_list.list_2>ul>li .inner .staff_image {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px
    }
}

.staff_list.list_2>ul>li .inner .staff_image a {
    display: block;
    overflow: hidden
}

.staff_list.list_2>ul>li .inner .staff_image a img {
    width: 180px;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .3s
}

.staff_list.list_2>ul>li .inner .staff_content {
    width: calc(100% - 210px);
    flex: 0 0 calc(100% - 210px)
}

@media (max-width:480px) {
    .staff_list.list_2>ul>li .inner .staff_content {
        width: 100%;
        flex: 0 0 100%
    }
}

.staff_list.list_2>ul>li .inner .staff_content h4 {
    padding: 0;
    margin: 0
}

.staff_list.list_2>ul>li .inner .staff_content h4:after {
    display: none
}

.staff_list.list_2>ul>li .inner .staff_content .staff_department {
    font-size: 14px;
    margin-bottom: 15px
}

.staff_list.list_2>ul>li .inner .staff_content .staff_excerpt {
    font-size: 14px;
    margin-bottom: 20px
}

.staff_list.list_2>ul>li .inner .staff_content .read_more {
    font-size: 14px;
    line-height: 20px
}

.staff_list.list_2>ul>li .inner .staff_content .read_more i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    font-size: 8px;
    text-align: center;
    margin-right: 2px;
    display: inline-block;
    transition: .3s;
    vertical-align: text-top
}

.staff_list.list_2>ul>li .inner .staff_content .read_more:hover {
    text-decoration: none
}

.staff_list.list_2>ul>li .inner .staff_content .read_more:hover i {
    background-color: #304157 !important;
    color: #fff
}

@media (max-width:767px) {
    .staff_list.grid {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.staff_list.grid .staff_social_media_card .staff_inner {
    transition: all .3s ease;
    border-radius: 10px;
    overflow: hidden;
    max-width: 350px;
    margin: auto
}

.staff_list.grid .staff_social_media_card .staff_inner:hover {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1)
}

.staff_list.grid .staff_social_media_card .staff_inner .staff_image {
    margin: 0;
    max-width: 350px
}

.staff_list.grid .staff_social_media_card .staff_inner .staff_image img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.staff_list.grid .staff_social_media_card .staff_inner .staff_info {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0
}

.staff_list.grid .staff_social_media_card .staff_inner .staff_info h4 {
    font-size: 18px;
    font-weight: 600
}

.staff_list.grid .staff_social_media_card .staff_inner .staff_info .staff_department {
    color: #3591fa;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px
}

.staff_list.grid .staff_social_media_card .staff_inner .staff_info .staff_socials {
    display: flex
}

.staff_list.grid .staff_social_media_card .staff_inner .staff_info .staff_socials li {
    margin: 0 5px;
    padding: 0;
    width: unset;
    flex: unset
}

.staff_list.grid .staff_social_media_card .staff_inner .staff_info .staff_socials li a {
    width: 30px;
    height: 30px;
    color: #8a8a8a;
    background: #fcf8e9;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    text-decoration: none;
    transition: all .3s ease
}

.stm_news .news_list li.view_style_3 .post_item .content .title:hover,
.stm_news .news_list li.view_style_5 .title:hover,
.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content a {
    text-decoration: none !important
}

.staff_list.grid .staff_social_media_card .staff_inner .staff_info .staff_socials li a:hover {
    background: #001446;
    color: #fff
}

@media screen and (max-width:1024px) {
    .staff_list.grid.cols_4 .staff_social_media_card li {
        width: 50%
    }
}

@media screen and (max-width:680px) {
    .staff_list.grid.cols_4 .staff_social_media_card li {
        width: 100%
    }
}

.staff_list.img_square ul li .staff_image,
.staff_list.img_square ul li .staff_image a,
.staff_list.img_square ul li .staff_image img {
    border-radius: 0 !important
}

.staff_list.img_rounded ul li .staff_image,
.staff_list.img_rounded ul li .staff_image a,
.staff_list.img_rounded ul li .staff_image img {
    border-radius: 10px !important
}

.staff_list.img_circular ul li .staff_image,
.staff_list.img_circular ul li .staff_image a,
.staff_list.img_circular ul li .staff_image img {
    border-radius: 50% !important
}

.staff_list.img_leaf ul li .staff_image,
.staff_list.img_leaf ul li .staff_image a,
.staff_list.img_leaf ul li .staff_image img {
    border-radius: 27px 0
}

.staff_list.img_leaf.left_bottom_right_top ul li .staff_image,
.staff_list.img_leaf.left_bottom_right_top ul li .staff_image a,
.staff_list.img_leaf.left_bottom_right_top ul li .staff_image img {
    border-radius: 0 27px
}

.staff_carousel_container.style_2 {
    position: relative
}

.staff_carousel_container.style_2 .staff_carousel_item_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.staff_carousel_container.style_2 .staff_carousel_item_wrap .staff_info {
    padding: 0 15px;
    width: 56.1%
}

.staff_carousel_container.style_2 .staff_carousel_item_wrap .staff_info .items_title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 35px;
    color: #3591fa
}

.staff_carousel_container.style_2 .staff_carousel_item_wrap .staff_info h2 {
    padding: 0;
    margin: 0 0 25px;
    line-height: 70px;
    font-size: 70px
}

.staff_carousel_container.style_2 .staff_carousel_item_wrap .staff_info .staff_department {
    margin-bottom: 45px;
    font-weight: 700;
    font-size: 24px
}

.staff_carousel_container.style_2 .staff_carousel_item_wrap .staff_info .staff_excerpt {
    margin-bottom: 36px;
    line-height: 40px;
    font-size: 20px
}

.staff_carousel_container.style_2 .staff_carousel_item_wrap .staff_info .vc_btn3 {
    text-transform: uppercase
}

.staff_carousel_container.style_2 .staff_carousel_item_wrap .staff_image {
    padding: 0 35px 42px 15px;
    width: 43.9%;
    max-height: 590px;
    position: relative;
    overflow: hidden
}

.staff_carousel_container.style_2 .staff_carousel_item_wrap .staff_image:before {
    content: "";
    background-image: url(../image/staff_frame.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 54px;
    left: 50px;
    right: 0;
    min-width: 487px;
    min-height: 542px;
    border-radius: 0 50px
}

.staff_carousel_container.style_2 .staff_carousel_item_wrap .staff_image img {
    border-radius: 0 50px
}

.staff_carousel_container.style_2 .staff-carousel-arrows {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0
}

.staff_carousel_container.style_2 .staff-carousel-arrows .slick_next,
.staff_carousel_container.style_2 .staff-carousel-arrows .slick_prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 73px;
    height: 73px;
    border-color: #3591fa;
    border-radius: 50%
}

.staff_carousel_container.style_2 .staff-carousel-arrows .slick_next i,
.staff_carousel_container.style_2 .staff-carousel-arrows .slick_prev i {
    margin: 0
}

.staff_carousel_container.style_2 .staff-carousel-arrows .slick_next i:before,
.staff_carousel_container.style_2 .staff-carousel-arrows .slick_prev i:before {
    content: "\e9a7";
    font-family: stm !important;
    font-size: 26px
}

.staff_carousel_container.style_2 .staff-carousel-arrows .slick_next.slick-disabled,
.staff_carousel_container.style_2 .staff-carousel-arrows .slick_prev.slick-disabled {
    background-color: transparent !important;
    border-color: #666 !important;
    opacity: .5;
    cursor: default
}

.staff_carousel_container.style_2 .staff-carousel-arrows .slick_next.slick-disabled i,
.staff_carousel_container.style_2 .staff-carousel-arrows .slick_prev.slick-disabled i {
    color: #666 !important
}

.staff_carousel_container.style_2 .staff-carousel-arrows .slick_next i:before {
    content: "\e9a8"
}

@media only screen and (max-width:1515px) {
    .staff_carousel_container.style_2 .staff-carousel-arrows {
        display: none !important
    }

    .staff_carousel_container.style_2 .staff-carousel-arrows .slick_next {
        right: -90px
    }

    .staff_carousel_container.style_2 .staff-carousel-arrows .slick_prev {
        left: -90px
    }
}

@media only screen and (max-width:1400px) {
    .staff_carousel_container.style_2 .staff-carousel-arrows {
        display: none !important
    }
}

@media only screen and (max-width:1024px) {
    .staff_carousel_container.style_2 .staff_carousel_item_wrap .staff_info {
        width: 100%
    }

    .staff_carousel_container.style_2 .staff_carousel_item_wrap .staff_image {
        display: none
    }

    .staff_carousel_container.style_2 .staff-carousel-arrows .slick_next,
    .staff_carousel_container.style_2 .staff-carousel-arrows .slick_prev {
        width: 50px;
        height: 50px
    }

    .staff_carousel_container.style_2 .staff-carousel-arrows .slick_next i:before,
    .staff_carousel_container.style_2 .staff-carousel-arrows .slick_prev i:before {
        font-size: 18px
    }

    .staff_carousel_container.style_2 .staff-carousel-arrows .slick_prev {
        left: -82px
    }

    .staff_carousel_container.style_2 .staff-carousel-arrows .slick_next {
        right: -82px
    }
}

.stm_news .news_list li.view_style_2 .post_item .image {
    overflow: hidden;
    display: block;
    border-radius: 10px;
    margin-bottom: 20px
}

@media (min-width:1200px) {
    .stm_news .news_list li.view_style_2 .post_item .content {
        padding: 0 30px
    }
}

.stm_news .news_list li.view_style_2 .post_item .content .title h5 {
    padding: 0;
    margin: 0 0 12px
}

.stm_news .news_list li.view_style_2 .post_item .content .title h5:after,
.stm_news .news_list li.view_style_2 .post_item .content .title h5:before {
    display: none
}

.stm_news .news_list li.view_style_2 .post_item .content .read_more {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.stm_news .news_list li.view_style_2 .post_item .content .read_more i {
    width: 22px;
    height: 22px;
    line-height: 22px;
    border-radius: 50%;
    font-size: 10px;
    text-align: center;
    transition: .3s;
    margin-right: 14px
}

.stm_news .news_list li.view_style_2 .post_item .content .read_more i:hover {
    color: #fff
}

.stm_news .news_list li.view_style_3 {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 30px
}

.stm_news .news_list li.view_style_3 .post_item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.stm_news .news_list li.view_style_3 .post_item .image {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    border-radius: 0;
    width: 260px;
    flex: 0 0 260px
}

.stm_news .news_list li.view_style_3 .post_item .image img {
    border-radius: 0
}

@media (max-width:991px) {
    .stm_news .news_list li.view_style_3 .post_item .image {
        width: 100%;
        flex: 0 0 100%
    }
}

.stm_news .news_list li.view_style_3 .post_item .content {
    padding-left: 30px;
    padding-top: 10px;
    width: calc(100% - 260px);
    flex: 0 0 calc(100% - 260px)
}

@media (max-width:991px) {
    .stm_news .news_list li.view_style_3 .post_item .content {
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0
    }
}

.stm_news .news_list li.view_style_3 .post_item .content .title h5 {
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    transition: .3s;
    padding-left: 0;
    padding-right: 0
}

.stm_news .news_list li.view_style_3 .post_item .content .title h5:after,
.stm_news .news_list li.view_style_3 .post_item .content .title h5:before {
    display: none
}

.stm_news .news_list li.view_style_3 .post_item .content .description {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px
}

.stm_news .news_list li.view_style_3 .post_item .content .read_more {
    font-size: 14px
}

.stm_news .news_list li.view_style_3 .post_item .content .read_more i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 8px;
    display: inline-block;
    margin-right: 4px;
    vertical-align: top;
    line-height: 20px;
    text-align: center;
    transition: .3s
}

.stm_news .news_list li.view_style_3 .post_item .content .read_more:hover i {
    color: #fff
}

.stm_news .news_list li.view_style_4 {
    width: 33.33%;
    margin: 0 0 30px;
    max-width: 100%
}

@media (max-width:667px) {
    .stm_news .news_list li.view_style_4 {
        width: 100%
    }
}

.stm_news .news_list li.view_style_4 .post_item a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin: 0
}

.stm_news .news_list li.view_style_4 .post_item a img {
    border-radius: 0;
    margin: 0;
    transition: .3s
}

.stm_news .news_list li.view_style_4 .post_item a:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.stm_news .news_list li.view_style_8 .post_inner .date:before,
.stm_news .news_list li.view_style_8 .post_inner .post_bottom h5:before {
    content: none
}

.stm_news .news_list li.view_style_4 .post_item a .post_date {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 30px;
    font-size: 12px;
    line-height: 17px;
    padding: 7px 9px 6px
}

@media (max-width:1024px) {
    .stm_news .news_list li.view_style_4 .post_item a .post_date {
        left: 20px
    }
}

.stm_news .news_list li.view_style_4 .post_item a h5 {
    position: absolute;
    color: #fff;
    padding: 0;
    margin: 0;
    z-index: 2;
    left: 30px;
    bottom: 30px;
    right: 30px;
    width: auto;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.17
}

@media (max-width:1024px) {
    .stm_news .news_list li.view_style_4 .post_item a h5 {
        font-size: 18px;
        left: 20px;
        bottom: 20px;
        right: 20px
    }
}

.stm_news .news_list li.view_style_4 .post_item a h5:after,
.stm_news .news_list li.view_style_4 .post_item a h5:before {
    display: none
}

.stm_news .news_list li.view_style_5 {
    width: 33.33%;
    flex: 0 0 33.33%
}

@media (max-width:991px) {
    .stm_news .news_list li.view_style_5 {
        width: 50%;
        flex: 0 0 50%
    }
}

@media (max-width:480px) {
    .stm_news .news_list li.view_style_5 {
        width: 100%;
        flex: 0 0 100%
    }

    .stm_works.masonry .stm_works_item.big img,
    .stm_works.masonry .stm_works_item.medium img {
        min-height: 250px
    }
}

.stm_news .news_list li.view_style_5 .image {
    border-radius: 0;
    display: block;
    overflow: hidden;
    margin-bottom: 20px
}

.stm_news .news_list li.view_style_5 .image img {
    border-radius: 0;
    width: 100%
}

.stm_news .news_list li.view_style_5 .title h5 {
    padding: 0;
    margin: 0 0 10px;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0;
    transition: .3s
}

.stm_news .news_list li.view_style_5 .title h5:after,
.stm_news .news_list li.view_style_5 .title h5:before {
    display: none
}

.stm_news .news_list li.view_style_5 .read_more_arrow {
    font-size: 14px;
    line-height: 20px;
    display: inline-block
}

.stm_news .news_list li.view_style_5 .read_more_arrow i {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 1px;
    line-height: 20px;
    font-size: 7px;
    text-align: center;
    transition: .3s;
    vertical-align: middle
}

.stm_news .news_list li.view_style_5 .read_more_arrow:hover i {
    color: #fff !important;
    text-decoration: none
}

.stm_news .news_list li.view_style_6 {
    width: 33.3%;
    flex: 0 0 33.3%;
    margin-bottom: 50px
}

@media (max-width:767px) {
    .stm_news .news_list li.view_style_6 {
        width: 50%;
        flex: 0 0 50%
    }
}

@media (max-width:640px) {
    .stm_news .news_list li.view_style_6 {
        width: 100% !important;
        flex: 0 0 100% !important
    }
}

.stm_news .news_list li.view_style_6 .post-item .img-wrap {
    position: relative;
    margin-bottom: 25px
}

.stm_news .news_list li.view_style_6 .post-item .img-wrap img {
    width: 100%
}

.stm_news .news_list li.view_style_6 .post-item .img-wrap .date-wrap {
    position: absolute;
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    color: #fff;
    left: 30px;
    bottom: 0
}

.stm_news .news_list li.view_style_6 .post-item .post-info {
    padding: 0 30px
}

.stm_news .news_list li.view_style_6 .post-item .post-info .post-title h4 {
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px
}

.stm_news .news_list li.view_style_6 .post-item .post-info .post-title h4:after,
.stm_news .news_list li.view_style_6 .post-item .post-info .post-title h4:before {
    display: none
}

.stm_news .news_list li.view_style_6 .post-item .post-info .post-title h4 a {
    transition: .3s
}

.stm_news .news_list li.view_style_6 .post-item .post-info .post-excerpt {
    font-size: 14px;
    line-height: 21px;
    color: #333
}

@media (max-width:992px) {
    .stm_news .news_list li.view_style_7 {
        width: 50% !important
    }
}

@media (max-width:767px) {
    .stm_news .news_list li.view_style_7 {
        width: 100% !important
    }
}

.stm_news .news_list li.view_style_7 .post-item {
    text-align: center
}

.stm_news .news_list li.view_style_7 .post-item .img-wrap {
    position: relative;
    display: inline-block
}

.stm_news .news_list li.view_style_7 .post-item .img-wrap .more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background-color: rgba(51, 51, 51, .8);
    opacity: 0;
    transition: all .25s ease
}

.stm_news .news_list li.view_style_7 .post-item .img-wrap .more i.stm-right-arrow {
    font-size: 120%;
    margin-left: -10px;
    transition: all .25s ease
}

.stm_news .news_list li.view_style_7 .post-item .post-info .date-wrap .date-output {
    display: inline-block;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 15px;
    transform: translateY(-50%);
    transition: all .25s ease
}

.stm_works.masonry .stm_works_item:hover img,
.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap:hover .image img {
    transform: scale(1.1)
}

.stm_news .news_list li.view_style_7 .post-item .post-info .post-title h4 {
    padding: 0;
    margin: 0 0 20px
}

.stm_news .news_list li.view_style_7 a {
    text-decoration: none
}

.stm_news .news_list li.view_style_7 a:hover .post-item .img-wrap .more {
    opacity: 1
}

.stm_news .news_list li.view_style_7 a:hover .post-item .img-wrap .more i.stm-right-arrow {
    margin-left: 10px
}

.stm_news .news_list li.view_style_7 a:hover .post-item .post-info .date-wrap .date-output {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.stm_news .news_list li.view_style_7 a:hover .post-item .post-info .post-title h4 {
    color: #001446
}

@media (max-width:992px) {
    .stm_news .news_list li.view_style_8 {
        width: 50%
    }
}

@media (max-width:767px) {
    .stm_news .news_list li.view_style_8 {
        width: 100%
    }
}

.stm_news .news_list li.view_style_8 .post_inner {
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease
}

.stm_news .news_list li.view_style_8 .post_inner:hover {
    box-shadow: 0 1px 20px 0 rgba(0, 0, 0, .1)
}

.stm_news .news_list li.view_style_8 .post_inner:hover .post_bottom .post_info i,
.stm_news .news_list li.view_style_8 .post_inner:hover .post_bottom h5 a,
.stm_news .news_list li.view_style_8 .post_inner:hover .post_comments a {
    color: #3591fa
}

.stm_news .news_list li.view_style_8 .post_inner .post_image img {
    width: 100%
}

.stm_news .news_list li.view_style_8 .post_inner .post_bottom {
    display: flex;
    flex-direction: column;
    padding: 25px 20px;
    margin-bottom: 0
}

.stm_news .news_list li.view_style_8 .post_inner .post_bottom h5 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px
}

.stm_news .news_list li.view_style_8 .post_inner .post_bottom h5 a {
    color: #001446
}

.stm_news .news_list li.view_style_8 .post_inner .post_bottom .post_excerpt p {
    font-size: 14px;
    color: #4d4d4d
}

.stm_news .news_list li.view_style_8 .post_inner .post_bottom .post_info {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #f4f3f3;
    padding-top: 10px
}

.stm_news .news_list li.view_style_8 .post_inner .post_bottom .post_info i {
    margin-right: 4px;
    color: #001446
}

.stm_news .news_list li.view_style_8 .post_inner .post_bottom .post_info .post_comments a,
.stm_news .news_list li.view_style_8 .post_inner .post_bottom .post_info .post_date {
    color: #8a8a8a
}

@media (max-width:992px) {
    .stm_news .news_list.posts_per_row_1 li.view_style_7 {
        width: 100% !important
    }
}

.elementor-widget-stm_newsletter .mc4wp-form-fields {
    display: flex;
    align-items: flex-end
}

.elementor-widget-stm_newsletter p {
    margin: 0;
    font-size: 13px;
    color: #333
}

.elementor-widget-stm_newsletter p:not(:last-child) {
    width: 100%
}

.elementor-widget-stm_newsletter .mc4wp-alert,
.elementor-widget-stm_newsletter .mc4wp-error {
    margin-top: 5px
}

.elementor-widget-stm_newsletter input {
    border: none;
    outline: 0;
    font-size: 13px;
    height: 38px;
    padding: 10px 15px;
    transition: all .3s ease
}

.elementor-widget-stm_newsletter input:not([type=submit]) {
    background: #fff;
    color: #333;
    font-weight: 400;
    width: 100%
}

.elementor-widget-stm_newsletter input:not([type=submit])::-moz-placeholder {
    color: #aaa
}

.elementor-widget-stm_newsletter input:not([type=submit])::placeholder {
    color: #aaa
}

.elementor-widget-stm_newsletter label {
    font-size: 13px;
    color: #fff;
    margin: 0;
    width: 100%
}

.elementor-widget-stm_newsletter button,
.elementor-widget-stm_newsletter input[type=submit] {
    border: none;
    outline: 0;
    display: inline-flex;
    align-items: center;
    background: #001446;
    color: #fff;
    font-size: 13px;
    height: 38px;
    padding: 10px 15px;
    transition: all .3s ease
}

.elementor-widget-stm_newsletter button i,
.elementor-widget-stm_newsletter input[type=submit] i {
    color: #fff;
    font-size: 14px;
    margin-left: 15px
}

.elementor-widget-stm_newsletter button:hover,
.elementor-widget-stm_newsletter input[type=submit]:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.elementor-widget-stm_newsletter .consulting_newsletter_widget_notice {
    font-size: 12px;
    color: #6d8daa
}

.elementor-widget-stm_newsletter .consulting_newsletter_widget_notice a {
    color: #001446
}

.stm_works.masonry {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.stm_works.masonry .stm_works_col {
    width: 50%;
    flex: 0 0 50%;
    display: flex;
    flex-wrap: wrap
}

@media (max-width:991px) {
    .stm_works.masonry .stm_works_col {
        width: 100%;
        flex: 0 0 100%
    }
}

.stm_works.masonry .stm_works_item {
    padding: 15px
}

@media (max-width:991px) and (min-width:550px) {
    .stm_works.masonry .stm_works_item.big img {
        height: 350px !important
    }
}

.stm_works.masonry .stm_works_item.big,
.stm_works.masonry .stm_works_item.medium {
    width: 100%;
    flex: 0 0 100%
}

.stm_works.masonry .stm_works_item.default {
    width: 50%;
    flex: 0 0 50%
}

@media (max-width:480px) {
    .stm_works.masonry .stm_works_item.default {
        width: 100%;
        flex: 0 0 100%
    }
}

.stm_works.masonry .stm_works_item .inner {
    position: relative;
    border-radius: 10px;
    overflow: hidden
}

.stm_works.masonry .stm_works_item .inner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .3s;
    border-radius: 10px
}

.stm_works.masonry .stm_works_item .inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #304157;
    opacity: .7;
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    border-radius: 10px
}

.stm_works.masonry .stm_works_item .inner .date {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 30px;
    left: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 14px 0;
    z-index: 2
}

@media (max-width:1200px) {
    .stm_works.masonry .stm_works_item .inner .date {
        top: 15px;
        left: 15px
    }
}

.stm_works.masonry .stm_works_item .inner .date span {
    display: block;
    text-align: center;
    font-weight: 700;
    width: 100%
}

.stm_works.masonry .stm_works_item .inner .date span.day {
    font-size: 20px;
    line-height: .65;
    letter-spacing: 1.2px
}

.stm_works.masonry .stm_works_item .inner .date span.month {
    font-size: 10px;
    letter-spacing: .6px
}

.stm_works.masonry .stm_works_item .inner .content {
    position: absolute;
    padding: 30px;
    bottom: 0;
    left: 0;
    z-index: 2
}

@media (max-width:1200px) {
    .stm_works.masonry .stm_works_item .inner .content {
        padding: 15px 15px 25px
    }
}

.stm_works.masonry .stm_works_item .inner .content .title h4 {
    color: #fff
}

.stm_works.masonry .stm_works_item .inner .content .term {
    line-height: 1.19;
    color: #fff
}

.stm_works.masonry .stm_works_item.default .inner .content .title h4 {
    font-size: 18px;
    line-height: 1.33
}

.stm_works_wr.grid_with_filter.style_1 .stm_works .item .image a img {
    width: 100%
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr img {
    position: relative;
    z-index: 1
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr:before {
    z-index: 2
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr .category,
.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr .title {
    z-index: 3
}

.stm_works_wr.grid_with_filter.style_2 .stm_works .item .item_wr .link {
    z-index: 4
}

.stm_works_wr.grid.style_3 .stm_works_grid_wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    width: auto
}

.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item {
    padding: 0 15px;
    margin-bottom: 30px;
    width: 50%;
    flex: 0 0 50%
}

@media (max-width:580px) {
    .stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item {
        width: 100%;
        flex: 0 0 100%
    }
}

.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap {
    position: relative
}

.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .image {
    display: block;
    position: relative;
    overflow: hidden
}

.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .image img {
    transition: .3s
}

.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .image:before {
    content: '';
    display: block;
    width: 100%;
    height: 80%;
    left: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    z-index: 1;
    transition: .3s
}

.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 40px 40px;
    z-index: 2
}

@media (max-width:991px) {
    .stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content {
        padding: 0 15px 15px
    }
}

.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content h4 {
    padding: 0;
    color: #fff;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28.8px;
    word-spacing: -1px;
    font-weight: 600
}

.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content h4:after,
.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content h4:before {
    display: none
}

.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content .term {
    color: #fff
}

.stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap:hover .image:before {
    height: 100%
}

.stm_works.tiles {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden
}

.stm_works.tiles .stm_works__item {
    width: 33.3%;
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
    float: left
}

.stm_works.tiles .stm_works__item_wrapper {
    overflow: hidden
}

@media (max-width:991px) {
    .stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px
    }

    .stm_works_wr.grid.style_3 .stm_works_grid_wrap .stm_works_item .work_wrap .work_content .term {
        font-size: 14px;
        line-height: 16px
    }

    .stm_works.tiles .stm_works__item {
        width: 50%
    }
}

@media (max-width:425px) {
    .stm_works.tiles .stm_works__item {
        width: 100%;
        margin-bottom: 30px !important
    }
}

.stm_works.tiles .stm_works__item img {
    transition: .3s;
    width: 100%
}

.stm_works.tiles .stm_works__item:before {
    content: '';
    position: absolute;
    width: auto;
    top: 0;
    left: 15px;
    right: 15px;
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
    z-index: 1;
    transition: .3s
}

.stm_works.tiles .stm_works__item .info {
    position: absolute;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    right: 30px;
    opacity: 0;
    transition: .3s;
    z-index: 2
}

.stm_works.tiles .stm_works__item .info .work-title {
    font-size: 21px !important;
    line-height: 24px !important;
    margin-bottom: 10px
}

@media (max-width:991px) {
    .stm_works.tiles .stm_works__item .info .work-title {
        font-size: 18px !important;
        line-height: 22px !important
    }
}

.stm_works.tiles .stm_works__item .info .work-title a {
    color: #fff
}

.stm_works.tiles .stm_works__item .info .work-category {
    font-size: 14px;
    color: #fff
}

.stm_works.tiles .stm_works__item.item-2,
.stm_works.tiles .stm_works__item.item-3 {
    margin-bottom: 29px
}

@media (max-width:1199px) and (min-width:992px) {

    .stm_works.tiles .stm_works__item.item-2,
    .stm_works.tiles .stm_works__item.item-3 {
        margin-bottom: 25px
    }
}

@media (max-width:690px) {

    .stm_works.tiles .stm_works__item.item-2,
    .stm_works.tiles .stm_works__item.item-3 {
        margin-bottom: 24px
    }
}

.stm_works.tiles .stm_works__item:hover img {
    filter: blur(3px) grayscale(20%)
}

.stm_works.tiles .stm_works__item:hover .info,
.stm_works.tiles .stm_works__item:hover:before {
    opacity: 1
}

.stm_works.tiles.style_2 {
    margin-right: -1%;
    margin-left: -1%
}

.stm_works.tiles.style_2 .group {
    display: flex
}

.stm_works.tiles.style_2 .group .col {
    padding: 0 1%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.stm_works.tiles.style_2 .group .col .item {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end;
    min-height: 425px;
    margin-bottom: 30px
}

.stm_works.tiles.style_2 .group .col .item-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: flex-end
}

.stm_works.tiles.style_2 .group .col .item .work-image {
    position: absolute;
    z-index: 10;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.stm_works.tiles.style_2 .group .col .item .work-image img {
    height: 100%;
    width: auto;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .35s ease
}

.stm_works.tiles.style_2 .group .col .item .work-info {
    font-size: 10px;
    margin: 5em 2.6em 2em;
    padding: 4em 3.9em 3.5em;
    max-width: 430px;
    background: rgba(3, 39, 74, .8);
    color: #fff;
    z-index: 20;
    transition: all .35s ease;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.stm_works.tiles.style_2 .group .col .item .work-info h4 {
    font-size: 2.4em;
    line-height: 1.25;
    font-weight: 400;
    color: #fff;
    padding: 0;
    margin: 0 0 8px
}

.stm_works.tiles.style_2 .group .col .item .work-info .work-category {
    margin: 0 0 12px;
    font-size: 1.6em
}

.stm_works.tiles.style_2 .group .col .item .work-info .more {
    color: #3591fa;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    transition: all .35s ease
}

.stm_works.tiles.style_2 .group .col .item .work-info .more i.stm-right-arrow {
    font-size: 150%;
    margin-left: 6px
}

.stm_works.tiles.style_2 .group .col .item a {
    text-decoration: none
}

.stm_works.tiles.style_2 .group .col .item a:hover .work-image img {
    transform: translateX(-50%) translateY(-50%) scale(1.035)
}

.stm_works.tiles.style_2 .group .col .item a:hover .work-info {
    background: rgba(240, 88, 54, .8)
}

.stm_works.tiles.style_2 .group .col .item a:hover .work-info .more {
    color: #001446
}

.stm_works.tiles.style_2 .group.items-4 .col:nth-child(1),
.stm_works.tiles.style_2 .group.items-4 .col:nth-child(2) {
    flex: 1
}

.stm_works.tiles.style_2 .group.items-4 .col:nth-child(3) {
    flex: 1.64
}

.stm_works.tiles.style_2 .group.items-4.even .col:nth-child(2),
.stm_works.tiles.style_2 .group.items-4.even .col:nth-child(3) {
    flex: 1
}

.stm_works.tiles.style_2 .group.items-4.even .col:nth-child(1) {
    flex: 1.64
}

.stm_works.tiles.style_2 .group.items-3 .col:nth-child(1) {
    flex: 1
}

.stm_works.tiles.style_2 .group.items-3 .col:nth-child(2) {
    flex: 1.64
}

.stm_works.tiles.style_2 .group.items-3 .col:nth-child(3) {
    flex: 1
}

@media (max-width:1400px) {
    .stm_works.tiles.style_2 .group .col .item {
        min-height: 300px;
        margin-bottom: 25px
    }

    .stm_works.tiles.style_2 .group .col .item .work-info {
        padding: 3em 3em 2em;
        font-size: 8px;
        max-width: 320px
    }

    .stm_works.tiles.style_2 .group .col .item .work-info .more {
        font-size: 11px
    }
}

@media (max-width:1023px) {
    .stm_works.tiles.style_2 .group .col .item {
        margin-bottom: 23px
    }

    .stm_works.tiles.style_2 .group.items-3 .col:nth-child(1),
    .stm_works.tiles.style_2 .group.items-3 .col:nth-child(2),
    .stm_works.tiles.style_2 .group.items-3 .col:nth-child(3),
    .stm_works.tiles.style_2 .group.items-4 .col:nth-child(1),
    .stm_works.tiles.style_2 .group.items-4 .col:nth-child(2),
    .stm_works.tiles.style_2 .group.items-4 .col:nth-child(3),
    .stm_works.tiles.style_2 .group.items-4.even .col:nth-child(1),
    .stm_works.tiles.style_2 .group.items-4.even .col:nth-child(2),
    .stm_works.tiles.style_2 .group.items-4.even .col:nth-child(3) {
        flex: 1
    }
}

@media (max-width:767px) {
    .stm_works.tiles.style_2 .group {
        flex-direction: column;
        margin-bottom: 0
    }

    .stm_works.tiles.style_2 .group .col {
        flex: 1;
        width: 100%
    }

    .stm_works.tiles.style_2 .group .col .item {
        max-width: 480px;
        margin: 0 auto 20px
    }

    .stm_works.tiles.style_2 .group .col .item .work-image img {
        width: 100%;
        height: auto
    }
}

.company_history.style_2 {
    display: block
}

.company_history.style_2>ul {
    display: flex;
    align-items: flex-start;
    padding: 0;
    min-width: 100%
}

.company_history.style_2>ul li.history-item {
    flex: 1;
    padding: 20px 0 0
}

.company_history.style_2>ul li.history-item .year {
    font-size: 30px;
    font-weight: 700;
    color: #3591fa;
    margin: 0 0 17px
}

.company_history.style_2>ul li.history-item .sep {
    display: flex;
    align-items: center;
    padding: 10px 0
}

.company_history.style_2>ul li.history-item .sep:before {
    content: ' ';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.company_history.style_2>ul li.history-item .sep:after {
    content: ' ';
    display: block;
    flex-grow: 1;
    height: 2px;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.company_history.style_2>ul li.history-item .company_history_text {
    color: #777;
    font-size: 16px;
    font-weight: 400;
    padding: 20px 30px 0 0
}

.company_history.style_2>ul li.history-item .company_history_text h4 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0 0 15px
}

.company_history.style_2>ul li.history-item .company_history_text p {
    margin: 0 0 13px
}

.company_history.style_2>ul li.history-item:last-child .sep:after {
    display: none
}

.company_history.style_2>ul.slick-initialized,
.company_history.style_2>ul.slick-initialized li:last-child .sep:after {
    display: block
}

.company_history.style_2>ul.slick-initialized .slick-slide:last-child li .sep:after {
    display: none
}

.company_history.style_2 .slick_next,
.company_history.style_2 .slick_prev {
    position: absolute;
    bottom: 100% !important;
    top: auto !important;
    right: 0 !important;
    left: auto !important;
    width: 50px;
    height: 50px;
    margin-bottom: 45px;
    border-width: 2px;
    border-radius: 50%;
    border-color: #001446
}

.company_history.style_2 .slick_next i,
.company_history.style_2 .slick_prev i {
    font-size: 34px;
    line-height: .8;
    color: #3591fa
}

.company_history.style_2 .slick_next.slick-disabled,
.company_history.style_2 .slick_prev.slick-disabled {
    border-color: #3591fa
}

.company_history.style_2 .slick_next.slick-disabled i,
.company_history.style_2 .slick_prev.slick-disabled i {
    color: #001446
}

.company_history.style_2 .slick_next:hover i,
.company_history.style_2 .slick_prev:hover i {
    color: #fff
}

.company_history.style_2 .slick_prev {
    transform: translateX(-100%);
    margin-right: 10px
}

@media (max-width:767px) {

    .company_history.style_2 .slick_next,
    .company_history.style_2 .slick_prev {
        bottom: auto !important;
        top: 100% !important;
        margin-top: 0
    }

    .company_history.style_2 .slick_prev {
        left: auto !important;
        right: 50% !important;
        transform: none;
        margin-right: 5px
    }

    .company_history.style_2 .slick_next {
        right: auto !important;
        left: 50% !important;
        margin-left: 5px
    }
}

.company_history.style_2.dark-bg-mode>ul li.history-item .company_history_text,
.company_history.style_2.dark-bg-mode>ul li.history-item .company_history_text h4 {
    color: #fff
}

.company_history.style_2.dark-bg-mode .slick_next,
.company_history.style_2.dark-bg-mode .slick_prev {
    border-color: #fff
}

.company_history.style_2.dark-bg-mode .slick_next.slick-disabled,
.company_history.style_2.dark-bg-mode .slick_prev.slick-disabled {
    border-color: #3591fa
}

.company_history.style_2.dark-bg-mode .slick_next.slick-disabled i,
.company_history.style_2.dark-bg-mode .slick_prev.slick-disabled i {
    color: #fff
}

.company_history.style_2.dark-bg-mode .slick_next:hover,
.company_history.style_2.dark-bg-mode .slick_prev:hover {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    border: none;
}

.top_bar {
    background-color: var(--con_top_bar_bg, var(--con_base_color));
    position: relative;
    font-size: 13px;
    z-index: 20
}

.top_bar .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.top_bar .container .lang_sel>ul>li .lang_sel_sel,
.top_bar .container .lang_sel>ul>li>ul a {
    display: block;
    line-height: var(--con_top_bar_wpml_switcher_line_height, 14px);
    font-size: var(--con_top_bar_wpml_switcher_font_size, 14px);
    color: var(--con_top_bar_wpml_switcher_color, #fff);
    text-decoration: none
}

.top_bar .container>div {
    margin: 0 10px
}

.top_bar .container>div:first-child {
    margin-right: auto;
    margin-left: 0
}

.top_bar .container>div:last-child {
    margin-right: 0;
    margin-left: auto
}

.top_bar .container .lang_sel {
    position: relative;
    transition: all .3s ease
}

.top_bar .container .lang_sel>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.top_bar .container .lang_sel>ul>li .lang_sel_sel {
    position: relative;
    padding: 5px 24px 5px 1px
}

.top_bar .container .lang_sel>ul>li .lang_sel_sel:after {
    content: "";
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top-color: var(--con_top_bar_wpml_switcher_color, #fff);
    position: absolute;
    top: 50%;
    right: 2px;
    margin: -2px 0 0
}

.top_bar .container .lang_sel>ul>li>ul {
    list-style: none;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding: 2px 0 12px;
    background-color: var(--con_top_bar_wpml_switcher_bg, var(--con_base_color));
    margin: 0;
    opacity: 0;
    z-index: 100;
    transition: all .3s ease
}

.main_menu_nav>li .sub-menu>li:hover>.sub-menu,
.main_menu_nav>li:hover>.sub-menu {
    visibility: visible;
    opacity: 1
}

.top_bar .container .lang_sel>ul>li>ul a {
    padding: 10px 20px;
    transition: all .3s ease
}

.top_bar .container .lang_sel>ul>li>ul a:hover {
    background-color: var(--con_top_bar_wpml_switcher_bg_hover, var(--con_secondary_color));
    color: var(--con_top_bar_wpml_switcher_color_hover, #fff)
}

.top_bar .container .lang_sel:hover>ul>li>ul {
    visibility: visible;
    opacity: 1
}

.top_bar .container .top_bar_info_wr {
    display: flex;
    justify-content: flex-end;
    flex: auto;
    position: relative
}

.top_bar .container .top_bar_info_wr .top_bar_info_switcher {
    position: relative;
    order: 10;
    background-color: var(--con_top_bar_contact_info_select_bg, var(--con_third_color));
    max-height: 50px;
    margin-left: 30px;
    font-size: 13px
}

.top_bar .container .top_bar_info_wr .top_bar_info_switcher .active {
    position: relative;
    text-decoration: none;
    padding: 16px 42px 16px 21px;
    line-height: 1.1;
    min-width: 160px;
    cursor: pointer;
    color: var(--con_top_bar_contact_info_select_color, var(--con_base_color))
}

.top_bar .container .top_bar_info_wr .top_bar_info_switcher .active i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 0 0;
    font-size: 16px
}

.top_bar .container .top_bar_info_wr .top_bar_info_switcher .active span {
    display: inline-block;
    vertical-align: middle
}

.top_bar .container .top_bar_info_wr .top_bar_info_switcher .active:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -1px;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid var(--con_top_bar_contact_info_select_color, var(--con_base_color))
}

.top_bar .container .top_bar_info_wr .top_bar_info_switcher ul {
    list-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 12px 0;
    min-width: 100%;
    background-color: var(--con_top_bar_contact_info_select_drop_bg, var(--con_base_color))
}

.top_bar .container .top_bar_info_wr .top_bar_info_switcher ul a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    transition: background .3s ease;
    color: var(--con_top_bar_contact_info_select_items_color, #fff)
}

.top_bar .container .top_bar_info_wr .top_bar_info_switcher ul a:hover {
    background-color: var(--con_top_bar_contact_info_select_items_bg, var(--con_secondary_color));
    color: var(--con_top_bar_contact_info_select_items_hover, #fff)
}

.top_bar .container .top_bar_info_wr .top_bar_info {
    list-style: none;
    display: none;
    padding: 0;
    margin: 0
}

.top_bar .container .top_bar_info_wr .top_bar_info:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 50px
}

.top_bar .container .top_bar_info_wr .top_bar_info li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    text-align: var(--con_top_bar_contact_info_text_align, left);
    line-height: var(--con_top_bar_contact_info_line_height, 1);
    font-weight: var(--con_top_bar_contact_info_font_weight, normal);
    font-size: var(--con_top_bar_contact_info_font_size, 13px);
    color: var(--top_bar_contact_info_color, #fff)
}

.top_bar .container .top_bar_info_wr .top_bar_info li:first-child {
    padding-left: 0
}

.top_bar .container .top_bar_info_wr .top_bar_info li:last-child {
    padding-right: 0
}

.top_bar .container .top_bar_info_wr .top_bar_info li a {
    color: var(--con_top_bar_contact_info_link_color, #fff);
    text-decoration: none;
    transition: all .3s ease
}

.top_bar .container .top_bar_info_wr .top_bar_info li a:hover {
    color: var(--con_top_bar_contact_info_link_color_hover, rgba(255, 255, 255, .7))
}

.top_bar .container .top_bar_info_wr .top_bar_info li a:hover span {
    text-decoration: underline
}

.top_bar .container .top_bar_info_wr .top_bar_info li i {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
    font-size: 16px
}

.top_bar .container .top_bar_info_wr .top_bar_info li span {
    display: inline-block;
    vertical-align: middle
}

.top_bar .container .top_bar_cart {
    position: relative;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 0
}

.top_bar .container .top_bar_cart a {
    text-decoration: none;
    font-size: 0;
    transition: color .3s ease;
    color: var(--con_top_bar_cart_icon_color, #fff)
}

.top_bar .container .top_bar_cart a i {
    display: inline-block;
    vertical-align: top;
    line-height: var(--con_top_bar_cart_icon_line_height, 19px)
}

.top_bar .container .top_bar_cart a i:before {
    font-size: var(--con_top_bar_cart_icon_font_size, 19px)
}

.top_bar .container .top_bar_cart .count {
    position: absolute;
    right: -10px;
    top: -8px;
    transition: all .3s;
    font-size: var(--con_top_bar_cart_counter_font_size, 10px);
    line-height: var(--con_top_bar_cart_counter_line_height, 18px);
    width: 19px;
    height: 19px;
    background-color: var(--con_top_bar_cart_counter_bg, #fff);
    color: var(--con_top_bar_cart_counter_color, #000);
    border-radius: 50%;
    text-align: center
}

.top_bar .container .top_bar_cart:hover a {
    color: var(--con_top_bar_cart_icon_color_hover, rgba(255, 255, 255, .7))
}

.top_bar .container .top_bar_cart:hover .count {
    color: var(--con_top_bar_cart_counter_color_hover, #000);
    background-color: var(--con_top_bar_cart_counter_bg_hover, rgba(255, 255, 255, .7))
}

.top_bar .container .top_bar_search .search-icon {
    font-size: 0;
    transition: color .3s ease;
    color: var(--con_top_bar_search_icon_color, #fff);
    cursor: pointer
}

.top_bar .container .top_bar_search .search-icon:before {
    line-height: var(--con_top_bar_search_icon_line_height, 19px);
    font-size: var(--con_top_bar_search_icon_font_size, 19px)
}

.top_bar .container .top_bar_search .search-icon:hover {
    color: var(--con_top_bar_search_icon_color_hover, rgba(255, 255, 255, .7))
}

.top_bar .container .top_bar_search .search-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .8)
}

.top_bar .container .top_bar_search .search-form input {
    padding: 10px 60px 10px 20px;
    max-width: 950px;
    background-color: #fff;
    line-height: 18px;
    font-size: 14px;
    z-index: 2
}

.top_bar .container .top_bar_search .search-form button {
    background: 0 0;
    border: 0;
    margin-left: -46px;
    box-shadow: none;
    font-size: 20px;
    color: #000;
    z-index: 2
}

.top_bar .container .top_bar_search .search-form .header_search_close {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.top_bar .container .top_bar_search.search_active .search-form {
    display: flex
}

.top_bar .container .top_bar_socials a {
    margin: 0 3px;
    text-decoration: none;
    position: relative;
    transition: color .3s ease;
    color: var(--con_top_bar_socials_icon_color, #fff);
    line-height: var(--con_top_bar_socials_icon_line_height, 18px);
    font-size: var(--con_top_bar_socials_icon_font_size, 18px)
}

.top_bar .container .top_bar_socials a:hover {
    color: var(--con_top_bar_socials_icon_color_hover, rgba(255, 255, 255, .7))
}

.main_menu_nav>li,
.main_menu_nav>li>a {
    position: relative;
    color: var(--con_header_nav_menu_link_color, #fff)
}

@media (max-width:1199px) {
    .top_bar .container>div {
        margin: 10px 15px
    }

    .top_bar .container .top_bar_search {
        margin-left: unset !important
    }

    .top_bar .container .top_bar_info_wr {
        order: 100;
        margin: 0
    }
}

@media (max-width:1024px) {
    .top_bar .container .top_bar_info_wr {
        width: 100%;
        flex-direction: column
    }

    .top_bar .container .top_bar_info_wr .top_bar_info_switcher {
        margin: 0 0 10px;
        order: 0
    }

    .top_bar .container .top_bar_info_wr .top_bar_info {
        margin-bottom: 5px
    }

    .top_bar .container .top_bar_info_wr .top_bar_info:after {
        display: none
    }

    .top_bar .container .top_bar_info_wr .top_bar_info li {
        display: block;
        padding: 5px 0
    }

    .top_bar .container .top_bar_info_wr .top_bar_info li i {
        min-width: 16px;
        text-align: center
    }

    .mobile_grid_landscape .top_bar.mobile_cart_hidden .top_bar_cart,
    .mobile_grid_landscape .top_bar.mobile_contacts_hidden .top_bar_info_wr,
    .mobile_grid_landscape .top_bar.mobile_search_hidden .top_bar_search,
    .mobile_grid_landscape .top_bar.mobile_socials_hidden .top_bar_socials,
    .mobile_grid_landscape .top_bar.mobile_wpml_hidden .lang_sel {
        display: none !important
    }

    .mobile_grid_landscape .top_bar.mobile_wpml_hidden.mobile_socials_hidden:not(.mobile_cart_hidden) .top_bar_cart,
    .mobile_grid_landscape .top_bar.mobile_wpml_hidden:not(.mobile_socials_hidden) .top_bar_socials {
        margin-right: auto;
        margin-left: 0
    }

    .mobile_grid_landscape .top_bar.mobile_wpml_hidden.mobile_socials_hidden.mobile_cart_hidden .top_bar_search {
        margin-right: 0;
        margin-left: auto !important
    }
}

.top_bar.top_bar_wide .container {
    padding: 0 125px
}

@media (min-width:1200px) {
    .top_bar.top_bar_wide .container {
        width: auto
    }
}

@media (min-width:1025px) {
    .top_bar {
        box-shadow: var(--con_top_bar_shadow_params) var(--con_top_bar_shadow_color)
    }

    .header_style_6 .top_bar {
        box-shadow: none
    }

    .header_style_6 .top_bar .container {
        padding: 0;
        width: 1110px;
        box-shadow: var(--con_top_bar_shadow_params) var(--con_top_bar_shadow_color)
    }
}

@media (max-width:991px) {

    .mobile_grid_tablet .top_bar.mobile_cart_hidden .top_bar_cart,
    .mobile_grid_tablet .top_bar.mobile_contacts_hidden .top_bar_info_wr,
    .mobile_grid_tablet .top_bar.mobile_search_hidden .top_bar_search,
    .mobile_grid_tablet .top_bar.mobile_socials_hidden .top_bar_socials,
    .mobile_grid_tablet .top_bar.mobile_wpml_hidden .lang_sel {
        display: none !important
    }

    .mobile_grid_tablet .top_bar.mobile_wpml_hidden.mobile_socials_hidden:not(.mobile_cart_hidden) .top_bar_cart,
    .mobile_grid_tablet .top_bar.mobile_wpml_hidden:not(.mobile_socials_hidden) .top_bar_socials {
        margin-right: auto;
        margin-left: 0
    }

    .mobile_grid_tablet .top_bar.mobile_wpml_hidden.mobile_socials_hidden.mobile_cart_hidden .top_bar_search {
        margin-right: 0;
        margin-left: auto !important
    }
}

html[dir=rtl] .top_bar .container .top_bar_info_wr .top_bar_info_switcher {
    margin-left: 0;
    margin-right: auto
}

html[dir=rtl] .top_bar .container .top_bar_info_wr .top_bar_info_switcher .active:after {
    left: 20px;
    right: auto
}

#header {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    position: relative;
    z-index: 99999
}

@media (max-width:1199px) {
    #header .container {
        width: auto
    }
}

.main_menu_nav {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0 35px
}

.main_menu_nav>li {
    line-height: var(--con_header_nav_menu_link_line_height, 1);
    font-weight: var(--con_header_nav_menu_link_font_weight, 600);
    font-size: var(--con_header_nav_menu_link_font_size, 16px);
    font-style: var(--con_header_nav_menu_link_font_style, normal)
}

.main_menu_nav>li>a {
    display: block;
    padding: 22px 15px;
    text-decoration: none;
    text-transform: var(--con_header_nav_menu_link_text_transform, none);
    transition: all .3s ease
}

.main_menu_nav>li .arrow {
    display: none
}

.main_menu_nav>li.current-menu-ancestor>a,
.main_menu_nav>li.current-menu-item>a,
.main_menu_nav>li.current-menu-parent>a,
.main_menu_nav>li.current_page_ancestor>a,
.main_menu_nav>li.current_page_item>a,
.main_menu_nav>li.current_page_parent>a {
    color: var(--con_header_nav_menu_link_color_active, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)))
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu {
    width: auto;
    background-color: var(--con_header_mega_menu_bg, #fff) !important
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li {
    border-left-color: var(--con_header_mega_menu_border_color, #dedede) !important;
    color: var(--con_header_mega_menu_title_link_color, #333)
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li>a {
    text-transform: var(--con_header_mega_menu_title_transform, inherit);
    line-height: var(--con_header_mega_menu_title_line_height, inherit);
    font-weight: var(--con_header_mega_menu_title_font_weight, 700);
    font-size: var(--con_header_mega_menu_title_font_size, 16px);
    color: var(--con_header_mega_menu_title_link_color, #333)
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li>a:hover {
    color: var(--con_header_mega_menu_title_link_color_hover, #001446) !important
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li:hover>a {
    color: var(--con_header_mega_menu_title_link_color, #333)
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li .fa,
.main_menu_nav>li.stm_megamenu>ul.sub-menu>li .stm_megaicon {
    margin-top: 0 !important;
    line-height: calc(var(--con_header_mega_menu_link_text_height, 14px) + 2px);
    font-size: var(--con_header_mega_menu_link_text_size, inherit);
    color: var(--con_header_mega_menu_icons_color, #001446)
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li>a {
    text-transform: var(--con_header_mega_menu_link_text_transform, none);
    line-height: var(--con_header_mega_menu_link_text_height, 14px);
    font-weight: var(--con_header_mega_menu_link_text_weight, inherit);
    font-size: var(--con_header_mega_menu_link_text_size, inherit);
    color: var(--con_header_mega_menu_link_text_color, #333) !important
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li>a:hover {
    color: var(--con_header_mega_menu_link_text_hover, rgba(51, 51, 51, .6)) !important
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li .stm_mega_textarea {
    text-transform: var(--con_header_mega_menu_link_text_transform, none);
    line-height: calc(var(--con_header_mega_menu_link_text_height, 14px) + 2px);
    font-weight: var(--con_header_mega_menu_link_text_weight, inherit);
    font-size: var(--con_header_mega_menu_link_text_size, inherit) !important;
    color: var(--con_header_mega_menu_description_color, rgba(51, 51, 51, .9))
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li .stm_mega_textarea a {
    font-size: var(--con_header_mega_menu_link_text_size, inherit) !important;
    color: var(--con_header_mega_menu_description_link_color, rgba(51, 51, 51, .9)) !important
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li .stm_mega_textarea a:hover {
    color: var(--con_header_mega_menu_description_link_color_hover, #001446) !important
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li .megamenu-contacts {
    margin-top: -3px
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li .megamenu-contacts td {
    vertical-align: top;
    padding-bottom: 12px;
    color: var(--con_header_mega_menu_description_color, rgba(51, 51, 51, .9))
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li .megamenu-contacts td .fa,
.main_menu_nav>li.stm_megamenu>ul.sub-menu>li .megamenu-contacts td .stm_megaicon {
    margin-top: 3px
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li .megamenu-contacts td a {
    display: inline !important;
    padding: 0 !important;
    color: var(--con_header_mega_menu_description_link_color, rgba(51, 51, 51, .9)) !important;
    text-decoration: underline !important
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li .megamenu-contacts td a:hover {
    text-decoration: none !important;
    background-color: transparent !important;
    color: var(--con_header_mega_menu_description_link_color_hover, #001446) !important
}

.main_menu_nav>li.stm_megamenu>ul.sub-menu>li .megamenu-contacts tr:last-child td {
    padding-bottom: 0
}

.main_menu_nav>li .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: var(--con_header_nav_menu_level_1_bg, #fff);
    list-style: none;
    padding: 14px 0;
    margin: 0;
    width: 230px;
    z-index: 1;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .27);
    transition: all .3s ease
}

.main_menu_nav>li .sub-menu>li {
    position: relative;
    text-transform: capitalize;
    font-weight: 500;
    font-size: var(--con_header_nav_menu_level_1_link_font_size, 14px);
    color: var(--con_header_nav_menu_level_1_link_color, #333)
}

.main_menu_nav>li .sub-menu>li>a {
    display: block;
    padding: 13px 26px 11px;
    text-decoration: none;
    color: var(--con_header_nav_menu_level_1_link_color, #333)
}

.main_menu_nav>li .sub-menu>li.menu-item-has-children>a:before,
.main_menu_nav>li .sub-menu>li.page_item_has_children>a:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    margin: -4px 0 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid var(--con_header_nav_menu_level_1_link_arrow_color, #ccc)
}

.main_menu_nav>li .sub-menu>li.menu-item-has-children>a:hover:before,
.main_menu_nav>li .sub-menu>li.page_item_has_children>a:hover:before {
    border-left-color: var(--con_header_nav_menu_level_1_link_arrow_color_hover, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)))
}

.main_menu_nav>li .sub-menu>li .sub-menu {
    top: -2px;
    left: 100%;
    background: var(--con_header_nav_menu_level_2_bg, #333);
    padding: 6px 0 4px
}

.main_menu_nav>li .sub-menu>li .sub-menu li a {
    line-height: var(--con_header_nav_menu_level_2_link_line_height, inherit);
    font-weight: var(--con_header_nav_menu_level_2_link_font_weight, inherit);
    font-size: var(--con_header_nav_menu_level_2_link_font_size, inherit);
    text-transform: var(--con_header_nav_menu_level_2_link_text_transform, none);
    padding: 12px 26px;
    color: var(--con_header_nav_menu_level_2_link_color, #fff)
}

.main_menu_nav>li .sub-menu>li .sub-menu li a:hover {
    background: var(--con_header_nav_menu_level_2_link_bg_hover, transparent);
    color: var(--con_header_nav_menu_level_2_link_color_hover, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)))
}

.main_menu_nav>li .sub-menu>li:hover>a {
    background: var(--con_header_nav_menu_level_1_link_bg_hover, #333);
    color: var(--con_header_nav_menu_level_1_link_color_hover, #fff)
}

.main_menu_nav>li:hover>a {
    color: var(--con_header_nav_menu_link_color_hover, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)))
}

@media (min-width:1025px) {

    .main_menu_nav li:last-child .sub-menu li .sub-menu li a,
    .main_menu_nav li:last-child .sub-menu li a {
        padding-left: 35px
    }

    .main_menu_nav {
        display: flex !important
    }

    .main_menu_nav li:last-child .sub-menu {
        right: 0;
        left: auto
    }

    .main_menu_nav li:last-child .sub-menu li a:before {
        right: auto;
        left: 20px;
        transform: rotate(-180deg)
    }

    .main_menu_nav li:last-child .sub-menu li .sub-menu {
        right: 100%;
        left: auto
    }

    .header-box {
        min-height: var(--con_header_height, auto)
    }

    .header-box.affix {
        min-height: var(--con_sticky_menu_height, auto)
    }
}

@media (min-width:1500px) {
    body.header_navigation_wide .header-box .container {
        padding: 0 125px !important
    }

    body.header_navigation_wide .header-box .container .nav-box {
        position: relative
    }

    body.header_navigation_wide .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu {
        right: 0 !important;
        left: auto !important;
        width: 1160px
    }
}

.menu-toggle {
    display: none;
    position: relative;
    width: 26px;
    height: 20px;
    padding: 10px 0;
    margin: 0;
    cursor: pointer
}

.menu-toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #333;
    height: 4px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all .3s ease;
    outline: 0 !important;
    border-radius: 2px
}

.menu-toggle button:after,
.menu-toggle button:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 4px;
    transform-origin: 1.5px center;
    border-radius: 2px;
    left: 0;
    background: #333
}

.menu-toggle button:before {
    top: -8px;
    transition: all .3s ease
}

.menu-toggle button:after {
    bottom: -8px;
    transition: .3s
}

.contact-info,
.header-box,
.header-box .container,
.header_cart {
    position: relative
}

.menu-toggle.open button {
    background: 0 0
}

.header-box,
.header_style_1 .nav-box {
    background-color: var(--con_header_nav_background_color, #333)
}

.menu-toggle.open button:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: 50% 50%
}

.menu-toggle.open button:after {
    bottom: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: 50% 50%
}

.header-box {
    box-shadow: 0 1px 3px var(--con_header_nav_shadow, rgba(0, 0, 0, .2))
}

.header-box .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 43px 15px 71px;
    width: var(--con_header_wide, 1140px);
    z-index: 15
}

.header-box .container .logo-box {
    flex: auto
}

.header-box .container .logo-box .logo {
    float: left;
    font-size: 30px;
    text-transform: uppercase;
    color: #333
}

.header-box .container .logo-box .logo a {
    display: block
}

.header-box .container .logo-box .logo a img {
    max-width: inherit;
    filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

.header-box .container .logo-box .logo-mobile {
    display: none
}

@media (max-width:767px) {
    .header-box .container .logo-box {
        padding: 24px 15px
    }
}

.header-box .container .contact-info-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-end;
    flex: auto
}

.header-box .container .contact-info-box .contact-info:first-child {
    margin-left: 0
}

.header-box .container .contact-info-box .contact-info:last-child {
    margin-right: 0
}

.header-box .container .socials-box {
    display: flex;
    align-items: center;
    margin-right: 0;
    margin-left: 30px
}

.header-box .container .socials-box a {
    display: inline-block;
    margin-left: 16px;
    line-height: var(--con_header_socials_icon_line_height, 22px);
    transition: color .2s linear;
    font-size: var(--con_header_socials_icon_font_size, 22px);
    color: var(--con_header_socials_icon_color, rgba(255, 255, 255, .66))
}

.header-box .container .socials-box a:first-child {
    margin: 0
}

.header-box .container .socials-box a:hover {
    color: var(--con_header_socials_icon_color_hover, #fff)
}

.header-box.search_active {
    z-index: 100
}

.contact-info {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 20px
}

.contact-info .icon {
    font-size: 26px;
    line-height: calc(var(--con_header_contact_info_line_height, 16px) - 6px);
    margin: 0 14px 0 0
}

.header_cart,
.header_search {
    margin-left: 26px
}

.contact-info .text {
    line-height: var(--con_header_contact_info_line_height, 16px);
    font-size: var(--con_header_contact_info_font_size, 13px);
    color: var(--con_header_contact_info_color, #fff)
}

.contact-info .text strong {
    font-weight: var(--con_header_contact_info_font_weight, 400)
}

.contact-info .text a {
    color: var(--con_header_contact_info_link_color, inherit)
}

.contact-info .text a:hover {
    color: var(--con_header_contact_info_link_color_hover, inherit)
}

.header_cart a {
    line-height: var(--con_header_cart_icon_line_height, 16px);
    font-size: var(--con_header_cart_icon_font_size, 19px);
    text-decoration: none;
    transition: all .3s ease;
    color: var(--con_header_cart_icon_color, rgba(255, 255, 255, .66))
}

.header_cart a i {
    display: inline-block;
    vertical-align: middle;
    font-size: 0
}

.header_cart a i:before {
    font-size: var(--con_header_cart_icon_font_size, 19px)
}

.header_cart a .count {
    position: absolute;
    right: -10px;
    top: -8px;
    line-height: var(--con_header_cart_counter_line_height, 21px);
    font-size: var(--con_header_cart_counter_font_size, 12px);
    width: 19px;
    height: 19px;
    transition: all .3s ease;
    background-color: var(--con_wc_cart_counter_bg, rgba(255, 255, 255, .66));
    color: var(--con_header_cart_counter_color, #fff);
    border-radius: 50%;
    text-align: center
}

.header_cart a:hover {
    color: var(--con_header_cart_icon_color_hover, #fff)
}

.header_cart a:hover .count {
    background-color: var(--con_wc_cart_counter_bg_hover, #fff);
    color: var(--con_header_cart_counter_color_hover, #333)
}

.header_search .search-icon {
    font-size: 0;
    line-height: var(--con_header_search_icon_line_height, 18px);
    transition: color .3s ease;
    color: var(--con_header_search_icon_color, rgba(255, 255, 255, .66));
    cursor: pointer
}

.header_search .search-icon:before {
    font-size: var(--con_header_search_icon_font_size, 16px)
}

.header_search .search-icon:hover {
    color: var(--con_header_search_icon_color_hover, #fff)
}

.header_search .search-form {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .8)
}

.header_search .search-form input {
    padding: 10px 60px 10px 20px;
    max-width: 950px;
    background-color: #fff;
    line-height: 18px;
    font-size: 14px;
    z-index: 2
}

.header_search .search-form button {
    background: 0 0;
    border: 0;
    margin-left: -46px;
    box-shadow: none;
    font-size: 20px;
    color: #000;
    z-index: 2
}

.header_search .search-form .header_search_close {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1
}

.header_search.search_active {
    z-index: 200
}

.header_search.search_active .search-form {
    display: flex
}

.lang_sel.header_lang_sel {
    position: relative;
    margin-left: 30px;
    z-index: 100;
    transition: all .3s ease
}

.lang_sel.header_lang_sel>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.lang_sel.header_lang_sel>ul>li .lang_sel_sel {
    display: block;
    position: relative;
    padding: 5px 24px 5px 1px;
    text-decoration: none
}

.lang_sel.header_lang_sel>ul>li .lang_sel_sel:after {
    content: "";
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    position: absolute;
    top: 50%;
    right: 2px;
    margin: -2px 0 0
}

.lang_sel.header_lang_sel>ul>li>ul {
    list-style: none;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    padding: 2px 0 12px;
    margin: 0;
    opacity: 0;
    z-index: 100;
    transition: all .3s ease
}

.lang_sel.header_lang_sel>ul>li>ul a {
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    transition: background .3s ease
}

.lang_sel.header_lang_sel:hover>ul>li>ul {
    visibility: visible;
    opacity: 1
}

.header_mobile_elements {
    display: none
}

.header_style_1 .nav-box {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 0 5px rgba(0, 0, 0, .52);
    position: absolute;
    right: 0;
    bottom: -28px;
    left: 0;
    max-width: 1110px;
    margin: 0 auto;
    z-index: 20
}

.header_style_1 .nav-box .contact-info {
    align-items: center;
    margin: 0 40px 0 auto;
    padding-left: 35px
}

.header_style_2 .header-box .container .header_cart,
.header_style_2 .header-box .container .header_search,
.header_style_2 .header-box .container .socials-box {
    margin-left: 26px
}

.header_style_1 .nav-box .contact-info .icon {
    display: flex
}

.header_style_1 .nav-box .contact-info .icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 27px;
    margin-top: -14px;
    background: rgba(255, 255, 255, .15)
}

.header_style_1 .contact-info-box .contact-info:last-child {
    display: none
}

.header_style_1 .header_search {
    z-index: 30
}

@media (max-width:1110px) {
    .header_style_1 .header-box .contact-info-box .contact-info:last-child {
        display: flex
    }

    .header_style_1 .header-box .nav-box .main_menu_nav {
        width: 100%;
        justify-content: space-between;
        padding: 0 15px
    }

    .header_style_1 .header-box .nav-box .contact-info {
        display: none
    }
}

.header_style_2 .header-box:before {
    display: none
}

.header_style_2 .header-box .container .nav-box {
    z-index: 101
}

.header_style_2 .header-box .container .nav-box .main_menu_nav {
    padding: 16px 0
}

.header_style_2 .header-box .container .socials-box a {
    font-size: var(--con_header_socials_icon_font_size, 16px)
}

.header_style_2 .header-box .container .header_cart a {
    color: var(--con_header_cart_icon_color, #333)
}

.header_style_2 .header-box .container .header_cart a .count {
    top: -4px;
    line-height: var(--con_header_cart_counter_line_height, 16px);
    width: 16px;
    height: 16px;
    background-color: var(--con_wc_cart_counter_bg, #333)
}

.header_style_2 .header-box .container .header_cart a:hover {
    color: var(--con_header_cart_icon_color_hover, #001446)
}

.header_style_2 .header-box .container .header_cart a:hover .count {
    background-color: var(--con_wc_cart_counter_bg_hover, #001446);
    color: var(--con_header_cart_counter_color_hover, #fff)
}

.header_style_2 .header-box .container .header_search .search-icon {
    color: var(--con_header_search_icon_color, #333)
}

.header_style_2 .header-box .container .header_search .search-icon:before {
    font-size: var(--con_header_search_icon_font_size, 18px)
}

.header_style_2 .header-box .container .header_search:hover .search-icon {
    color: var(--con_header_search_icon_color_hover, #001446)
}

.header_style_2 .header-box .container .lang_sel {
    margin-left: 20px
}

@media (min-width:1026px) {
    .header_style_2.mobile_grid_landscape .header-box {
        background-color: var(--con_header_nav_background_color, rgba(255, 255, 255, .3));
        box-shadow: 0 1px 3px var(--con_header_nav_shadow, rgba(0, 0, 0, .2))
    }

    .header_style_2.mobile_grid_landscape .header-box .container .main_menu_nav>li>a {
        color: var(--con_header_nav_menu_link_color, #333)
    }

    .header_style_2.mobile_grid_landscape .header-box .container .main_menu_nav>li>a:hover {
        color: var(--con_header_nav_menu_link_color_hover, var(--con_secondary_color))
    }

    .header_style_2.mobile_grid_landscape .header-box .container .main_menu_nav>li.current-menu-ancestor>a,
    .header_style_2.mobile_grid_landscape .header-box .container .main_menu_nav>li.current-menu-parent>a,
    .header_style_2.mobile_grid_landscape .header-box .container .main_menu_nav>li.current_page_ancestor>a,
    .header_style_2.mobile_grid_landscape .header-box .container .main_menu_nav>li.current_page_item>a,
    .header_style_2.mobile_grid_landscape .header-box .container .main_menu_nav>li.current_page_parent>a {
        color: var(--con_header_nav_menu_link_color_active, #001446)
    }

    .header_style_2.mobile_grid_landscape .header-box .container .contact-info .text {
        color: var(--con_header_contact_info_color, #333)
    }

    .header_style_2.mobile_grid_landscape .header-box .container .socials-box a {
        color: var(--con_header_socials_icon_color, #333)
    }

    .header_style_2.mobile_grid_landscape .header-box .container .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #001446)
    }

    .header_style_2 .header-box .container {
        padding: 0 15px
    }

    .header_style_2 .header-box .container>div {
        margin: 10px 0
    }
}

@media (min-width:992px) {
    .header_style_2.mobile_grid_tablet .header-box {
        background-color: var(--con_header_nav_background_color, rgba(255, 255, 255, .3));
        box-shadow: 0 1px 3px var(--con_header_nav_shadow, rgba(0, 0, 0, .2))
    }

    .header_style_2.mobile_grid_tablet .header-box .container .main_menu_nav>li>a {
        color: var(--con_header_nav_menu_link_color, #333)
    }

    .header_style_2.mobile_grid_tablet .header-box .container .main_menu_nav>li>a:hover {
        color: var(--con_header_nav_menu_link_color_hover, var(--con_secondary_color))
    }

    .header_style_2.mobile_grid_tablet .header-box .container .main_menu_nav>li.current-menu-ancestor>a,
    .header_style_2.mobile_grid_tablet .header-box .container .main_menu_nav>li.current-menu-parent>a,
    .header_style_2.mobile_grid_tablet .header-box .container .main_menu_nav>li.current_page_ancestor>a,
    .header_style_2.mobile_grid_tablet .header-box .container .main_menu_nav>li.current_page_item>a,
    .header_style_2.mobile_grid_tablet .header-box .container .main_menu_nav>li.current_page_parent>a {
        color: var(--con_header_nav_menu_link_color_active, #001446)
    }

    .header_style_2.mobile_grid_tablet .header-box .container .contact-info .text {
        color: var(--con_header_contact_info_color, #333)
    }

    .header_style_2.mobile_grid_tablet .header-box .container .socials-box a {
        color: var(--con_header_socials_icon_color, #333)
    }

    .header_style_2.mobile_grid_tablet .header-box .container .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #001446)
    }
}

.header_style_3 .header-box .container {
    padding-bottom: 0
}

.header_style_3 .header-box .container .nav-box {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-top: 40px;
    width: 100%;
    z-index: 20
}

.header_style_3 .header-box .container .nav-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--con_header_nav_menu_link_color, #fff);
    opacity: .15
}

.header_style_3 .header-box .container .nav-box .contact-info {
    align-items: center;
    margin: 0 0 0 auto;
    padding-left: 35px
}

.header_style_3 .header-box .container .nav-box .contact-info .icon {
    display: flex
}

.header_style_3 .header-box .container .nav-box .contact-info .icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 27px;
    margin-top: -14px;
    background: rgba(255, 255, 255, .15)
}

.header_style_3 .header-box .container .nav-box .main_menu_nav {
    padding: 0
}

.header_style_3 .header-box .container .nav-box .main_menu_nav>li:first-child>a {
    padding-left: 0
}

.header_style_3 .header-box .container .nav-box .main_menu_nav>li:last-child>a {
    padding-right: 0
}

.header_style_3 .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu {
    margin: 0
}

.header_style_3 .header-box .container .contact-info-box .contact-info:last-child {
    display: none
}

@media (max-width:1110px) {
    .header_style_3 .header-box .container .contact-info-box .contact-info:last-child {
        display: flex
    }

    .header_style_3 .header-box .container .nav-box .main_menu_nav {
        width: 100%;
        justify-content: space-between;
        padding: 0 15px
    }

    .header_style_3 .header-box .container .nav-box .contact-info {
        display: none
    }
}

.header_style_4 .header-box {
    background: 0 0;
    box-shadow: 0 1px 3px var(--con_header_nav_shadow, transparent)
}

.header_style_4 .header-box:before {
    display: none
}

.header_style_4 .header-box .container {
    padding: 43px 0 0;
    width: var(--con_header_wide, 1110px)
}

.header_style_4 .header-box .container .nav-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding: 0 25px;
    background-color: var(--con_header_nav_background_color, rgba(3, 39, 74, .75));
    box-shadow: none;
    z-index: 20
}

.header_style_4 .header-box .container .nav-box .main_menu_nav {
    padding: 0
}

.header_style_4 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a {
    padding-right: 28px;
    color: var(--con_header_nav_menu_link_color, #fff)
}

.header_style_4 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: var(--con_header_nav_menu_link_arrow_color, rgba(255, 255, 255, .5)) transparent transparent
}

.header_style_4 .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a:after,
.header_style_4 .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a:after,
.header_style_4 .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a:after,
.header_style_4 .header-box .container .nav-box .main_menu_nav>li.current_page_item>a:after,
.header_style_4 .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a:after,
.header_style_4 .header-box .container .nav-box .main_menu_nav>li:hover>a:after {
    border-color: var(--con_header_nav_menu_link_arrow_color_hover, rgba(3, 39, 74, .5)) transparent transparent
}

.header_style_4 .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
.header_style_4 .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
.header_style_4 .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
.header_style_4 .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
.header_style_4 .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a {
    color: var(--con_header_nav_menu_link_arrow_color, #001446)
}

.header_style_4 .header-box .container .nav-box .main_menu_nav>li:hover>a {
    color: var(--con_header_nav_menu_link_color_hover, #001446)
}

.header_style_4 .header-box .container .nav-box .main_menu_nav>li:first-child>a {
    padding-left: 0
}

.header_style_4 .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu {
    margin: 0
}

.header_style_4 .header-box .container .header_cart,
.header_style_4 .header-box .container .header_search,
.header_style_4 .header-box .container .socials-box,
.header_style_4 .header-box .container .socials-box a {
    margin-left: 10px
}

.header_style_4 .header-box .logo-box {
    padding-left: 20px
}

.header_style_4 .header-box .contact-info {
    margin: 0 40px;
    padding-right: 25px
}

.header_style_4 .header-box .contact-info .text {
    color: var(--con_header_contact_info_color, #333)
}

.header_style_4 .header-box .lang_sel {
    margin-left: 40px
}

@media (max-width:1110px) {
    .header_style_4 .header-box .logo-box {
        margin-right: auto
    }

    .header_style_4 .header-box .container .nav-box .main_menu_nav {
        width: 100%;
        justify-content: space-between;
        padding: 0 15px
    }

    .header_style_4 .header-box .container .nav-box .header_cart,
    .header_style_4 .header-box .container .nav-box .header_search,
    .header_style_4 .header-box .container .nav-box .socials-box {
        display: none
    }

    .header_style_4 .header-box .container .header_mobile_elements {
        display: flex
    }

    .header_style_4 .header-box .container .header_mobile_elements>div {
        margin-left: 30px
    }

    .header_style_4 .header-box .container .header_mobile_elements .header_cart a {
        color: var(--con_header_cart_icon_color, #333)
    }

    .header_style_4 .header-box .container .header_mobile_elements .header_cart a .count {
        background-color: var(--con_wc_cart_counter_bg, #333);
        color: var(--con_header_cart_counter_color, #fff)
    }

    .header_style_4 .header-box .container .header_mobile_elements .header_cart a:active,
    .header_style_4 .header-box .container .header_mobile_elements .header_cart a:focus,
    .header_style_4 .header-box .container .header_mobile_elements .header_cart a:hover {
        color: var(--con_header_cart_icon_color_hover, #001446)
    }

    .header_style_4 .header-box .container .header_mobile_elements .header_cart a:active .count,
    .header_style_4 .header-box .container .header_mobile_elements .header_cart a:focus .count,
    .header_style_4 .header-box .container .header_mobile_elements .header_cart a:hover .count {
        background-color: var(--con_wc_cart_counter_bg_hover, #001446);
        color: var(--con_header_cart_counter_color_hover, #fff)
    }

    .header_style_4 .header-box .container .header_mobile_elements .socials-box a {
        color: var(--con_header_socials_icon_color, #333)
    }

    .header_style_4 .header-box .container .header_mobile_elements .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #001446)
    }

    .header_style_4 .header-box .container .header_mobile_elements .header_search .search-icon {
        color: var(--con_header_search_icon_color, #333)
    }

    .header_style_4 .header-box .container .header_mobile_elements .header_search:hover .search-icon {
        color: var(--con_header_search_icon_color_hover, #001446)
    }

    .header_style_4 .header-box .container .contact-info {
        margin: 0 20px
    }
}

@media (max-width:1024px) {
    .header_style_4 .header-box .lang_sel {
        margin-bottom: 30px !important
    }
}

.header_style_5 .header-box {
    background: var(--con_header_nav_background_color, transparent);
    box-shadow: 0 1px 3px var(--con_header_nav_shadow, transparent)
}

.header_style_5 .header-box:before {
    display: none
}

.header_style_5 .header-box .container {
    padding-bottom: 0
}

.header_style_5 .header-box .container .lang_sel {
    display: flex;
    flex: auto;
    justify-content: flex-start;
    width: 33.333333%;
    margin-left: 0
}

.header_style_5 .header-box .container .lang_sel.header_lang_sel>ul {
    position: relative
}

.header_style_5 .header-box .container .logo-box {
    display: flex;
    justify-content: center;
    width: 33.333333%;
    margin: 0 auto
}

.header_style_5 .header-box .container .contact-info-box {
    flex-direction: column;
    justify-content: flex-end;
    width: 33.333333%
}

.header_style_5 .header-box .container .contact-info-box .contact-info {
    margin: 10px 0 10px auto
}

.header_style_5 .header-box .container .contact-info-box .contact-info .text {
    text-align: right;
    color: var(--con_header_contact_info_color, #333)
}

.header_style_5 .header-box .container .nav-box {
    width: 100%;
    margin-bottom: 0
}

.header_style_5 .header-box .container .nav-box .main_menu_nav {
    margin-top: 40px;
    justify-content: space-between;
    border-top: 1px solid var(--con_header_nav_menu_link_color, rgba(51, 51, 51, .25));
    border-bottom: 1px solid var(--con_header_nav_menu_link_color, rgba(51, 51, 51, .25))
}

.header_style_5 .header-box .container .nav-box .main_menu_nav>li>a {
    text-transform: var(--con_header_nav_menu_link_text_transform, uppercase);
    font-size: var(--con_header_nav_menu_link_font_size, 14px);
    color: var(--con_header_nav_menu_link_color, #333)
}

.header_style_5 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -2px;
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: var(--con_header_nav_menu_link_arrow_color, #001446) transparent transparent
}

.header_style_5 .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
.header_style_5 .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
.header_style_5 .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
.header_style_5 .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
.header_style_5 .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a {
    color: var(--con_header_nav_menu_link_color_active, #001446)
}

.header_style_5 .header-box .container .nav-box .main_menu_nav>li:hover>a {
    color: var(--con_header_nav_menu_link_color_hover, #001446)
}

.header_style_5 .header-box .container .nav-box .main_menu_nav>li:hover>a:after {
    border-color: var(--con_header_nav_menu_link_arrow_color_hover, #001446) transparent transparent
}

.header_style_5 .header-box .container .socials-box a {
    color: var(--con_header_socials_icon_color, #333)
}

.header_style_5 .header-box .container .socials-box a:hover {
    color: var(--con_header_socials_icon_color_hover, #001446)
}

.header_style_5 .header-box .container .header_cart a {
    color: var(--con_header_cart_icon_color, #333)
}

.header_style_5 .header-box .container .header_cart a .count {
    background-color: var(--con_wc_cart_counter_bg, #333);
    color: var(--con_header_cart_counter_color, #fff)
}

.header_style_5 .header-box .container .header_cart a:active,
.header_style_5 .header-box .container .header_cart a:focus,
.header_style_5 .header-box .container .header_cart a:hover {
    color: var(--con_header_cart_icon_color_hover, #001446)
}

.header_style_5 .header-box .container .header_cart a:active .count,
.header_style_5 .header-box .container .header_cart a:focus .count,
.header_style_5 .header-box .container .header_cart a:hover .count {
    background-color: var(--con_wc_cart_counter_bg_hover, #001446);
    color: var(--con_header_cart_counter_color_hover, #fff)
}

.header_style_5 .header-box .container .header_search .search-icon {
    color: var(--con_header_search_icon_color, #333)
}

.header_style_5 .header-box .container .header_search:hover .search-icon {
    color: var(--con_header_search_icon_color_hover, #001446)
}

@media (max-width:991px) {
    .header_style_5 .header-box .lang_sel {
        flex: inherit !important;
        align-items: center !important;
        margin: 0 auto !important;
        width: auto !important
    }
}

@media (max-width:1024px) {
    .header_style_5.mobile_grid_landscape .header-box .lang_sel {
        flex: inherit !important;
        align-items: center !important;
        margin: 0 auto !important;
        width: auto !important
    }

    .header_style_5.mobile_grid_landscape .header-box .container .nav-box .main_menu_nav {
        margin-top: 0
    }
}

.header_style_6 .header-box {
    display: flex;
    align-items: flex-start;
    background-color: var(--con_header_nav_background_color, #333)
}

.header_style_6 .header-box:before {
    top: 0;
    bottom: auto;
    height: 0;
    background-color: #fff
}

.header_style_6 .header-box .container {
    padding: 0
}

@media (min-width:1200px) {
    .header_style_6 .header-box .container {
        width: var(--con_header_wide, 1110px)
    }
}

@media (max-width:1199px) {
    .header_style_6 .header-box .container {
        width: 100% !important
    }
}

.header_style_6 .header-box .container>div {
    margin-bottom: 30px
}

.header_style_6 .header-box .container .lang_sel {
    margin-left: 0
}

.header_style_6 .header-box .container .nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 0;
    padding: 20px 0
}

.header_style_6 .header-box .container .nav-box .logo-box {
    flex: inherit
}

.header_style_6 .header-box .container .nav-box .main_menu_nav {
    padding: 0 0 0 50px;
    justify-content: space-between
}

.header_style_6 .header-box .container .nav-box .main_menu_nav>li>a {
    padding: 21px 16px;
    text-transform: var(--con_header_contact_info_text_transform, uppercase);
    font-size: 14px
}

.header_style_6 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a {
    color: var(--con_header_nav_menu_link_color, #fff)
}

.header_style_6 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: var(--con_header_nav_menu_link_arrow_color, #001446) transparent transparent
}

.header_style_6 .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
.header_style_6 .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
.header_style_6 .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
.header_style_6 .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
.header_style_6 .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a {
    color: var(--con_header_nav_menu_link_color_active, #001446)
}

.header_style_6 .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a:after,
.header_style_6 .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a:after,
.header_style_6 .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a:after,
.header_style_6 .header-box .container .nav-box .main_menu_nav>li.current_page_item>a:after,
.header_style_6 .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a:after {
    border-color: var(--con_header_nav_menu_link_color_hover, rgba(3, 39, 74, .5)) transparent transparent
}

.header_style_6 .header-box .container .nav-box .main_menu_nav>li:hover>a {
    color: var(--con_header_nav_menu_link_color_hover, #001446)
}

.header_style_6 .header-box .container .nav-box .main_menu_nav>li:hover>a:after {
    border-color: var(--con_header_nav_menu_link_arrow_color_hover, rgba(3, 39, 74, .5)) transparent transparent
}

.header_style_6 .header-box .container .header_cart,
.header_style_6 .header-box .container .header_search,
.header_style_6 .header-box .container .socials-box {
    margin-right: 20px
}

@media (max-width:1024px) {
    .header_style_6.mobile_grid_landscape .container .nav-box {
        display: block !important
    }
}

@media (min-width:991px) {
    .header_style_6.mobile_grid_tablet .container .nav-box {
        display: block !important
    }
}

.header_style_7,
.header_style_8,
.header_style_9 {
    margin-left: 300px
}

.header_style_7 .top_bar,
.header_style_8 .top_bar,
.header_style_9 .top_bar {
    display: none !important
}

.header_style_7 #header .nav-box.affix,
.header_style_8 #header .nav-box.affix,
.header_style_9 #header .nav-box.affix {
    position: relative;
    top: 0
}

.header_style_7.mobile_grid_landscape #header .header-box .container .header-copyright-box,
.header_style_8.mobile_grid_landscape #header .header-box .container .header-copyright-box,
.header_style_9.mobile_grid_landscape #header .header-box .container .header-copyright-box {
    display: none
}

@media (min-width:1025px) {

    .header_style_7.mobile_grid_landscape #header,
    .header_style_8.mobile_grid_landscape #header,
    .header_style_9.mobile_grid_landscape #header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 300px;
        height: 100vh;
        align-items: flex-start;
        background-color: #fff;
        box-shadow: 1px 0 6px rgba(0, 0, 0, .2)
    }

    .header_style_7.mobile_grid_landscape #header .header-box,
    .header_style_8.mobile_grid_landscape #header .header-box,
    .header_style_9.mobile_grid_landscape #header .header-box {
        background-color: var(--con_header_nav_background_color, #fff);
        height: 100%
    }

    .header_style_7.mobile_grid_landscape #header .header-box:before,
    .header_style_8.mobile_grid_landscape #header .header-box:before,
    .header_style_9.mobile_grid_landscape #header .header-box:before {
        display: none
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container,
    .header_style_8.mobile_grid_landscape #header .header-box .container,
    .header_style_9.mobile_grid_landscape #header .header-box .container {
        display: block;
        width: auto;
        height: 100%;
        text-align: center;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 45px 48px;
        scrollbar-width: thin;
        scrollbar-color: #001446, #fff
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar,
    .header_style_8.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar,
    .header_style_9.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar {
        width: 1px
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar-track,
    .header_style_8.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar-track,
    .header_style_9.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar-track {
        background-color: #fff
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar-thumb,
    .header_style_8.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar-thumb,
    .header_style_9.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar-thumb {
        background-color: #001446
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container>div,
    .header_style_8.mobile_grid_landscape #header .header-box .container>div,
    .header_style_9.mobile_grid_landscape #header .header-box .container>div {
        display: inline-block;
        vertical-align: top;
        width: 100%
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .logo-box,
    .header_style_8.mobile_grid_landscape #header .header-box .container .logo-box,
    .header_style_9.mobile_grid_landscape #header .header-box .container .logo-box {
        width: 100%;
        margin-bottom: 30px
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .logo-box .logo,
    .header_style_8.mobile_grid_landscape #header .header-box .container .logo-box .logo,
    .header_style_9.mobile_grid_landscape #header .header-box .container .logo-box .logo {
        float: none;
        text-align: center
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .contact-info-box,
    .header_style_8.mobile_grid_landscape #header .header-box .container .contact-info-box,
    .header_style_9.mobile_grid_landscape #header .header-box .container .contact-info-box {
        width: 100%;
        margin: 30px 0 40px
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .contact-info-box .contact-info,
    .header_style_8.mobile_grid_landscape #header .header-box .container .contact-info-box .contact-info,
    .header_style_9.mobile_grid_landscape #header .header-box .container .contact-info-box .contact-info {
        display: flex;
        width: 100%;
        flex-wrap: initial;
        margin: 20px 0;
        flex-direction: row;
        align-items: flex-start;
        text-align: center
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .contact-info-box .contact-info .icon,
    .header_style_8.mobile_grid_landscape #header .header-box .container .contact-info-box .contact-info .icon,
    .header_style_9.mobile_grid_landscape #header .header-box .container .contact-info-box .contact-info .icon {
        display: flex;
        align-items: center;
        line-height: inherit
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .contact-info-box .contact-info .text,
    .header_style_8.mobile_grid_landscape #header .header-box .container .contact-info-box .contact-info .text,
    .header_style_9.mobile_grid_landscape #header .header-box .container .contact-info-box .contact-info .text {
        color: var(--con_header_contact_info_color, #333)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box {
        margin: 30px 0;
        text-align: left
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav {
        flex-direction: column;
        padding: 0
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li>a {
        padding: 21px 16px 21px 0;
        border-top: 1px solid var(--con_header_nav_menu_link_arrow_color, rgba(30, 31, 33, .21));
        text-transform: uppercase;
        font-size: 14px;
        color: var(--con_header_nav_menu_link_color, #333)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        top: 8px;
        right: 0;
        width: 20px;
        height: 40px;
        transition: all .3s ease;
        cursor: pointer;
        color: var(--con_header_nav_menu_link_arrow_color, #666);
        z-index: 10
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i:before,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i:before,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i:before {
        content: "\f107";
        font: normal normal 600 14px/1 "Font Awesome 6 Free"
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active {
        cursor: pointer
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active i,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active i,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active i {
        transform: rotate(-180deg)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a {
        color: var(--con_header_nav_menu_link_color_active, #001446)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu {
        position: relative !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu {
        margin: 0 -100px;
        padding: 10px 100px
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li {
        float: none !important;
        width: auto !important;
        margin: 0 -55px !important;
        padding: 0 50px !important;
        border: 0 !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li a {
        border: 0 !important;
        margin: 0 !important;
        padding: 14px 0 !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow {
        top: 8px !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow.active,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow.active,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow.active {
        top: 6px !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li img,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li img,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li img {
        margin-top: 0 !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover {
        background-color: var(--con_header_nav_menu_level_1_link_bg_hover, #001446)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a {
        color: var(--con_header_mega_menu_link_text_color, #fff)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a:hover,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a:hover,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a:hover {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a .stm_megaicon,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a .stm_megaicon,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a .stm_megaicon {
        color: var(--con_header_mega_menu_icons_color, #fff) !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important;
        transition: none !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow .fa,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow .fa,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow .fa {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a {
        color: var(--con_header_mega_menu_link_text_color, #333) !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li.active>a,
    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li:hover>a,
    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a:hover,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li.active>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li:hover>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a:hover,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li.active>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li:hover>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a:hover {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow {
        top: 2px !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow.active,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow.active,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow.active {
        top: 0 !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu {
        background-color: var(--con_header_nav_menu_level_2_bg, #fff) !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a {
        color: var(--con_header_mega_menu_link_text_color, inherit)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a .stm_megaicon,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a .stm_megaicon,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a .stm_megaicon {
        margin-top: 0;
        color: var(--con_header_mega_menu_icons_color, inherit) !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a:hover,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a:hover,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a:hover {
        color: var(--con_header_mega_menu_link_text_hover, inherit)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li:first-child a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li:first-child a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li:first-child a {
        border-top: 0
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu {
        display: none;
        position: relative;
        top: auto;
        width: auto;
        visibility: visible;
        padding: 0 0 20px;
        background-color: transparent !important;
        transition: none !important;
        box-shadow: none;
        opacity: 1
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li {
        margin: 0 -55px !important;
        padding: 0 50px !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li>a {
        padding-left: 5px;
        background-color: transparent;
        color: var(--con_header_nav_menu_level_1_link_color, #333)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .arrow,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .arrow,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .arrow {
        right: 45px !important;
        transition: none !important;
        color: var(--con_header_nav_menu_level_1_link_arrow_color, #333) !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active,
    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover {
        background-color: var(--con_header_nav_menu_level_1_link_bg_hover, #001446) !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active a,
    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover a {
        color: var(--con_header_nav_menu_level_1_link_color_hover, #fff)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active .arrow,
    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover .arrow,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active .arrow,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover .arrow,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active .arrow,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover .arrow {
        color: var(--con_header_nav_menu_level_1_link_arrow_color_hover, #fff) !important;
        transition: none !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow {
        top: 4px;
        justify-content: center;
        width: 30px;
        height: 30px
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i {
        color: var(--header_nav_menu_level_1_link_arrow_color, inherit)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i:before,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i:before,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i:before {
        position: relative;
        transition: all .3s;
        content: "\e920";
        font-family: stm;
        font-size: 9px
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow.active i,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow.active i,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow.active i {
        transform: rotate(-45deg);
        font-size: 14px;
        color: var(--header_nav_menu_level_1_link_arrow_color_hover, #fff)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children>a:before,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children>a:before,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children>a:before {
        display: none
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu {
        position: relative;
        right: auto;
        left: auto;
        margin: 0 -44px;
        padding: 0 44px;
        background-color: var(--con_header_nav_menu_level_2_bg, #fff) !important
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a {
        padding-left: 20px;
        color: var(--con_header_nav_menu_level_2_link_color, #333)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a:hover,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a:hover,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a:hover {
        color: var(--con_header_nav_menu_level_2_link_color_hover, #fff)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a {
        color: var(--con_header_nav_menu_level_2_link_color, #333)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a:hover,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a:hover,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a:hover {
        color: var(--con_header_nav_menu_level_2_link_color_hover, #fff)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li:hover,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li:hover,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li:hover {
        background-color: var(--con_header_nav_menu_level_2_link_bg_hover, #001446)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li:hover>a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li:hover>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li:hover>a {
        color: var(--con_header_nav_menu_link_color_hover, #001446)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li:hover.menu-item-has-children .arrow,
    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li:hover.menu-item-has-children .arrow,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li:hover.menu-item-has-children .arrow {
        color: var(--con_header_nav_menu_link_arrow_color_hover, #666)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .lang_sel,
    .header_style_8.mobile_grid_landscape #header .header-box .container .lang_sel,
    .header_style_9.mobile_grid_landscape #header .header-box .container .lang_sel {
        width: 100%;
        margin: 0 auto 30px;
        background-color: var(--con_header_wpml_switcher_bg, var(--con_base_color))
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .lang_sel>ul,
    .header_style_8.mobile_grid_landscape #header .header-box .container .lang_sel>ul,
    .header_style_9.mobile_grid_landscape #header .header-box .container .lang_sel>ul {
        padding: 5px 10px
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .socials-box,
    .header_style_8.mobile_grid_landscape #header .header-box .container .socials-box,
    .header_style_9.mobile_grid_landscape #header .header-box .container .socials-box {
        width: 100%;
        margin: 30px 0;
        text-align: center
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .socials-box a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .socials-box a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .socials-box a {
        color: var(--con_header_socials_icon_color, #333)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .socials-box a:hover,
    .header_style_8.mobile_grid_landscape #header .header-box .container .socials-box a:hover,
    .header_style_9.mobile_grid_landscape #header .header-box .container .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #001446)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .header_cart,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_cart,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart {
        float: left;
        width: auto;
        margin: 30px 0 0
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .header_cart a,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_cart a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a {
        color: var(--con_header_cart_icon_color, #333)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .header_cart a .count,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_cart a .count,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a .count {
        background-color: var(--con_wc_cart_counter_bg, #333);
        color: var(--con_header_cart_counter_color, #fff)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .header_cart a:active,
    .header_style_7.mobile_grid_landscape #header .header-box .container .header_cart a:focus,
    .header_style_7.mobile_grid_landscape #header .header-box .container .header_cart a:hover,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_cart a:active,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_cart a:focus,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_cart a:hover,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a:active,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a:focus,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a:hover {
        color: var(--con_header_cart_icon_color_hover, #001446)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .header_cart a:active .count,
    .header_style_7.mobile_grid_landscape #header .header-box .container .header_cart a:focus .count,
    .header_style_7.mobile_grid_landscape #header .header-box .container .header_cart a:hover .count,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_cart a:active .count,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_cart a:focus .count,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_cart a:hover .count,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a:active .count,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a:focus .count,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a:hover .count {
        background-color: var(--con_wc_cart_counter_bg_hover, #001446);
        color: var(--con_header_cart_counter_color_hover, #fff)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .header_search,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_search,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_search {
        float: right;
        width: auto;
        position: relative;
        margin: 25px 0 0;
        z-index: 110
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .header_search .search-icon,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_search .search-icon,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_search .search-icon {
        color: var(--con_header_search_icon_color, #333)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .header_search:hover .search-icon,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_search:hover .search-icon,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_search:hover .search-icon {
        color: var(--con_header_search_icon_color_hover, #001446)
    }

    .header_style_7.mobile_grid_landscape #header .header-box .container .header-copyright-box,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header-copyright-box,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header-copyright-box {
        display: inline-block;
        margin: 30px 0 0
    }

    .header_style_7.mobile_grid_landscape.rtl #header .header-box .container .nav-box,
    .header_style_8.mobile_grid_landscape.rtl #header .header-box .container .nav-box,
    .header_style_9.mobile_grid_landscape.rtl #header .header-box .container .nav-box {
        text-align: right !important
    }

    .header_style_7.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li .sub-menu li .arrow,
    .header_style_8.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li .sub-menu li .arrow,
    .header_style_9.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li .sub-menu li .arrow {
        float: left;
        left: 15px !important;
        right: auto !important
    }

    .header_style_7.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a,
    .header_style_8.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a,
    .header_style_9.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a {
        display: block
    }

    .header_style_7.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .fa,
    .header_style_7.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .stm_megaicon,
    .header_style_8.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .fa,
    .header_style_8.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .stm_megaicon,
    .header_style_9.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .fa,
    .header_style_9.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .stm_megaicon {
        float: left
    }
}

@media (max-width:1024px) {

    .header_style_7.mobile_grid_landscape,
    .header_style_8.mobile_grid_landscape,
    .header_style_9.mobile_grid_landscape {
        margin-left: 0
    }
}

.header_style_7.mobile_grid_tablet #header .header-box .container .header-copyright-box,
.header_style_8.mobile_grid_tablet #header .header-box .container .header-copyright-box,
.header_style_9.mobile_grid_tablet #header .header-box .container .header-copyright-box {
    display: none
}

@media (min-width:992px) {

    .header_style_7.mobile_grid_tablet #header,
    .header_style_8.mobile_grid_tablet #header,
    .header_style_9.mobile_grid_tablet #header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 300px;
        height: 100vh;
        align-items: flex-start;
        background-color: #fff;
        box-shadow: 1px 0 6px rgba(0, 0, 0, .2)
    }

    .header_style_7.mobile_grid_tablet #header .header-box,
    .header_style_8.mobile_grid_tablet #header .header-box,
    .header_style_9.mobile_grid_tablet #header .header-box {
        background-color: var(--con_header_nav_background_color, #fff);
        height: 100%
    }

    .header_style_7.mobile_grid_tablet #header .header-box:before,
    .header_style_8.mobile_grid_tablet #header .header-box:before,
    .header_style_9.mobile_grid_tablet #header .header-box:before {
        display: none
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container,
    .header_style_8.mobile_grid_tablet #header .header-box .container,
    .header_style_9.mobile_grid_tablet #header .header-box .container {
        display: block;
        width: auto;
        height: 100%;
        text-align: center;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 45px 48px;
        scrollbar-width: thin;
        scrollbar-color: #001446, #fff
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar,
    .header_style_8.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar,
    .header_style_9.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar {
        width: 1px
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar-track,
    .header_style_8.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar-track,
    .header_style_9.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar-track {
        background-color: #fff
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar-thumb,
    .header_style_8.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar-thumb,
    .header_style_9.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar-thumb {
        background-color: #001446
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container>div,
    .header_style_8.mobile_grid_tablet #header .header-box .container>div,
    .header_style_9.mobile_grid_tablet #header .header-box .container>div {
        display: inline-block;
        vertical-align: top;
        width: 100%
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .logo-box,
    .header_style_8.mobile_grid_tablet #header .header-box .container .logo-box,
    .header_style_9.mobile_grid_tablet #header .header-box .container .logo-box {
        width: 100%;
        margin-bottom: 30px
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .logo-box .logo,
    .header_style_8.mobile_grid_tablet #header .header-box .container .logo-box .logo,
    .header_style_9.mobile_grid_tablet #header .header-box .container .logo-box .logo {
        float: none;
        text-align: center
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .contact-info-box,
    .header_style_8.mobile_grid_tablet #header .header-box .container .contact-info-box,
    .header_style_9.mobile_grid_tablet #header .header-box .container .contact-info-box {
        width: 100%;
        margin: 30px 0 40px
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .contact-info-box .contact-info,
    .header_style_8.mobile_grid_tablet #header .header-box .container .contact-info-box .contact-info,
    .header_style_9.mobile_grid_tablet #header .header-box .container .contact-info-box .contact-info {
        display: flex;
        width: 100%;
        flex-wrap: initial;
        margin: 20px 0;
        flex-direction: row;
        align-items: flex-start;
        text-align: center
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .contact-info-box .contact-info .icon,
    .header_style_8.mobile_grid_tablet #header .header-box .container .contact-info-box .contact-info .icon,
    .header_style_9.mobile_grid_tablet #header .header-box .container .contact-info-box .contact-info .icon {
        display: flex;
        align-items: center;
        line-height: inherit
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .contact-info-box .contact-info .text,
    .header_style_8.mobile_grid_tablet #header .header-box .container .contact-info-box .contact-info .text,
    .header_style_9.mobile_grid_tablet #header .header-box .container .contact-info-box .contact-info .text {
        color: var(--con_header_contact_info_color, #333)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box {
        margin: 30px 0;
        text-align: left
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav {
        flex-direction: column;
        padding: 0
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li>a {
        padding: 21px 16px 21px 0;
        border-top: 1px solid var(--con_header_nav_menu_link_arrow_color, rgba(30, 31, 33, .21));
        text-transform: uppercase;
        font-size: 14px;
        color: var(--con_header_nav_menu_link_color, #333)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        top: 8px;
        right: 0;
        width: 20px;
        height: 40px;
        transition: all .3s ease;
        cursor: pointer;
        color: var(--con_header_nav_menu_link_arrow_color, #666);
        z-index: 10
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i:before,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i:before,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i:before {
        content: "\f107";
        font: normal normal 600 14px/1 "Font Awesome 6 Free"
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active {
        cursor: pointer
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active i,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active i,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active i {
        transform: rotate(-180deg)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a {
        color: var(--con_header_nav_menu_link_color_active, #001446)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu {
        position: relative !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu {
        margin: 0 -100px;
        padding: 10px 100px
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li {
        float: none !important;
        width: auto !important;
        margin: 0 -55px !important;
        padding: 0 50px !important;
        border: 0 !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li a {
        border: 0 !important;
        margin: 0 !important;
        padding: 14px 0 !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow {
        top: 8px !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow.active,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow.active,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow.active {
        top: 6px !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li img,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li img,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li img {
        margin-top: 0 !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover {
        background-color: var(--con_header_nav_menu_level_1_link_bg_hover, #001446)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a {
        color: var(--con_header_mega_menu_link_text_color, #fff)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a:hover,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a:hover,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a:hover {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a .stm_megaicon,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a .stm_megaicon,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a .stm_megaicon {
        color: var(--con_header_mega_menu_icons_color, #fff) !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important;
        transition: none !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow .fa,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow .fa,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow .fa {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a {
        color: var(--con_header_mega_menu_link_text_color, #333) !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li.active>a,
    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li:hover>a,
    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a:hover,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li.active>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li:hover>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a:hover,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li.active>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li:hover>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a:hover {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow {
        top: 2px !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow.active,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow.active,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow.active {
        top: 0 !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu {
        background-color: var(--con_header_nav_menu_level_2_bg, #fff) !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a {
        color: var(--con_header_mega_menu_link_text_color, inherit)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a .stm_megaicon,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a .stm_megaicon,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a .stm_megaicon {
        margin-top: 0;
        color: var(--con_header_mega_menu_icons_color, inherit) !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a:hover,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a:hover,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a:hover {
        color: var(--con_header_mega_menu_link_text_hover, inherit)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li:first-child a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li:first-child a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li:first-child a {
        border-top: 0
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu {
        display: none;
        position: relative;
        top: auto;
        width: auto;
        visibility: visible;
        padding: 0 0 20px;
        background-color: transparent !important;
        transition: none !important;
        box-shadow: none;
        opacity: 1
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li {
        margin: 0 -55px !important;
        padding: 0 50px !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li>a {
        padding-left: 5px;
        background-color: transparent;
        color: var(--con_header_nav_menu_level_1_link_color, #333)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .arrow,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .arrow,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .arrow {
        right: 45px !important;
        transition: none !important;
        color: var(--con_header_nav_menu_level_1_link_arrow_color, #333) !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active,
    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover {
        background-color: var(--con_header_nav_menu_level_1_link_bg_hover, #001446) !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active a,
    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover a {
        color: var(--con_header_nav_menu_level_1_link_color_hover, #fff)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active .arrow,
    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover .arrow,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active .arrow,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover .arrow,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active .arrow,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover .arrow {
        color: var(--con_header_nav_menu_level_1_link_arrow_color_hover, #fff) !important;
        transition: none !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow {
        top: 4px;
        justify-content: center;
        width: 30px;
        height: 30px
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i {
        color: var(--header_nav_menu_level_1_link_arrow_color, inherit)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i:before,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i:before,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i:before {
        position: relative;
        transition: all .3s;
        content: "\e920";
        font-family: stm;
        font-size: 9px
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow.active i,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow.active i,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow.active i {
        transform: rotate(-45deg);
        font-size: 14px;
        color: var(--header_nav_menu_level_1_link_arrow_color_hover, #fff)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children>a:before,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children>a:before,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children>a:before {
        display: none
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu {
        position: relative;
        right: auto;
        left: auto;
        margin: 0 -44px;
        padding: 0 44px;
        background-color: var(--con_header_nav_menu_level_2_bg, #fff) !important
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a {
        padding-left: 20px;
        color: var(--con_header_nav_menu_level_2_link_color, #333)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a:hover,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a:hover,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a:hover {
        color: var(--con_header_nav_menu_level_2_link_color_hover, #fff)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a {
        color: var(--con_header_nav_menu_level_2_link_color, #333)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a:hover,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a:hover,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a:hover {
        color: var(--con_header_nav_menu_level_2_link_color_hover, #fff)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li:hover,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li:hover,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li:hover {
        background-color: var(--con_header_nav_menu_level_2_link_bg_hover, #001446)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li:hover>a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li:hover>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li:hover>a {
        color: var(--con_header_nav_menu_link_color_hover, #001446)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li:hover.menu-item-has-children .arrow,
    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li:hover.menu-item-has-children .arrow,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li:hover.menu-item-has-children .arrow {
        color: var(--con_header_nav_menu_link_arrow_color_hover, #666)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .lang_sel,
    .header_style_8.mobile_grid_tablet #header .header-box .container .lang_sel,
    .header_style_9.mobile_grid_tablet #header .header-box .container .lang_sel {
        width: 100%;
        margin: 0 auto 30px;
        background-color: var(--con_header_wpml_switcher_bg, var(--con_base_color))
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .lang_sel>ul,
    .header_style_8.mobile_grid_tablet #header .header-box .container .lang_sel>ul,
    .header_style_9.mobile_grid_tablet #header .header-box .container .lang_sel>ul {
        padding: 5px 10px
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .socials-box,
    .header_style_8.mobile_grid_tablet #header .header-box .container .socials-box,
    .header_style_9.mobile_grid_tablet #header .header-box .container .socials-box {
        width: 100%;
        margin: 30px 0;
        text-align: center
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .socials-box a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .socials-box a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .socials-box a {
        color: var(--con_header_socials_icon_color, #333)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .socials-box a:hover,
    .header_style_8.mobile_grid_tablet #header .header-box .container .socials-box a:hover,
    .header_style_9.mobile_grid_tablet #header .header-box .container .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #001446)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .header_cart,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_cart,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart {
        float: left;
        width: auto;
        margin: 30px 0 0
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .header_cart a,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_cart a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a {
        color: var(--con_header_cart_icon_color, #333)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .header_cart a .count,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_cart a .count,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a .count {
        background-color: var(--con_wc_cart_counter_bg, #333);
        color: var(--con_header_cart_counter_color, #fff)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .header_cart a:active,
    .header_style_7.mobile_grid_tablet #header .header-box .container .header_cart a:focus,
    .header_style_7.mobile_grid_tablet #header .header-box .container .header_cart a:hover,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_cart a:active,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_cart a:focus,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_cart a:hover,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a:active,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a:focus,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a:hover {
        color: var(--con_header_cart_icon_color_hover, #001446)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .header_cart a:active .count,
    .header_style_7.mobile_grid_tablet #header .header-box .container .header_cart a:focus .count,
    .header_style_7.mobile_grid_tablet #header .header-box .container .header_cart a:hover .count,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_cart a:active .count,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_cart a:focus .count,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_cart a:hover .count,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a:active .count,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a:focus .count,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a:hover .count {
        background-color: var(--con_wc_cart_counter_bg_hover, #001446);
        color: var(--con_header_cart_counter_color_hover, #fff)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .header_search,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_search,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_search {
        float: right;
        width: auto;
        position: relative;
        margin: 25px 0 0;
        z-index: 110
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .header_search .search-icon,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_search .search-icon,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_search .search-icon {
        color: var(--con_header_search_icon_color, #333)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .header_search:hover .search-icon,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_search:hover .search-icon,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_search:hover .search-icon {
        color: var(--con_header_search_icon_color_hover, #001446)
    }

    .header_style_7.mobile_grid_tablet #header .header-box .container .header-copyright-box,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header-copyright-box,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header-copyright-box {
        display: inline-block;
        margin: 30px 0 0
    }

    .header_style_7.mobile_grid_tablet.rtl #header .header-box .container .nav-box,
    .header_style_8.mobile_grid_tablet.rtl #header .header-box .container .nav-box,
    .header_style_9.mobile_grid_tablet.rtl #header .header-box .container .nav-box {
        text-align: right !important
    }

    .header_style_7.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li .sub-menu li .arrow,
    .header_style_8.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li .sub-menu li .arrow,
    .header_style_9.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li .sub-menu li .arrow {
        float: left;
        left: 15px !important;
        right: auto !important
    }

    .header_style_7.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a,
    .header_style_8.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a,
    .header_style_9.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a {
        display: block
    }

    .header_style_7.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .fa,
    .header_style_7.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .stm_megaicon,
    .header_style_8.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .fa,
    .header_style_8.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .stm_megaicon,
    .header_style_9.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .fa,
    .header_style_9.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .stm_megaicon {
        float: left
    }
}

@media (max-width:991px) {

    .header_style_7.mobile_grid_tablet,
    .header_style_8.mobile_grid_tablet,
    .header_style_9.mobile_grid_tablet {
        margin-left: 0
    }
}

@media (min-width:1025px) {
    .header_style_8.mobile_grid_landscape {
        margin-left: 0
    }

    .header_style_8.mobile_grid_landscape #menu_toggle_button {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 62px;
        height: 30px;
        padding: 30px 0;
        background-color: rgba(51, 51, 51, .9);
        cursor: pointer;
        z-index: 999999
    }

    .header_style_8.mobile_grid_landscape #menu_toggle_button button {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: -2px auto 0;
        background: #fff;
        height: 2px;
        padding: 0;
        border: none;
        width: 32px;
        transition: .4s;
        outline: 0 !important;
        border-radius: 2px
    }

    .header_style_8.mobile_grid_landscape #menu_toggle_button button:after,
    .header_style_8.mobile_grid_landscape #menu_toggle_button button:before {
        content: '';
        position: absolute;
        left: 0;
        height: 2px;
        background: #fff;
        transform-origin: 1.5px center;
        transition: all .3s ease;
        border-radius: 2px
    }

    .header_style_8.mobile_grid_landscape #menu_toggle_button button:before {
        top: -8px;
        width: 32px
    }

    .header_style_8.mobile_grid_landscape #menu_toggle_button button:after {
        bottom: -8px;
        width: 22px
    }

    .header_style_8.mobile_grid_landscape #menu_toggle_button.open button {
        background: 0 0
    }

    .header_style_8.mobile_grid_landscape #menu_toggle_button.open button:before {
        top: 0;
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: 50% 50%
    }

    .header_style_8.mobile_grid_landscape #menu_toggle_button.open button:after {
        bottom: 0;
        width: 32px;
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: 50% 50%
    }

    .header_style_8.mobile_grid_landscape #header {
        left: -100%
    }

    .header_style_8.mobile_grid_landscape #header .header-box .container .logo-box {
        display: none
    }

    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box {
        flex: inherit
    }

    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li>a {
        text-transform: none;
        padding: 10px 0;
        border: 0;
        font-size: 18px
    }

    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow {
        height: 20px
    }

    .header_style_8.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li>.sub-menu {
        padding-bottom: 0
    }

    .header_style_8.mobile_grid_landscape #header .header-box .container .lang_sel {
        margin-bottom: 190px
    }

    .header_style_8.mobile_grid_landscape #header .header-box .container .header_cart,
    .header_style_8.mobile_grid_landscape #header .header-box .container .header_search {
        margin: 0 0 30px
    }

    .header_style_8.mobile_grid_landscape #header .header-box .container .socials-box {
        margin-bottom: 0
    }

    .header_style_8.mobile_grid_landscape #header .header-box .container.has_contact_information .lang_sel {
        margin-bottom: 30px
    }
}

@media (min-width:1025px) and (max-width:1440px) and (max-height:860px) {
    .header_style_8.mobile_grid_landscape #header .header-box .container .lang_sel {
        margin-bottom: 30px
    }
}

@media (max-width:1024px) {
    .header_style_8.mobile_grid_landscape .logo-box {
        display: flex !important
    }
}

@media (min-width:992px) {
    .header_style_8.mobile_grid_tablet {
        margin-left: 0
    }

    .header_style_8.mobile_grid_tablet #menu_toggle_button {
        display: block !important;
        position: fixed;
        top: 0;
        left: 0;
        width: 62px;
        height: 30px;
        padding: 30px 0;
        background-color: rgba(51, 51, 51, .9);
        cursor: pointer;
        z-index: 999999
    }

    .header_style_8.mobile_grid_tablet #menu_toggle_button button {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        margin: -2px auto 0;
        background: #fff;
        height: 2px;
        padding: 0;
        border: none;
        width: 32px;
        transition: .4s;
        outline: 0 !important;
        border-radius: 2px
    }

    .header_style_8.mobile_grid_tablet #menu_toggle_button button:after,
    .header_style_8.mobile_grid_tablet #menu_toggle_button button:before {
        content: '';
        position: absolute;
        left: 0;
        height: 2px;
        background: #fff;
        transform-origin: 1.5px center;
        transition: all .3s ease;
        border-radius: 2px
    }

    .header_style_8.mobile_grid_tablet #menu_toggle_button button:before {
        top: -8px;
        width: 32px
    }

    .header_style_8.mobile_grid_tablet #menu_toggle_button button:after {
        bottom: -8px;
        width: 22px
    }

    .header_style_8.mobile_grid_tablet #menu_toggle_button.open button {
        background: 0 0
    }

    .header_style_8.mobile_grid_tablet #menu_toggle_button.open button:before {
        top: 0;
        transform: rotate3d(0, 0, 1, -45deg);
        transform-origin: 50% 50%
    }

    .header_style_8.mobile_grid_tablet #menu_toggle_button.open button:after {
        bottom: 0;
        width: 32px;
        transform: rotate3d(0, 0, 1, 45deg);
        transform-origin: 50% 50%
    }

    .header_style_8.mobile_grid_tablet #header {
        left: -100%
    }

    .header_style_8.mobile_grid_tablet #header .header-box .container .logo-box {
        display: none
    }

    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box {
        flex: inherit
    }

    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li>a {
        text-transform: none;
        padding: 10px 0;
        border: 0;
        font-size: 18px
    }

    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow {
        height: 20px
    }

    .header_style_8.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li>.sub-menu {
        padding-bottom: 0
    }

    .header_style_8.mobile_grid_tablet #header .header-box .container .lang_sel {
        margin-bottom: 190px
    }

    .header_style_8.mobile_grid_tablet #header .header-box .container .header_cart,
    .header_style_8.mobile_grid_tablet #header .header-box .container .header_search {
        margin: 0 0 30px
    }

    .header_style_8.mobile_grid_tablet #header .header-box .container .socials-box {
        margin-bottom: 0
    }

    .header_style_8.mobile_grid_tablet #header .header-box .container.has_contact_information .lang_sel {
        margin-bottom: 30px
    }
}

@media (min-width:992px) and (max-width:1440px) and (max-height:860px) {
    .header_style_8.mobile_grid_tablet #header .header-box .container .lang_sel {
        margin-bottom: 30px
    }
}

@media (max-width:991px) {
    .header_style_8.mobile_grid_tablet .logo-box {
        display: flex !important
    }
}

@media (min-width:1025px) {
    .header_style_9.mobile_grid_landscape #header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 300px;
        height: 100vh;
        align-items: flex-start;
        box-shadow: 1px 0 6px rgba(0, 0, 0, .2)
    }

    .header_style_9.mobile_grid_landscape #header .header-box {
        height: 100%
    }

    .header_style_9.mobile_grid_landscape #header .header-box:before {
        display: none
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container {
        display: block;
        width: auto;
        height: 100%;
        text-align: center;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 45px 48px;
        scrollbar-width: thin;
        scrollbar-color: #fff #222831
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar-thumb {
        background-color: #001446
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container>div {
        display: inline-block;
        vertical-align: top;
        width: 100%
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .logo-box {
        width: 100%;
        margin-bottom: 30px
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .logo-box .logo {
        float: none;
        text-align: center
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .contact-info-box {
        width: 100%;
        margin: 30px 0 40px
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .contact-info-box .contact-info {
        display: flex;
        width: 100%;
        flex-wrap: initial;
        margin: 20px 0;
        flex-direction: row;
        align-items: flex-start;
        text-align: center
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .contact-info-box .contact-info .icon {
        display: flex;
        align-items: center;
        line-height: inherit
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box {
        margin: 30px 0;
        text-align: left
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav {
        flex-direction: column;
        padding: 0
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li>a {
        padding: 21px 16px 21px 0;
        border-top: 1px solid var(--con_header_nav_menu_link_arrow_color, rgba(30, 31, 33, .21));
        text-transform: uppercase;
        font-size: 14px
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        top: 8px;
        right: 0;
        width: 20px;
        height: 40px;
        transition: all .3s ease;
        cursor: pointer;
        z-index: 10
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i:before {
        content: "\f107";
        font: normal normal 600 14px/1 "Font Awesome 6 Free"
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active {
        cursor: pointer
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active i {
        transform: rotate(-180deg)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu {
        position: relative !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu {
        margin: 0 -100px;
        padding: 10px 100px
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li {
        float: none !important;
        width: auto !important;
        margin: 0 -55px !important;
        padding: 0 50px !important;
        border: 0 !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li a {
        border: 0 !important;
        margin: 0 !important;
        padding: 14px 0 !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow {
        top: 8px !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow.active {
        top: 6px !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li img {
        margin-top: 0 !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover {
        background-color: var(--con_header_nav_menu_level_1_link_bg_hover, #001446)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a {
        color: var(--con_header_mega_menu_link_text_color, #fff)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a:hover {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a .stm_megaicon {
        color: var(--con_header_mega_menu_icons_color, #fff) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important;
        transition: none !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow .fa {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a {
        color: var(--con_header_mega_menu_link_text_color, #333) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li.active>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li:hover>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a:hover {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow {
        top: 2px !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow.active {
        top: 0 !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu {
        background-color: var(--con_header_nav_menu_level_2_bg, #fff) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a {
        color: var(--con_header_mega_menu_link_text_color, inherit)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a .stm_megaicon {
        margin-top: 0;
        color: var(--con_header_mega_menu_icons_color, inherit) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a:hover {
        color: var(--con_header_mega_menu_link_text_hover, inherit)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li:first-child a {
        border-top: 0
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu {
        display: none;
        position: relative;
        top: auto;
        width: auto;
        visibility: visible;
        transition: none !important;
        box-shadow: none;
        opacity: 1
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li {
        margin: 0 -55px !important;
        padding: 0 50px !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li>a {
        padding-left: 5px;
        background-color: transparent;
        color: var(--con_header_nav_menu_level_1_link_color, #333)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .arrow {
        right: 45px !important;
        transition: none !important;
        color: var(--con_header_nav_menu_level_1_link_arrow_color, #333) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover {
        background-color: var(--con_header_nav_menu_level_1_link_bg_hover, #001446) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover a {
        color: var(--con_header_nav_menu_level_1_link_color_hover, #fff)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active .arrow,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover .arrow {
        color: var(--con_header_nav_menu_level_1_link_arrow_color_hover, #fff) !important;
        transition: none !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow {
        top: 4px;
        justify-content: center;
        width: 30px;
        height: 30px
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i {
        color: var(--header_nav_menu_level_1_link_arrow_color, inherit)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i:before {
        position: relative;
        transition: all .3s;
        content: "\e920";
        font-family: stm;
        font-size: 9px
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow.active i {
        transform: rotate(-45deg);
        font-size: 14px;
        color: var(--header_nav_menu_level_1_link_arrow_color_hover, #fff)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children>a:before {
        display: none
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu {
        position: relative;
        right: auto;
        left: auto;
        margin: 0 -44px;
        padding: 0 44px;
        background-color: var(--con_header_nav_menu_level_2_bg, #fff) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a {
        padding-left: 20px;
        color: var(--con_header_nav_menu_level_2_link_color, #333)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a:hover,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a:hover {
        color: var(--con_header_nav_menu_level_2_link_color_hover, #fff)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li:hover {
        background-color: var(--con_header_nav_menu_level_2_link_bg_hover, #001446)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li:hover.menu-item-has-children .arrow {
        color: var(--con_header_nav_menu_link_arrow_color_hover, #666)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .socials-box {
        width: 100%;
        margin: 30px 0;
        text-align: center
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart {
        float: left;
        width: auto;
        margin: 30px 0 0
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .header_search {
        float: right;
        width: auto;
        position: relative;
        margin: 25px 0 0;
        z-index: 110
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .header-copyright-box {
        display: inline-block;
        margin: 30px 0 0
    }

    .header_style_9.mobile_grid_landscape #header {
        background-color: #222831
    }

    .header_style_9.mobile_grid_landscape #header .header-box {
        background-color: var(--con_header_nav_background_color, #222831)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar {
        width: 1px
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar-track {
        background-color: #222831
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, .7)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .contact-info-box .contact-info .text {
        color: var(--con_header_contact_info_color, #fff)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li>a {
        color: var(--con_header_nav_menu_link_color, #fff)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow {
        color: var(--con_header_nav_menu_link_arrow_color, rgba(255, 255, 255, .5))
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a {
        color: var(--con_header_nav_menu_link_color_active, rgba(255, 255, 255, .5))
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu {
        margin: 0 -100px;
        padding: 10px 100px;
        background-color: #fff !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow {
        color: var(--con_header_nav_menu_level_1_link_arrow_color, rgba(34, 40, 49, .5)) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children:hover .arrow {
        color: var(--con_header_nav_menu_level_1_link_arrow_color_hover, #fff) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a {
        color: var(--con_header_nav_menu_level_2_link_color, #333)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li:hover>a {
        color: var(--con_header_nav_menu_link_color_hover, rgba(255, 255, 255, .5))
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:hover .stm_mega_textarea,
    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:hover .stm_mega_textarea .megamenu-contacts td {
        color: var(--header_mega_menu_title_color_hover, #fff)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:hover .stm_mega_textarea .megamenu-contacts td i {
        color: var(--header_mega_menu_icons_color, #fff)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:hover .stm_mega_textarea .megamenu-contacts td a {
        color: var(--header_mega_menu_description_link_color, #fff) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:hover .stm_mega_textarea .megamenu-contacts td a:hover {
        color: var(--header_mega_menu_description_link_color_hover, #fff) !important
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .lang_sel {
        width: 100%;
        margin: 0 auto 30px;
        background-color: var(--con_header_wpml_switcher_bg, var(--con_base_color))
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .lang_sel>ul {
        padding: 5px 10px
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .socials-box a {
        color: var(--con_header_socials_icon_color, rgba(255, 255, 255, .5))
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #fff)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a {
        color: var(--con_header_cart_icon_color, rgba(255, 255, 255, .5))
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a .count {
        background-color: var(--con_wc_cart_counter_bg, rgba(255, 255, 255, .5));
        color: var(--con_header_cart_counter_color, #222831)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a:active,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a:focus,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a:hover {
        color: var(--con_header_cart_icon_color_hover, #fff)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a:active .count,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a:focus .count,
    .header_style_9.mobile_grid_landscape #header .header-box .container .header_cart a:hover .count {
        background-color: var(--con_wc_cart_counter_bg_hover, #fff);
        color: var(--con_header_cart_counter_color_hover, #222831)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .header_search .search-icon {
        color: var(--con_header_search_icon_color, rgba(255, 255, 255, .5))
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .header_search:hover .search-icon {
        color: var(--con_header_search_icon_color_hover, #fff)
    }

    .header_style_9.mobile_grid_landscape #header .header-box .container .header-copyright-box a {
        color: #fff
    }

    .header_style_9.mobile_grid_landscape.rtl #header .header-box .container .nav-box {
        text-align: right !important
    }

    .header_style_9.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li .sub-menu li .arrow {
        float: left;
        left: 15px !important;
        right: auto !important
    }

    .header_style_9.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a {
        display: block
    }

    .header_style_9.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .fa,
    .header_style_9.mobile_grid_landscape.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .stm_megaicon {
        float: left
    }
}

@media (min-width:992px) {
    .header_style_9.mobile_grid_tablet #header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 300px;
        height: 100vh;
        align-items: flex-start;
        box-shadow: 1px 0 6px rgba(0, 0, 0, .2)
    }

    .header_style_9.mobile_grid_tablet #header .header-box {
        height: 100%
    }

    .header_style_9.mobile_grid_tablet #header .header-box:before {
        display: none
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container {
        display: block;
        width: auto;
        height: 100%;
        text-align: center;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 45px 48px;
        scrollbar-width: thin;
        scrollbar-color: #fff #222831
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar-thumb {
        background-color: #001446
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container>div {
        display: inline-block;
        vertical-align: top;
        width: 100%
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .logo-box {
        width: 100%;
        margin-bottom: 30px
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .logo-box .logo {
        float: none;
        text-align: center
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .contact-info-box {
        width: 100%;
        margin: 30px 0 40px
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .contact-info-box .contact-info {
        display: flex;
        width: 100%;
        flex-wrap: initial;
        margin: 20px 0;
        flex-direction: row;
        align-items: flex-start;
        text-align: center
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .contact-info-box .contact-info .icon {
        display: flex;
        align-items: center;
        line-height: inherit
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box {
        margin: 30px 0;
        text-align: left
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav {
        flex-direction: column;
        padding: 0
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li>a {
        padding: 21px 16px 21px 0;
        border-top: 1px solid var(--con_header_nav_menu_link_arrow_color, rgba(30, 31, 33, .21));
        text-transform: uppercase;
        font-size: 14px
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow {
        display: flex !important;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        top: 8px;
        right: 0;
        width: 20px;
        height: 40px;
        transition: all .3s ease;
        cursor: pointer;
        z-index: 10
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i:before {
        content: "\f107";
        font: normal normal 600 14px/1 "Font Awesome 6 Free"
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active {
        cursor: pointer
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active i {
        transform: rotate(-180deg)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu {
        position: relative !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu {
        margin: 0 -100px;
        padding: 10px 100px
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li {
        float: none !important;
        width: auto !important;
        margin: 0 -55px !important;
        padding: 0 50px !important;
        border: 0 !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li a {
        border: 0 !important;
        margin: 0 !important;
        padding: 14px 0 !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow {
        top: 8px !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li .arrow.active {
        top: 6px !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li img {
        margin-top: 0 !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover {
        background-color: var(--con_header_nav_menu_level_1_link_bg_hover, #001446)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a {
        color: var(--con_header_mega_menu_link_text_color, #fff)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a:hover {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover>a .stm_megaicon {
        color: var(--con_header_mega_menu_icons_color, #fff) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important;
        transition: none !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu>li:hover .arrow .fa {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a {
        color: var(--con_header_mega_menu_link_text_color, #333) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li.active>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li:hover>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li>a:hover {
        color: var(--con_header_mega_menu_link_text_hover, #fff) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow {
        top: 2px !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .arrow.active {
        top: 0 !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu {
        background-color: var(--con_header_nav_menu_level_2_bg, #fff) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a {
        color: var(--con_header_mega_menu_link_text_color, inherit)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a .stm_megaicon {
        margin-top: 0;
        color: var(--con_header_mega_menu_icons_color, inherit) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu_vertical .sub-menu>li .sub-menu>li>a:hover {
        color: var(--con_header_mega_menu_link_text_hover, inherit)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li:first-child a {
        border-top: 0
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu {
        display: none;
        position: relative;
        top: auto;
        width: auto;
        visibility: visible;
        transition: none !important;
        box-shadow: none;
        opacity: 1
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li {
        margin: 0 -55px !important;
        padding: 0 50px !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li>a {
        padding-left: 5px;
        background-color: transparent;
        color: var(--con_header_nav_menu_level_1_link_color, #333)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .arrow {
        right: 45px !important;
        transition: none !important;
        color: var(--con_header_nav_menu_level_1_link_arrow_color, #333) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover {
        background-color: var(--con_header_nav_menu_level_1_link_bg_hover, #001446) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover a {
        color: var(--con_header_nav_menu_level_1_link_color_hover, #fff)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.active .arrow,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li:hover .arrow {
        color: var(--con_header_nav_menu_level_1_link_arrow_color_hover, #fff) !important;
        transition: none !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow {
        top: 4px;
        justify-content: center;
        width: 30px;
        height: 30px
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i {
        color: var(--header_nav_menu_level_1_link_arrow_color, inherit)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow i:before {
        position: relative;
        transition: all .3s;
        content: "\e920";
        font-family: stm;
        font-size: 9px
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow.active i {
        transform: rotate(-45deg);
        font-size: 14px;
        color: var(--header_nav_menu_level_1_link_arrow_color_hover, #fff)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children>a:before {
        display: none
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu {
        position: relative;
        right: auto;
        left: auto;
        margin: 0 -44px;
        padding: 0 44px;
        background-color: var(--con_header_nav_menu_level_2_bg, #fff) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a {
        padding-left: 20px;
        color: var(--con_header_nav_menu_level_2_link_color, #333)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a:hover,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li>a:hover {
        color: var(--con_header_nav_menu_level_2_link_color_hover, #fff)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li:hover {
        background-color: var(--con_header_nav_menu_level_2_link_bg_hover, #001446)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li:hover.menu-item-has-children .arrow {
        color: var(--con_header_nav_menu_link_arrow_color_hover, #666)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .socials-box {
        width: 100%;
        margin: 30px 0;
        text-align: center
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart {
        float: left;
        width: auto;
        margin: 30px 0 0
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .header_search {
        float: right;
        width: auto;
        position: relative;
        margin: 25px 0 0;
        z-index: 110
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .header-copyright-box {
        display: inline-block;
        margin: 30px 0 0
    }

    .header_style_9.mobile_grid_tablet #header {
        background-color: #222831
    }

    .header_style_9.mobile_grid_tablet #header .header-box {
        background-color: var(--con_header_nav_background_color, #222831)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar {
        width: 1px
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar-track {
        background-color: #222831
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, .7)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .contact-info-box .contact-info .text {
        color: var(--con_header_contact_info_color, #fff)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li>a {
        color: var(--con_header_nav_menu_link_color, #fff)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow {
        color: var(--con_header_nav_menu_link_arrow_color, rgba(255, 255, 255, .5))
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a {
        color: var(--con_header_nav_menu_link_color_active, rgba(255, 255, 255, .5))
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu {
        margin: 0 -100px;
        padding: 10px 100px;
        background-color: #fff !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children .arrow {
        color: var(--con_header_nav_menu_level_1_link_arrow_color, rgba(34, 40, 49, .5)) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li.menu-item-has-children:hover .arrow {
        color: var(--con_header_nav_menu_level_1_link_arrow_color_hover, #fff) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li .sub-menu>li .sub-menu>li a {
        color: var(--con_header_nav_menu_level_2_link_color, #333)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li:hover>a {
        color: var(--con_header_nav_menu_link_color_hover, rgba(255, 255, 255, .5))
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:hover .stm_mega_textarea,
    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:hover .stm_mega_textarea .megamenu-contacts td {
        color: var(--header_mega_menu_title_color_hover, #fff)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:hover .stm_mega_textarea .megamenu-contacts td i {
        color: var(--header_mega_menu_icons_color, #fff)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:hover .stm_mega_textarea .megamenu-contacts td a {
        color: var(--header_mega_menu_description_link_color, #fff) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:hover .stm_mega_textarea .megamenu-contacts td a:hover {
        color: var(--header_mega_menu_description_link_color_hover, #fff) !important
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .lang_sel {
        width: 100%;
        margin: 0 auto 30px;
        background-color: var(--con_header_wpml_switcher_bg, var(--con_base_color))
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .lang_sel>ul {
        padding: 5px 10px
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .socials-box a {
        color: var(--con_header_socials_icon_color, rgba(255, 255, 255, .5))
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #fff)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a {
        color: var(--con_header_cart_icon_color, rgba(255, 255, 255, .5))
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a .count {
        background-color: var(--con_wc_cart_counter_bg, rgba(255, 255, 255, .5));
        color: var(--con_header_cart_counter_color, #222831)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a:active,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a:focus,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a:hover {
        color: var(--con_header_cart_icon_color_hover, #fff)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a:active .count,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a:focus .count,
    .header_style_9.mobile_grid_tablet #header .header-box .container .header_cart a:hover .count {
        background-color: var(--con_wc_cart_counter_bg_hover, #fff);
        color: var(--con_header_cart_counter_color_hover, #222831)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .header_search .search-icon {
        color: var(--con_header_search_icon_color, rgba(255, 255, 255, .5))
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .header_search:hover .search-icon {
        color: var(--con_header_search_icon_color_hover, #fff)
    }

    .header_style_9.mobile_grid_tablet #header .header-box .container .header-copyright-box a {
        color: #fff
    }

    .header_style_9.mobile_grid_tablet.rtl #header .header-box .container .nav-box {
        text-align: right !important
    }

    .header_style_9.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li .sub-menu li .arrow {
        float: left;
        left: 15px !important;
        right: auto !important
    }

    .header_style_9.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a {
        display: block
    }

    .header_style_9.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .fa,
    .header_style_9.mobile_grid_tablet.rtl #header .header-box .container .nav-box .main_menu_nav li.stm_megamenu>ul.sub-menu>li a .stm_megaicon {
        float: left
    }
}

.header_style_10 .header-box .container .header_cart,
.header_style_10 .header-box .container .header_search,
.header_style_10 .header-box .container .socials-box {
    margin-left: 26px
}

.header_style_10 .header-box:before,
.header_style_11 .header-box:before {
    display: none
}

.header_style_10 .header-box .container .nav-box {
    z-index: 101
}

.header_style_10 .header-box .container .nav-box .main_menu_nav {
    padding: 16px 0
}

.header_style_10 .header-box .container .nav-box .main_menu_nav>li.current-menu-item>a {
    color: var(--con_header_nav_menu_link_color_active, #333) !important
}

.header_style_10 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a {
    color: var(--con_header_nav_menu_link_color, #333)
}

.header_style_10 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: 0;
    transform: translateY(-50%);
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: var(--con_header_nav_menu_link_arrow_color, #001446) transparent transparent
}

.header_style_10 .header-box .container .nav-box .main_menu_nav>li>a:hover {
    color: var(--con_header_nav_menu_link_color_hover, #001446) !important
}

.header_style_10 .header-box .container .nav-box .main_menu_nav>li>a:hover:after {
    border-color: var(--con_header_nav_menu_link_arrow_color_hover, #333) transparent transparent
}

.header_style_10 .header-box .container .nav-box.affix {
    top: 0;
    width: 100%;
    max-width: 1110px;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .52)
}

.header_style_10 .header-box .container .nav-box.affix .main_menu_nav {
    justify-content: space-around
}

.header_style_10 .header-box .container .socials-box a {
    font-size: var(--con_header_socials_icon_font_size, 16px)
}

.header_style_10 .header-box .container .header_cart a {
    line-height: 16px;
    font-size: 16px;
    color: var(--con_header_cart_icon_color, #333)
}

.header_style_10 .header-box .container .header_cart a .count {
    top: -4px;
    font-size: 9px;
    line-height: var(--con_header_cart_counter_line_height, 16px);
    width: 16px;
    height: 16px;
    background-color: var(--con_wc_cart_counter_bg, #333);
    color: var(--con_header_cart_counter_color, #fff)
}

.header_style_10 .header-box .container .header_cart a:active,
.header_style_10 .header-box .container .header_cart a:focus,
.header_style_10 .header-box .container .header_cart a:hover {
    color: var(--con_header_cart_icon_color_hover, #001446)
}

.header_style_10 .header-box .container .header_cart a:active .count,
.header_style_10 .header-box .container .header_cart a:focus .count,
.header_style_10 .header-box .container .header_cart a:hover .count {
    background-color: var(--con_wc_cart_counter_bg_hover, #001446);
    color: var(--con_header_cart_counter_color_hover, #fff)
}

.header_style_10 .header-box .container .header_search .search-icon {
    color: var(--con_header_search_icon_color, #333)
}

.header_style_10 .header-box .container .header_search .search-icon:before {
    font-size: var(--con_header_search_icon_font_size, 18px)
}

.header_style_10 .header-box .container .header_search:hover .search-icon {
    color: var(--con_header_search_icon_color_hover, #001446)
}

.header_style_10 .header-box .container .lang_sel {
    margin-left: 20px
}

@media (max-width:1024px) {
    .header_style_10.mobile_grid_landscape .container .nav-box .main_menu_nav>li.current-menu-item>a {
        color: #fff !important
    }

    .header_style_10.mobile_grid_landscape .container .nav-box .main_menu_nav>li>a:hover {
        color: #001446 !important
    }
}

@media (min-width:1026px) {
    .header_style_10.mobile_grid_landscape .header-box {
        background-color: var(--con_header_nav_background_color, rgba(255, 255, 255, .3));
        box-shadow: 0 1px 3px var(--con_header_nav_shadow, rgba(0, 0, 0, .2))
    }

    .header_style_10.mobile_grid_landscape .header-box .container .main_menu_nav>li>a {
        color: var(--con_header_nav_menu_link_color, #333)
    }

    .header_style_10.mobile_grid_landscape .header-box .container .main_menu_nav>li>a:hover {
        color: var(--con_header_nav_menu_link_color_hover, var(--con_secondary_color))
    }

    .header_style_10.mobile_grid_landscape .header-box .container .main_menu_nav>li.current-menu-ancestor>a,
    .header_style_10.mobile_grid_landscape .header-box .container .main_menu_nav>li.current-menu-parent>a,
    .header_style_10.mobile_grid_landscape .header-box .container .main_menu_nav>li.current_page_ancestor>a,
    .header_style_10.mobile_grid_landscape .header-box .container .main_menu_nav>li.current_page_item>a,
    .header_style_10.mobile_grid_landscape .header-box .container .main_menu_nav>li.current_page_parent>a {
        color: var(--con_header_nav_menu_link_color_active, #001446)
    }

    .header_style_10.mobile_grid_landscape .header-box .container .contact-info .text {
        color: var(--con_header_contact_info_color, #333)
    }

    .header_style_10.mobile_grid_landscape .header-box .container .socials-box a {
        color: var(--con_header_socials_icon_color, #333)
    }

    .header_style_10.mobile_grid_landscape .header-box .container .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #001446)
    }

    .header_style_10 .header-box .container {
        padding: 0 15px
    }

    .header_style_10 .header-box .container>div {
        margin: 10px 0
    }
}

@media (min-width:991px) {
    .header_style_10.mobile_grid_tablet .container .nav-box .main_menu_nav>li.current-menu-item>a {
        color: #fff !important
    }

    .header_style_10.mobile_grid_tablet .container .nav-box .main_menu_nav>li>a:hover {
        color: #001446 !important
    }
}

@media (min-width:992px) {
    .header_style_10.mobile_grid_tablet .header-box {
        background-color: var(--con_header_nav_background_color, rgba(255, 255, 255, .3));
        box-shadow: 0 1px 3px var(--con_header_nav_shadow, rgba(0, 0, 0, .2))
    }

    .header_style_10.mobile_grid_tablet .header-box .container .main_menu_nav>li>a {
        color: var(--con_header_nav_menu_link_color, #333)
    }

    .header_style_10.mobile_grid_tablet .header-box .container .main_menu_nav>li>a:hover {
        color: var(--con_header_nav_menu_link_color_hover, var(--con_secondary_color))
    }

    .header_style_10.mobile_grid_tablet .header-box .container .main_menu_nav>li.current-menu-ancestor>a,
    .header_style_10.mobile_grid_tablet .header-box .container .main_menu_nav>li.current-menu-parent>a,
    .header_style_10.mobile_grid_tablet .header-box .container .main_menu_nav>li.current_page_ancestor>a,
    .header_style_10.mobile_grid_tablet .header-box .container .main_menu_nav>li.current_page_item>a,
    .header_style_10.mobile_grid_tablet .header-box .container .main_menu_nav>li.current_page_parent>a {
        color: var(--con_header_nav_menu_link_color_active, #001446)
    }

    .header_style_10.mobile_grid_tablet .header-box .container .contact-info .text {
        color: var(--con_header_contact_info_color, #333)
    }

    .header_style_10.mobile_grid_tablet .header-box .container .socials-box a {
        color: var(--con_header_socials_icon_color, #333)
    }

    .header_style_10.mobile_grid_tablet .header-box .container .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #001446)
    }
}

.header_style_11 .header-box {
    background: #fff
}

.header_style_11 .header-box .container {
    padding-bottom: 0
}

.header_style_11 .header-box .container .nav-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    z-index: 20
}

.header_style_11 .header-box .container .nav-box .main_menu_nav {
    padding: 0;
    margin: 0 auto 0 0
}

.header_style_11 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a {
    padding-right: 28px;
    color: var(--con_header_nav_menu_link_color, #fff)
}

.header_style_11 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 0;
    height: 0;
    transform: translateY(-50%);
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: var(--con_header_nav_menu_link_arrow_color, rgba(255, 255, 255, .5)) transparent transparent
}

.header_style_11 .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a:after,
.header_style_11 .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a:after,
.header_style_11 .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a:after,
.header_style_11 .header-box .container .nav-box .main_menu_nav>li.current_page_item>a:after,
.header_style_11 .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a:after,
.header_style_11 .header-box .container .nav-box .main_menu_nav>li:hover>a:after {
    border-color: var(--con_header_nav_menu_link_arrow_color_hover, rgba(3, 39, 74, .5)) transparent transparent
}

.header_style_11 .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
.header_style_11 .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
.header_style_11 .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
.header_style_11 .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
.header_style_11 .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a {
    color: var(--con_header_nav_menu_link_color_active, #001446)
}

.header_style_11 .header-box .container .nav-box .main_menu_nav>li:first-child a {
    padding-left: 0
}

.header_style_11 .header-box .container .nav-box .main_menu_nav>li:hover>a {
    color: var(--con_header_nav_menu_link_color_hover, #001446)
}

.header_style_11 .header-box .container .nav-box .main_menu_nav>li.stm_megamenu>ul.sub-menu {
    margin: 0
}

.header_style_11 .header-box .container .nav-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1000px;
    left: -1000px;
    width: auto;
    height: 100%;
    background: var(--con_header_nav_background_color, #333);
    z-index: -1
}

.header_style_11 .header-box .container .header_cart,
.header_style_11 .header-box .container .header_search,
.header_style_11 .header-box .container .socials-box {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 40px
}

.header_style_11 .header-box .container .socials-box a {
    margin-left: 10px
}

.header_style_11 .header-box .contact-info {
    margin: 0 40px
}

.header_style_11 .header-box .contact-info .text {
    color: var(--con_header_contact_info_color, #333)
}

@media (max-width:1110px) {
    .header_style_11 .header-box .logo-box {
        margin-right: auto
    }

    .header_style_11 .header-box .container .nav-box .main_menu_nav {
        width: 100%;
        justify-content: space-between;
        padding: 0 15px
    }

    .header_style_11 .header-box .container .nav-box .header_cart,
    .header_style_11 .header-box .container .nav-box .header_search,
    .header_style_11 .header-box .container .nav-box .socials-box {
        display: none
    }

    .header_style_11 .header-box .container .header_mobile_elements {
        display: flex
    }

    .header_style_11 .header-box .container .header_mobile_elements>div {
        margin-left: 30px
    }

    .header_style_11 .header-box .container .header_mobile_elements .header_cart a {
        color: var(--con_header_cart_icon_color, #333)
    }

    .header_style_11 .header-box .container .header_mobile_elements .header_cart a .count {
        background-color: var(--con_wc_cart_counter_bg, #001446);
        color: var(--con_header_cart_counter_color, #fff)
    }

    .header_style_11 .header-box .container .header_mobile_elements .header_cart a:active,
    .header_style_11 .header-box .container .header_mobile_elements .header_cart a:focus,
    .header_style_11 .header-box .container .header_mobile_elements .header_cart a:hover {
        color: var(--con_header_cart_icon_color_hover, #001446)
    }

    .header_style_11 .header-box .container .header_mobile_elements .header_cart a:active .count,
    .header_style_11 .header-box .container .header_mobile_elements .header_cart a:focus .count,
    .header_style_11 .header-box .container .header_mobile_elements .header_cart a:hover .count {
        background-color: var(--con_wc_cart_counter_bg_hover, #001446);
        color: var(--con_header_cart_counter_color_hover, #fff)
    }

    .header_style_11 .header-box .container .header_mobile_elements .socials-box a {
        color: var(--con_header_socials_icon_color, #333)
    }

    .header_style_11 .header-box .container .header_mobile_elements .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #001446)
    }

    .header_style_11 .header-box .container .header_mobile_elements .header_search .search-icon {
        color: var(--con_header_search_icon_color, #333)
    }

    .header_style_11 .header-box .container .header_mobile_elements .header_search:hover .search-icon {
        color: var(--con_header_search_icon_color_hover, #001446)
    }

    .header_style_11 .header-box .container .contact-info {
        margin: 0 20px
    }
}

@media (max-width:1024px) {
    .header_style_11 .header-box .lang_sel {
        margin-bottom: 30px !important
    }
}

.header_style_12 .top_bar {
    z-index: 100
}

.header_style_12 .top_bar .container #lang_sel {
    margin-left: 0
}

.header_style_12 .header-box {
    background: 0 0;
    z-index: 20
}

.header_style_12 .header-box:before {
    display: none
}

.header_style_12 .header-box .container {
    padding-bottom: 0
}

.header_style_12 .header-box .container .nav-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    z-index: 1
}

.header_style_12 .header-box .container .nav-box .main_menu_nav {
    width: 100%;
    justify-content: flex-start;
    padding: 0
}

.header_style_12 .header-box .container .nav-box .main_menu_nav>li {
    padding: 22px 0
}

.header_style_12 .header-box .container .nav-box .main_menu_nav>li>a {
    padding: 0 26px;
    border-left: 1px solid var(--con_header_nav_menu_link_color, rgba(255, 255, 255, .2));
    text-transform: uppercase;
    font-size: 15px
}

.header_style_12 .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
.header_style_12 .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
.header_style_12 .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
.header_style_12 .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
.header_style_12 .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a {
    color: var(--con_header_nav_menu_link_color_active, #001446)
}

.header_style_12 .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a:after,
.header_style_12 .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a:after,
.header_style_12 .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a:after,
.header_style_12 .header-box .container .nav-box .main_menu_nav>li.current_page_item>a:after,
.header_style_12 .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a:after {
    border-color: var(--con_header_nav_menu_link_color_hover, rgba(3, 39, 74, .5)) transparent transparent
}

.header_style_12 .header-box .container .nav-box .main_menu_nav>li:first-child a {
    border: 0;
    padding-left: 0
}

.header_style_12 .header-box .container .nav-box .main_menu_nav>li:last-child a {
    padding-right: 0
}

.header_style_12 .header-box .container .nav-box .main_menu_nav>li:hover>a {
    color: var(--con_header_nav_menu_link_color_hover, #001446)
}

.header_style_12 .header-box .container .nav-box .main_menu_nav>li:hover>a:after {
    border-color: var(--con_header_nav_menu_link_arrow_color_hover, rgba(3, 39, 74, .5)) transparent transparent
}

.header_style_12 .header-box .container .nav-box:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1000px;
    left: -1000px;
    width: auto;
    height: 100%;
    background-color: var(--con_header_nav_background_color, #333);
    z-index: -1
}

.header_style_12 .header-box .container .header_cart,
.header_style_12 .header-box .container .header_search,
.header_style_12 .header-box .container .socials-box {
    margin-left: 10px
}

.header_style_12 .header-box .container .contact-info-box .contact-info {
    margin: 0;
    padding: 0 30px;
    border-left: 1px solid var(--con_header_contact_info_color, rgba(51, 51, 51, .1))
}

.header_style_12 .header-box .container .contact-info-box .contact-info .text {
    color: var(--con_header_contact_info_color, #333)
}

.header_style_12 .header-box .container .contact-info-box .contact-info:first-child {
    padding-left: 0;
    border: 0
}

.header_style_12 .header-box .container .contact-info-box .contact-info:last-child {
    padding-right: 0
}

.header_style_12 .header-box .container .header_search {
    margin-left: 20px;
    position: relative;
    z-index: 100
}

.header_style_12 .header-box .container .header_search .search-icon {
    color: var(--con_header_search_icon_color, #333)
}

.header_style_12 .header-box .container .header_search:hover .search-icon {
    color: var(--con_header_search_icon_color_hover, #001446)
}

.header_style_12 .header-box .container .header_cart a {
    color: var(--con_header_cart_icon_color, #333)
}

.header_style_12 .header-box .container .header_cart a .count {
    background-color: var(--con_wc_cart_counter_bg, #001446);
    color: var(--con_header_cart_counter_color, #fff)
}

.header_style_12 .header-box .container .header_cart a:active,
.header_style_12 .header-box .container .header_cart a:focus,
.header_style_12 .header-box .container .header_cart a:hover {
    color: var(--con_header_cart_icon_color_hover, #001446)
}

.header_style_12 .header-box .container .header_cart a:active .count,
.header_style_12 .header-box .container .header_cart a:focus .count,
.header_style_12 .header-box .container .header_cart a:hover .count {
    background-color: var(--con_wc_cart_counter_bg_hover, #333);
    color: var(--con_header_cart_counter_color_hover, #fff)
}

.header_style_12 .header-box .container .socials-box a {
    margin-left: 10px;
    color: var(--con_header_socials_icon_color, #333)
}

.header_style_12 .header-box .container .socials-box a:hover {
    color: var(--con_header_socials_icon_color_hover, #001446)
}

.header_style_12 .header-box .container .lang_sel {
    margin-left: 20px
}

@media (max-width:1110px) {
    .header_style_12 .header-box .logo-box {
        margin-right: auto
    }

    .header_style_12 .header-box .container .nav-box .main_menu_nav {
        width: 100%;
        justify-content: space-between;
        padding: 0 15px
    }

    .header_style_12 .header-box .container .nav-box .header_cart,
    .header_style_12 .header-box .container .nav-box .header_search,
    .header_style_12 .header-box .container .nav-box .socials-box {
        display: none
    }

    .header_style_12 .header-box .container .header_mobile_elements {
        display: flex
    }

    .header_style_12 .header-box .container .header_mobile_elements>div {
        margin-left: 30px
    }

    .header_style_12 .header-box .container .header_mobile_elements .header_cart a {
        color: var(--con_header_cart_icon_color, #333)
    }

    .header_style_12 .header-box .container .header_mobile_elements .header_cart a .count {
        background-color: var(--con_wc_cart_counter_bg, #001446);
        color: var(--con_header_cart_counter_color, #fff)
    }

    .header_style_12 .header-box .container .header_mobile_elements .header_cart a:active,
    .header_style_12 .header-box .container .header_mobile_elements .header_cart a:focus,
    .header_style_12 .header-box .container .header_mobile_elements .header_cart a:hover {
        color: var(--con_header_cart_icon_color_hover, #001446)
    }

    .header_style_12 .header-box .container .header_mobile_elements .header_cart a:active .count,
    .header_style_12 .header-box .container .header_mobile_elements .header_cart a:focus .count,
    .header_style_12 .header-box .container .header_mobile_elements .header_cart a:hover .count {
        background-color: var(--con_wc_cart_counter_bg_hover, #001446);
        color: var(--con_header_cart_counter_color_hover, #fff)
    }

    .header_style_12 .header-box .container .header_mobile_elements .socials-box a {
        color: var(--con_header_socials_icon_color, #333)
    }

    .header_style_12 .header-box .container .header_mobile_elements .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #001446)
    }

    .header_style_12 .header-box .container .header_mobile_elements .header_search .search-icon {
        color: var(--con_header_search_icon_color, #333)
    }

    .header_style_12 .header-box .container .header_mobile_elements .header_search:hover .search-icon {
        color: var(--con_header_search_icon_color_hover, #001446)
    }

    .header_style_12 .header-box .container .contact-info {
        margin: 0 20px
    }
}

@media (max-width:1024px) {
    .header_style_12 .header-box .lang_sel {
        margin-bottom: 30px !important
    }
}

html body.header_style_12 .header-box .container .nav-box ul.main_menu_nav li.stm_megamenu ul.sub-menu {
    top: 100%;
    margin: 0
}

html body .stm-header {
    margin-left: 0;
    margin-right: 0
}

#menu_toggle,
.menu_toggle {
    position: relative;
    cursor: pointer;
    float: right;
    width: 26px;
    height: 20px;
    padding: 10px 0;
    margin: 17px 0 0
}

#menu_toggle button,
.menu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #333;
    height: 4px;
    padding: 0;
    border: none;
    width: 100%;
    transition: .3s;
    outline: 0 !important;
    border-radius: 2px
}

#menu_toggle button:after,
#menu_toggle button:before,
.menu_toggle button:after,
.menu_toggle button:before {
    left: 0;
    width: 26px;
    height: 4px;
    background: #333;
    transform-origin: 1.5px center;
    transition: .3s;
    border-radius: 2px;
    position: absolute;
    content: ''
}

#menu_toggle button:before,
.menu_toggle button:before {
    top: -8px
}

#menu_toggle button:after,
.menu_toggle button:after {
    bottom: -8px
}

#menu_toggle.open button,
.menu_toggle.open button {
    background: 0 0
}

#menu_toggle.open button:before,
.menu_toggle.open button:before {
    top: 0;
    transform: rotate3d(0, 0, 1, -45deg);
    transform-origin: 50% 50%
}

#menu_toggle.open button:after,
.menu_toggle.open button:after {
    bottom: 0;
    transform: rotate3d(0, 0, 1, 45deg);
    transform-origin: 50% 50%
}

@media (max-width:1024px) {

    html body .main_menu_nav>li.stm_megamenu>ul.sub-menu>li>a,
    html body .main_menu_nav>li.stm_megamenu>ul.sub-menu>li>ul.sub-menu>li>a,
    html body.mobile_grid_landscape .main_menu_nav>li.stm_megamenu>ul.sub-menu>li>a,
    html body.mobile_grid_landscape .main_menu_nav>li.stm_megamenu>ul.sub-menu>li>ul.sub-menu>li>a {
        padding: 15px 36px 15px 44px !important
    }

    .mobile_grid_landscape .header-box {
        padding: 0;
        background-color: #333 !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, .52);
        z-index: 21
    }

    .mobile_grid_landscape .header-box .container {
        padding: 0;
        background: 0 0
    }

    .mobile_grid_landscape .header-box .container .logo-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        padding: 30px 15px;
        width: 100%;
        order: 1
    }

    .mobile_grid_landscape .header-box .container .logo-box .logo-desktop {
        display: none
    }

    .mobile_grid_landscape .header-box .container .logo-box .logo-mobile,
    .mobile_grid_landscape .header-box .container .logo-box .menu-toggle {
        display: block
    }

    .mobile_grid_landscape .header-box .container .nav-box {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0;
        background-color: var(--con_header_nav_background_color, #333);
        box-shadow: 0 0 5px var(--con_header_nav_shadow, rgba(0, 0, 0, .52));
        width: 100%;
        order: 2;
        z-index: 100
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav {
        flex-direction: column;
        width: 100%;
        padding: 16px 0 !important
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li {
        padding: 0 !important
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li>a {
        display: block;
        padding: 15px 36px 15px 44px !important;
        text-transform: var(--con_header_nav_mobile_menu_link_text_transform, lowercase);
        border: 0 !important;
        font-weight: var(--con_header_nav_mobile_menu_link_font_weight, 700);
        font-size: var(--con_header_nav_mobile_menu_link_font_size, 20px);
        font-style: var(--con_header_nav_mobile_menu_link_font_style, normal);
        color: var(--con_header_nav_menu_link_color, #fff)
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li>a:after {
        display: none
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li:focus>a,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li:hover>a {
        color: var(--con_header_nav_menu_link_color_active, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)))
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow {
        display: block;
        position: absolute;
        top: -1px;
        right: 14px;
        height: 50px;
        width: 50px;
        cursor: pointer;
        transition: all .3s ease
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active {
        transform: rotate(45deg)
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active i:after,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active i:before {
        background: var(--con_header_nav_menu_level_1_link_arrow_color_hover, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)))
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 11px;
        height: 11px
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i:before {
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        width: 11px;
        height: 3px;
        background: var(--con_header_nav_menu_level_1_link_arrow_color_hover, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)));
        border-radius: 1px
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i:after {
        content: '';
        position: absolute;
        left: 4px;
        top: 0;
        width: 3px;
        height: 11px;
        background: var(--con_header_nav_menu_level_1_link_arrow_color_hover, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)));
        border-radius: 1px
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .arrow {
        right: 14px
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .arrow i:after,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .arrow i:before {
        background-color: var(--con_header_nav_menu_level_1_link_arrow_color, #333) !important
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .arrow.active i:after,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .arrow.active i:before {
        background-color: var(--con_header_nav_menu_level_1_link_arrow_color, #fff) !important
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.stm_megamenu {
        position: relative !important
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu {
        background-color: var(--con_header_mega_menu_bg, var(--con_header_nav_menu_level_1_bg, #fff)) !important
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.stm_megamenu li {
        float: none;
        display: block;
        width: auto;
        padding: 0;
        margin: 0
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.stm_megamenu li a {
        margin: 0 !important;
        font-size: inherit
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.stm_megamenu li .sub-menu {
        background-color: var(--con_header_mega_menu_bg, var(--con_header_nav_menu_level_2_bg, #fff)) !important
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li.stm_megamenu li .sub-menu i {
        display: none
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu {
        display: none;
        width: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        transition: none;
        position: relative;
        background: var(--con_header_nav_menu_level_1_bg, #f0f2f5);
        visibility: visible;
        opacity: 1
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu:before {
        content: '';
        position: absolute;
        top: 0;
        right: 29px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 8px solid var(--con_header_nav_menu_level_1_link_arrow_color, #333)
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li a {
        display: block;
        padding: 15px 36px 15px 44px;
        background-color: transparent;
        font-weight: inherit;
        color: var(--header_nav_menu_level_1_link_color, inherit)
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li a:before {
        display: none
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li a:active,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li a:focus,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li a:hover,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li:active>a,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li:focus>a,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li:hover>a {
        background: var(--header_nav_menu_level_1_link_bg_hover, #001446) !important;
        color: var(--header_nav_menu_level_1_link_color_hover, #fff) !important
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu {
        display: none;
        background-color: var(--con_header_nav_menu_level_2_bg, #fff);
        transition: none;
        box-shadow: none
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu:before {
        display: none
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu li {
        padding: 0
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu li a {
        color: var(--con_header_nav_menu_level_2_link_color, #333)
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu li a:active,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu li a:focus,
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu li a:hover {
        color: var(--con_header_nav_menu_level_2_link_color_hover, #333);
        background-color: var(--con_header_nav_menu_level_2_link_bg_hover, #fff)
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu li:before {
        display: none
    }

    .mobile_grid_landscape .header-box .container .contact-info-box {
        width: 100% !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        margin-bottom: 0;
        padding: 30px 15px !important;
        order: 3
    }

    .mobile_grid_landscape .header-box .container .contact-info-box .contact-info {
        margin: 0
    }

    .mobile_grid_landscape .header-box .container .contact-info-box .contact-info .text {
        text-align: left;
        color: var(--con_header_contact_info_color, #fff) !important
    }
}

@media (max-width:1024px) and (max-width:991px) {
    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav {
        display: none
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li .arrow {
        display: block
    }

    .mobile_grid_landscape .header-box .container .contact-info-box {
        padding: 15px;
        justify-content: center !important
    }

    .mobile_grid_landscape .header-box .container .contact-info-box .contact-info {
        padding: 0 !important;
        margin: 15px !important
    }
}

@media (max-width:1024px) {
    .mobile_grid_landscape .header-box .container .header_mobile_elements {
        display: flex;
        width: 100%;
        order: 5
    }

    .mobile_grid_landscape .header-box .container .socials-box {
        margin: 30px auto !important;
        order: 4
    }

    .mobile_grid_landscape .header-box .container .socials-box a {
        margin: 0 15px !important;
        color: var(--con_header_socials_icon_color, rgba(255, 255, 255, .5)) !important
    }
}

@media (max-width:1024px) and (max-width:480px) {
    .mobile_grid_landscape .header-box .container .socials-box a {
        margin: 0 5px !important
    }
}

@media (max-width:1024px) {

    .mobile_grid_landscape .header-box .container .socials-box a:active,
    .mobile_grid_landscape .header-box .container .socials-box a:focus,
    .mobile_grid_landscape .header-box .container .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #fff) !important
    }

    .mobile_grid_landscape .header-box .container .header_cart {
        order: 5;
        margin: 30px auto !important
    }

    .mobile_grid_landscape .header-box .container .header_cart a {
        color: var(--con_header_cart_icon_color, rgba(255, 255, 255, .5)) !important
    }

    .mobile_grid_landscape .header-box .container .header_cart a .count {
        background-color: var(--con_wc_cart_counter_bg, rgba(255, 255, 255, .5)) !important;
        color: var(--con_header_cart_counter_color, #333) !important
    }

    .mobile_grid_landscape .header-box .container .header_cart a:active,
    .mobile_grid_landscape .header-box .container .header_cart a:focus,
    .mobile_grid_landscape .header-box .container .header_cart a:hover {
        color: var(--con_header_cart_icon_color_hover, #001446) !important
    }

    .mobile_grid_landscape .header-box .container .header_cart a:active .count,
    .mobile_grid_landscape .header-box .container .header_cart a:focus .count,
    .mobile_grid_landscape .header-box .container .header_cart a:hover .count {
        background-color: var(--con_wc_cart_counter_bg_hover, #fff) !important;
        color: var(--con_header_cart_counter_color_hover, #001446) !important
    }

    .mobile_grid_landscape .header-box .container .header_search {
        order: 6;
        margin: 30px auto !important
    }

    .mobile_grid_landscape .header-box .container .header_search .search-form {
        padding: 0 40px
    }

    .mobile_grid_landscape .header-box .container .header_search .search-form input {
        padding: 10px 20px;
        box-shadow: none !important;
        border-radius: 2px 0 0 2px
    }

    .mobile_grid_landscape .header-box .container .header_search .search-form button {
        margin: 0;
        padding: 0 20px;
        min-height: 49px;
        background: #fff;
        border-radius: 0 2px 2px 0
    }

    .mobile_grid_landscape .header-box .container .header_search .search-icon {
        color: var(--con_header_search_icon_color, rgba(255, 255, 255, .66)) !important
    }

    .mobile_grid_landscape .header-box .container .header_search:active .search-icon,
    .mobile_grid_landscape .header-box .container .header_search:focus .search-icon,
    .mobile_grid_landscape .header-box .container .header_search:hover .search-icon {
        color: var(--con_header_search_icon_color_hover, #fff) !important
    }

    .mobile_grid_landscape .header-box .container .consulting-header-button {
        order: 7
    }

    .mobile_grid_landscape .header-box .container .lang_sel {
        order: 7;
        margin: 0 auto !important
    }

    .mobile_grid_landscape .header-box:before {
        display: block !important;
        background: 0 0 !important
    }

    .mobile_grid_landscape .header-box.hide_wpml_on_mobile .lang_sel {
        display: none !important
    }
}

@media (max-width:1024px) and (max-width:991px) {
    .mobile_grid_landscape .top_bar {
        order: 3;
        z-index: 20
    }

    .mobile_grid_landscape .header-box {
        background-color: var(--con_header_nav_background_color, #333)
    }

    .mobile_grid_landscape .header-box .nav-box {
        border: 0 !important;
        margin-top: 0 !important
    }
}

@media (max-width:1024px) {
    .mobile_grid_landscape .header_style_10 .header-box .container .nav-box .main_menu_nav>li.current-menu-item>a {
        color: var(--con_header_nav_menu_link_color_active, #fff) !important
    }

    .mobile_grid_landscape .header_style_10 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a {
        color: var(--con_header_nav_menu_link_color, #fff)
    }

    .mobile_grid_landscape .header_style_10 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a:after {
        border-color: var(--con_header_nav_menu_link_color_hover, #fff) transparent transparent
    }

    .mobile_grid_landscape .header_style_10 .header-box .container .nav-box .main_menu_nav>li>a:hover {
        color: var(--con_header_nav_menu_link_color_hover, #fff) !important
    }

    .mobile_grid_landscape .header-box {
        background-color: var(--con_header_nav_background_color, #333)
    }

    .mobile_grid_landscape .header-box .container .nav-box {
        border: 0;
        margin-top: 0
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav {
        display: none
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li .arrow {
        display: block
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li .sub-menu .stm_mega_textarea tr td {
        color: var(--con_header_mega_menu_description_color, #222) !important
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li .sub-menu .stm_mega_textarea tr td a {
        padding: 0 !important;
        font-size: var(--con_header_mega_menu_link_text_size, inherit) !important;
        color: var(--con_header_mega_menu_description_color, #222) !important
    }

    .mobile_grid_landscape .header-box .container .nav-box .main_menu_nav>li .sub-menu .stm_mega_textarea tr td a:hover {
        color: var(--con_header_mega_menu_description_link_color, #001446) !important
    }

    .mobile_grid_landscape .top_bar {
        order: 3;
        z-index: 15
    }

    .mobile_grid_landscape .hide_on_mobile {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important
    }
}

@media (max-width:991px) {
    .header-box {
        padding: 0;
        background-color: #333 !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, .52);
        z-index: 21
    }

    .header-box .container {
        padding: 0;
        background: 0 0
    }

    .header-box .container .logo-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background: #fff;
        padding: 30px 15px;
        width: 100%;
        order: 1
    }

    .header-box .container .logo-box .logo-desktop {
        display: none
    }

    .header-box .container .logo-box .logo-mobile,
    .header-box .container .logo-box .menu-toggle {
        display: block
    }

    .header-box .container .nav-box {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        bottom: auto;
        padding: 0;
        background-color: var(--con_header_nav_background_color, #333);
        box-shadow: 0 0 5px var(--con_header_nav_shadow, rgba(0, 0, 0, .52));
        width: 100%;
        order: 2;
        z-index: 100
    }

    .header-box .container .nav-box .main_menu_nav {
        flex-direction: column;
        width: 100%;
        padding: 16px 0 !important
    }

    .header-box .container .nav-box .main_menu_nav>li {
        padding: 0 !important
    }

    .header-box .container .nav-box .main_menu_nav>li>a {
        display: block;
        padding: 15px 36px 15px 44px !important;
        text-transform: var(--con_header_nav_mobile_menu_link_text_transform, lowercase);
        border: 0 !important;
        font-weight: var(--con_header_nav_mobile_menu_link_font_weight, 700);
        font-size: var(--con_header_nav_mobile_menu_link_font_size, 20px);
        font-style: var(--con_header_nav_mobile_menu_link_font_style, normal);
        color: var(--con_header_nav_menu_link_color, #fff)
    }

    .header-box .container .nav-box .main_menu_nav>li>a:after {
        display: none
    }

    .header-box .container .nav-box .main_menu_nav>li.current-menu-ancestor>a,
    .header-box .container .nav-box .main_menu_nav>li.current-menu-parent>a,
    .header-box .container .nav-box .main_menu_nav>li.current_page_ancestor>a,
    .header-box .container .nav-box .main_menu_nav>li.current_page_item>a,
    .header-box .container .nav-box .main_menu_nav>li.current_page_parent>a,
    .header-box .container .nav-box .main_menu_nav>li:focus>a,
    .header-box .container .nav-box .main_menu_nav>li:hover>a {
        color: var(--con_header_nav_menu_link_color_active, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)))
    }

    .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow {
        display: block;
        position: absolute;
        top: -1px;
        right: 14px;
        height: 50px;
        width: 50px;
        cursor: pointer;
        transition: all .3s ease
    }

    .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active {
        transform: rotate(45deg)
    }

    .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active i:after,
    .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow.active i:before {
        background: var(--con_header_nav_menu_level_1_link_arrow_color_hover, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)))
    }

    .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        width: 11px;
        height: 11px
    }

    .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i:before {
        content: '';
        position: absolute;
        left: 0;
        top: 4px;
        width: 11px;
        height: 3px;
        background: var(--con_header_nav_menu_level_1_link_arrow_color_hover, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)));
        border-radius: 1px
    }

    .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow i:after {
        content: '';
        position: absolute;
        left: 4px;
        top: 0;
        width: 3px;
        height: 11px;
        background: var(--con_header_nav_menu_level_1_link_arrow_color_hover, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)));
        border-radius: 1px
    }

    .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .arrow {
        right: 14px
    }

    .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .arrow i:after,
    .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .arrow i:before {
        background-color: var(--con_header_nav_menu_level_1_link_arrow_color, #333) !important
    }

    .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .arrow.active i:after,
    .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>.sub-menu>li.menu-item-has-children .arrow.active i:before {
        background-color: var(--con_header_nav_menu_level_1_link_arrow_color, #fff) !important
    }

    .header-box .container .nav-box .main_menu_nav>li.stm_megamenu {
        position: relative !important
    }

    .header-box .container .nav-box .main_menu_nav>li.stm_megamenu .sub-menu {
        background-color: var(--con_header_mega_menu_bg, var(--con_header_nav_menu_level_1_bg, #fff)) !important
    }

    .header-box .container .nav-box .main_menu_nav>li.stm_megamenu li {
        float: none;
        display: block;
        width: auto;
        padding: 0;
        margin: 0
    }

    .header-box .container .nav-box .main_menu_nav>li.stm_megamenu li a {
        margin: 0 !important;
        font-size: inherit
    }

    .header-box .container .nav-box .main_menu_nav>li.stm_megamenu li .sub-menu {
        background-color: var(--con_header_mega_menu_bg, var(--con_header_nav_menu_level_2_bg, #fff)) !important
    }

    .header-box .container .nav-box .main_menu_nav>li.stm_megamenu li .sub-menu i {
        display: none
    }

    .header-box .container .nav-box .main_menu_nav .sub-menu {
        display: none;
        width: 100%;
        left: 0;
        margin: 0;
        padding: 0;
        transition: none;
        position: relative;
        background: var(--con_header_nav_menu_level_1_bg, #f0f2f5);
        visibility: visible;
        opacity: 1
    }

    .header-box .container .nav-box .main_menu_nav .sub-menu:before {
        content: '';
        position: absolute;
        top: 0;
        right: 29px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 8px solid var(--con_header_nav_menu_level_1_link_arrow_color, #333)
    }

    .header-box .container .nav-box .main_menu_nav .sub-menu li a {
        display: block;
        padding: 15px 36px 15px 44px;
        background-color: transparent;
        font-weight: inherit;
        color: var(--header_nav_menu_level_1_link_color, inherit)
    }

    .header-box .container .nav-box .main_menu_nav .sub-menu li a:before {
        display: none
    }

    .header-box .container .nav-box .main_menu_nav .sub-menu li a:active,
    .header-box .container .nav-box .main_menu_nav .sub-menu li a:focus,
    .header-box .container .nav-box .main_menu_nav .sub-menu li a:hover,
    .header-box .container .nav-box .main_menu_nav .sub-menu li:active>a,
    .header-box .container .nav-box .main_menu_nav .sub-menu li:focus>a,
    .header-box .container .nav-box .main_menu_nav .sub-menu li:hover>a {
        background: var(--header_nav_menu_level_1_link_bg_hover, #001446) !important;
        color: var(--header_nav_menu_level_1_link_color_hover, #fff) !important
    }

    .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu {
        display: none;
        background-color: var(--con_header_nav_menu_level_2_bg, #fff);
        transition: none;
        box-shadow: none
    }

    .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu:before {
        display: none
    }

    .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu li {
        padding: 0
    }

    .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu li a {
        color: var(--con_header_nav_menu_level_2_link_color, #333)
    }

    .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu li a:active,
    .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu li a:focus,
    .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu li a:hover {
        color: var(--con_header_nav_menu_level_2_link_color_hover, #333);
        background-color: var(--con_header_nav_menu_level_2_link_bg_hover, #fff)
    }

    .header-box .container .nav-box .main_menu_nav .sub-menu li .sub-menu li:before {
        display: none
    }

    .header-box .container .contact-info-box {
        width: 100% !important;
        flex-direction: row !important;
        justify-content: space-between !important;
        margin-bottom: 0;
        padding: 30px 15px !important;
        order: 3
    }

    .header-box .container .contact-info-box .contact-info {
        margin: 0
    }

    .header-box .container .contact-info-box .contact-info .text {
        text-align: left;
        color: var(--con_header_contact_info_color, #fff) !important
    }
}

@media (max-width:991px) and (max-width:991px) {
    .header-box .container .nav-box .main_menu_nav {
        display: none
    }

    .header-box .container .nav-box .main_menu_nav>li .arrow {
        display: block
    }

    .header-box .container .contact-info-box {
        padding: 15px;
        justify-content: center !important
    }

    .header-box .container .contact-info-box .contact-info {
        padding: 0 !important;
        margin: 15px !important
    }
}

@media (max-width:991px) {
    .header-box .container .header_mobile_elements {
        display: flex;
        width: 100%;
        order: 5
    }

    .header-box .container .socials-box {
        margin: 30px auto !important;
        order: 4
    }

    .header-box .container .socials-box a {
        margin: 0 15px !important;
        color: var(--con_header_socials_icon_color, rgba(255, 255, 255, .5)) !important
    }
}

@media (max-width:991px) and (max-width:480px) {
    .header-box .container .socials-box a {
        margin: 0 5px !important
    }
}

@media (max-width:991px) {

    .header-box .container .socials-box a:active,
    .header-box .container .socials-box a:focus,
    .header-box .container .socials-box a:hover {
        color: var(--con_header_socials_icon_color_hover, #fff) !important
    }

    .header-box .container .header_cart {
        order: 5;
        margin: 30px auto !important
    }

    .header-box .container .header_cart a {
        color: var(--con_header_cart_icon_color, rgba(255, 255, 255, .5)) !important
    }

    .header-box .container .header_cart a .count {
        background-color: var(--con_wc_cart_counter_bg, rgba(255, 255, 255, .5)) !important;
        color: var(--con_header_cart_counter_color, #333) !important
    }

    .header-box .container .header_cart a:active,
    .header-box .container .header_cart a:focus,
    .header-box .container .header_cart a:hover {
        color: var(--con_header_cart_icon_color_hover, #001446) !important
    }

    .header-box .container .header_cart a:active .count,
    .header-box .container .header_cart a:focus .count,
    .header-box .container .header_cart a:hover .count {
        background-color: var(--con_wc_cart_counter_bg_hover, #fff) !important;
        color: var(--con_header_cart_counter_color_hover, #001446) !important
    }

    .header-box .container .header_search {
        order: 6;
        margin: 30px auto !important
    }

    .header-box .container .header_search .search-form {
        padding: 0 40px
    }

    .header-box .container .header_search .search-form input {
        padding: 10px 20px;
        box-shadow: none !important;
        border-radius: 2px 0 0 2px
    }

    .header-box .container .header_search .search-form button {
        margin: 0;
        padding: 0 20px;
        min-height: 49px;
        background: #fff;
        border-radius: 0 2px 2px 0
    }

    .header-box .container .header_search .search-icon {
        color: var(--con_header_search_icon_color, rgba(255, 255, 255, .66)) !important
    }

    .header-box .container .header_search:active .search-icon,
    .header-box .container .header_search:focus .search-icon,
    .header-box .container .header_search:hover .search-icon {
        color: var(--con_header_search_icon_color_hover, #fff) !important
    }

    .header-box .container .consulting-header-button {
        order: 7
    }

    .header-box .container .lang_sel {
        order: 7;
        margin: 0 auto !important
    }

    .header-box:before {
        display: block !important;
        background: 0 0 !important
    }

    .header-box.hide_wpml_on_mobile .lang_sel {
        display: none !important
    }
}

@media (max-width:991px) and (max-width:991px) {
    .top_bar {
        order: 3;
        z-index: 20
    }

    .header-box {
        background-color: var(--con_header_nav_background_color, #333)
    }

    .header-box .nav-box {
        border: 0 !important;
        margin-top: 0 !important
    }
}

@media (max-width:991px) {
    .header_style_10 .header-box .container .nav-box .main_menu_nav>li.current-menu-item>a {
        color: var(--con_header_nav_menu_link_color_active, #fff) !important
    }

    .header_style_10 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a {
        color: var(--con_header_nav_menu_link_color, #fff)
    }

    .header_style_10 .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children>a:after {
        border-color: var(--con_header_nav_menu_link_color_hover, #fff) transparent transparent
    }

    .header_style_10 .header-box .container .nav-box .main_menu_nav>li>a:hover {
        color: var(--con_header_nav_menu_link_color_hover, #fff) !important
    }

    .hide_on_mobile {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important
    }
}

.header_transparent #header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0
}

.header_transparent.header_style_4 .header-box .container .nav-box .main_menu_nav {
    border-top-color: var(--con_header_nav_menu_link_color, rgba(255, 255, 255, .25));
    border-bottom-color: var(--con_header_nav_menu_link_color, rgba(255, 255, 255, .25))
}

.header_transparent.header_style_4 .header-box .container .nav-box .main_menu_nav>li>a {
    color: var(--con_header_nav_menu_link_color, #fff)
}

.header_transparent.header_style_4 .header-box .container .nav-box .main_menu_nav>li.current_page_item a {
    color: var(--con_header_nav_menu_link_color_active, #001446)
}

.header_transparent.header_style_4 .header-box .container .contact-info .text,
.header_transparent.header_style_4 .header-box .container .contact-info-box .contact-info .text,
.header_transparent.header_style_4 .header-box .container .nav-box .contact-info .text,
.header_transparent.header_style_4 .header-box .container .nav-box .contact-info-box .contact-info .text {
    color: var(--con_header_contact_info_color, #fff)
}

.header_transparent.header_style_4 .header-box .container .lang_sel.header_lang_sel>ul>li a {
    color: var(--con_header_wpml_switcher_color, #fff)
}

.header_transparent.header_style_4 .header-box .container .lang_sel.header_lang_sel>ul>li a:after {
    border-top-color: var(--con_header_wpml_switcher_color, #fff)
}

.header_transparent.header_style_4 .header-box .container .lang_sel.header_lang_sel>ul>li a:hover {
    color: var(--con_header_wpml_switcher_color_hover, #fff)
}

.header_transparent.header_style_4 .header-box .container .lang_sel.header_lang_sel>ul>li a:hover:after {
    border-top-color: var(--con_header_wpml_switcher_color_hover, #fff)
}

.header_transparent.header_style_4 .header-box .container .socials-box a {
    color: var(--con_header_socials_icon_color, #fff)
}

.header_transparent.header_style_4 .header-box .container .socials-box a:hover {
    color: var(--con_header_socials_icon_color_hover, rgba(255, 255, 255, .66))
}

.header_transparent.header_style_4 .header-box .container .header_cart a {
    color: var(--con_header_cart_icon_color, #fff)
}

.header_transparent.header_style_4 .header-box .container .header_cart a .count {
    background-color: var(--con_wc_cart_counter_bg, #fff);
    color: var(--con_header_cart_counter_color, #333)
}

.header_transparent.header_style_4 .header-box .container .header_cart a:active,
.header_transparent.header_style_4 .header-box .container .header_cart a:focus,
.header_transparent.header_style_4 .header-box .container .header_cart a:hover {
    color: var(--con_header_cart_icon_color_hover, rgba(255, 255, 255, .66))
}

.header_transparent.header_style_4 .header-box .container .header_cart a:active .count,
.header_transparent.header_style_4 .header-box .container .header_cart a:focus .count,
.header_transparent.header_style_4 .header-box .container .header_cart a:hover .count {
    background-color: var(--con_wc_cart_counter_bg_hover, rgba(255, 255, 255, .66));
    color: var(--con_header_cart_counter_color_hover, #001446)
}

.header_transparent.header_style_4 .header-box .container .header_search .search-icon {
    color: var(--con_header_search_icon_color, #fff)
}

.header_transparent.header_style_4 .header-box .container .header_search:hover .search-icon {
    color: var(--con_header_search_icon_color_hover, rgba(255, 255, 255, .66))
}

.header_transparent.header_style_5 .header-box .container .nav-box .main_menu_nav {
    border-top-color: var(--con_header_nav_menu_link_color, rgba(255, 255, 255, .25));
    border-bottom-color: var(--con_header_nav_menu_link_color, rgba(255, 255, 255, .25))
}

.header_transparent.header_style_5 .header-box .container .nav-box .main_menu_nav>li>a {
    color: var(--con_header_nav_menu_link_color, #fff)
}

.header_transparent.header_style_5 .header-box .container .nav-box .main_menu_nav>li.current_page_item a {
    color: var(--con_header_nav_menu_link_color_active, #001446)
}

.header_transparent.header_style_5 .header-box .container .contact-info .text,
.header_transparent.header_style_5 .header-box .container .contact-info-box .contact-info .text,
.header_transparent.header_style_5 .header-box .container .nav-box .contact-info .text,
.header_transparent.header_style_5 .header-box .container .nav-box .contact-info-box .contact-info .text {
    color: var(--con_header_contact_info_color, #fff)
}

.header_transparent.header_style_5 .header-box .container .lang_sel.header_lang_sel>ul>li a {
    color: var(--con_header_wpml_switcher_color, #fff)
}

.header_transparent.header_style_5 .header-box .container .lang_sel.header_lang_sel>ul>li a:after {
    border-top-color: var(--con_header_wpml_switcher_color, #fff)
}

.header_transparent.header_style_5 .header-box .container .lang_sel.header_lang_sel>ul>li a:hover {
    color: var(--con_header_wpml_switcher_color_hover, #fff)
}

.header_transparent.header_style_5 .header-box .container .lang_sel.header_lang_sel>ul>li a:hover:after {
    border-top-color: var(--con_header_wpml_switcher_color_hover, #fff)
}

.header_transparent.header_style_5 .header-box .container .socials-box a {
    color: var(--con_header_socials_icon_color, #fff)
}

.header_transparent.header_style_5 .header-box .container .socials-box a:hover {
    color: var(--con_header_socials_icon_color_hover, rgba(255, 255, 255, .66))
}

.header_transparent.header_style_5 .header-box .container .header_cart a {
    color: var(--con_header_cart_icon_color, #fff)
}

.header_transparent.header_style_5 .header-box .container .header_cart a .count {
    background-color: var(--con_wc_cart_counter_bg, #fff);
    color: var(--con_header_cart_counter_color, #333)
}

.header_transparent.header_style_5 .header-box .container .header_cart a:active,
.header_transparent.header_style_5 .header-box .container .header_cart a:focus,
.header_transparent.header_style_5 .header-box .container .header_cart a:hover {
    color: var(--con_header_cart_icon_color_hover, rgba(255, 255, 255, .66))
}

.header_transparent.header_style_5 .header-box .container .header_cart a:active .count,
.header_transparent.header_style_5 .header-box .container .header_cart a:focus .count,
.header_transparent.header_style_5 .header-box .container .header_cart a:hover .count {
    background-color: var(--con_wc_cart_counter_bg_hover, rgba(255, 255, 255, .66));
    color: var(--con_header_cart_counter_color_hover, #001446)
}

.header_transparent.header_style_5 .header-box .container .header_search .search-icon {
    color: var(--con_header_search_icon_color, #fff)
}

.header_transparent.header_style_5 .header-box .container .header_search:hover .search-icon {
    color: var(--con_header_search_icon_color_hover, rgba(255, 255, 255, .66))
}

@media (min-width:1025px) {

    body.sticky_menu.header_style_1 #header .nav-box,
    body.sticky_menu.header_style_10 #header .header-box,
    body.sticky_menu.header_style_11 #header .nav-box,
    body.sticky_menu.header_style_12 #header .nav-box,
    body.sticky_menu.header_style_2 #header .header-box,
    body.sticky_menu.header_style_3 #header .nav-box,
    body.sticky_menu.header_style_4 #header .nav-box,
    body.sticky_menu.header_style_5 #header .nav-box,
    body.sticky_menu.header_style_6 #header .nav-box {
        transition: all .3s ease
    }

    body.sticky_menu.header_style_1 #header .nav-box.affix,
    body.sticky_menu.header_style_11 #header .nav-box.affix,
    body.sticky_menu.header_style_12 #header .nav-box.affix,
    body.sticky_menu.header_style_3 #header .nav-box.affix,
    body.sticky_menu.header_style_4 #header .nav-box.affix,
    body.sticky_menu.header_style_5 #header .nav-box.affix,
    body.sticky_menu.header_style_6 #header .nav-box.affix {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: auto;
        max-width: 1120px;
        margin: 0 auto;
        border: none;
        -webkit-transform: translateZ(0)
    }

    body.sticky_menu.header_style_1 #header .nav-box.affix .main_menu_nav,
    body.sticky_menu.header_style_11 #header .nav-box.affix .main_menu_nav,
    body.sticky_menu.header_style_12 #header .nav-box.affix .main_menu_nav,
    body.sticky_menu.header_style_3 #header .nav-box.affix .main_menu_nav,
    body.sticky_menu.header_style_4 #header .nav-box.affix .main_menu_nav,
    body.sticky_menu.header_style_5 #header .nav-box.affix .main_menu_nav,
    body.sticky_menu.header_style_6 #header .nav-box.affix .main_menu_nav {
        margin: 0;
        border: none
    }

    body.sticky_menu.header_style_1.admin-bar #header .nav-box.affix,
    body.sticky_menu.header_style_11.admin-bar #header .nav-box.affix,
    body.sticky_menu.header_style_12.admin-bar #header .nav-box.affix,
    body.sticky_menu.header_style_3.admin-bar #header .nav-box.affix,
    body.sticky_menu.header_style_4.admin-bar #header .nav-box.affix,
    body.sticky_menu.header_style_5.admin-bar #header .nav-box.affix,
    body.sticky_menu.header_style_6.admin-bar #header .nav-box.affix {
        top: 32px
    }

    body.sticky_menu.header_style_10 #header .header-box.affix,
    body.sticky_menu.header_style_2 #header .header-box.affix {
        position: fixed;
        left: 0;
        top: 0;
        right: 0;
        bottom: auto;
        background-color: var(--con_header_nav_background_color, #fff)
    }

    body.sticky_menu.header_style_10.admin-bar #header .header-box.affix,
    body.sticky_menu.header_style_2.admin-bar #header .header-box.affix,
    body.sticky_menu.header_style_7.admin-bar #header .header-box,
    body.sticky_menu.header_style_8.admin-bar #header .header-box,
    body.sticky_menu.header_style_8.admin-bar #menu_toggle_button,
    body.sticky_menu.header_style_9.admin-bar #header .header-box {
        top: 32px
    }

    body.sticky_menu.header_style_3 #header .nav-box.affix,
    body.sticky_menu.header_style_3 #header .nav-box.affix:after {
        background-color: var(--con_header_nav_background_color, #333);
        box-shadow: 0 5px 10px 0 var(--con_header_nav_shadow, rgba(0, 0, 0, .2))
    }

    body.sticky_menu.header_style_10 #header .header-box.affix .main_menu_nav,
    body.sticky_menu.header_style_2 #header .header-box.affix .main_menu_nav {
        padding: 5px 0
    }

    body.sticky_menu.header_style_3 #header .nav-box.affix {
        padding: 0 30px
    }

    body.sticky_menu.header_style_4 #header .nav-box.affix {
        width: 100%
    }

    body.sticky_menu.header_style_5 #header .nav-box.affix {
        background-color: var(--con_header_nav_background_color, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)));
        box-shadow: 0 5px 10px 0 var(--con_header_nav_shadow, rgba(0, 0, 0, .2))
    }

    body.sticky_menu.header_style_6 #header .nav-box.affix {
        background-color: var(--con_header_nav_background_color, #333);
        box-shadow: 0 5px 10px 0 var(--con_header_nav_shadow, rgba(0, 0, 0, .2))
    }

    body.sticky_menu.header_style_11 #header .nav-box.affix {
        padding: 0 15px;
        max-width: var(--con_header_wide, 1120px)
    }
}

html[dir=rtl] .header_style_2 .header-box .container .socials-box,
html[dir=rtl] .header_style_2 .header-box .container .socials-box a {
    margin-right: 16px;
    margin-left: 0
}

html[dir=rtl] .header_style_2 .header-box .container .logo-box .logo {
    float: none
}

html[dir=rtl] .header_style_6 .header-box .container .nav-box {
    display: flex
}

html[dir=rtl] .header_style_6 .header-box .container .nav-box .main_menu_nav {
    padding: 0 50px 0 0;
    margin: 0 auto 0 0
}

@media (min-width:991px) {
    html[dir=rtl] .header_style_6.mobile_grid_tablet .container .nav-box {
        display: block !important
    }
}

html[dir=rtl] .header_style_7,
html[dir=rtl] .header_style_8,
html[dir=rtl] .header_style_9 {
    margin-right: 300px;
    margin-left: auto
}

html[dir=rtl] .header_style_7 #header,
html[dir=rtl] .header_style_8 #header,
html[dir=rtl] .header_style_9 #header {
    left: auto !important;
    right: 0 !important
}

@media (max-width:1024px) {
    html[dir=rtl] .header_style_6.mobile_grid_landscape .container .nav-box {
        display: block !important
    }

    html[dir=rtl] .header_style_7.mobile_grid_landscape,
    html[dir=rtl] .header_style_8.mobile_grid_landscape,
    html[dir=rtl] .header_style_9.mobile_grid_landscape {
        margin-right: auto;
        margin-left: auto
    }

    html[dir=rtl] .header_style_7.mobile_grid_landscape #header,
    html[dir=rtl] .header_style_8.mobile_grid_landscape #header,
    html[dir=rtl] .header_style_9.mobile_grid_landscape #header {
        left: 0 !important;
        right: 0 !important
    }

    .center-in-mobile .consulting-custom-title {
        text-align: center !important
    }
}

@media (max-width:991px) {

    html[dir=rtl] .header_style_7.mobile_grid_tablet,
    html[dir=rtl] .header_style_8.mobile_grid_tablet,
    html[dir=rtl] .header_style_9.mobile_grid_tablet {
        margin-right: auto;
        margin-left: auto
    }

    html[dir=rtl] .header_style_7.mobile_grid_tablet #header,
    html[dir=rtl] .header_style_8.mobile_grid_tablet #header,
    html[dir=rtl] .header_style_9.mobile_grid_tablet #header {
        left: 0 !important;
        right: 0 !important
    }

    .center-in-mobile .consulting-custom-title,
    .center-in-mobile .wpb_text_column {
        text-align: center !important
    }

    .center-in-mobile .vc_btn3-container {
        display: block !important;
        text-align: center !important;
        float: none !important
    }
}

html[dir=rtl] #header .header-box .container .nav-box .main_menu_nav>li.menu-item-has-children .arrow {
    right: auto !important;
    left: 0 !important
}

.woocommerce ul.products {
    display: flex;
    flex-wrap: wrap
}

.woocommerce table.shop_table td div.quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce table.shop_table td div.quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.woocommerce div.product form.cart {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.woocommerce div.product form.cart div.quantity input::-webkit-inner-spin-button,
.woocommerce div.product form.cart div.quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.woocommerce.columns-5 ul.products li {
    width: 20% !important
}

@media (max-width:991px) {
    .woocommerce.columns-5 ul.products li {
        width: 33.333333% !important
    }
}

@media (max-width:767px) {
    .woocommerce.columns-5 ul.products li {
        width: 50% !important
    }
}

@media (max-width:580px) {
    .woocommerce.columns-5 ul.products li {
        width: 100% !important
    }
}

.woocommerce.columns-4 ul.products li {
    width: 25% !important
}

@media (min-width:992px) {

    .woocommerce.columns-4 ul.products li:nth-child(4),
    .woocommerce.columns-5 ul.products li:nth-child(4),
    .woocommerce.columns-5 ul.products li:nth-child(5) {
        border-top-color: transparent
    }
}

@media (max-width:991px) {
    .woocommerce.columns-4 ul.products li {
        width: 33.333333% !important
    }
}

@media (max-width:767px) {
    .woocommerce.columns-4 ul.products li {
        width: 50% !important
    }
}

@media (max-width:580px) {
    .woocommerce.columns-4 ul.products li {
        width: 100% !important
    }
}

.woocommerce.columns-3 ul.products li {
    width: 33.333333% !important
}

@media (max-width:767px) {
    .woocommerce.columns-3 ul.products li {
        width: 50% !important
    }
}

@media (max-width:580px) {
    .woocommerce.columns-3 ul.products li {
        width: 100% !important
    }
}

.woocommerce.columns-2 ul.products li {
    width: 50% !important
}

@media (max-width:580px) {
    .woocommerce.columns-2 ul.products li {
        width: 100% !important
    }
}

.woocommerce.columns-1 ul.products li {
    width: 100% !important
}

.portfolio-carousel .owl-carousel .owl-stage-outer {
    z-index: 20
}

.portfolio-carousel .owl-carousel .owl-stage-outer .portfolio-carousel__item:hover {
    text-decoration: none
}

body .company_history {
    display: table
}

body .company_history li {
    display: table-row
}

body.customize-support .e-slider-tooltip.e-tooltip-wrap.e-popup {
    margin-top: -32px
}

.rounded-rotate-shadow .vc_single_image-wrapper {
    position: relative;
    margin: 40px
}

.rounded-rotate-shadow .vc_single_image-wrapper:before {
    content: '';
    position: absolute;
    border-radius: 40px;
    background-color: #f2f4fa;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.rounded-rotate-shadow .vc_single_image-wrapper img {
    border-radius: 40px
}

.portfolio-carousel .owl-dots .owl-dot,
.portfolio-carousel .owl-nav div:after,
.vc_image_carousel_wr .vc_image_carousel .owl-dots .owl-dot {
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%))
}

.request_callback_7 .input-group .wpcf7-text {
    border-radius: 50px;
    height: 50px;
    padding: 16px 30px;
    background-color: #fff;
    border: none
}

.request_callback_7 .input-group .wpcf7-submit {
    border-radius: 50px;
    height: 50px;
    padding: 16px 30px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    background: var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%));
    background-image: linear-gradient(to bottom, #f47f65, var(--con-base-bg-color, linear-gradient( 314deg, #212CF8 0%, #01F5FB 100%)))
}

.wpcf7 form .wpcf7-response-output {
    border: none;
    margin: 0 0 10px;
    padding: 18px 30px 18px 20px;
    font-size: 14px
}

.wpcf7 form.invalid .wpcf7-response-output {
    background-color: #ffd9d9;
    color: red
}

.request_callback_form.manchester_contact_form .request_callback {
    position: relative
}

.request_callback_form.manchester_contact_form .request_callback .row>div {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 25px
}

.request_callback_form.manchester_contact_form .request_callback .row>div.col-md-6:nth-child(2n) {
    padding-left: 45px
}

.request_callback_form.manchester_contact_form .request_callback .row>div.col-md-6:nth-child(2n+1) {
    padding-right: 45px
}

.request_callback_form.manchester_contact_form .request_callback .row>div:nth-last-child(2) {
    margin-bottom: 9px
}

.request_callback_form.manchester_contact_form .request_callback .sub_title {
    margin-bottom: 13px;
    line-height: 16px;
    font-weight: 300;
    font-size: 14px;
    color: #001446
}

.request_callback_form.manchester_contact_form .request_callback h3 {
    padding: 0;
    margin-bottom: 22px;
    line-height: 30px;
    letter-spacing: 0;
    font-size: 30px
}

.request_callback_form.manchester_contact_form .request_callback .form-icons {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
    font-size: 34px;
    color: #333
}

.request_callback_form.manchester_contact_form .request_callback .wpcf7-form-control {
    padding: 15px 15px 15px 60px;
    margin-bottom: 0;
    background: 0 0;
    border-bottom: 2px solid #fff;
    height: 60px;
    font-weight: 700;
    font-size: 18px;
    color: #fff
}

.request_callback_form.manchester_contact_form .request_callback .wpcf7-form-control.wpcf7-textarea {
    padding: 0;
    margin-top: 20px;
    height: 190px;
    min-height: 190px
}

.request_callback_form.manchester_contact_form .request_callback .wpcf7-form-control::-moz-placeholder {
    color: #333
}

.request_callback_form.manchester_contact_form .request_callback .wpcf7-form-control::placeholder {
    color: #333
}

.request_callback_form.manchester_contact_form .request_callback .wpcf7-form-control:focus {
    border-color: #fff;
    color: #fff
}

.request_callback_form.manchester_contact_form .request_callback .wpcf7-form-control:focus::-moz-placeholder {
    color: #fff
}

.request_callback_form.manchester_contact_form .request_callback .wpcf7-form-control:focus::placeholder {
    color: #fff
}

.request_callback_form.manchester_contact_form .request_callback label {
    display: block
}

.request_callback_form.manchester_contact_form .request_callback label:active span,
.request_callback_form.manchester_contact_form .request_callback label:focus span,
.request_callback_form.manchester_contact_form .request_callback label:focus-within span {
    color: #fff
}

.request_callback_form.manchester_contact_form .request_callback .stm-contact-message {
    position: absolute;
    bottom: 170px;
    right: -16%;
    font-size: 249px;
    color: #fff
}

.request_callback_form.manchester_contact_form .request_callback .vc_btn3.vc_btn3-color-theme_style_2 {
    letter-spacing: 1px;
    padding: 10px 50px !important
}

.request_callback_form.manchester_contact_form .request_callback .vc_btn3.vc_btn3-color-theme_style_2:hover {
    border-color: #fff !important;
    color: #fff !important
}

@media (max-width:1280px) {
    .request_callback_form.manchester_contact_form .request_callback .stm-contact-message {
        font-size: 190px
    }
}

@media (max-width:1199px) {
    .request_callback_form.manchester_contact_form .request_callback {
        padding-top: 60px;
        padding-bottom: 40px
    }
}

@media (max-width:1024px) {
    .request_callback_form.manchester_contact_form .request_callback .stm-contact-message {
        right: 0;
        bottom: 200px;
        font-size: 190px
    }
}

@media (max-width:767px) {
    .request_callback_form.manchester_contact_form .request_callback {
        padding-right: 15px;
        padding-left: 15px
    }

    .request_callback_form.manchester_contact_form .request_callback .row>div.col-md-6:nth-child(2n) {
        padding-left: 15px
    }

    .request_callback_form.manchester_contact_form .request_callback .row>div.col-md-6:nth-child(2n+1) {
        padding-right: 15px
    }

    .request_callback_form.manchester_contact_form .request_callback .stm-contact-message {
        font-size: 120px
    }
}

.request_callback_form.manchester_contact_form .request_callback .select2-container.select2-container--default .select2-selection--single {
    background-color: transparent;
    height: 60px;
    border: 0;
    border-bottom: 2px solid #fff
}

.request_callback_form.manchester_contact_form .request_callback .select2-container.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
    padding-left: 0;
    font-weight: 700;
    font-size: 18px;
    color: #333
}

.request_callback_form.manchester_contact_form .request_callback .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    color: #333
}

.request_callback_form.manchester_contact_form .request_callback .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow b:after {
    content: "\e9a8";
    font-family: stm !important;
    display: block;
    position: relative;
    top: 3px;
    left: 5px;
    transform: rotate(90deg);
    font-size: 14px
}

.request_callback_form.light-mode .request_callback .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after,
.request_callback_form.manchester_contact_form .request_callback .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b:after {
    transform: rotate(-90deg)
}

.request_callback_form.manchester_contact_form .request_callback .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.request_callback_form.manchester_contact_form .request_callback .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered {
    color: #fff
}

.request_callback_form.light-mode .request_callback .row>div.col-md-6:nth-child(2n) {
    padding-left: 15px
}

.request_callback_form.light-mode .request_callback .row>div.col-md-6:nth-child(2n+1) {
    padding-right: 15px
}

.request_callback_form.light-mode .request_callback .row>div:nth-last-child(2) {
    margin-bottom: 9px
}

.request_callback_form.light-mode .request_callback .wpcf7-form-control {
    border-bottom-color: #001446;
    outline: 0;
    color: #001446
}

.request_callback_form.light-mode .request_callback .wpcf7-form-control:focus {
    border-color: #001446;
    color: #001446;
    box-shadow: none
}

.request_callback_form.light-mode .request_callback .wpcf7-form-control:focus::-moz-placeholder {
    color: rgba(3, 39, 74, .6)
}

.request_callback_form.light-mode .request_callback .wpcf7-form-control:focus::placeholder {
    color: rgba(3, 39, 74, .6)
}

.request_callback_form.light-mode .request_callback .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.request_callback_form.light-mode .request_callback .select2-container.select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,
.request_callback_form.light-mode .request_callback label:active span,
.request_callback_form.light-mode .request_callback label:focus span,
.request_callback_form.light-mode .request_callback label:focus-within span {
    color: #001446
}

.request_callback_form.light-mode .request_callback .wpcf7-form-control.wpcf7-textarea {
    margin-top: 20px;
    height: 90px;
    min-height: 90px
}

.request_callback_form.light-mode .request_callback label {
    display: block
}

.request_callback_form.light-mode .request_callback .select2-container.select2-container--default .select2-selection--single {
    border-bottom-color: #001446
}

.request_callback_form.light-mode .request_callback .vc_btn3.vc_btn3-color-theme_style_2:hover {
    border-color: #001446 !important;
    color: #001446 !important
}

.force_no_stripe .h1:after,
.force_no_stripe .h2:after,
.force_no_stripe .h3:after,
.force_no_stripe .h4:after,
.force_no_stripe .h5:after,
.force_no_stripe .h6:after,
.force_no_stripe h1:after,
.force_no_stripe h2:after,
.force_no_stripe h3:after,
.force_no_stripe h4:after,
.force_no_stripe h5:after,
.force_no_stripe h6:after {
    display: none !important
}

body .h1:after,
body .h2:after,
body .h3:after,
body .h4:after,
body .h5:after,
body .h6:after,
body h1:after,
body h2:after,
body h3:after,
body h4:after,
body h5:after,
body h6:after {
    display: var(--con_heading_disable_line, block);
    width: var(--con_heading_line_width, 35px);
    height: var(--con_heading_line_height, 6px);
    background-color: var(--con_heading_line_color, var(--con_third_color));
    border-radius: var(--con_heading_line_border_radius, 3px)
}

.elementor-column>.elementor-widget-wrap>.elementor-element.elementor-absolute {
    padding: initial
}

.site_layout_los_angeles .top_bar #lang_sel>ul>li .lang_sel_sel {
    padding: 15px 24px 15px 1px !important
}

body.site_layout_melbourne .stm_theme_demos__popup img {
    filter: none
}

body.site_layout_los_angeles.single-stm_staff .vc_cta3-content-header .vc_custom_heading h2 {
    color: #222 !important
}

body.page .vc_custom_1485525262482 {
    margin-bottom: 60px !important
}

body.site_layout_14 .vc_cta3.third_bg_color h2,
body.site_layout_amsterdam .vc_cta3.third_bg_color h2 {
    color: #fff !important
}

html body .stm-header ul li.stm_megamenu>ul.sub-menu>li {
    margin: 36px 0
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li {
    line-height: 18px
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.fa[class^=stm-],
.fa[class*=" stm-"] {
    font-family: 'stm' !important
}

@media (max-width:1199px) {
    body.header_style_2 .header_top .top_nav .header_socials {
        margin: 0 !important
    }
}

@media (max-width:991px) {
    .add-mobile-space {
        margin-bottom: 30px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .vc_col-sm-4 .stm_contacts_widget.overlay_3.style_1 {
        padding-left: 20px !important;
        padding-right: 20px !important
    }
}

@media (max-width:425px) {
    body.single-stm_portfolio .wpb_video_widget .wpb_video_wrapper .video {
        max-height: 200px
    }
}

@media (max-width:767px) {
    body.single-stm_staff .vc_custom_1453120292205 {
        margin-bottom: 20px !important
    }

    body:not(.site_layout_1):not(.site_layout_los_angeles).single-stm_staff .vc_custom_1453120532096>.vc_col-sm-4:nth-child(2) {
        margin-bottom: 18px
    }
}

.e-slider-tooltip.e-tooltip-wrap.e-popup.e-tooltip-wrap.e-popup.e-material-default {
    z-index: 100 !important
}

.header_style_8.envato-preview-visible #header .header-box .container {
    padding-top: 120px
}

@media (min-width:768px) {

    body .calculator-settings .calc-container,
    body .calculator-settings .calc-container.vertical {
        padding-top: 90px !important
    }

    body .calculator-settings .ccb-demo-box-styles {
        display: block
    }

    body .calculator-settings .ccb-demo-box-styles .ccb-box-styles {
        background-color: #d2d8e5
    }
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    z-index: 99999;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    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;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px;
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.select2-container .select2-search--inline {
    float: left;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
}

.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;
    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;
    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%;
    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;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.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 {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%;
}

.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-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--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    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;
}

.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: #f6f6f6;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, #ffffff 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', 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 #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    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='#eeeeee', endColorstr='#cccccc', 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 #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    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-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, #ffffff 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', 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-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #ffffff 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    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 #aaa;
    border-radius: 4px;
    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 #aaa;
    outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
}

.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;
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family, "Font Awesome 6 Free");
    font-weight: var(--fa-style, 900)
}

.fa,
.fa-brands,
.fa-classic,
.fa-regular,
.fa-sharp,
.fa-solid,
.fab,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display, inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto
}

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
    font-family: "Font Awesome 6 Free"
}

.fa-brands,
.fab {
    font-family: "Font Awesome 6 Brands"
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin, 2.5em);
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width, 2em);
    line-height: inherit
}

.fa-border {
    border-radius: var(--fa-border-radius, .1em);
    border: var(--fa-border-width, .08em) var(--fa-border-style, solid) var(--fa-border-color, #eee);
    padding: var(--fa-border-padding, .2em .25em .15em)
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin, .3em)
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin, .3em)
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1))
}

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-beat-fade,
.fa-fade {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s)
}

.fa-beat-fade {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1))
}

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, ease-in-out);
    animation-timing-function: var(--fa-animation-timing, ease-in-out)
}

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-shake,
.fa-spin {
    -webkit-animation-delay: var(--fa-animation-delay, 0s);
    animation-delay: var(--fa-animation-delay, 0s);
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal)
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: var(--fa-animation-duration, 2s);
    animation-duration: var(--fa-animation-duration, 2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, linear);
    animation-timing-function: var(--fa-animation-timing, linear)
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,
.fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction, normal);
    animation-direction: var(--fa-animation-direction, normal);
    -webkit-animation-duration: var(--fa-animation-duration, 1s);
    animation-duration: var(--fa-animation-duration, 1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, steps(8));
    animation-timing-function: var(--fa-animation-timing, steps(8))
}

@media (prefers-reduced-motion:reduce) {

    .fa-beat,
    .fa-beat-fade,
    .fa-bounce,
    .fa-fade,
    .fa-flip,
    .fa-pulse,
    .fa-shake,
    .fa-spin,
    .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s
    }
}

@-webkit-keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@keyframes fa-beat {

    0%,
    90% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale, 1.25));
        transform: scale(var(--fa-beat-scale, 1.25))
    }
}

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0)
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
        transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em))
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0)
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound, -.125em))
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0)
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4)
    }
}

@-webkit-keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@keyframes fa-beat-fade {

    0%,
    to {
        opacity: var(--fa-beat-fade-opacity, .4);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale, 1.125));
        transform: scale(var(--fa-beat-fade-scale, 1.125))
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
        transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))
    }
}

@-webkit-keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,
    24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes fa-shake {
    0% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg)
    }

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }

    8%,
    24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg)
    }

    12%,
    28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg)
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg)
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg)
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    40%,
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle, none));
    transform: rotate(var(--fa-rotate-angle, none))
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index, auto)
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: var(--fa-inverse, #fff)
}

.fa-0:before {
    content: "\30"
}

.fa-1:before {
    content: "\31"
}

.fa-2:before {
    content: "\32"
}

.fa-3:before {
    content: "\33"
}

.fa-4:before {
    content: "\34"
}

.fa-5:before {
    content: "\35"
}

.fa-6:before {
    content: "\36"
}

.fa-7:before {
    content: "\37"
}

.fa-8:before {
    content: "\38"
}

.fa-9:before {
    content: "\39"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-arrows-to-circle:before {
    content: "\e4bd"
}

.fa-chevron-circle-right:before,
.fa-circle-chevron-right:before {
    content: "\f138"
}

.fa-at:before {
    content: "\40"
}

.fa-trash-alt:before,
.fa-trash-can:before {
    content: "\f2ed"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-user-times:before,
.fa-user-xmark:before {
    content: "\f235"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-comment-alt:before,
.fa-message:before {
    content: "\f27a"
}

.fa-info:before {
    content: "\f129"
}

.fa-compress-alt:before,
.fa-down-left-and-up-right-to-center:before {
    content: "\f422"
}

.fa-explosion:before {
    content: "\e4e9"
}

.fa-file-alt:before,
.fa-file-lines:before,
.fa-file-text:before {
    content: "\f15c"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-building-un:before {
    content: "\e4d9"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-calendar-alt:before,
.fa-calendar-days:before {
    content: "\f073"
}

.fa-anchor-circle-check:before {
    content: "\e4aa"
}

.fa-building-circle-arrow-right:before {
    content: "\e4d1"
}

.fa-volleyball-ball:before,
.fa-volleyball:before {
    content: "\f45f"
}

.fa-arrows-up-to-line:before {
    content: "\e4c2"
}

.fa-sort-desc:before,
.fa-sort-down:before {
    content: "\f0dd"
}

.fa-circle-minus:before,
.fa-minus-circle:before {
    content: "\f056"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-right-from-bracket:before,
.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-heart-music-camera-bolt:before,
.fa-icons:before {
    content: "\f86d"
}

.fa-microphone-alt-slash:before,
.fa-microphone-lines-slash:before {
    content: "\f539"
}

.fa-bridge-circle-check:before {
    content: "\e4c9"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-magnifying-glass-location:before,
.fa-search-location:before {
    content: "\f689"
}

.fa-forward-step:before,
.fa-step-forward:before {
    content: "\f051"
}

.fa-face-smile-beam:before,
.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-football-ball:before,
.fa-football:before {
    content: "\f44e"
}

.fa-school-circle-exclamation:before {
    content: "\e56c"
}

.fa-crop:before {
    content: "\f125"
}

.fa-angle-double-down:before,
.fa-angles-down:before {
    content: "\f103"
}

.fa-users-rectangle:before {
    content: "\e594"
}

.fa-people-roof:before {
    content: "\e537"
}

.fa-people-line:before {
    content: "\e534"
}

.fa-beer-mug-empty:before,
.fa-beer:before {
    content: "\f0fc"
}

.fa-diagram-predecessor:before {
    content: "\e477"
}

.fa-arrow-up-long:before,
.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-burn:before,
.fa-fire-flame-simple:before {
    content: "\f46a"
}

.fa-male:before,
.fa-person:before {
    content: "\f183"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-truck-plane:before {
    content: "\e58f"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-face-grin-stars:before,
.fa-grin-stars:before {
    content: "\f587"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-pastafarianism:before,
.fa-spaghetti-monster-flying:before {
    content: "\f67b"
}

.fa-arrow-down-up-across-line:before {
    content: "\e4af"
}

.fa-spoon:before,
.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-jar-wheat:before {
    content: "\e517"
}

.fa-envelopes-bulk:before,
.fa-mail-bulk:before {
    content: "\f674"
}

.fa-file-circle-exclamation:before {
    content: "\e4eb"
}

.fa-circle-h:before,
.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-pager:before {
    content: "\f815"
}

.fa-address-book:before,
.fa-contact-book:before {
    content: "\f2b9"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-k:before {
    content: "\4b"
}

.fa-landmark-flag:before {
    content: "\e51c"
}

.fa-pencil-alt:before,
.fa-pencil:before {
    content: "\f303"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-comments:before {
    content: "\f086"
}

.fa-file-clipboard:before,
.fa-paste:before {
    content: "\f0ea"
}

.fa-code-pull-request:before {
    content: "\e13c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-truck-loading:before,
.fa-truck-ramp-box:before {
    content: "\f4de"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-vial-virus:before {
    content: "\e597"
}

.fa-sheet-plastic:before {
    content: "\e571"
}

.fa-blog:before {
    content: "\f781"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-person-arrow-up-from-line:before {
    content: "\e539"
}

.fa-scroll-torah:before,
.fa-torah:before {
    content: "\f6a0"
}

.fa-broom-ball:before,
.fa-quidditch-broom-ball:before,
.fa-quidditch:before {
    content: "\f458"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-archive:before,
.fa-box-archive:before {
    content: "\f187"
}

.fa-person-drowning:before {
    content: "\e545"
}

.fa-arrow-down-9-1:before,
.fa-sort-numeric-desc:before,
.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-face-grin-tongue-squint:before,
.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-w:before {
    content: "\57"
}

.fa-earth-africa:before,
.fa-globe-africa:before {
    content: "\f57c"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-tablet-alt:before,
.fa-tablet-screen-button:before {
    content: "\f3fa"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-trowel-bricks:before {
    content: "\e58a"
}

.fa-face-flushed:before,
.fa-flushed:before {
    content: "\f579"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-tent-arrow-left-right:before {
    content: "\e57f"
}

.fa-gavel:before,
.fa-legal:before {
    content: "\f0e3"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-bell-concierge:before,
.fa-concierge-bell:before {
    content: "\f562"
}

.fa-pen-ruler:before,
.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-people-arrows-left-right:before,
.fa-people-arrows:before {
    content: "\e068"
}

.fa-mars-and-venus-burst:before {
    content: "\e523"
}

.fa-caret-square-right:before,
.fa-square-caret-right:before {
    content: "\f152"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-sun-plant-wilt:before {
    content: "\e57a"
}

.fa-toilets-portable:before {
    content: "\e584"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magnifying-glass-arrow-right:before {
    content: "\e521"
}

.fa-digital-tachograph:before,
.fa-tachograph-digital:before {
    content: "\f566"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-clover:before {
    content: "\e139"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f3e5"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-house-fire:before {
    content: "\e50c"
}

.fa-minus-square:before,
.fa-square-minus:before {
    content: "\f146"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-down:before,
.fa-square-caret-down:before {
    content: "\f150"
}

.fa-file-circle-question:before {
    content: "\e4ef"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-bars:before,
.fa-navicon:before {
    content: "\f0c9"
}

.fa-people-group:before {
    content: "\e533"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-heart-broken:before,
.fa-heart-crack:before {
    content: "\f7a9"
}

.fa-external-link-square-alt:before,
.fa-square-up-right:before {
    content: "\f360"
}

.fa-face-kiss-beam:before,
.fa-kiss-beam:before {
    content: "\f597"
}

.fa-film:before {
    content: "\f008"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-people-robbery:before {
    content: "\e536"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-circle-exclamation:before,
.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-school-circle-xmark:before {
    content: "\e56d"
}

.fa-arrow-right-from-bracket:before,
.fa-sign-out:before {
    content: "\f08b"
}

.fa-chevron-circle-down:before,
.fa-circle-chevron-down:before {
    content: "\f13a"
}

.fa-unlock-alt:before,
.fa-unlock-keyhole:before {
    content: "\f13e"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-headphones-alt:before,
.fa-headphones-simple:before {
    content: "\f58f"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-circle-dollar-to-slot:before,
.fa-donate:before {
    content: "\f4b9"
}

.fa-memory:before {
    content: "\f538"
}

.fa-road-spikes:before {
    content: "\e568"
}

.fa-fire-burner:before {
    content: "\e4f1"
}

.fa-flag:before {
    content: "\f024"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-volume-down:before,
.fa-volume-low:before {
    content: "\f027"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-compress:before {
    content: "\f066"
}

.fa-wheat-alt:before,
.fa-wheat-awn:before {
    content: "\e2cd"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-hands-holding-child:before {
    content: "\e4fa"
}

.fa-asterisk:before {
    content: "\2a"
}

.fa-check-square:before,
.fa-square-check:before {
    content: "\f14a"
}

.fa-peseta-sign:before {
    content: "\e221"
}

.fa-header:before,
.fa-heading:before {
    content: "\f1dc"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-list-squares:before,
.fa-list:before {
    content: "\f03a"
}

.fa-phone-square-alt:before,
.fa-square-phone-flip:before {
    content: "\f87b"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-circle-dot:before,
.fa-dot-circle:before {
    content: "\f192"
}

.fa-dizzy:before,
.fa-face-dizzy:before {
    content: "\f567"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-house-medical-circle-xmark:before {
    content: "\e513"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-futbol-ball:before,
.fa-futbol:before,
.fa-soccer-ball:before {
    content: "\f1e3"
}

.fa-paint-brush:before,
.fa-paintbrush:before {
    content: "\f1fc"
}

.fa-lock:before {
    content: "\f023"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-hot-tub-person:before,
.fa-hot-tub:before {
    content: "\f593"
}

.fa-map-location:before,
.fa-map-marked:before {
    content: "\f59f"
}

.fa-house-flood-water:before {
    content: "\e50e"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-bridge-lock:before {
    content: "\e4cc"
}

.fa-sack-dollar:before {
    content: "\f81d"
}

.fa-edit:before,
.fa-pen-to-square:before {
    content: "\f044"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-share-alt:before,
.fa-share-nodes:before {
    content: "\f1e0"
}

.fa-heart-circle-minus:before {
    content: "\e4ff"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-bag-shopping:before,
.fa-shopping-bag:before {
    content: "\f290"
}

.fa-arrow-down-z-a:before,
.fa-sort-alpha-desc:before,
.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-person-rays:before {
    content: "\e54d"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-flask-vial:before {
    content: "\e4f3"
}

.fa-hand-paper:before,
.fa-hand:before {
    content: "\f256"
}

.fa-om:before {
    content: "\f679"
}

.fa-worm:before {
    content: "\e599"
}

.fa-house-circle-xmark:before {
    content: "\e50b"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-face-kiss:before,
.fa-kiss:before {
    content: "\f596"
}

.fa-bridge-circle-xmark:before {
    content: "\e4cb"
}

.fa-face-grin-tongue:before,
.fa-grin-tongue:before {
    content: "\f589"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-face-grin-wink:before,
.fa-grin-wink:before {
    content: "\f58c"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-ear-deaf:before,
.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa-road-circle-check:before {
    content: "\e564"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-rss-square:before,
.fa-square-rss:before {
    content: "\f143"
}

.fa-land-mine-on:before {
    content: "\e51b"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-stairs:before {
    content: "\e289"
}

.fa-i:before {
    content: "\49"
}

.fa-hryvnia-sign:before,
.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-pills:before {
    content: "\f484"
}

.fa-face-grin-wide:before,
.fa-grin-alt:before {
    content: "\f581"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-v:before {
    content: "\56"
}

.fa-bangladeshi-taka-sign:before {
    content: "\e2e6"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-rod-asclepius:before,
.fa-rod-snake:before,
.fa-staff-aesculapius:before,
.fa-staff-snake:before {
    content: "\e579"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-ambulance:before,
.fa-truck-medical:before {
    content: "\f0f9"
}

.fa-wheat-awn-circle-exclamation:before {
    content: "\e598"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-road-barrier:before {
    content: "\e562"
}

.fa-school:before {
    content: "\f549"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-joint:before {
    content: "\f595"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-q:before {
    content: "\51"
}

.fa-g:before {
    content: "\47"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-temperature-2:before,
.fa-temperature-half:before,
.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-dong-sign:before {
    content: "\e169"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-poo-bolt:before,
.fa-poo-storm:before {
    content: "\f75a"
}

.fa-face-frown-open:before,
.fa-frown-open:before {
    content: "\f57a"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-helmet-un:before {
    content: "\e503"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-arrow-up-from-bracket:before {
    content: "\e09a"
}

.fa-folder-blank:before,
.fa-folder:before {
    content: "\f07b"
}

.fa-file-medical-alt:before,
.fa-file-waveform:before {
    content: "\f478"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-chart-simple:before {
    content: "\e473"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-vial:before {
    content: "\f492"
}

.fa-dashboard:before,
.fa-gauge-med:before,
.fa-gauge:before,
.fa-tachometer-alt-average:before {
    content: "\f624"
}

.fa-magic-wand-sparkles:before,
.fa-wand-magic-sparkles:before {
    content: "\e2ca"
}

.fa-e:before {
    content: "\45"
}

.fa-pen-alt:before,
.fa-pen-clip:before {
    content: "\f305"
}

.fa-bridge-circle-exclamation:before {
    content: "\e4ca"
}

.fa-user:before {
    content: "\f007"
}

.fa-school-circle-check:before {
    content: "\e56b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-shuttle-van:before,
.fa-van-shuttle:before {
    content: "\f5b6"
}

.fa-building-user:before {
    content: "\e4da"
}

.fa-caret-square-left:before,
.fa-square-caret-left:before {
    content: "\f191"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-key:before {
    content: "\f084"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-person-half-dress:before {
    content: "\e548"
}

.fa-road-bridge:before {
    content: "\e563"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-c:before {
    content: "\43"
}

.fa-tablet-button:before {
    content: "\f10a"
}

.fa-building-lock:before {
    content: "\e4d6"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-area-chart:before,
.fa-chart-area:before {
    content: "\f1fe"
}

.fa-house-flag:before {
    content: "\e50d"
}

.fa-person-circle-minus:before {
    content: "\e540"
}

.fa-ban:before,
.fa-cancel:before {
    content: "\f05e"
}

.fa-camera-rotate:before {
    content: "\e0d8"
}

.fa-air-freshener:before,
.fa-spray-can-sparkles:before {
    content: "\f5d0"
}

.fa-star:before {
    content: "\f005"
}

.fa-repeat:before {
    content: "\f363"
}

.fa-cross:before {
    content: "\f654"
}

.fa-box:before {
    content: "\f466"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-arrow-pointer:before,
.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-expand-arrows-alt:before,
.fa-maximize:before {
    content: "\f31e"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-shapes:before,
.fa-triangle-circle-square:before {
    content: "\f61f"
}

.fa-random:before,
.fa-shuffle:before {
    content: "\f074"
}

.fa-person-running:before,
.fa-running:before {
    content: "\f70c"
}

.fa-mobile-retro:before {
    content: "\e527"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-spider:before {
    content: "\f717"
}

.fa-hands-bound:before {
    content: "\e4f9"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-plane-circle-exclamation:before {
    content: "\e556"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-slash:before {
    content: "\f715"
}

.fa-computer-mouse:before,
.fa-mouse:before {
    content: "\f8cc"
}

.fa-arrow-right-to-bracket:before,
.fa-sign-in:before {
    content: "\f090"
}

.fa-shop-slash:before,
.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-server:before {
    content: "\f233"
}

.fa-virus-covid-slash:before {
    content: "\e4a9"
}

.fa-shop-lock:before {
    content: "\e4a5"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-building-wheat:before {
    content: "\e4db"
}

.fa-person-breastfeeding:before {
    content: "\e53a"
}

.fa-right-to-bracket:before,
.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-venus:before {
    content: "\f221"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-heart-pulse:before,
.fa-heartbeat:before {
    content: "\f21e"
}

.fa-people-carry-box:before,
.fa-people-carry:before {
    content: "\f4ce"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-crown:before {
    content: "\f521"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-xmarks-lines:before {
    content: "\e59a"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-weight-scale:before,
.fa-weight:before {
    content: "\f496"
}

.fa-user-friends:before,
.fa-user-group:before {
    content: "\f500"
}

.fa-arrow-up-a-z:before,
.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-face-laugh-squint:before,
.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-arrow-circle-up:before,
.fa-circle-arrow-up:before {
    content: "\f0aa"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-person-walking:before,
.fa-walking:before {
    content: "\f554"
}

.fa-l:before {
    content: "\4c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-bed-pulse:before,
.fa-procedures:before {
    content: "\f487"
}

.fa-shuttle-space:before,
.fa-space-shuttle:before {
    content: "\f197"
}

.fa-face-laugh:before,
.fa-laugh:before {
    content: "\f599"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-heart-circle-plus:before {
    content: "\e500"
}

.fa-code-fork:before {
    content: "\e13b"
}

.fa-city:before {
    content: "\f64f"
}

.fa-microphone-alt:before,
.fa-microphone-lines:before {
    content: "\f3c9"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-colon-sign:before {
    content: "\e140"
}

.fa-headset:before {
    content: "\f590"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-road-circle-xmark:before {
    content: "\e566"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-mars-stroke-up:before,
.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-champagne-glasses:before,
.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-house-circle-exclamation:before {
    content: "\e50a"
}

.fa-file-arrow-up:before,
.fa-file-upload:before {
    content: "\f574"
}

.fa-wifi-3:before,
.fa-wifi-strong:before,
.fa-wifi:before {
    content: "\f1eb"
}

.fa-bath:before,
.fa-bathtub:before {
    content: "\f2cd"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-user-edit:before,
.fa-user-pen:before {
    content: "\f4ff"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-bold:before {
    content: "\f032"
}

.fa-anchor-lock:before {
    content: "\e4ad"
}

.fa-building-ngo:before {
    content: "\e4d7"
}

.fa-manat-sign:before {
    content: "\e1d5"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-border-style:before,
.fa-border-top-left:before {
    content: "\f853"
}

.fa-map-location-dot:before,
.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-poll:before,
.fa-square-poll-vertical:before {
    content: "\f681"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-battery-car:before,
.fa-car-battery:before {
    content: "\f5df"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-building-circle-check:before {
    content: "\e4d2"
}

.fa-person-chalkboard:before {
    content: "\e53d"
}

.fa-mars-stroke-h:before,
.fa-mars-stroke-right:before {
    content: "\f22b"
}

.fa-hand-back-fist:before,
.fa-hand-rock:before {
    content: "\f255"
}

.fa-caret-square-up:before,
.fa-square-caret-up:before {
    content: "\f151"
}

.fa-cloud-showers-water:before {
    content: "\e4e4"
}

.fa-bar-chart:before,
.fa-chart-bar:before {
    content: "\f080"
}

.fa-hands-bubbles:before,
.fa-hands-wash:before {
    content: "\e05e"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-train:before {
    content: "\f238"
}

.fa-eye-low-vision:before,
.fa-low-vision:before {
    content: "\f2a8"
}

.fa-crow:before {
    content: "\f520"
}

.fa-sailboat:before {
    content: "\e445"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-plus-square:before,
.fa-square-plus:before {
    content: "\f0fe"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-bucket:before {
    content: "\e4cf"
}

.fa-image:before {
    content: "\f03e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-cow:before {
    content: "\f6c8"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-folder-closed:before {
    content: "\e185"
}

.fa-house-tsunami:before {
    content: "\e515"
}

.fa-square-nfi:before {
    content: "\e576"
}

.fa-arrow-up-from-ground-water:before {
    content: "\e4b5"
}

.fa-glass-martini-alt:before,
.fa-martini-glass:before {
    content: "\f57b"
}

.fa-rotate-back:before,
.fa-rotate-backward:before,
.fa-rotate-left:before,
.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-columns:before,
.fa-table-columns:before {
    content: "\f0db"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-dolly-box:before,
.fa-dolly:before {
    content: "\f472"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-compress-arrows-alt:before,
.fa-minimize:before {
    content: "\f78c"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-angle-double-right:before,
.fa-angles-right:before {
    content: "\f101"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-circle-play:before,
.fa-play-circle:before {
    content: "\f144"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-eur:before,
.fa-euro-sign:before,
.fa-euro:before {
    content: "\f153"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-check-circle:before,
.fa-circle-check:before {
    content: "\f058"
}

.fa-circle-stop:before,
.fa-stop-circle:before {
    content: "\f28d"
}

.fa-compass-drafting:before,
.fa-drafting-compass:before {
    content: "\f568"
}

.fa-plate-wheat:before {
    content: "\e55a"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-person-shelter:before {
    content: "\e54f"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-face-laugh-beam:before,
.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-helicopter-symbol:before {
    content: "\e502"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-chevron-circle-up:before,
.fa-circle-chevron-up:before {
    content: "\f139"
}

.fa-lari-sign:before {
    content: "\e1c8"
}

.fa-volcano:before {
    content: "\f770"
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: "\e553"
}

.fa-gbp:before,
.fa-pound-sign:before,
.fa-sterling-sign:before {
    content: "\f154"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-square-person-confined:before {
    content: "\e577"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-arrow-down-long:before,
.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-tent-arrow-down-to-line:before {
    content: "\e57e"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-person-skating:before,
.fa-skating:before {
    content: "\f7c5"
}

.fa-filter-circle-dollar:before,
.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-arrow-circle-down:before,
.fa-circle-arrow-down:before {
    content: "\f0ab"
}

.fa-arrow-right-to-file:before,
.fa-file-import:before {
    content: "\f56f"
}

.fa-external-link-square:before,
.fa-square-arrow-up-right:before {
    content: "\f14c"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-location-pin-lock:before {
    content: "\e51f"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-hill-avalanche:before {
    content: "\e507"
}

.fa-temperature-0:before,
.fa-temperature-empty:before,
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-address-card:before,
.fa-contact-card:before,
.fa-vcard:before {
    content: "\f2bb"
}

.fa-balance-scale-right:before,
.fa-scale-unbalanced-flip:before {
    content: "\f516"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-diamond-turn-right:before,
.fa-directions:before {
    content: "\f5eb"
}

.fa-burst:before {
    content: "\e4dc"
}

.fa-house-laptop:before,
.fa-laptop-house:before {
    content: "\e066"
}

.fa-face-tired:before,
.fa-tired:before {
    content: "\f5c8"
}

.fa-money-bills:before {
    content: "\e1f3"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-cloud-arrow-up:before,
.fa-cloud-upload-alt:before,
.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-arrows-turn-right:before {
    content: "\e4c0"
}

.fa-vest:before {
    content: "\e085"
}

.fa-ferry:before {
    content: "\e4ea"
}

.fa-arrows-down-to-people:before {
    content: "\e4b9"
}

.fa-seedling:before,
.fa-sprout:before {
    content: "\f4d8"
}

.fa-arrows-alt-h:before,
.fa-left-right:before {
    content: "\f337"
}

.fa-boxes-packing:before {
    content: "\e4c7"
}

.fa-arrow-circle-left:before,
.fa-circle-arrow-left:before {
    content: "\f0a8"
}

.fa-group-arrows-rotate:before {
    content: "\e4f6"
}

.fa-bowl-food:before {
    content: "\e4c6"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-arrow-down-wide-short:before,
.fa-sort-amount-asc:before,
.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-cloud-bolt:before,
.fa-thunderstorm:before {
    content: "\f76c"
}

.fa-remove-format:before,
.fa-text-slash:before {
    content: "\f87d"
}

.fa-face-smile-wink:before,
.fa-smile-wink:before {
    content: "\f4da"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-arrows-h:before,
.fa-arrows-left-right:before {
    content: "\f07e"
}

.fa-house-lock:before {
    content: "\e510"
}

.fa-cloud-arrow-down:before,
.fa-cloud-download-alt:before,
.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-children:before {
    content: "\e4e1"
}

.fa-blackboard:before,
.fa-chalkboard:before {
    content: "\f51b"
}

.fa-user-alt-slash:before,
.fa-user-large-slash:before {
    content: "\f4fa"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-handshake-alt-slash:before,
.fa-handshake-simple-slash:before {
    content: "\e05f"
}

.fa-mattress-pillow:before {
    content: "\e525"
}

.fa-guarani-sign:before {
    content: "\e19a"
}

.fa-arrows-rotate:before,
.fa-refresh:before,
.fa-sync:before {
    content: "\f021"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-cruzeiro-sign:before {
    content: "\e152"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-shield-alt:before,
.fa-shield-halved:before {
    content: "\f3ed"
}

.fa-atlas:before,
.fa-book-atlas:before {
    content: "\f558"
}

.fa-virus:before {
    content: "\e074"
}

.fa-envelope-circle-check:before {
    content: "\e4e8"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-arrows-to-dot:before {
    content: "\e4be"
}

.fa-archway:before {
    content: "\f557"
}

.fa-heart-circle-check:before {
    content: "\e4fd"
}

.fa-house-chimney-crack:before,
.fa-house-damage:before {
    content: "\f6f1"
}

.fa-file-archive:before,
.fa-file-zipper:before {
    content: "\f1c6"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-glass-martini:before,
.fa-martini-glass-empty:before {
    content: "\f000"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cedi-sign:before {
    content: "\e0df"
}

.fa-italic:before {
    content: "\f033"
}

.fa-church:before {
    content: "\f51d"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-z:before {
    content: "\5a"
}

.fa-person-skiing:before,
.fa-skiing:before {
    content: "\f7c9"
}

.fa-road-lock:before {
    content: "\e567"
}

.fa-a:before {
    content: "\41"
}

.fa-temperature-arrow-down:before,
.fa-temperature-down:before {
    content: "\e03f"
}

.fa-feather-alt:before,
.fa-feather-pointed:before {
    content: "\f56b"
}

.fa-p:before {
    content: "\50"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-ad:before,
.fa-rectangle-ad:before {
    content: "\f641"
}

.fa-arrow-circle-right:before,
.fa-circle-arrow-right:before {
    content: "\f0a9"
}

.fa-filter-circle-xmark:before {
    content: "\e17b"
}

.fa-locust:before {
    content: "\e520"
}

.fa-sort:before,
.fa-unsorted:before {
    content: "\f0dc"
}

.fa-list-1-2:before,
.fa-list-numeric:before,
.fa-list-ol:before {
    content: "\f0cb"
}

.fa-person-dress-burst:before {
    content: "\e544"
}

.fa-money-check-alt:before,
.fa-money-check-dollar:before {
    content: "\f53d"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-face-kiss-wink-heart:before,
.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-question:before {
    content: "\3f"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-arrows-alt:before,
.fa-up-down-left-right:before {
    content: "\f0b2"
}

.fa-house-chimney-user:before {
    content: "\e065"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-star-half-alt:before,
.fa-star-half-stroke:before {
    content: "\f5c0"
}

.fa-code:before {
    content: "\f121"
}

.fa-glass-whiskey:before,
.fa-whiskey-glass:before {
    content: "\f7a0"
}

.fa-building-circle-exclamation:before {
    content: "\e4d3"
}

.fa-magnifying-glass-chart:before {
    content: "\e522"
}

.fa-arrow-up-right-from-square:before,
.fa-external-link:before {
    content: "\f08e"
}

.fa-cubes-stacked:before {
    content: "\e4e6"
}

.fa-krw:before,
.fa-won-sign:before,
.fa-won:before {
    content: "\f159"
}

.fa-virus-covid:before {
    content: "\e4a8"
}

.fa-austral-sign:before {
    content: "\e0a9"
}

.fa-f:before {
    content: "\46"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-road:before {
    content: "\f018"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-person-circle-plus:before {
    content: "\e541"
}

.fa-chart-pie:before,
.fa-pie-chart:before {
    content: "\f200"
}

.fa-bolt-lightning:before {
    content: "\e0b7"
}

.fa-sack-xmark:before {
    content: "\e56a"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-fish-fins:before {
    content: "\e4f2"
}

.fa-building-flag:before {
    content: "\e4d5"
}

.fa-face-grin-beam:before,
.fa-grin-beam:before {
    content: "\f582"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-poop:before {
    content: "\f619"
}

.fa-location-pin:before,
.fa-map-marker:before {
    content: "\f041"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-hard-hat:before,
.fa-hat-hard:before,
.fa-helmet-safety:before {
    content: "\f807"
}

.fa-eject:before {
    content: "\f052"
}

.fa-arrow-alt-circle-right:before,
.fa-circle-right:before {
    content: "\f35a"
}

.fa-plane-circle-check:before {
    content: "\e555"
}

.fa-face-rolling-eyes:before,
.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-chart-line:before,
.fa-line-chart:before {
    content: "\f201"
}

.fa-mask-ventilator:before {
    content: "\e524"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-map-signs:before,
.fa-signs-post:before {
    content: "\f277"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-person-circle-question:before {
    content: "\e542"
}

.fa-h:before {
    content: "\48"
}

.fa-tarp:before {
    content: "\e57b"
}

.fa-screwdriver-wrench:before,
.fa-tools:before {
    content: "\f7d9"
}

.fa-arrows-to-eye:before {
    content: "\e4bf"
}

.fa-plug-circle-bolt:before {
    content: "\e55b"
}

.fa-heart:before {
    content: "\f004"
}

.fa-mars-and-venus:before {
    content: "\f224"
}

.fa-home-user:before,
.fa-house-user:before {
    content: "\e1b0"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-house-crack:before {
    content: "\e3b1"
}

.fa-cocktail:before,
.fa-martini-glass-citrus:before {
    content: "\f561"
}

.fa-face-surprise:before,
.fa-surprise:before {
    content: "\f5c2"
}

.fa-bottle-water:before {
    content: "\e4c5"
}

.fa-circle-pause:before,
.fa-pause-circle:before {
    content: "\f28b"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-apple-alt:before,
.fa-apple-whole:before {
    content: "\f5d1"
}

.fa-kitchen-set:before {
    content: "\e51a"
}

.fa-r:before {
    content: "\52"
}

.fa-temperature-1:before,
.fa-temperature-quarter:before,
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-bitcoin-sign:before {
    content: "\e0b4"
}

.fa-shield-dog:before {
    content: "\e573"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-elevator:before {
    content: "\e16d"
}

.fa-money-bill-transfer:before {
    content: "\e528"
}

.fa-money-bill-trend-up:before {
    content: "\e529"
}

.fa-house-flood-water-circle-arrow-right:before {
    content: "\e50f"
}

.fa-poll-h:before,
.fa-square-poll-horizontal:before {
    content: "\f682"
}

.fa-circle:before {
    content: "\f111"
}

.fa-backward-fast:before,
.fa-fast-backward:before {
    content: "\f049"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-basketball-ball:before,
.fa-basketball:before {
    content: "\f434"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-arrow-alt-circle-up:before,
.fa-circle-up:before {
    content: "\f35b"
}

.fa-mobile-alt:before,
.fa-mobile-screen-button:before {
    content: "\f3cd"
}

.fa-volume-high:before,
.fa-volume-up:before {
    content: "\f028"
}

.fa-users-rays:before {
    content: "\e593"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-burger:before,
.fa-hamburger:before {
    content: "\f805"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-bugs:before {
    content: "\e4d0"
}

.fa-rupee-sign:before,
.fa-rupee:before {
    content: "\f156"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-circle-question:before,
.fa-question-circle:before {
    content: "\f059"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-book-bookmark:before {
    content: "\e0bb"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-bridge:before {
    content: "\e4c8"
}

.fa-phone-alt:before,
.fa-phone-flip:before {
    content: "\f879"
}

.fa-truck-front:before {
    content: "\e2b7"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-anchor-circle-exclamation:before {
    content: "\e4ab"
}

.fa-truck-field:before {
    content: "\e58d"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-clipboard-question:before {
    content: "\e4e3"
}

.fa-panorama:before {
    content: "\e209"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-file-circle-minus:before {
    content: "\e4ed"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-fast-forward:before,
.fa-forward-fast:before {
    content: "\f050"
}

.fa-face-meh-blank:before,
.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-parking:before,
.fa-square-parking:before {
    content: "\f540"
}

.fa-house-signal:before {
    content: "\e012"
}

.fa-bars-progress:before,
.fa-tasks-alt:before {
    content: "\f828"
}

.fa-faucet-drip:before {
    content: "\e006"
}

.fa-cart-flatbed:before,
.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-ban-smoking:before,
.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-mobile-button:before {
    content: "\f10b"
}

.fa-house-medical-flag:before {
    content: "\e514"
}

.fa-basket-shopping:before,
.fa-shopping-basket:before {
    content: "\f291"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-bus-alt:before,
.fa-bus-simple:before {
    content: "\f55e"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-face-sad-cry:before,
.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-person-military-to-person:before {
    content: "\e54c"
}

.fa-file-shield:before {
    content: "\e4f0"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-pen:before {
    content: "\f304"
}

.fa-tower-observation:before {
    content: "\e586"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-signal-5:before,
.fa-signal-perfect:before,
.fa-signal:before {
    content: "\f012"
}

.fa-bus:before {
    content: "\f207"
}

.fa-heart-circle-xmark:before {
    content: "\e501"
}

.fa-home-lg:before,
.fa-house-chimney:before {
    content: "\e3af"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-face-frown:before,
.fa-frown:before {
    content: "\f119"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-shop:before,
.fa-store-alt:before {
    content: "\f54f"
}

.fa-floppy-disk:before,
.fa-save:before {
    content: "\f0c7"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-balance-scale-left:before,
.fa-scale-unbalanced:before {
    content: "\f515"
}

.fa-sort-asc:before,
.fa-sort-up:before {
    content: "\f0de"
}

.fa-comment-dots:before,
.fa-commenting:before {
    content: "\f4ad"
}

.fa-plant-wilt:before {
    content: "\e5aa"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-face-grin-squint:before,
.fa-grin-squint:before {
    content: "\f585"
}

.fa-hand-holding-dollar:before,
.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hands-praying:before,
.fa-praying-hands:before {
    content: "\f684"
}

.fa-arrow-right-rotate:before,
.fa-arrow-rotate-forward:before,
.fa-arrow-rotate-right:before,
.fa-redo:before {
    content: "\f01e"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-location-crosshairs:before,
.fa-location:before {
    content: "\f601"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-child-dress:before {
    content: "\e59c"
}

.fa-users-between-lines:before {
    content: "\e591"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-face-grin-tears:before,
.fa-grin-tears:before {
    content: "\f588"
}

.fa-phone:before {
    content: "\f095"
}

.fa-calendar-times:before,
.fa-calendar-xmark:before {
    content: "\f273"
}

.fa-child-reaching:before {
    content: "\e59d"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-user-cog:before,
.fa-user-gear:before {
    content: "\f4fe"
}

.fa-arrow-up-1-9:before,
.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-mosquito-net:before {
    content: "\e52c"
}

.fa-bridge-water:before {
    content: "\e4ce"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-digging:before,
.fa-person-digging:before {
    content: "\f85e"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-gauge-simple-med:before,
.fa-gauge-simple:before,
.fa-tachometer-average:before {
    content: "\f629"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-quote-right-alt:before,
.fa-quote-right:before {
    content: "\f10e"
}

.fa-shirt:before,
.fa-t-shirt:before,
.fa-tshirt:before {
    content: "\f553"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-divide:before {
    content: "\f529"
}

.fa-tenge-sign:before,
.fa-tenge:before {
    content: "\f7d7"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-hands-holding:before {
    content: "\f4c2"
}

.fa-hands-clapping:before {
    content: "\e1a8"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-person-circle-xmark:before {
    content: "\e543"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-j:before {
    content: "\4a"
}

.fa-users-viewfinder:before {
    content: "\e595"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-external-link-alt:before,
.fa-up-right-from-square:before {
    content: "\f35d"
}

.fa-table-cells:before,
.fa-th:before {
    content: "\f00a"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-bible:before,
.fa-book-bible:before {
    content: "\f647"
}

.fa-o:before {
    content: "\4f"
}

.fa-medkit:before,
.fa-suitcase-medical:before {
    content: "\f0fa"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-otter:before {
    content: "\f700"
}

.fa-female:before,
.fa-person-dress:before {
    content: "\f182"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-briefcase-clock:before,
.fa-business-time:before {
    content: "\f64a"
}

.fa-table-cells-large:before,
.fa-th-large:before {
    content: "\f009"
}

.fa-book-tanakh:before,
.fa-tanakh:before {
    content: "\f827"
}

.fa-phone-volume:before,
.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-clipboard-user:before {
    content: "\f7f3"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-plane-lock:before {
    content: "\e558"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-comment:before {
    content: "\f075"
}

.fa-birthday-cake:before,
.fa-cake-candles:before,
.fa-cake:before {
    content: "\f1fd"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-angle-double-up:before,
.fa-angles-up:before {
    content: "\f102"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-arrow-right-to-city:before {
    content: "\e4b3"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-arrow-up-9-1:before,
.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-litecoin-sign:before {
    content: "\e1d3"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-circle-nodes:before {
    content: "\e4e2"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-truck-field-un:before {
    content: "\e58e"
}

.fa-hourglass-empty:before,
.fa-hourglass:before {
    content: "\f254"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-user-doctor:before,
.fa-user-md:before {
    content: "\f0f0"
}

.fa-circle-info:before,
.fa-info-circle:before {
    content: "\f05a"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-camera-alt:before,
.fa-camera:before {
    content: "\f030"
}

.fa-square-virus:before {
    content: "\e578"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-car-on:before {
    content: "\e4dd"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-arrow-down-1-9:before,
.fa-sort-numeric-asc:before,
.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-hand-holding-droplet:before,
.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-water:before {
    content: "\f773"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-prescription-bottle-alt:before,
.fa-prescription-bottle-medical:before {
    content: "\f486"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-person-cane:before {
    content: "\e53c"
}

.fa-tent:before {
    content: "\e57d"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-arrow-down-a-z:before,
.fa-sort-alpha-asc:before,
.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-money-bill-wheat:before {
    content: "\e52a"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-arrow-left-rotate:before,
.fa-arrow-rotate-back:before,
.fa-arrow-rotate-backward:before,
.fa-arrow-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-hard-drive:before,
.fa-hdd:before {
    content: "\f0a0"
}

.fa-face-grin-squint-tears:before,
.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-list-alt:before,
.fa-rectangle-list:before {
    content: "\f022"
}

.fa-tarp-droplet:before {
    content: "\e57c"
}

.fa-house-medical-circle-check:before {
    content: "\e511"
}

.fa-person-skiing-nordic:before,
.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-arrow-alt-circle-left:before,
.fa-circle-left:before {
    content: "\f359"
}

.fa-subway:before,
.fa-train-subway:before {
    content: "\f239"
}

.fa-chart-gantt:before {
    content: "\e0e4"
}

.fa-indian-rupee-sign:before,
.fa-indian-rupee:before,
.fa-inr:before {
    content: "\e1bc"
}

.fa-crop-alt:before,
.fa-crop-simple:before {
    content: "\f565"
}

.fa-money-bill-1:before,
.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-left-long:before,
.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-dna:before {
    content: "\f471"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-minus:before,
.fa-subtract:before {
    content: "\f068"
}

.fa-chess:before {
    content: "\f439"
}

.fa-arrow-left-long:before,
.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-plug-circle-check:before {
    content: "\e55c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-franc-sign:before {
    content: "\e18f"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before,
.fa-hands-american-sign-language-interpreting:before,
.fa-hands-asl-interpreting:before {
    content: "\f2a3"
}

.fa-cog:before,
.fa-gear:before {
    content: "\f013"
}

.fa-droplet-slash:before,
.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-mosquito:before {
    content: "\e52b"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-person-military-rifle:before {
    content: "\e54b"
}

.fa-cart-shopping:before,
.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-vials:before {
    content: "\f493"
}

.fa-plug-circle-plus:before {
    content: "\e55f"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-arrow-turn-up:before,
.fa-level-up:before {
    content: "\f148"
}

.fa-u:before {
    content: "\55"
}

.fa-square-root-alt:before,
.fa-square-root-variable:before {
    content: "\f698"
}

.fa-clock-four:before,
.fa-clock:before {
    content: "\f017"
}

.fa-backward-step:before,
.fa-step-backward:before {
    content: "\f048"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-baseball-bat-ball:before {
    content: "\f432"
}

.fa-s:before {
    content: "\53"
}

.fa-timeline:before {
    content: "\e29c"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-clinic-medical:before,
.fa-house-chimney-medical:before {
    content: "\f7f2"
}

.fa-temperature-3:before,
.fa-temperature-three-quarters:before,
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-mobile-android-alt:before,
.fa-mobile-screen:before {
    content: "\f3cf"
}

.fa-plane-up:before {
    content: "\e22d"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-battery-3:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-mountain-city:before {
    content: "\e52e"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-sliders-h:before,
.fa-sliders:before {
    content: "\f1de"
}

.fa-folder-tree:before {
    content: "\f802"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-cent-sign:before {
    content: "\e3f5"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-person-pregnant:before {
    content: "\e31e"
}

.fa-wand-sparkles:before {
    content: "\f72b"
}

.fa-ellipsis-v:before,
.fa-ellipsis-vertical:before {
    content: "\f142"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-long-arrow-alt-right:before,
.fa-right-long:before {
    content: "\f30b"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-laptop-file:before {
    content: "\e51d"
}

.fa-teletype:before,
.fa-tty:before {
    content: "\f1e4"
}

.fa-diagram-next:before {
    content: "\e476"
}

.fa-person-rifle:before {
    content: "\e54e"
}

.fa-house-medical-circle-exclamation:before {
    content: "\e512"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-hiking:before,
.fa-person-hiking:before {
    content: "\f6ec"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-images:before {
    content: "\f302"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-people-pulling:before {
    content: "\e535"
}

.fa-n:before {
    content: "\4e"
}

.fa-cable-car:before,
.fa-tram:before {
    content: "\f7da"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-building-circle-xmark:before {
    content: "\e4d4"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-arrows-down-to-line:before {
    content: "\e4b8"
}

.fa-download:before {
    content: "\f019"
}

.fa-face-grin:before,
.fa-grin:before {
    content: "\f580"
}

.fa-backspace:before,
.fa-delete-left:before {
    content: "\f55a"
}

.fa-eye-dropper-empty:before,
.fa-eye-dropper:before,
.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-file-circle-check:before {
    content: "\e5a0"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-mobile-android:before,
.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f3ce"
}

.fa-face-meh:before,
.fa-meh:before {
    content: "\f11a"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-book-dead:before,
.fa-book-skull:before {
    content: "\f6b7"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-heart-circle-exclamation:before {
    content: "\e4fe"
}

.fa-home-alt:before,
.fa-home-lg-alt:before,
.fa-home:before,
.fa-house:before {
    content: "\f015"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-b:before {
    content: "\42"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-arrow-right-arrow-left:before,
.fa-exchange:before {
    content: "\f0ec"
}

.fa-redo-alt:before,
.fa-rotate-forward:before,
.fa-rotate-right:before {
    content: "\f2f9"
}

.fa-cutlery:before,
.fa-utensils:before {
    content: "\f2e7"
}

.fa-arrow-up-wide-short:before,
.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-mill-sign:before {
    content: "\e1ed"
}

.fa-bowl-rice:before {
    content: "\e2eb"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-broadcast-tower:before,
.fa-tower-broadcast:before {
    content: "\f519"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-long-arrow-alt-up:before,
.fa-up-long:before {
    content: "\f30c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-code-merge:before {
    content: "\f387"
}

.fa-upload:before {
    content: "\f093"
}

.fa-hurricane:before {
    content: "\f751"
}

.fa-mound:before {
    content: "\e52d"
}

.fa-toilet-portable:before {
    content: "\e583"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-file-arrow-down:before,
.fa-file-download:before {
    content: "\f56d"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-shield-cat:before {
    content: "\e572"
}

.fa-bolt:before,
.fa-zap:before {
    content: "\f0e7"
}

.fa-glass-water:before {
    content: "\e4f4"
}

.fa-oil-well:before {
    content: "\e532"
}

.fa-vault:before {
    content: "\e2c5"
}

.fa-mars:before {
    content: "\f222"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-plane-circle-xmark:before {
    content: "\e557"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen-sign:before,
.fa-yen:before {
    content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble-sign:before,
.fa-ruble:before {
    content: "\f158"
}

.fa-sun:before {
    content: "\f185"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-face-laugh-wink:before,
.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-bore-hole:before {
    content: "\e4c3"
}

.fa-industry:before {
    content: "\f275"
}

.fa-arrow-alt-circle-down:before,
.fa-circle-down:before {
    content: "\f358"
}

.fa-arrows-turn-to-dots:before {
    content: "\e4c1"
}

.fa-florin-sign:before {
    content: "\e184"
}

.fa-arrow-down-short-wide:before,
.fa-sort-amount-desc:before,
.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-less-than:before {
    content: "\3c"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-car-tunnel:before {
    content: "\e4de"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-arrow-right-long:before,
.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-anchor-circle-xmark:before {
    content: "\e4ac"
}

.fa-ellipsis-h:before,
.fa-ellipsis:before {
    content: "\f141"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-first-aid:before,
.fa-kit-medical:before {
    content: "\f479"
}

.fa-person-through-window:before {
    content: "\e5a9"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-hands-holding-circle:before {
    content: "\e4fb"
}

.fa-bug:before {
    content: "\f188"
}

.fa-credit-card-alt:before,
.fa-credit-card:before {
    content: "\f09d"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-hand-holding-hand:before {
    content: "\e4f7"
}

.fa-book-open-reader:before,
.fa-book-reader:before {
    content: "\f5da"
}

.fa-mountain-sun:before {
    content: "\e52f"
}

.fa-arrows-left-right-to-line:before {
    content: "\e4ba"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-truck-droplet:before {
    content: "\e58c"
}

.fa-file-circle-xmark:before {
    content: "\e5a1"
}

.fa-temperature-arrow-up:before,
.fa-temperature-up:before {
    content: "\e040"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-bed:before {
    content: "\f236"
}

.fa-h-square:before,
.fa-square-h:before {
    content: "\f0fd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-temperature-4:before,
.fa-temperature-full:before,
.fa-thermometer-4:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-plug-circle-xmark:before {
    content: "\e560"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-hands-helping:before,
.fa-handshake-angle:before {
    content: "\f4c4"
}

.fa-location-dot:before,
.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-file:before {
    content: "\f15b"
}

.fa-greater-than:before {
    content: "\3e"
}

.fa-person-swimming:before,
.fa-swimmer:before {
    content: "\f5c4"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-droplet:before,
.fa-tint:before {
    content: "\f043"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-earth-america:before,
.fa-earth-americas:before,
.fa-earth:before,
.fa-globe-americas:before {
    content: "\f57d"
}

.fa-person-burst:before {
    content: "\e53b"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-socks:before {
    content: "\f696"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-section:before {
    content: "\e447"
}

.fa-gauge-high:before,
.fa-tachometer-alt-fast:before,
.fa-tachometer-alt:before {
    content: "\f625"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-hospital-alt:before,
.fa-hospital-wide:before,
.fa-hospital:before {
    content: "\f0f8"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-bars-staggered:before,
.fa-reorder:before,
.fa-stream:before {
    content: "\f550"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-blind:before,
.fa-person-walking-with-cane:before {
    content: "\f29d"
}

.fa-drum:before {
    content: "\f569"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-heart-circle-bolt:before {
    content: "\e4fc"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-check-to-slot:before,
.fa-vote-yea:before {
    content: "\f772"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-boxes-alt:before,
.fa-boxes-stacked:before,
.fa-boxes:before {
    content: "\f468"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-assistive-listening-systems:before,
.fa-ear-listen:before {
    content: "\f2a2"
}

.fa-tree-city:before {
    content: "\e587"
}

.fa-play:before {
    content: "\f04b"
}

.fa-font:before {
    content: "\f031"
}

.fa-rupiah-sign:before {
    content: "\e23d"
}

.fa-magnifying-glass:before,
.fa-search:before {
    content: "\f002"
}

.fa-ping-pong-paddle-ball:before,
.fa-table-tennis-paddle-ball:before,
.fa-table-tennis:before {
    content: "\f45d"
}

.fa-diagnoses:before,
.fa-person-dots-from-line:before {
    content: "\f470"
}

.fa-trash-can-arrow-up:before,
.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-naira-sign:before {
    content: "\e1f6"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-walkie-talkie:before {
    content: "\f8ef"
}

.fa-file-edit:before,
.fa-file-pen:before {
    content: "\f31c"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-pen-square:before,
.fa-pencil-square:before,
.fa-square-pen:before {
    content: "\f14b"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-person-circle-exclamation:before {
    content: "\e53f"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-battery-5:before,
.fa-battery-full:before,
.fa-battery:before {
    content: "\f240"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-code-compare:before {
    content: "\e13a"
}

.fa-list-dots:before,
.fa-list-ul:before {
    content: "\f0ca"
}

.fa-school-lock:before {
    content: "\e56f"
}

.fa-tower-cell:before {
    content: "\e585"
}

.fa-down-long:before,
.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-ranking-star:before {
    content: "\e561"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-person-harassing:before {
    content: "\e549"
}

.fa-brazilian-real-sign:before {
    content: "\e46c"
}

.fa-landmark-alt:before,
.fa-landmark-dome:before {
    content: "\f752"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-television:before,
.fa-tv-alt:before,
.fa-tv:before {
    content: "\f26c"
}

.fa-shrimp:before {
    content: "\e448"
}

.fa-list-check:before,
.fa-tasks:before {
    content: "\f0ae"
}

.fa-jug-detergent:before {
    content: "\e519"
}

.fa-circle-user:before,
.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-car-burst:before,
.fa-car-crash:before {
    content: "\f5e1"
}

.fa-y:before {
    content: "\59"
}

.fa-person-snowboarding:before,
.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-shipping-fast:before,
.fa-truck-fast:before {
    content: "\f48b"
}

.fa-fish:before {
    content: "\f578"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-adjust:before,
.fa-circle-half-stroke:before {
    content: "\f042"
}

.fa-clapperboard:before {
    content: "\e131"
}

.fa-circle-radiation:before,
.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-baseball-ball:before,
.fa-baseball:before {
    content: "\f433"
}

.fa-jet-fighter-up:before {
    content: "\e518"
}

.fa-diagram-project:before,
.fa-project-diagram:before {
    content: "\f542"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-volume-mute:before,
.fa-volume-times:before,
.fa-volume-xmark:before {
    content: "\f6a9"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-grip-horizontal:before,
.fa-grip:before {
    content: "\f58d"
}

.fa-share-from-square:before,
.fa-share-square:before {
    content: "\f14d"
}

.fa-child-combatant:before,
.fa-child-rifle:before {
    content: "\e4e0"
}

.fa-gun:before {
    content: "\e19b"
}

.fa-phone-square:before,
.fa-square-phone:before {
    content: "\f098"
}

.fa-add:before,
.fa-plus:before {
    content: "\2b"
}

.fa-expand:before {
    content: "\f065"
}

.fa-computer:before {
    content: "\e4e5"
}

.fa-close:before,
.fa-multiply:before,
.fa-remove:before,
.fa-times:before,
.fa-xmark:before {
    content: "\f00d"
}

.fa-arrows-up-down-left-right:before,
.fa-arrows:before {
    content: "\f047"
}

.fa-chalkboard-teacher:before,
.fa-chalkboard-user:before {
    content: "\f51c"
}

.fa-peso-sign:before {
    content: "\e222"
}

.fa-building-shield:before {
    content: "\e4d8"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-users-line:before {
    content: "\e592"
}

.fa-quote-left-alt:before,
.fa-quote-left:before {
    content: "\f10d"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trash-arrow-up:before,
.fa-trash-restore:before {
    content: "\f829"
}

.fa-arrow-down-up-lock:before {
    content: "\e4b0"
}

.fa-lines-leaning:before {
    content: "\e51e"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-equals:before {
    content: "\3d"
}

.fa-blender:before {
    content: "\f517"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-ils:before,
.fa-shekel-sign:before,
.fa-shekel:before,
.fa-sheqel-sign:before,
.fa-sheqel:before {
    content: "\f20b"
}

.fa-map:before {
    content: "\f279"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-photo-film:before,
.fa-photo-video:before {
    content: "\f87c"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-store:before {
    content: "\f54e"
}

.fa-arrow-trend-up:before {
    content: "\e098"
}

.fa-plug-circle-minus:before {
    content: "\e55e"
}

.fa-sign-hanging:before,
.fa-sign:before {
    content: "\f4d9"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-tablet-android:before,
.fa-tablet:before {
    content: "\f3fb"
}

.fa-school-flag:before {
    content: "\e56e"
}

.fa-fill:before {
    content: "\f575"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-notdef:before {
    content: "\e1fe"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-car-alt:before,
.fa-car-rear:before {
    content: "\f5de"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-battery-2:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-radio:before {
    content: "\f8d7"
}

.fa-baby-carriage:before,
.fa-carriage-baby:before {
    content: "\f77d"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-percent:before,
.fa-percentage:before {
    content: "\25"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-glass-water-droplet:before {
    content: "\e4f5"
}

.fa-display:before {
    content: "\e163"
}

.fa-face-smile:before,
.fa-smile:before {
    content: "\f118"
}

.fa-thumb-tack:before,
.fa-thumbtack:before {
    content: "\f08d"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-person-praying:before,
.fa-pray:before {
    content: "\f683"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-rotate:before,
.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-robot:before {
    content: "\f544"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-cogs:before,
.fa-gears:before {
    content: "\f085"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-arrow-up-right-dots:before {
    content: "\e4b7"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-face-grin-hearts:before,
.fa-grin-hearts:before {
    content: "\f584"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-transgender-alt:before,
.fa-transgender:before {
    content: "\f225"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-arrow-turn-down:before,
.fa-level-down:before {
    content: "\f149"
}

.fa-person-falling-burst:before {
    content: "\e547"
}

.fa-award:before {
    content: "\f559"
}

.fa-ticket-alt:before,
.fa-ticket-simple:before {
    content: "\f3ff"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-angle-double-left:before,
.fa-angles-left:before {
    content: "\f100"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-clock-rotate-left:before,
.fa-history:before {
    content: "\f1da"
}

.fa-face-grin-beam-sweat:before,
.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-arrow-right-from-file:before,
.fa-file-export:before {
    content: "\f56e"
}

.fa-shield-blank:before,
.fa-shield:before {
    content: "\f132"
}

.fa-arrow-up-short-wide:before,
.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-house-medical:before {
    content: "\e3b2"
}

.fa-golf-ball-tee:before,
.fa-golf-ball:before {
    content: "\f450"
}

.fa-chevron-circle-left:before,
.fa-circle-chevron-left:before {
    content: "\f137"
}

.fa-house-chimney-window:before {
    content: "\e00d"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-tent-arrow-turn-left:before {
    content: "\e580"
}

.fa-tents:before {
    content: "\e582"
}

.fa-magic:before,
.fa-wand-magic:before {
    content: "\f0d0"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-moon:before {
    content: "\f186"
}

.fa-wine-glass-alt:before,
.fa-wine-glass-empty:before {
    content: "\f5ce"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-music:before {
    content: "\f001"
}

.fa-code-commit:before {
    content: "\f386"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-biking:before,
.fa-person-biking:before {
    content: "\f84a"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-shield-heart:before {
    content: "\e574"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-earth-oceania:before,
.fa-globe-oceania:before {
    content: "\e47b"
}

.fa-square-xmark:before,
.fa-times-square:before,
.fa-xmark-square:before {
    content: "\f2d3"
}

.fa-hashtag:before {
    content: "\23"
}

.fa-expand-alt:before,
.fa-up-right-and-down-left-from-center:before {
    content: "\f424"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-t:before {
    content: "\54"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-chart-column:before {
    content: "\e0e3"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-vial-circle-check:before {
    content: "\e596"
}

.fa-person-arrow-down-to-line:before {
    content: "\e538"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-fan:before {
    content: "\f863"
}

.fa-person-walking-luggage:before {
    content: "\e554"
}

.fa-arrows-alt-v:before,
.fa-up-down:before {
    content: "\f338"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-bahai:before,
.fa-haykal:before {
    content: "\f666"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-circle-plus:before,
.fa-plus-circle:before {
    content: "\f055"
}

.fa-face-grin-tongue-wink:before,
.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-plug-circle-exclamation:before {
    content: "\e55d"
}

.fa-chain-broken:before,
.fa-chain-slash:before,
.fa-link-slash:before,
.fa-unlink:before {
    content: "\f127"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-person-walking-arrow-loop-left:before {
    content: "\e551"
}

.fa-arrow-up-z-a:before,
.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-fire-alt:before,
.fa-fire-flame-curved:before {
    content: "\f7e4"
}

.fa-tornado:before {
    content: "\f76f"
}

.fa-file-circle-plus:before {
    content: "\e494"
}

.fa-book-quran:before,
.fa-quran:before {
    content: "\f687"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-angry:before,
.fa-face-angry:before {
    content: "\f556"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-arrow-trend-down:before {
    content: "\e097"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-balance-scale:before,
.fa-scale-balanced:before {
    content: "\f24e"
}

.fa-gauge-simple-high:before,
.fa-tachometer-fast:before,
.fa-tachometer:before {
    content: "\f62a"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-desktop-alt:before,
.fa-desktop:before {
    content: "\f390"
}

.fa-m:before {
    content: "\4d"
}

.fa-table-list:before,
.fa-th-list:before {
    content: "\f00b"
}

.fa-comment-sms:before,
.fa-sms:before {
    content: "\f7cd"
}

.fa-book:before {
    content: "\f02d"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-check:before {
    content: "\f00c"
}

.fa-battery-4:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-house-circle-check:before {
    content: "\e509"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-diagram-successor:before {
    content: "\e47a"
}

.fa-truck-arrow-right:before {
    content: "\e58b"
}

.fa-arrows-split-up-and-left:before {
    content: "\e4bc"
}

.fa-fist-raised:before,
.fa-hand-fist:before {
    content: "\f6de"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-person-falling:before {
    content: "\e546"
}

.fa-image-portrait:before,
.fa-portrait:before {
    content: "\f3e0"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-rug:before {
    content: "\e569"
}

.fa-earth-europe:before,
.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-cart-flatbed-suitcase:before,
.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-rectangle-times:before,
.fa-rectangle-xmark:before,
.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f410"
}

.fa-baht-sign:before {
    content: "\e0ac"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-journal-whills:before,
.fa-journal-whills:before {
    content: "\f66a"
}

.fa-handcuffs:before {
    content: "\e4f8"
}

.fa-exclamation-triangle:before,
.fa-triangle-exclamation:before,
.fa-warning:before {
    content: "\f071"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-bottle-droplet:before {
    content: "\e4c4"
}

.fa-mask-face:before {
    content: "\e1d7"
}

.fa-hill-rockslide:before {
    content: "\e508"
}

.fa-exchange-alt:before,
.fa-right-left:before {
    content: "\f362"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-road-circle-exclamation:before {
    content: "\e565"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-money-bill-1-wave:before,
.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-hands:before,
.fa-sign-language:before,
.fa-signing:before {
    content: "\f2a7"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-ladder-water:before,
.fa-swimming-pool:before,
.fa-water-ladder:before {
    content: "\f5c5"
}

.fa-arrows-up-down:before,
.fa-arrows-v:before {
    content: "\f07d"
}

.fa-face-grimace:before,
.fa-grimace:before {
    content: "\f57f"
}

.fa-wheelchair-alt:before,
.fa-wheelchair-move:before {
    content: "\e2ce"
}

.fa-level-down-alt:before,
.fa-turn-down:before {
    content: "\f3be"
}

.fa-person-walking-arrow-right:before {
    content: "\e552"
}

.fa-envelope-square:before,
.fa-square-envelope:before {
    content: "\f199"
}

.fa-dice:before {
    content: "\f522"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-band-aid:before,
.fa-bandage:before {
    content: "\f462"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-circle-xmark:before,
.fa-times-circle:before,
.fa-xmark-circle:before {
    content: "\f057"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-earth-asia:before,
.fa-globe-asia:before {
    content: "\f57e"
}

.fa-id-card-alt:before,
.fa-id-card-clip:before {
    content: "\f47f"
}

.fa-magnifying-glass-plus:before,
.fa-search-plus:before {
    content: "\f00e"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-allergies:before,
.fa-hand-dots:before {
    content: "\f461"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-coffee:before,
.fa-mug-saucer:before {
    content: "\f0f4"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-magnifying-glass-minus:before,
.fa-search-minus:before {
    content: "\f010"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-user-alt:before,
.fa-user-large:before {
    content: "\f406"
}

.fa-train-tram:before {
    content: "\e5b4"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-jar:before {
    content: "\e516"
}

.fa-note-sticky:before,
.fa-sticky-note:before {
    content: "\f249"
}

.fa-bug-slash:before {
    content: "\e490"
}

.fa-arrow-up-from-water-pump:before {
    content: "\e4b6"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-face-sad-tear:before,
.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-plane:before {
    content: "\f072"
}

.fa-tent-arrows-down:before {
    content: "\e581"
}

.fa-exclamation:before {
    content: "\21"
}

.fa-arrows-spin:before {
    content: "\e4bb"
}

.fa-print:before {
    content: "\f02f"
}

.fa-try:before,
.fa-turkish-lira-sign:before,
.fa-turkish-lira:before {
    content: "\e2bb"
}

.fa-dollar-sign:before,
.fa-dollar:before,
.fa-usd:before {
    content: "\24"
}

.fa-x:before {
    content: "\58"
}

.fa-magnifying-glass-dollar:before,
.fa-search-dollar:before {
    content: "\f688"
}

.fa-users-cog:before,
.fa-users-gear:before {
    content: "\f509"
}

.fa-person-military-pointing:before {
    content: "\e54a"
}

.fa-bank:before,
.fa-building-columns:before,
.fa-institution:before,
.fa-museum:before,
.fa-university:before {
    content: "\f19c"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-trowel:before {
    content: "\e589"
}

.fa-d:before {
    content: "\44"
}

.fa-stapler:before {
    content: "\e5af"
}

.fa-masks-theater:before,
.fa-theater-masks:before {
    content: "\f630"
}

.fa-kip-sign:before {
    content: "\e1c4"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-handshake-alt:before,
.fa-handshake-simple:before {
    content: "\f4c6"
}

.fa-fighter-jet:before,
.fa-jet-fighter:before {
    content: "\f0fb"
}

.fa-share-alt-square:before,
.fa-square-share-nodes:before {
    content: "\f1e1"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-plus-minus:before {
    content: "\e43c"
}

.fa-video-camera:before,
.fa-video:before {
    content: "\f03d"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
    content: "\f19d"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-person-circle-check:before {
    content: "\e53e"
}

.fa-level-up-alt:before,
.fa-turn-up:before {
    content: "\f3bf"
}

.fa-sr-only,
.fa-sr-only-focusable:not(:focus),
.sr-only,
.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,
:root {
    --fa-style-family-brands: "Font Awesome 6 Brands";
    --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.ttf) format("truetype")
}

.fa-brands,
.fab {
    font-weight: 400
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-aws:before {
    content: "\f375"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-pixiv:before {
    content: "\e640"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-modx:before {
    content: "\f285"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-js-square:before,
.fa-square-js:before {
    content: "\f3b9"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-unity:before {
    content: "\e049"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-vk:before {
    content: "\f189"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-reddit-square:before,
.fa-square-reddit:before {
    content: "\f1a2"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-square-font-awesome:before {
    content: "\e5ad"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-brave:before {
    content: "\e63c"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-instagram-square:before,
.fa-square-instagram:before {
    content: "\e055"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-hacker-news-square:before,
.fa-square-hacker-news:before {
    content: "\f3af"
}

.fa-edge:before {
    content: "\f282"
}

.fa-threads:before {
    content: "\e618"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-snapchat-square:before,
.fa-square-snapchat:before {
    content: "\f2ad"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-safari:before {
    content: "\f267"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-font-awesome-alt:before,
.fa-square-font-awesome-stroke:before {
    content: "\f35c"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-square-viadeo:before,
.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-centos:before {
    content: "\f789"
}

.fa-adn:before {
    content: "\f170"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-opensuse:before {
    content: "\e62b"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-dribbble-square:before,
.fa-square-dribbble:before {
    content: "\f397"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-node:before {
    content: "\f419"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-debian:before {
    content: "\e60b"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-square-twitter:before,
.fa-twitter-square:before {
    content: "\f081"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-golang:before {
    content: "\e40f"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-square-youtube:before,
.fa-youtube-square:before {
    content: "\f431"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-rendact:before,
.fa-wpressr:before {
    content: "\f3e4"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-nfc-directional:before {
    content: "\e530"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-meta:before {
    content: "\e49b"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-square-letterboxd:before {
    content: "\e62e"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-hips:before {
    content: "\f452"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-discord:before {
    content: "\f392"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-shoelace:before {
    content: "\e60c"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-square-steam:before,
.fa-steam-square:before {
    content: "\f1b7"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-square-vimeo:before,
.fa-vimeo-square:before {
    content: "\f194"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-font-awesome-flag:before,
.fa-font-awesome-logo-full:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-apple:before {
    content: "\f179"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-padlet:before {
    content: "\e4a0"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-github-square:before,
.fa-square-github:before {
    content: "\f092"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-neos:before {
    content: "\f612"
}

.fa-square-threads:before {
    content: "\e619"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-angular:before {
    content: "\f420"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envira:before {
    content: "\f299"
}

.fa-google-scholar:before {
    content: "\e63b"
}

.fa-gitlab-square:before,
.fa-square-gitlab:before {
    content: "\e5ae"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-odnoklassniki-square:before,
.fa-square-odnoklassniki:before {
    content: "\f264"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-sith:before {
    content: "\f512"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-hashnode:before {
    content: "\e499"
}

.fa-react:before {
    content: "\f41b"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-gg:before {
    content: "\f260"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-pinterest-square:before,
.fa-square-pinterest:before {
    content: "\f0d3"
}

.fa-xing:before {
    content: "\f168"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-less:before {
    content: "\f41d"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-signal-messenger:before {
    content: "\e663"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-nfc-symbol:before {
    content: "\e531"
}

.fa-mintbit:before {
    content: "\e62f"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-brave-reverse:before {
    content: "\e63d"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-google-plus-square:before,
.fa-square-google-plus:before {
    content: "\f0d4"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-square-xing:before,
.fa-xing-square:before {
    content: "\f169"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-fly:before {
    content: "\f417"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-viber:before {
    content: "\f409"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-letterboxd:before {
    content: "\e62d"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-audible:before {
    content: "\f373"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-bilibili:before {
    content: "\e3d9"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-x-twitter:before {
    content: "\e61b"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-42-group:before,
.fa-innosoft:before {
    content: "\e080"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-pied-piper-square:before,
.fa-square-pied-piper:before {
    content: "\e01e"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-facebook-square:before,
.fa-square-facebook:before {
    content: "\f082"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-lastfm-square:before,
.fa-square-lastfm:before {
    content: "\f203"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-figma:before {
    content: "\f799"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-cmplid:before {
    content: "\e360"
}

.fa-upwork:before {
    content: "\e641"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-docker:before {
    content: "\f395"
}

.fa-screenpal:before {
    content: "\e570"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-wirsindhandwerk:before,
.fa-wsh:before {
    content: "\e2d0"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-apper:before {
    content: "\f371"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-snapchat-ghost:before,
.fa-snapchat:before {
    content: "\f2ab"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-behance-square:before,
.fa-square-behance:before {
    content: "\f1b5"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-webflow:before {
    content: "\e65c"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-space-awesome:before {
    content: "\e5ac"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-git-square:before,
.fa-square-git:before {
    content: "\f1d2"
}

.fa-square-tumblr:before,
.fa-tumblr-square:before {
    content: "\f174"
}

.fa-trello:before {
    content: "\f181"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-android:before {
    content: "\f17b"
}

.fa-bots:before {
    content: "\e340"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-uber:before {
    content: "\f402"
}

.fa-github:before {
    content: "\f09b"
}

.fa-php:before {
    content: "\f457"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-stubber:before {
    content: "\e5c7"
}

.fa-telegram-plane:before,
.fa-telegram:before {
    content: "\f2c6"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-odysee:before {
    content: "\e5c6"
}

.fa-square-whatsapp:before,
.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-slack-hash:before,
.fa-slack:before {
    content: "\f198"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-usb:before {
    content: "\f287"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-square-x-twitter:before {
    content: "\e61a"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-medium-m:before,
.fa-medium:before {
    content: "\f23a"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-sitrox:before {
    content: "\e44a"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-strava:before {
    content: "\f428"
}

.fa-ember:before {
    content: "\f423"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-zhihu:before {
    content: "\f63f"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-pix:before {
    content: "\e43a"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:host,
:root {
    --fa-style-family-classic: "Font Awesome 6 Free";
    --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.ttf) format("truetype")
}

.fa-solid,
.fas {
    font-weight: 900
}

/*!
 * Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa.fa-glass:before {
    content: "\f000"
}

.fa.fa-envelope-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-envelope-o:before {
    content: "\f0e0"
}

.fa.fa-star-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-star-o:before {
    content: "\f005"
}

.fa.fa-close:before,
.fa.fa-remove:before {
    content: "\f00d"
}

.fa.fa-gear:before {
    content: "\f013"
}

.fa.fa-trash-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-trash-o:before {
    content: "\f2ed"
}

.fa.fa-home:before {
    content: "\f015"
}

.fa.fa-file-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-o:before {
    content: "\f15b"
}

.fa.fa-clock-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-clock-o:before {
    content: "\f017"
}

.fa.fa-arrow-circle-o-down {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-down:before {
    content: "\f358"
}

.fa.fa-arrow-circle-o-up {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-up:before {
    content: "\f35b"
}

.fa.fa-play-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-play-circle-o:before {
    content: "\f144"
}

.fa.fa-repeat:before,
.fa.fa-rotate-right:before {
    content: "\f01e"
}

.fa.fa-refresh:before {
    content: "\f021"
}

.fa.fa-list-alt {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-list-alt:before {
    content: "\f022"
}

.fa.fa-dedent:before {
    content: "\f03b"
}

.fa.fa-video-camera:before {
    content: "\f03d"
}

.fa.fa-picture-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-picture-o:before {
    content: "\f03e"
}

.fa.fa-photo {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-photo:before {
    content: "\f03e"
}

.fa.fa-image {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-image:before {
    content: "\f03e"
}

.fa.fa-map-marker:before {
    content: "\f3c5"
}

.fa.fa-pencil-square-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-pencil-square-o:before {
    content: "\f044"
}

.fa.fa-edit {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-edit:before {
    content: "\f044"
}

.fa.fa-share-square-o:before {
    content: "\f14d"
}

.fa.fa-check-square-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-check-square-o:before {
    content: "\f14a"
}

.fa.fa-arrows:before {
    content: "\f0b2"
}

.fa.fa-times-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-times-circle-o:before {
    content: "\f057"
}

.fa.fa-check-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-check-circle-o:before {
    content: "\f058"
}

.fa.fa-mail-forward:before {
    content: "\f064"
}

.fa.fa-expand:before {
    content: "\f424"
}

.fa.fa-compress:before {
    content: "\f422"
}

.fa.fa-eye,
.fa.fa-eye-slash {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-warning:before {
    content: "\f071"
}

.fa.fa-calendar:before {
    content: "\f073"
}

.fa.fa-arrows-v:before {
    content: "\f338"
}

.fa.fa-arrows-h:before {
    content: "\f337"
}

.fa.fa-bar-chart-o:before,
.fa.fa-bar-chart:before {
    content: "\e0e3"
}

.fa.fa-twitter-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-twitter-square:before {
    content: "\f081"
}

.fa.fa-facebook-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-facebook-square:before {
    content: "\f082"
}

.fa.fa-gears:before {
    content: "\f085"
}

.fa.fa-thumbs-o-up {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-up:before {
    content: "\f164"
}

.fa.fa-thumbs-o-down {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-thumbs-o-down:before {
    content: "\f165"
}

.fa.fa-heart-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-heart-o:before {
    content: "\f004"
}

.fa.fa-sign-out:before {
    content: "\f2f5"
}

.fa.fa-linkedin-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-linkedin-square:before {
    content: "\f08c"
}

.fa.fa-thumb-tack:before {
    content: "\f08d"
}

.fa.fa-external-link:before {
    content: "\f35d"
}

.fa.fa-sign-in:before {
    content: "\f2f6"
}

.fa.fa-github-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-github-square:before {
    content: "\f092"
}

.fa.fa-lemon-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-lemon-o:before {
    content: "\f094"
}

.fa.fa-square-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-square-o:before {
    content: "\f0c8"
}

.fa.fa-bookmark-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-bookmark-o:before {
    content: "\f02e"
}

.fa.fa-facebook,
.fa.fa-twitter {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-facebook:before {
    content: "\f39e"
}

.fa.fa-facebook-f {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-facebook-f:before {
    content: "\f39e"
}

.fa.fa-github {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-credit-card {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-feed:before {
    content: "\f09e"
}

.fa.fa-hdd-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hdd-o:before {
    content: "\f0a0"
}

.fa.fa-hand-o-right {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa.fa-hand-o-left {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa.fa-hand-o-up {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa.fa-hand-o-down {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa.fa-globe:before {
    content: "\f57d"
}

.fa.fa-tasks:before {
    content: "\f828"
}

.fa.fa-arrows-alt:before {
    content: "\f31e"
}

.fa.fa-group:before {
    content: "\f0c0"
}

.fa.fa-chain:before {
    content: "\f0c1"
}

.fa.fa-cut:before {
    content: "\f0c4"
}

.fa.fa-files-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-files-o:before {
    content: "\f0c5"
}

.fa.fa-floppy-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-floppy-o:before {
    content: "\f0c7"
}

.fa.fa-save {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-save:before {
    content: "\f0c7"
}

.fa.fa-navicon:before,
.fa.fa-reorder:before {
    content: "\f0c9"
}

.fa.fa-magic:before {
    content: "\e2ca"
}

.fa.fa-pinterest,
.fa.fa-pinterest-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa.fa-google-plus-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa.fa-google-plus {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-google-plus:before {
    content: "\f0d5"
}

.fa.fa-money:before {
    content: "\f3d1"
}

.fa.fa-unsorted:before {
    content: "\f0dc"
}

.fa.fa-sort-desc:before {
    content: "\f0dd"
}

.fa.fa-sort-asc:before {
    content: "\f0de"
}

.fa.fa-linkedin {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-linkedin:before {
    content: "\f0e1"
}

.fa.fa-rotate-left:before {
    content: "\f0e2"
}

.fa.fa-legal:before {
    content: "\f0e3"
}

.fa.fa-dashboard:before,
.fa.fa-tachometer:before {
    content: "\f625"
}

.fa.fa-comment-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-comment-o:before {
    content: "\f075"
}

.fa.fa-comments-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-comments-o:before {
    content: "\f086"
}

.fa.fa-flash:before {
    content: "\f0e7"
}

.fa.fa-clipboard:before {
    content: "\f0ea"
}

.fa.fa-lightbulb-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa.fa-exchange:before {
    content: "\f362"
}

.fa.fa-cloud-download:before {
    content: "\f0ed"
}

.fa.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa.fa-bell-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-bell-o:before {
    content: "\f0f3"
}

.fa.fa-cutlery:before {
    content: "\f2e7"
}

.fa.fa-file-text-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-text-o:before {
    content: "\f15c"
}

.fa.fa-building-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-building-o:before {
    content: "\f1ad"
}

.fa.fa-hospital-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hospital-o:before {
    content: "\f0f8"
}

.fa.fa-tablet:before {
    content: "\f3fa"
}

.fa.fa-mobile-phone:before,
.fa.fa-mobile:before {
    content: "\f3cd"
}

.fa.fa-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-circle-o:before {
    content: "\f111"
}

.fa.fa-mail-reply:before {
    content: "\f3e5"
}

.fa.fa-github-alt {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-folder-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-folder-o:before {
    content: "\f07b"
}

.fa.fa-folder-open-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-folder-open-o:before {
    content: "\f07c"
}

.fa.fa-smile-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-smile-o:before {
    content: "\f118"
}

.fa.fa-frown-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-frown-o:before {
    content: "\f119"
}

.fa.fa-meh-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-meh-o:before {
    content: "\f11a"
}

.fa.fa-keyboard-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-keyboard-o:before {
    content: "\f11c"
}

.fa.fa-flag-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-flag-o:before {
    content: "\f024"
}

.fa.fa-mail-reply-all:before {
    content: "\f122"
}

.fa.fa-star-half-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-star-half-o:before {
    content: "\f5c0"
}

.fa.fa-star-half-empty {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-star-half-empty:before {
    content: "\f5c0"
}

.fa.fa-star-half-full {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-star-half-full:before {
    content: "\f5c0"
}

.fa.fa-code-fork:before {
    content: "\f126"
}

.fa.fa-chain-broken:before,
.fa.fa-unlink:before {
    content: "\f127"
}

.fa.fa-calendar-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-calendar-o:before {
    content: "\f133"
}

.fa.fa-css3,
.fa.fa-html5,
.fa.fa-maxcdn {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-unlock-alt:before {
    content: "\f09c"
}

.fa.fa-minus-square-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-minus-square-o:before {
    content: "\f146"
}

.fa.fa-level-up:before {
    content: "\f3bf"
}

.fa.fa-level-down:before {
    content: "\f3be"
}

.fa.fa-pencil-square:before {
    content: "\f14b"
}

.fa.fa-external-link-square:before {
    content: "\f360"
}

.fa.fa-compass {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa.fa-toggle-down {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-toggle-down:before {
    content: "\f150"
}

.fa.fa-caret-square-o-up {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa.fa-toggle-up {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-toggle-up:before {
    content: "\f151"
}

.fa.fa-caret-square-o-right {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa.fa-toggle-right {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-toggle-right:before {
    content: "\f152"
}

.fa.fa-eur:before,
.fa.fa-euro:before {
    content: "\f153"
}

.fa.fa-gbp:before {
    content: "\f154"
}

.fa.fa-dollar:before,
.fa.fa-usd:before {
    content: "\24"
}

.fa.fa-inr:before,
.fa.fa-rupee:before {
    content: "\e1bc"
}

.fa.fa-cny:before,
.fa.fa-jpy:before,
.fa.fa-rmb:before,
.fa.fa-yen:before {
    content: "\f157"
}

.fa.fa-rouble:before,
.fa.fa-rub:before,
.fa.fa-ruble:before {
    content: "\f158"
}

.fa.fa-krw:before,
.fa.fa-won:before {
    content: "\f159"
}

.fa.fa-bitcoin,
.fa.fa-btc {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-bitcoin:before {
    content: "\f15a"
}

.fa.fa-file-text:before {
    content: "\f15c"
}

.fa.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa.fa-sort-alpha-desc:before {
    content: "\f881"
}

.fa.fa-sort-amount-asc:before {
    content: "\f884"
}

.fa.fa-sort-amount-desc:before {
    content: "\f160"
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
    content: "\f886"
}

.fa.fa-youtube-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-youtube-square:before {
    content: "\f431"
}

.fa.fa-xing,
.fa.fa-xing-square,
.fa.fa-youtube {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-xing-square:before {
    content: "\f169"
}

.fa.fa-youtube-play {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-youtube-play:before {
    content: "\f167"
}

.fa.fa-adn,
.fa.fa-bitbucket,
.fa.fa-bitbucket-square,
.fa.fa-dropbox,
.fa.fa-flickr,
.fa.fa-instagram,
.fa.fa-stack-overflow {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-bitbucket-square:before {
    content: "\f171"
}

.fa.fa-tumblr,
.fa.fa-tumblr-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-tumblr-square:before {
    content: "\f174"
}

.fa.fa-long-arrow-down:before {
    content: "\f309"
}

.fa.fa-long-arrow-up:before {
    content: "\f30c"
}

.fa.fa-long-arrow-left:before {
    content: "\f30a"
}

.fa.fa-long-arrow-right:before {
    content: "\f30b"
}

.fa.fa-android,
.fa.fa-apple,
.fa.fa-dribbble,
.fa.fa-foursquare,
.fa.fa-gittip,
.fa.fa-gratipay,
.fa.fa-linux,
.fa.fa-skype,
.fa.fa-trello,
.fa.fa-windows {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-gittip:before {
    content: "\f184"
}

.fa.fa-sun-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-sun-o:before {
    content: "\f185"
}

.fa.fa-moon-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-moon-o:before {
    content: "\f186"
}

.fa.fa-pagelines,
.fa.fa-renren,
.fa.fa-stack-exchange,
.fa.fa-vk,
.fa.fa-weibo {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-right:before {
    content: "\f35a"
}

.fa.fa-arrow-circle-o-left {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-arrow-circle-o-left:before {
    content: "\f359"
}

.fa.fa-caret-square-o-left {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa.fa-toggle-left {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-toggle-left:before {
    content: "\f191"
}

.fa.fa-dot-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-dot-circle-o:before {
    content: "\f192"
}

.fa.fa-vimeo-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-vimeo-square:before {
    content: "\f194"
}

.fa.fa-try:before,
.fa.fa-turkish-lira:before {
    content: "\e2bb"
}

.fa.fa-plus-square-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-plus-square-o:before {
    content: "\f0fe"
}

.fa.fa-openid,
.fa.fa-slack,
.fa.fa-wordpress {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-bank:before,
.fa.fa-institution:before {
    content: "\f19c"
}

.fa.fa-mortar-board:before {
    content: "\f19d"
}

.fa.fa-google,
.fa.fa-reddit,
.fa.fa-reddit-square,
.fa.fa-yahoo {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-reddit-square:before {
    content: "\f1a2"
}

.fa.fa-behance,
.fa.fa-behance-square,
.fa.fa-delicious,
.fa.fa-digg,
.fa.fa-drupal,
.fa.fa-joomla,
.fa.fa-pied-piper-alt,
.fa.fa-pied-piper-pp,
.fa.fa-stumbleupon,
.fa.fa-stumbleupon-circle {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-behance-square:before {
    content: "\f1b5"
}

.fa.fa-steam,
.fa.fa-steam-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-steam-square:before {
    content: "\f1b7"
}

.fa.fa-automobile:before {
    content: "\f1b9"
}

.fa.fa-cab:before {
    content: "\f1ba"
}

.fa.fa-deviantart,
.fa.fa-soundcloud,
.fa.fa-spotify {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-file-pdf-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa.fa-file-word-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-word-o:before {
    content: "\f1c2"
}

.fa.fa-file-excel-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa.fa-file-powerpoint-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa.fa-file-image-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-image-o:before {
    content: "\f1c5"
}

.fa.fa-file-photo-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-photo-o:before {
    content: "\f1c5"
}

.fa.fa-file-picture-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-picture-o:before {
    content: "\f1c5"
}

.fa.fa-file-archive-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa.fa-file-zip-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-zip-o:before {
    content: "\f1c6"
}

.fa.fa-file-audio-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa.fa-file-sound-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-sound-o:before {
    content: "\f1c7"
}

.fa.fa-file-video-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-video-o:before {
    content: "\f1c8"
}

.fa.fa-file-movie-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-movie-o:before {
    content: "\f1c8"
}

.fa.fa-file-code-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-file-code-o:before {
    content: "\f1c9"
}

.fa.fa-codepen,
.fa.fa-jsfiddle,
.fa.fa-vine {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-life-bouy:before,
.fa.fa-life-buoy:before,
.fa.fa-life-saver:before,
.fa.fa-support:before {
    content: "\f1cd"
}

.fa.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa.fa-ra,
.fa.fa-rebel {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-ra:before {
    content: "\f1d0"
}

.fa.fa-resistance {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-resistance:before {
    content: "\f1d0"
}

.fa.fa-empire,
.fa.fa-ge {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-ge:before {
    content: "\f1d1"
}

.fa.fa-git-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-git-square:before {
    content: "\f1d2"
}

.fa.fa-git,
.fa.fa-hacker-news,
.fa.fa-y-combinator-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-y-combinator-square:before {
    content: "\f1d4"
}

.fa.fa-yc-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-yc-square:before {
    content: "\f1d4"
}

.fa.fa-qq,
.fa.fa-tencent-weibo,
.fa.fa-wechat,
.fa.fa-weixin {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-wechat:before {
    content: "\f1d7"
}

.fa.fa-send:before {
    content: "\f1d8"
}

.fa.fa-paper-plane-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-paper-plane-o:before {
    content: "\f1d8"
}

.fa.fa-send-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-send-o:before {
    content: "\f1d8"
}

.fa.fa-circle-thin {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-circle-thin:before {
    content: "\f111"
}

.fa.fa-header:before {
    content: "\f1dc"
}

.fa.fa-futbol-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-futbol-o:before {
    content: "\f1e3"
}

.fa.fa-soccer-ball-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa.fa-slideshare,
.fa.fa-twitch,
.fa.fa-yelp {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-newspaper-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa.fa-cc-amex,
.fa.fa-cc-discover,
.fa.fa-cc-mastercard,
.fa.fa-cc-paypal,
.fa.fa-cc-stripe,
.fa.fa-cc-visa,
.fa.fa-google-wallet,
.fa.fa-paypal {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-bell-slash-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-bell-slash-o:before {
    content: "\f1f6"
}

.fa.fa-trash:before {
    content: "\f2ed"
}

.fa.fa-copyright {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-eyedropper:before {
    content: "\f1fb"
}

.fa.fa-area-chart:before {
    content: "\f1fe"
}

.fa.fa-pie-chart:before {
    content: "\f200"
}

.fa.fa-line-chart:before {
    content: "\f201"
}

.fa.fa-lastfm,
.fa.fa-lastfm-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-lastfm-square:before {
    content: "\f203"
}

.fa.fa-angellist,
.fa.fa-ioxhost {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-cc {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-cc:before {
    content: "\f20a"
}

.fa.fa-ils:before,
.fa.fa-shekel:before,
.fa.fa-sheqel:before {
    content: "\f20b"
}

.fa.fa-buysellads,
.fa.fa-connectdevelop,
.fa.fa-dashcube,
.fa.fa-forumbee,
.fa.fa-leanpub,
.fa.fa-sellsy,
.fa.fa-shirtsinbulk,
.fa.fa-simplybuilt,
.fa.fa-skyatlas {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-diamond {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-diamond:before {
    content: "\f3a5"
}

.fa.fa-intersex:before,
.fa.fa-transgender:before {
    content: "\f224"
}

.fa.fa-transgender-alt:before {
    content: "\f225"
}

.fa.fa-facebook-official {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-facebook-official:before {
    content: "\f09a"
}

.fa.fa-pinterest-p,
.fa.fa-whatsapp {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-hotel:before {
    content: "\f236"
}

.fa.fa-medium,
.fa.fa-viacoin,
.fa.fa-y-combinator,
.fa.fa-yc {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-yc:before {
    content: "\f23b"
}

.fa.fa-expeditedssl,
.fa.fa-opencart,
.fa.fa-optin-monster {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-battery-4:before,
.fa.fa-battery:before {
    content: "\f240"
}

.fa.fa-battery-3:before {
    content: "\f241"
}

.fa.fa-battery-2:before {
    content: "\f242"
}

.fa.fa-battery-1:before {
    content: "\f243"
}

.fa.fa-battery-0:before {
    content: "\f244"
}

.fa.fa-object-group,
.fa.fa-object-ungroup,
.fa.fa-sticky-note-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-sticky-note-o:before {
    content: "\f249"
}

.fa.fa-cc-diners-club,
.fa.fa-cc-jcb {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-clone {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hourglass-o:before {
    content: "\f254"
}

.fa.fa-hourglass-1:before {
    content: "\f251"
}

.fa.fa-hourglass-2:before {
    content: "\f252"
}

.fa.fa-hourglass-3:before {
    content: "\f253"
}

.fa.fa-hand-rock-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-rock-o:before {
    content: "\f255"
}

.fa.fa-hand-grab-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-grab-o:before {
    content: "\f255"
}

.fa.fa-hand-paper-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-paper-o:before {
    content: "\f256"
}

.fa.fa-hand-stop-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-stop-o:before {
    content: "\f256"
}

.fa.fa-hand-scissors-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa.fa-hand-lizard-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa.fa-hand-spock-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-spock-o:before {
    content: "\f259"
}

.fa.fa-hand-pointer-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa.fa-hand-peace-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa.fa-registered {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-creative-commons,
.fa.fa-gg,
.fa.fa-gg-circle,
.fa.fa-odnoklassniki,
.fa.fa-odnoklassniki-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa.fa-chrome,
.fa.fa-firefox,
.fa.fa-get-pocket,
.fa.fa-internet-explorer,
.fa.fa-opera,
.fa.fa-safari,
.fa.fa-wikipedia-w {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-television:before {
    content: "\f26c"
}

.fa.fa-500px,
.fa.fa-amazon,
.fa.fa-contao {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-calendar-plus-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa.fa-calendar-minus-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa.fa-calendar-times-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-calendar-times-o:before {
    content: "\f273"
}

.fa.fa-calendar-check-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-calendar-check-o:before {
    content: "\f274"
}

.fa.fa-map-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-map-o:before {
    content: "\f279"
}

.fa.fa-commenting:before {
    content: "\f4ad"
}

.fa.fa-commenting-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-commenting-o:before {
    content: "\f4ad"
}

.fa.fa-houzz,
.fa.fa-vimeo {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-vimeo:before {
    content: "\f27d"
}

.fa.fa-black-tie,
.fa.fa-edge,
.fa.fa-fonticons,
.fa.fa-reddit-alien {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-credit-card-alt:before {
    content: "\f09d"
}

.fa.fa-codiepie,
.fa.fa-fort-awesome,
.fa.fa-mixcloud,
.fa.fa-modx,
.fa.fa-product-hunt,
.fa.fa-scribd,
.fa.fa-usb {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-pause-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-pause-circle-o:before {
    content: "\f28b"
}

.fa.fa-stop-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-stop-circle-o:before {
    content: "\f28d"
}

.fa.fa-bluetooth,
.fa.fa-bluetooth-b,
.fa.fa-envira,
.fa.fa-gitlab,
.fa.fa-wheelchair-alt,
.fa.fa-wpbeginner,
.fa.fa-wpforms {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-wheelchair-alt:before {
    content: "\f368"
}

.fa.fa-question-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-question-circle-o:before {
    content: "\f059"
}

.fa.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa.fa-asl-interpreting:before {
    content: "\f2a3"
}

.fa.fa-deafness:before,
.fa.fa-hard-of-hearing:before {
    content: "\f2a4"
}

.fa.fa-glide,
.fa.fa-glide-g {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-signing:before {
    content: "\f2a7"
}

.fa.fa-viadeo,
.fa.fa-viadeo-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa.fa-snapchat,
.fa.fa-snapchat-ghost {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-snapchat-ghost:before {
    content: "\f2ab"
}

.fa.fa-snapchat-square {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa.fa-first-order,
.fa.fa-google-plus-official,
.fa.fa-pied-piper,
.fa.fa-themeisle,
.fa.fa-yoast {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa.fa-google-plus-circle {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-google-plus-circle:before {
    content: "\f2b3"
}

.fa.fa-fa,
.fa.fa-font-awesome {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-fa:before {
    content: "\f2b4"
}

.fa.fa-handshake-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-handshake-o:before {
    content: "\f2b5"
}

.fa.fa-envelope-open-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-envelope-open-o:before {
    content: "\f2b6"
}

.fa.fa-linode {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-address-book-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-address-book-o:before {
    content: "\f2b9"
}

.fa.fa-vcard:before {
    content: "\f2bb"
}

.fa.fa-address-card-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-address-card-o:before {
    content: "\f2bb"
}

.fa.fa-vcard-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-vcard-o:before {
    content: "\f2bb"
}

.fa.fa-user-circle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-user-circle-o:before {
    content: "\f2bd"
}

.fa.fa-user-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-user-o:before {
    content: "\f007"
}

.fa.fa-id-badge {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-drivers-license:before {
    content: "\f2c2"
}

.fa.fa-id-card-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-id-card-o:before {
    content: "\f2c2"
}

.fa.fa-drivers-license-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-drivers-license-o:before {
    content: "\f2c2"
}

.fa.fa-free-code-camp,
.fa.fa-quora,
.fa.fa-telegram {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-thermometer-4:before,
.fa.fa-thermometer:before {
    content: "\f2c7"
}

.fa.fa-thermometer-3:before {
    content: "\f2c8"
}

.fa.fa-thermometer-2:before {
    content: "\f2c9"
}

.fa.fa-thermometer-1:before {
    content: "\f2ca"
}

.fa.fa-thermometer-0:before {
    content: "\f2cb"
}

.fa.fa-bathtub:before,
.fa.fa-s15:before {
    content: "\f2cd"
}

.fa.fa-window-maximize,
.fa.fa-window-restore {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-times-rectangle:before {
    content: "\f410"
}

.fa.fa-window-close-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-window-close-o:before {
    content: "\f410"
}

.fa.fa-times-rectangle-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-times-rectangle-o:before {
    content: "\f410"
}

.fa.fa-bandcamp,
.fa.fa-eercast,
.fa.fa-etsy,
.fa.fa-grav,
.fa.fa-imdb,
.fa.fa-ravelry {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

.fa.fa-eercast:before {
    content: "\f2da"
}

.fa.fa-snowflake-o {
    font-family: "Font Awesome 6 Free";
    font-weight: 400
}

.fa.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa.fa-meetup,
.fa.fa-superpowers,
.fa.fa-wpexplorer {
    font-family: "Font Awesome 6 Brands";
    font-weight: 400
}

html,
body,
body .vc_general.vc_btn3 small,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.stm_contacts_widget.style_3,
.stats_counter h3,
a.allservices,
.elementor-container .elementor-progress-text,
.elementor-container .elementor-tab-title a,
.elementor-container .consulting_heading_font,
.elementor-container .elementor-widget-wp-widget-nav_menu ul li,
.elementor-container .elementor-button-text,
.elementor-container .elementor-tab-title,
.default_widgets .widget.widget_nav_menu ul li .children li,
.default_widgets .widget.widget_categories ul li .children li,
.default_widgets .widget.widget_product_categories ul li .children li,
.stm_sidebar .widget.widget_nav_menu ul li .children li,
.stm_sidebar .widget.widget_categories ul li .children li,
.stm_sidebar .widget.widget_product_categories ul li .children li,
.shop_widgets .widget.widget_nav_menu ul li .children li,
.shop_widgets .widget.widget_categories ul li .children li,
.shop_widgets .widget.widget_product_categories ul li .children li,
.item .item_wr .content .stm-event__meta li,
.wpb_text_column ul li p,
.comment-body ul li p,
.comment-text ul li p,
.icon_box.style_10 .icon_box_inner h4,
.elementor-button .elementor-button-text,
.stm_portfolio_grid .item .item_thumbnail a .portfolio-title .portfolio-category,
.widget.widget_nav_menu ul li.children ul li,
.widget.widget_nav_menu ul li.sub-menu ul li,
.widget.widget_categories ul li.children ul li,
.widget.widget_categories ul li.sub-menu ul li,
.widget.widget_product_categories ul li.children ul li,
.widget.widget_product_categories ul li.sub-menu ul li,
.widget.widget_archive ul li.children ul li,
.widget.widget_archive ul li.sub-menu ul li,
.widget.widget_pages ul li.children ul li,
.widget.widget_pages ul li.sub-menu ul li,
.widget.widget_meta ul li.children ul li,
.widget.widget_meta ul li.sub-menu ul li,
body .vc_general.vc_btn3 {
    font-family: Poppins, Arial;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal
}

.elementor-progress-text,
.elementor-tab-title a,
.consulting_heading_font,
.elementor-widget-wp-widget-nav_menu ul li,
.elementor-button-text,
.elementor-tab-title,
h1 em,
.h1 em,
h2 em,
.h2 em,
h3 em,
.h3 em,
h4 em,
.h4 em,
h5 em,
.h5 em,
h6 em,
.h6 em,
p,
.stm_service__link {
    font-family: Poppins, Arial;
    font-style: normal
}

.wpb_wrapper p,
.elementor-element {
    ;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    font-style: normal
}

h1,
.h1 {
    ;
    font-size: 48px;
    line-height: 60px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none
}

h2,
.h2 {
    ;
    font-size: 38px;
    line-height: 42px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none
}

h3,
.h3 {
    ;
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none
}

h4,
.h4 {
    ;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none
}

h5,
.h5 {
    ;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none
}

h6,
.h6 {
    ;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0px;
    word-spacing: 0px;
    text-transform: none
}

.blockquote_style_2 blockquote,
.blockquote_style_2 blockquote p {
    font-size: 18px;
    line-height: 1.44;
    color: #304157
}

.post_list_ul h5 .secondary_font_color_hv,
.secondary_font_color_hv {
    transition: .3s
}

.vc_custom_heading.stripe_left_right .h1,
.vc_custom_heading.stripe_left_right .h2,
.vc_custom_heading.stripe_left_right .h3,
.vc_custom_heading.stripe_left_right .h4,
.vc_custom_heading.stripe_left_right .h5,
.vc_custom_heading.stripe_left_right .h6,
.vc_custom_heading.stripe_left_right h1,
.vc_custom_heading.stripe_left_right h2,
.vc_custom_heading.stripe_left_right h3,
.vc_custom_heading.stripe_left_right h4,
.vc_custom_heading.stripe_left_right h5,
.vc_custom_heading.stripe_left_right h6 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.vc_custom_heading.stripe_left_right .h1:after,
.vc_custom_heading.stripe_left_right .h1:before,
.vc_custom_heading.stripe_left_right .h2:after,
.vc_custom_heading.stripe_left_right .h2:before,
.vc_custom_heading.stripe_left_right .h3:after,
.vc_custom_heading.stripe_left_right .h3:before,
.vc_custom_heading.stripe_left_right .h4:after,
.vc_custom_heading.stripe_left_right .h4:before,
.vc_custom_heading.stripe_left_right .h5:after,
.vc_custom_heading.stripe_left_right .h5:before,
.vc_custom_heading.stripe_left_right .h6:after,
.vc_custom_heading.stripe_left_right .h6:before,
.vc_custom_heading.stripe_left_right h1:after,
.vc_custom_heading.stripe_left_right h1:before,
.vc_custom_heading.stripe_left_right h2:after,
.vc_custom_heading.stripe_left_right h2:before,
.vc_custom_heading.stripe_left_right h3:after,
.vc_custom_heading.stripe_left_right h3:before,
.vc_custom_heading.stripe_left_right h4:after,
.vc_custom_heading.stripe_left_right h4:before,
.vc_custom_heading.stripe_left_right h5:after,
.vc_custom_heading.stripe_left_right h5:before,
.vc_custom_heading.stripe_left_right h6:after,
.vc_custom_heading.stripe_left_right h6:before {
    content: '';
    display: block;
    margin: 0 20px 0 auto !important
}

.vc_custom_heading.stripe_left_right .h1:after,
.vc_custom_heading.stripe_left_right .h2:after,
.vc_custom_heading.stripe_left_right .h3:after,
.vc_custom_heading.stripe_left_right .h4:after,
.vc_custom_heading.stripe_left_right .h5:after,
.vc_custom_heading.stripe_left_right .h6:after,
.vc_custom_heading.stripe_left_right h1:after,
.vc_custom_heading.stripe_left_right h2:after,
.vc_custom_heading.stripe_left_right h3:after,
.vc_custom_heading.stripe_left_right h4:after,
.vc_custom_heading.stripe_left_right h5:after,
.vc_custom_heading.stripe_left_right h6:after {
    margin: 0 auto 0 20px !important
}

.vc_custom_heading.stripe_left_right.text_align_left {
    justify-content: flex-start
}

.vc_custom_heading.stripe_left_right.text_align_left .h1:after,
.vc_custom_heading.stripe_left_right.text_align_left .h1:before,
.vc_custom_heading.stripe_left_right.text_align_left .h2:after,
.vc_custom_heading.stripe_left_right.text_align_left .h2:before,
.vc_custom_heading.stripe_left_right.text_align_left .h3:after,
.vc_custom_heading.stripe_left_right.text_align_left .h3:before,
.vc_custom_heading.stripe_left_right.text_align_left .h4:after,
.vc_custom_heading.stripe_left_right.text_align_left .h4:before,
.vc_custom_heading.stripe_left_right.text_align_left .h5:after,
.vc_custom_heading.stripe_left_right.text_align_left .h5:before,
.vc_custom_heading.stripe_left_right.text_align_left .h6:after,
.vc_custom_heading.stripe_left_right.text_align_left .h6:before,
.vc_custom_heading.stripe_left_right.text_align_left h1:after,
.vc_custom_heading.stripe_left_right.text_align_left h1:before,
.vc_custom_heading.stripe_left_right.text_align_left h2:after,
.vc_custom_heading.stripe_left_right.text_align_left h2:before,
.vc_custom_heading.stripe_left_right.text_align_left h3:after,
.vc_custom_heading.stripe_left_right.text_align_left h3:before,
.vc_custom_heading.stripe_left_right.text_align_left h4:after,
.vc_custom_heading.stripe_left_right.text_align_left h4:before,
.vc_custom_heading.stripe_left_right.text_align_left h5:after,
.vc_custom_heading.stripe_left_right.text_align_left h5:before,
.vc_custom_heading.stripe_left_right.text_align_left h6:after,
.vc_custom_heading.stripe_left_right.text_align_left h6:before {
    margin: 0 20px 0 0 !important
}

.vc_custom_heading.stripe_left_right.text_align_left .h1:after,
.vc_custom_heading.stripe_left_right.text_align_left .h2:after,
.vc_custom_heading.stripe_left_right.text_align_left .h3:after,
.vc_custom_heading.stripe_left_right.text_align_left .h4:after,
.vc_custom_heading.stripe_left_right.text_align_left .h5:after,
.vc_custom_heading.stripe_left_right.text_align_left .h6:after,
.vc_custom_heading.stripe_left_right.text_align_left h1:after,
.vc_custom_heading.stripe_left_right.text_align_left h2:after,
.vc_custom_heading.stripe_left_right.text_align_left h3:after,
.vc_custom_heading.stripe_left_right.text_align_left h4:after,
.vc_custom_heading.stripe_left_right.text_align_left h5:after,
.vc_custom_heading.stripe_left_right.text_align_left h6:after {
    margin: 0 auto 0 20px !important
}

.vc_custom_heading.stripe_left_right.text_align_right {
    justify-content: flex-end
}

.vc_custom_heading.stripe_left_right.text_align_right .h1:after,
.vc_custom_heading.stripe_left_right.text_align_right .h1:before,
.vc_custom_heading.stripe_left_right.text_align_right .h2:after,
.vc_custom_heading.stripe_left_right.text_align_right .h2:before,
.vc_custom_heading.stripe_left_right.text_align_right .h3:after,
.vc_custom_heading.stripe_left_right.text_align_right .h3:before,
.vc_custom_heading.stripe_left_right.text_align_right .h4:after,
.vc_custom_heading.stripe_left_right.text_align_right .h4:before,
.vc_custom_heading.stripe_left_right.text_align_right .h5:after,
.vc_custom_heading.stripe_left_right.text_align_right .h5:before,
.vc_custom_heading.stripe_left_right.text_align_right .h6:after,
.vc_custom_heading.stripe_left_right.text_align_right .h6:before,
.vc_custom_heading.stripe_left_right.text_align_right h1:after,
.vc_custom_heading.stripe_left_right.text_align_right h1:before,
.vc_custom_heading.stripe_left_right.text_align_right h2:after,
.vc_custom_heading.stripe_left_right.text_align_right h2:before,
.vc_custom_heading.stripe_left_right.text_align_right h3:after,
.vc_custom_heading.stripe_left_right.text_align_right h3:before,
.vc_custom_heading.stripe_left_right.text_align_right h4:after,
.vc_custom_heading.stripe_left_right.text_align_right h4:before,
.vc_custom_heading.stripe_left_right.text_align_right h5:after,
.vc_custom_heading.stripe_left_right.text_align_right h5:before,
.vc_custom_heading.stripe_left_right.text_align_right h6:after,
.vc_custom_heading.stripe_left_right.text_align_right h6:before {
    margin: 0 20px 0 auto !important
}

.vc_custom_heading.stripe_left_right.text_align_right .h1:after,
.vc_custom_heading.stripe_left_right.text_align_right .h2:after,
.vc_custom_heading.stripe_left_right.text_align_right .h3:after,
.vc_custom_heading.stripe_left_right.text_align_right .h4:after,
.vc_custom_heading.stripe_left_right.text_align_right .h5:after,
.vc_custom_heading.stripe_left_right.text_align_right .h6:after,
.vc_custom_heading.stripe_left_right.text_align_right h1:after,
.vc_custom_heading.stripe_left_right.text_align_right h2:after,
.vc_custom_heading.stripe_left_right.text_align_right h3:after,
.vc_custom_heading.stripe_left_right.text_align_right h4:after,
.vc_custom_heading.stripe_left_right.text_align_right h5:after,
.vc_custom_heading.stripe_left_right.text_align_right h6:after {
    margin: 0 0 0 20px !important
}

.blockquote_style_2 blockquote {
    background: 0 0
}

.stm-header .stm-dropdown .dropdown-list {
    padding-left: 0
}

@media (max-width:991px) {
    body .consulting-rev-title-3 {
        font-size: 35px !important;
        line-height: 35px !important
    }
}

.read_more_arrow:hover,
.stm_news .news_list li.view_style_3 .post_item .content .read_more:hover,
.stm_services.style_5 .item .item_wr .item_info .read_more:hover,
.stm_services.style_6 .item .item_wr .content .read_more:hover {
    text-decoration: none
}

.post_list_ul h5 .secondary_font_color_hv:hover,
.text_decoration_none {
    text-decoration: none !important
}

.consulting-wc-cart .cart_count,
.elementor-button-link:hover,
.infobox.style_7 .infobox_link:hover,
a.btn:hover,
a.button:hover,
html body .consulting_menu_nav li a {
    text-decoration: none
}

h4.vc_tta-panel-title:after {
    display: none !important
}

@media (max-width:1199px) and (min-width:768px) {
    .vc_col-sm-4 .icon_box.style_1.icon_left .icon_text {
        width: 100%
    }
}

body.default-404 {
    min-height: 100vh
}

body.default-404 .page_404 .bottom .bottom_wr {
    padding: 70px 35px
}

@media (min-width:768px) and (max-width:991px) {
    .vc_col-sm-4 .stm_contact .stm_contact_image {
        margin-bottom: 15px
    }

    .vc_col-sm-4 .stm_contact .stm_contact_info {
        width: 100%
    }
}

@media (min-width:767px) and (max-width:1199px) {

    body.blog .stm_post_details .comments_num,
    body.blog .stm_post_details>ul {
        width: auto
    }
}

.stm_btn.btn_outline {
    color: #002e5b;
    border: 3px solid #002e5b;
    border-radius: 3px;
    background: 0 0
}

@media (max-width:767px) {

    .mobile_grid_landscape .mobile_header .icon_texts,
    .mobile_grid_landscape .mobile_header .logo_wrapper {
        padding-right: 15px !important;
        padding-left: 15px !important
    }
}

.stm_news.disable-preview .news_list li .post_inner .stm_news_unit-block .date {
    position: relative !important;
    bottom: auto !important
}

.stm_contact_two .stm_contact_image img {
    width: 50px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width:1023px) {
    body .stm-header.stm-header__hb .stm-navigation__default>ul>li.stm_megamenu>ul>li {
        padding-bottom: 28px !important
    }

    body .stm-header.stm-header__hb .stm-navigation__default>ul>li.stm_megamenu>ul>li .stm_mobile__dropdown {
        display: none !important
    }
}

@media only screen and (max-width:991px) {
    .mobile_header .top_nav_mobile .main_menu_nav ul {
        padding: 10px 0 15px !important
    }
}

body.header_style_6 .header_top .header_top_wrapper .top_nav {
    position: static !important
}

body.envato-preview-visible.header_style_8 .side_nav_wrapper {
    padding-top: 90px !important
}

body .elementor-text-editor p {
    font-size: inherit !important;
    line-height: inherit !important
}

body.content_bg_transparent #wrapper {
    background: 0 0 !important;
    box-shadow: none !important
}

body.content_bg_transparent .content_wrapper {
    background-color: transparent !important
}

body.page-template-under_construction.header_style_7,
body.page-template-under_construction.header_style_8 {
    margin-left: 0
}

#bookit-app {
    display: block !important;
    max-width: none !important;
    background-color: #fff;
    padding: 60px 65px;
    box-shadow: 1px 10px 24px rgba(0, 0, 0, .1)
}

#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-modal-body.appointment-confirmation h3:after,
#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide:before {
    display: none
}

#bookit-app .bookit-app-content .default-theme {
    padding-bottom: 0 !important
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .header .back-icon {
    margin-left: 0 !important;
    margin-right: 5px !important;
    background: 0 0 !important;
    border: 2px solid #3763eb;
    text-align: center;
    border-radius: 50%;
    font-size: 14px
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .header .back-icon:before {
    content: "\e94e";
    font-family: stm
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter.active .filter-info-bar .filter-info .description,
#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter.active .filter-info-bar .filter-info .title {
    color: #fff
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter.active .selected-icon {
    background: 0 0
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter.active .selected-icon:before {
    content: "\e9bd";
    font-family: stm;
    font-size: 20px;
    color: #fff
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter:hover .filter-info-bar .filter-info .title {
    color: #fff
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter:hover .filter-info-bar .filter-info .description {
    color: rgba(255, 255, 255, .5)
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .filter .filter-info-bar .service-icon {
    max-width: 30px !important
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper {
    margin: 4px 0 !important
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide .filter-info,
#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide .filter-info-bar {
    padding: 0 !important;
    margin: 0 !important
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide .filter-info .title,
#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide .filter-info-bar .title {
    position: relative;
    transition: color .3s;
    padding: 0;
    margin: 0
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide .filter-info .description,
#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .hooper-track .hooper-slide .filter-info-bar .description {
    position: relative;
    transition: color .3s;
    padding: 0
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button {
    border: 0;
    text-align: center
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button span {
    transition: color .3s;
    background: 0 0 !important;
    height: 20px;
    font-size: 12px;
    color: #3763eb;
    cursor: pointer
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button span.down-icon,
#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button span.up-icon {
    transform: rotate(-90deg)
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button span.down-icon:before,
#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button span.up-icon:before {
    content: "\e9bf";
    font-family: stm
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button span.down-icon {
    transform: rotate(90deg)
}

#bookit-app .bookit-app-content .default-theme .sidebar-filters .filters-container .slide-button:hover span {
    color: #fff
}

#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .appointment-info,
#bookit-app .bookit-app-content .default-theme .monthly-calendar .calendar-container .calendar-header .months .month.active {
    color: #fff !important
}

#bookit-app .bookit-app-content .default-theme .monthly-calendar .calendar-container .calendar-body .loader {
    top: 0;
    left: 0
}

#bookit-app .bookit-app-content .default-theme .monthly-calendar .calendar-container .calendar-body .loader .loading {
    position: absolute !important
}

#bookit-app .bookit-app-content .default-theme .monthly-calendar .calendar-container .calendar-body .dates .week .booking-form .form-group button {
    line-height: 17px;
    border: 0 !important
}

#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-row {
    align-items: flex-start
}

#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-row.bookit-modal-footer {
    align-items: center
}

#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-modal-body .print-window {
    border-radius: 4px
}

#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-modal-body .success-icon {
    width: 70px;
    height: 70px;
    background: 0 0 !important
}

#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-modal-body .success-icon:before {
    content: "\e9bd";
    font-family: stm;
    font-size: 50px;
    color: green
}

#bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container button {
    border: 0 !important
}

#bookit-app .bookit-app-content .default-theme .loader:after,
#bookit-app .bookit-app-content .default-theme .loader:before,
#bookit-app .step-by-step-view .loader:after,
#bookit-app .step-by-step-view .loader:before,
#bookit-app .step-by-step-view li:before {
    display: none !important
}

@media only screen and (max-width:1024px) {
    #bookit-app {
        padding: 30px
    }
}

@media only screen and (max-width:767px) {
    #bookit-app {
        padding: 0
    }
}

@media only screen and (max-width:540px) {
    #bookit-app .bookit-app-content .default-theme .monthly-calendar .calendar-container .calendar-header .months {
        overflow-x: scroll
    }
}

.rtl #bookit-app .bookit-app-content .default-theme .monthly-calendar {
    padding-left: 0;
    padding-right: 29px
}

.rtl #bookit-app .bookit-app-content .default-theme .monthly-calendar .calendar-container .calendar-body .dates .week .date {
    margin-left: -4px
}

body .select2-search--dropdown {
    padding: 0 !important
}

@media print {
    .wpb_revslider_element {
        display: none !important
    }

    #bookit-app .bookit-app-content .default-theme .bookit-modal-mask .bookit-modal-wrapper .bookit-modal-container .bookit-modal-body.appointment-confirmation .appointment-details .info-block .label {
        border: 0 !important
    }
}

.vacancy_table_wr .vacancy_table .tablesorter-header {
    line-height: 14px
}

.vacancy_table_wr .vacancy_table .tablesorter-header .tablesorter-header-inner {
    display: inline
}

.vacancy_table_wr .vacancy_table .tablesorter-header:active,
.vacancy_table_wr .vacancy_table .tablesorter-header:focus,
.vacancy_table_wr .vacancy_table .tablesorter-header:hover {
    outline: 0
}

.elementor-button-wrapper .elementor-button-link .elementor-button-text {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit
}

.info_box .read_more .stm_icon svg {
    height: 12px;
    width: auto
}

@media only screen and (max-width:1199px) {
    .info_box.style_3 .info_box_wrapper .info_box_text {
        top: 140px
    }

    .info_box.style_3 .info_box_wrapper .info_box_text p {
        padding-left: 0;
        margin-bottom: 10px
    }

    .info_box.style_3 .info_box_wrapper .info_box_text .read_more {
        padding-left: 0
    }

    .info_box.style_3:hover .info_box_wrapper .info_box_text {
        top: 0;
        padding-top: 18px
    }
}

@media only screen and (max-width:991px) {
    .info_box.style_3 .info_box_wrapper .info_box_text {
        top: 0;
        padding: 15px;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .info_box.style_3 .info_box_wrapper .info_box_text .icon,
    .info_box.style_3 .info_box_wrapper .info_box_text h6 {
        padding: 0;
        display: block;
        text-align: center;
        width: auto
    }

    .info_box.style_3 .info_box_wrapper .info_box_text .icon {
        font-size: 40px;
        margin-bottom: 10px
    }

    .info_box.style_3 .info_box_wrapper .info_box_text p {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .info_box.style_3 .info_box_wrapper .info_box_image img {
        width: 100%
    }

    .info_box.style_3 .info_box_wrapper .info_box_text .icon,
    .info_box.style_3 .info_box_wrapper .info_box_text h6 {
        padding: 0;
        display: block;
        text-align: center
    }

    .info_box.style_3 .info_box_wrapper .info_box_text .icon {
        font-size: 40px;
        margin-bottom: 10px
    }

    .info_box.style_3 .info_box_wrapper .info_box_text p {
        display: block;
        line-height: 22px
    }
}

.info_box.style_10 {
    padding-left: 75px;
    padding-bottom: 30px
}

.info_box.style_10 .icon {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 60px
}

.info_box.style_10 h4 {
    font-size: 18px;
    line-height: 24px
}

.info_box.style_10 p {
    line-height: 24px
}

.info_box.style_10 .read_more {
    text-transform: none
}

.info_box.style_10 .read_more i {
    margin-left: 15px
}

@media screen and (max-width:768px) {
    .info_box.style_10 {
        padding-left: 0
    }

    .info_box.style_10 .icon {
        position: static
    }
}

.infobox.style_7 {
    padding: 30px;
    background-color: #fff
}

.infobox.style_7.align_center {
    text-align: center
}

.infobox.style_7.align_center .infobox_title:after {
    margin-left: auto;
    margin-right: auto
}

.infobox.style_7 .infobox_title {
    font-size: 24px;
    line-height: 1.08;
    padding-top: 0
}

.infobox.style_7 .infobox_title:before {
    display: none
}

.infobox.style_7 .infobox_content {
    font-size: 16px;
    color: #304157;
    line-height: 1.63;
    margin-bottom: 20px
}

.infobox.style_7 .infobox_link {
    font-size: 14px;
    line-height: 1.57;
    color: #304157
}

.infobox.style_7 .infobox_link i {
    font-size: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    margin-right: 4px;
    display: inline-block;
    line-height: 20px;
    transition: .3s
}

.infobox.style_7 .infobox_link:hover i {
    background: #304157 !important;
    color: #fff
}

.infobox.style_8.align_center {
    text-align: center
}

.infobox.style_8 .infobox_title_wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 25px
}

.infobox.style_8 .infobox_title_wrap i {
    font-size: 24px;
    margin-right: 13px;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    line-height: 50px
}

.infobox.style_8 .infobox_title_wrap .infobox_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.33;
    padding-top: 0;
    width: calc(100% - 63px);
    flex: 0 0 calc(100% - 63px);
    display: flex;
    align-self: center;
    margin-bottom: 0
}

.infobox.style_8 .infobox_title_wrap .infobox_title:after {
    display: none
}

.infobox.style_8 .infobox_content {
    font-size: 14px;
    line-height: 1.5
}

.infobox.style_9 {
    position: relative;
    border: 1px solid rgba(255, 255, 255, .1);
    padding: 62px 30px 35px
}

.infobox.style_9.align_center {
    text-align: center
}

.infobox.style_9.align_center .infobox_title:after {
    margin-left: auto;
    margin-right: auto
}

.infobox.style_9 .infobox_label {
    position: absolute;
    font-size: 24px;
    line-height: 24px;
    padding: 8px 6px;
    min-width: 40px;
    top: 0;
    left: 30px;
    text-align: center
}

.infobox.style_9 .infobox_title {
    padding: 0;
    margin-bottom: 4px;
    font-size: 24px
}

@media (max-width:991px) {
    .infobox.style_9 .infobox_title {
        font-size: 20px
    }
}

.infobox.style_9 .infobox_content {
    font-size: 14px;
    line-height: 22px
}

.infobox.style_9 .infobox_content p {
    line-height: 22px
}

.infobox.style_9 .infobox_content p:last-child {
    margin-bottom: 0
}

.vc_testimonials.style_5 .owl-controls {
    height: auto;
    position: relative
}

.vc_testimonials.style_5 .vc_testimonials_carousel {
    margin-bottom: 60px
}

@media (max-width:767px) {
    .vc_testimonials.style_5 .vc_testimonials_carousel {
        margin-bottom: 30px
    }
}

.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item {
    padding: 15px 15px 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-image {
    width: 83px;
    flex: 0 0 83px;
    position: relative
}

@media (max-width:480px) {
    .vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-image {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 30px
    }
}

.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-image i {
    font-size: 39px;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 2
}

.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-image img {
    width: 83px;
    height: 83px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%
}

.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content {
    width: calc(100% - 83px);
    flex: 0 0 calc(100% - 83px);
    padding-left: 30px
}

@media (max-width:480px) {
    .vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content {
        width: 100%;
        flex: 0 0 100%;
        padding-left: 0
    }
}

.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content h4 {
    padding-top: 0;
    margin-bottom: 3px;
    font-weight: 400;
    line-height: 1.24;
    font-size: 21px
}

.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content h4:after {
    display: none
}

.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content .testimonial_position {
    font-size: 12px;
    margin-bottom: 20px
}

.vc_testimonials.style_5 .vc_testimonials_carousel .testimonial_item .testimonial-content .testimonial_text {
    line-height: 1.63
}

.vc_testimonials.style_5 .owl-dots {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.vc_testimonials.style_5 .owl-dots .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
    background-color: #728093;
    cursor: pointer;
    transition: .3s
}

.stm_testimonials.style_6 {
    margin-right: 0;
    margin-left: 0
}

.stm_testimonials.style_6 .item {
    background: #f2f4fa;
    padding: 20px 30px;
    font-size: 16px
}

.stm_testimonials.style_6 .item .testimonial {
    border: none !important;
    padding: 0;
    margin-bottom: 15px
}

.stm_testimonials.style_6 .item .testimonial:after,
.stm_testimonials.style_6 .item .testimonial:before {
    display: none !important
}

.stm_testimonials.style_6 .item .testimonial-info .testimonial-text .name {
    font-weight: 400 !important;
    font-size: 16px !important
}

.stm_testimonials.style_6 .item .testimonial-info .testimonial-text .company {
    text-decoration: none !important;
    font-size: 12px !important;
    color: inherit !important;
    opacity: .5
}

.stm_testimonials.style_7 {
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    margin: 0 -15px;
    color: #333
}

.stm_testimonials.style_7 .testimonial-item {
    width: 33.3%;
    flex: 0 0 33.3%;
    padding: 0 15px
}

@media (max-width:767px) {
    .stm_testimonials.style_7 .testimonial-item {
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 40px
    }

    .stm_testimonials.style_7 .testimonial-item:last-child {
        margin-bottom: 0
    }
}

.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_text,
.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_text p {
    color: #333;
    line-height: 24px
}

.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 17px;
    padding-left: 60px;
    min-height: 67px;
    align-items: center
}

.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info .user-image {
    position: absolute;
    left: 0;
    top: 17px
}

.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info .user-image img {
    border-radius: 50%
}

.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info .user-info .name {
    font-weight: 700
}

.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info .user-info .position {
    font-size: 12px
}

.stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info .stm-stm14_quote {
    font-size: 40px;
    color: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    right: 30px
}

@media (max-width:1200px) {
    .stm_testimonials.style_7 .testimonial-item__wrap .testimonial_user_info .stm-stm14_quote {
        right: 0
    }
}

.stats_counter.style_4 .inner {
    position: relative
}

.stats_counter.style_4 .inner:after,
.stats_counter.style_4 .inner:before {
    position: absolute;
    display: block;
    width: 90px;
    height: 10px;
    content: ''
}

.stats_counter.style_4 .inner:before {
    transform: skew(39deg, 0deg) rotate(-22deg);
    top: 15px;
    left: -20px
}

@media (max-width:667px) {
    .stats_counter.style_4 .inner:before {
        left: calc(46% - 20px)
    }
}

.stats_counter.style_4 .inner:after {
    transform: skew(39deg, 0deg) rotate(-22deg);
    left: -23px;
    top: 43px
}

@media (max-width:667px) {
    .stats_counter.style_4 .inner:after {
        left: calc(46% - 23px)
    }
}

.stats_counter.style_4 .inner h3 {
    color: inherit;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.22;
    position: relative;
    z-index: 1
}

.stats_counter.style_4 .inner h3:after,
.stats_counter.style_4 .inner h3:before {
    display: none
}

.stats_counter.style_4 .inner .counter_title {
    color: inherit;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.29;
    position: relative;
    z-index: 1
}

.stats_counter.style_5.left {
    text-align: left !important
}

.stats_counter.style_5 .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.stats_counter.style_5 .inner .icon-wrap {
    margin-right: 20px
}

@media (max-width:1024px) and (min-width:768px) {
    .stats_counter.style_5 .inner .icon-wrap {
        width: 100%;
        margin-bottom: 10px
    }
}

.stats_counter.style_5 .inner .icon-wrap i {
    font-size: 50px
}

.stats_counter.style_5 .inner .counter-wrap h3 {
    font-size: 36px;
    padding: 0;
    margin: 0 0 5px
}

.countdown_box.style_2 .stm_countdown {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 15px
}

.countdown_box.style_2 .stm_countdown .count-box {
    margin: 0 5px 10px;
    border: none;
    border-radius: 10px;
    padding: 17px 15px 22px;
    width: 100px;
    text-align: center
}

.countdown_box.style_2 .stm_countdown .count-box .position {
    height: 36px;
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 3px;
    padding: 0
}

.countdown_box.style_2 .stm_countdown .count-box .countdown_label {
    border: none;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    padding: 0
}

.countdown_box.style_2 .countdown_description {
    clear: both;
    color: #fff;
    text-align: center
}

.countdown_box.style_2 .stm-register-form {
    text-align: center
}

.countdown_box.style_2 .stm-register-form button,
.countdown_box.style_2 .stm-register-form input {
    height: 50px
}

.stm_cost_calculator.style_2 .ccb-main-calc * {
    font-family: inherit !important
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-form-right-wrapper,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-left-form-wrapper {
    margin: 0 !important;
    padding: 40px 15px !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    background: 0 0 !important
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-form-right-wrapper .form-inner-content,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-left-form-wrapper .form-inner-content {
    background: 0 0 !important
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: auto
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content h3,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content h3 {
    width: 100%;
    flex: 0 0 100%;
    padding: 0 15px
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content .ccb-inner-wrapper,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content .ccb-inner-wrapper {
    padding: 0 15px;
    width: 50%;
    flex: 0 0 50%;
    margin: 0 0 30px !important
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content .ccb-inner-wrapper label.light,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content .ccb-inner-wrapper label.light {
    display: inline
}

@media (max-width:767px) {

    .stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content .ccb-inner-wrapper,
    .stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content .ccb-inner-wrapper {
        width: 100%;
        flex: 0 0 100%
    }
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content .ccb-inner-wrapper .ccb-range-slider__value,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content .ccb-inner-wrapper .ccb-range-slider__value {
    background-color: #2c3e50
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-inner-content .ccb-inner-wrapper .ccb-range-slider__value:after,
.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .form-wrapper-content .ccb-inner-wrapper .ccb-range-slider__value:after {
    border-right-color: #2c3e50
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-left-form-wrapper {
    padding-bottom: 0 !important
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-form-right-wrapper .ccb-total-description ul li {
    border: none !important
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper label {
    font-size: 14px;
    line-height: 22px;
    background: 0 0 !important
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper select {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    background-color: #fff;
    margin-bottom: 0
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper fieldset {
    padding-top: 30px;
    margin-bottom: 20px
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper fieldset h4 {
    margin-bottom: 0
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-range-slider__range {
    height: 4px;
    background-color: #ddd
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-range-slider__range::-webkit-slider-thumb {
    width: 16px;
    height: 16px;
    box-shadow: none !important
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-total-description ul li:not(.ccb-summary-title):not(:last-child) {
    position: relative;
    border: none;
    padding: 0 0 0 15px !important;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 22px
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-total-description ul li:not(.ccb-summary-title):not(:last-child):before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 7px;
    left: 0;
    border-radius: 50%
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-total-description ul li:last-child {
    padding-right: 0
}

.stm_cost_calculator.style_2 .ccb-main-calc .ccb-main-wrapper .form-wrapper .ccb-total-description .ccb-summary-value {
    padding: 0 !important;
    height: auto !important;
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    color: #333 !important;
    text-shadow: none !important
}

.calc-container.vertical {
    padding: 0 !important
}

.calc-container .calc-checkbox-item label {
    position: relative;
    line-height: 2 !important
}

.stm_post_about_author.style_2 {
    text-align: center
}

.stm_post_about_author.style_2 .author_image {
    margin-bottom: 20px
}

.stm_post_about_author.style_2 .author_image img {
    border-radius: 50%
}

.stm_post_about_author.style_2 .author_info .author_name {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 5px
}

.stm_post_about_author.style_2 .author_info .post_date {
    font-size: 14px;
    line-height: 18px
}

.stm_share_buttons .share_buttons .addtoany_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}

.stm_share_buttons .share_buttons .addtoany_list>a {
    width: 100%;
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px
}

@media (max-width:767px) {
    .stm_share_buttons .share_buttons .addtoany_list>a {
        width: auto;
        flex: 0 0 auto
    }
}

.stm_share_buttons .share_buttons .addtoany_list>a>span {
    width: 45px !important;
    height: 45px !important;
    border-radius: 50% !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

.stm_share_buttons .share_buttons .addtoany_list>a>span svg {
    width: 20px
}

@media (min-width:768px) and (max-width:1199px) {
    body .staff_bottom_wr {
        padding-left: 30px;
        padding-right: 30px
    }

    body .staff_bottom_wr .staff_bottom .infos .info {
        padding: 0 5px
    }
}

.stm_events_modern .stm_events_modern_list .item .item_wr .content .stm_events_modern_row .event_speaker_thumbnail img {
    width: 40px;
    height: 40px;
    -o-object-fit: cover;
    object-fit: cover
}

.consulting-wc-cart {
    display: inline-block;
    vertical-align: top;
    position: relative
}

.consulting-wc-cart .cart_count {
    font-size: 20px;
    color: #000
}

.consulting-wc-cart .count {
    position: absolute;
    top: -5px;
    right: -10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #000;
    line-height: 9px;
    font-size: 9px;
    color: #fff
}

.elementor-element .top_bar_info_wr .top_bar_info li {
    color: #000
}

@media (max-width:1024px) {
    .top_bar_info_wr {
        display: block
    }

    .top_bar_info_wr .top_bar_info_switcher .active {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .top_bar_info_wr .top_bar_info {
        float: none;
        padding: 20px 0
    }

    .top_bar_info_wr .top_bar_info li {
        display: flex;
        align-items: center
    }

    .top_bar_info_wr .top_bar_info:after {
        display: none
    }
}

.consulting_ehf_position_absolute #masthead,
.consulting_ehf_position_fixed #masthead,
.consulting_ehf_position_sticky #masthead {
    top: 0;
    left: 0;
    width: 100%
}

.consulting_ehf_position_absolute #masthead {
    position: absolute !important
}

.consulting_ehf_position_fixed #masthead {
    position: fixed !important
}

.consulting_ehf_position_sticky #wrapper {
    overflow: inherit !important
}

.consulting_ehf_position_sticky #masthead {
    position: sticky !important
}

.elementor-page:not(.single-product) #main>.container {
    width: auto;
    padding: 0
}

.consulting-header-icon-box {
    display: flex
}

.stm_megamenu_column,
.stm_megamenu_column>div,
.stm_megamenu_column>div>div {
    position: static
}

html body .consulting_menu_nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    position: static
}

html body .consulting_menu_nav li {
    list-style: none;
    position: relative;
    font-weight: 700;
    font-size: 16px
}

html body .consulting_menu_nav li li {
    font-weight: 500;
    font-size: 14px
}

html body .consulting_menu_nav li li li {
    font-weight: 400;
    font-size: 14px
}

html body .consulting_menu_nav li:hover>ul {
    visibility: visible;
    opacity: 1
}

html body .consulting_menu_nav li .arrow {
    display: none !important
}

html body .consulting_menu_nav>li>a {
    display: block;
    padding: 10px 14px
}

@media (max-width:1100px) and (min-width:1025px) {
    html body .consulting_menu_nav>li>a {
        padding: 10px 11px
    }
}

html body .consulting_menu_nav>li ul {
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 14px 0;
    width: 230px;
    z-index: 1;
    margin-top: 5px;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .27);
    transition: all .3s
}

html body .consulting_menu_nav>li ul>li>a {
    display: block;
    padding: 8px 26px
}

html body .consulting_menu_nav>li ul>li ul {
    left: 100%;
    top: -2px;
    padding: 6px 0 4px
}

html body .consulting_menu_nav>li:last-child ul {
    right: 0;
    left: auto
}

html body .consulting_menu_nav>li.stm_megamenu__boxed>ul {
    width: auto
}

html body .consulting_menu_nav>li.stm_megamenu ul.sub-menu {
    margin-top: 5px
}

html body .consulting_menu_nav>li.stm_megamenu ul.sub-menu li>a {
    margin-bottom: 10px
}

html body .consulting_menu_nav>li.stm_megamenu ul.sub-menu li ul.sub-menu li a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 !important
}

html body .consulting_menu_nav>li.stm_megamenu ul.sub-menu li ul.sub-menu li i {
    display: inline-block;
    vertical-align: middle
}

html body .consulting_menu_nav>li.stm_megamenu img {
    margin-top: 0
}

html body .consulting_menu_nav__submenu-icon-arrow .consulting_menu_nav>li.menu-item-has-children>a {
    display: flex;
    align-items: center;
    position: relative
}

html body .consulting_menu_nav__submenu-icon-arrow .consulting_menu_nav>li.menu-item-has-children>a:after {
    content: "";
    width: 0;
    height: 0;
    margin-top: 3px;
    margin-left: 10px;
    border-width: 5px 4px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, .5) transparent transparent;
    background-color: transparent !important
}

html body .consulting_menu_nav__separator-yes .consulting_menu_nav>li>a {
    position: relative
}

html body .consulting_menu_nav__separator-yes .consulting_menu_nav>li>a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #333
}

html body .consulting_menu_nav__separator-yes .consulting_menu_nav>li:first-child>a:before {
    display: none
}

html body .consulting_menu_nav__align-right .consulting_menu_nav {
    margin-left: auto;
    justify-content: flex-end
}

html body .consulting_menu_nav__align-right .consulting_menu_nav>li:last-child {
    padding-right: 0
}

html body .consulting_menu_nav__align-center .consulting_menu_nav {
    margin-right: auto;
    margin-left: auto;
    justify-content: center
}

html body .consulting_menu_nav__align-left .consulting_menu_nav {
    margin-right: auto;
    justify-content: flex-start
}

html body .consulting_menu_nav__align-justify .consulting_menu_nav__layout-horizontal {
    width: 100%
}

html body .consulting_menu_nav__align-justify .consulting_menu_nav__layout-horizontal li.menu-item {
    flex-grow: 1
}

html body .consulting_menu_nav__align-justify .consulting_menu_nav__layout-horizontal li.menu-item a.hfe-menu-item {
    justify-content: center
}

html body .consulting_menu_nav__pointer_underline .consulting_menu_nav>li>a:hover {
    text-decoration: underline
}

html body .consulting_menu_nav #menu_toggle,
html body .consulting_menu_nav .menu_toggle {
    display: none;
    position: absolute;
    top: -27px;
    right: 15px;
    z-index: 100
}

html body .consulting_menu_nav #menu_toggle.open button,
html body .consulting_menu_nav .menu_toggle.open button {
    background-color: transparent !important
}

@media (min-width:1025px) {
    html body .consulting_menu_nav nav>ul {
        display: flex !important
    }
}

@media (max-width:1024px) {
    html body .consulting_menu_nav {
        position: relative
    }

    html body .consulting_menu_nav #menu_toggle,
    html body .consulting_menu_nav .menu_toggle {
        display: block
    }

    html body .consulting_menu_nav nav {
        width: 100%
    }

    html body .consulting_menu_nav nav>ul {
        display: none
    }

    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav {
        background-color: #162043
    }

    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu {
        padding: 0;
        margin: 0;
        font-size: 20px
    }

    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu:first-child,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li:first-child {
        margin-top: 10px
    }

    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu:last-child,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li:last-child {
        margin-bottom: 10px
    }

    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li a,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu a {
        display: block;
        padding: 14px 36px 14px 44px;
        color: #fff
    }

    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li ul,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li ul.sub-menu,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu ul,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu ul.sub-menu {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        visibility: visible;
        transition: all 0s;
        opacity: 1;
        width: auto;
        box-shadow: none;
        padding: 10px 0;
        margin: 15px 0 !important
    }

    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li ul li,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li ul.sub-menu li,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu ul li,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu ul.sub-menu li {
        padding: 0
    }

    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li ul li a,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li ul.sub-menu li a,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu ul li a,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu ul.sub-menu li a {
        padding: 11px 36px 11px 44px;
        margin: 0;
        color: #162043
    }

    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li ul li ul,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li ul.sub-menu li ul,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu ul li ul,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu ul.sub-menu li ul {
        padding: 10px 0
    }

    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li ul li ul li,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li ul.sub-menu li ul li,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu ul li ul li,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu ul.sub-menu li ul li {
        font-size: 14px
    }

    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu>ul,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li>ul {
        background-color: #f0f2f5
    }

    html body .consulting_menu_nav__submenu-icon-arrow .consulting_menu_nav li.menu-item-has-children,
    html body .consulting_menu_nav__submenu-icon-none .consulting_menu_nav li.menu-item-has-children {
        position: relative
    }

    html body .consulting_menu_nav__submenu-icon-arrow .consulting_menu_nav li.menu-item-has-children .arrow,
    html body .consulting_menu_nav__submenu-icon-none .consulting_menu_nav li.menu-item-has-children .arrow {
        display: flex !important;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: 15px;
        top: 0;
        width: 50px;
        height: 50px;
        margin: 0;
        transition: all .3s;
        background: 0 0;
        font-size: 12px;
        color: #fff;
        z-index: 10
    }

    html body .consulting_menu_nav__submenu-icon-arrow .consulting_menu_nav li.menu-item-has-children .arrow.active,
    html body .consulting_menu_nav__submenu-icon-none .consulting_menu_nav li.menu-item-has-children .arrow.active {
        transform: rotate(45deg)
    }

    html body .consulting_menu_nav__submenu-icon-arrow .consulting_menu_nav li.menu-item-has-children>a,
    html body .consulting_menu_nav__submenu-icon-none .consulting_menu_nav li.menu-item-has-children>a {
        display: block
    }

    html body .consulting_menu_nav__submenu-icon-arrow .consulting_menu_nav li.menu-item-has-children>a:after,
    html body .consulting_menu_nav__submenu-icon-none .consulting_menu_nav li.menu-item-has-children>a:after {
        display: none
    }

    html body .consulting_menu_nav__submenu-icon-arrow .consulting_menu_nav li.menu-item-has-children ul li:before,
    html body .consulting_menu_nav__submenu-icon-none .consulting_menu_nav li.menu-item-has-children ul li:before {
        font-size: 14px;
        color: #162043
    }

    html body .consulting_menu_nav__submenu-icon-arrow .consulting_menu_nav li.menu-item-has-children ul li .arrow,
    html body .consulting_menu_nav__submenu-icon-none .consulting_menu_nav li.menu-item-has-children ul li .arrow {
        color: #162043
    }

    html body .consulting_menu_nav__submenu-icon-arrow .consulting_menu_nav li.menu-item-has-children ul.sub-menu,
    html body .consulting_menu_nav__submenu-icon-none .consulting_menu_nav li.menu-item-has-children ul.sub-menu {
        display: none;
        margin: 0
    }

    html body .consulting_menu_nav__submenu-icon-arrow .consulting_menu_nav li.menu-item-has-children ul.sub-menu li,
    html body .consulting_menu_nav__submenu-icon-none .consulting_menu_nav li.menu-item-has-children ul.sub-menu li {
        padding: 0 !important
    }
}

@media (max-width:420px) {

    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li a,
    html body .consulting_menu_nav__breakpoint-tablet .consulting_menu_nav>li.stm_megamenu a {
        padding: 12px 26px 12px 34px !important
    }
}

.consulting-search {
    position: relative;
    height: 30px
}

.consulting-search button,
.consulting-search input {
    position: absolute;
    top: 0;
    outline: 0;
    color: #000;
    right: 0
}

.consulting-search input {
    min-width: 160px;
    padding: 10px 36px 10px 14px;
    height: 100%;
    border-radius: 4px;
    border: 2px solid transparent;
    box-shadow: none !important;
    visibility: hidden;
    opacity: 0
}

.consulting-search button {
    bottom: 0;
    height: 30px;
    width: 30px;
    background: 0 0;
    border: 0
}

.consulting-search.active input {
    visibility: visible;
    opacity: 1
}

.consulting-search.active button {
    color: #000
}

.lang_sel {
    position: relative;
    transition: all .3s
}

.lang_sel>ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.lang_sel>ul>li .lang_sel_sel {
    position: relative;
    display: block;
    padding: 14px 24px 14px 30px;
    text-decoration: none !important
}

.lang_sel>ul>li .lang_sel_sel:after {
    content: "";
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 5px solid var(--con_header_wpml_switcher_color, #fff);
    position: absolute;
    right: 10px;
    top: 50%;
    margin: -3px 0 0
}

.lang_sel>ul>li>ul {
    position: absolute;
    visibility: hidden;
    left: 0;
    top: 100%;
    min-width: 100%;
    background-color: var(--con_header_wpml_switcher_bg, var(--con_base_color));
    list-style: none;
    padding: 10px 0;
    margin: 0;
    opacity: 0;
    transition: all .3s;
    z-index: 10
}

.lang_sel>ul>li>ul a {
    display: block;
    padding: 10px 20px;
    text-decoration: none !important;
    transition: all .3s
}

.lang_sel>ul>li>ul a:hover {
    background-color: var(--con_header_wpml_switcher_bg_hover, var(--con_secondary_color))
}

.lang_sel>ul>li>ul li a:hover {
    color: var(--con_header_wpml_switcher_color_hover, #fff)
}

.lang_sel>ul li a {
    font-size: var(--con_header_wpml_switcher_font_size, 14px);
    line-height: var(--con_header_wpml_switcher_line_height, 14px);
    color: var(--con_header_wpml_switcher_color, #fff)
}

.lang_sel:hover {
    background: 0 0
}

.lang_sel:hover>ul>li>ul {
    visibility: visible;
    opacity: 1
}

.consulting-footer-menu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0
}

.consulting-footer-menu ul li {
    display: inline-flex;
    align-items: center
}

.consulting-footer-menu.layout-vertical ul li a {
    width: 100%
}

.consulting-footer-menu.align-left ul {
    justify-content: flex-start
}

.consulting-footer-menu.align-center ul {
    justify-content: center
}

.consulting-footer-menu.align-right ul {
    justify-content: flex-end
}

.consulting-footer-menu.align-justify ul {
    justify-content: space-between
}

.consulting-footer-menu.layout-vertical.cols-1 ul li {
    width: 100%
}

.consulting-footer-menu.layout-vertical.cols-2 ul li {
    width: 50%
}

.consulting-footer-menu.layout-vertical.cols-2.align-left ul li {
    justify-content: flex-start;
    text-align: left
}

.consulting-footer-menu.layout-vertical.cols-2.align-center ul li {
    justify-content: center;
    text-align: center
}

.consulting-footer-menu.layout-vertical.cols-2.align-right ul li {
    justify-content: flex-end;
    text-align: right
}

.consulting-footer-menu.layout-vertical.cols-2.align-justify ul li {
    justify-content: space-between
}

.consulting-footer-menu.list-style-disc ul li:before {
    content: '•';
    font-size: 20px;
    line-height: 1px
}

.consulting-footer-menu.hover-none ul li a:hover {
    text-decoration: none
}

.consulting-footer-menu.hover-underline ul li a:hover {
    text-decoration: underline
}

.page_title {
    margin-top: -30px;
    margin-bottom: 30px;
    position: relative;
    padding: 54px 0;
    background-image: var(--con_title_box_bg_image);
    background-color: var(--con_title_box_title_bg_color, var(--con_third_color));
    background-position: var(--con_title_box_bg_position, 50% 0);
    background-attachment: var(--con_title_box_bg_attachment, scroll);
    background-size: var(--con_title_box_bg_size, cover);
    background-repeat: var(--con_title_box_bg_repeat, no-repeat)
}

.page_title h1 {
    color: var(--con_title_box_title_color, #222)
}

.page_title h1:after {
    background-color: var(--con_title_box_title_line_color, #fff)
}

.page_title .breadcrumbs>span {
    color: var(--con_title_box_breadcrumbs_color, var(--con_title_box_title_color, #222))
}

.page_title .breadcrumbs>span a {
    transition: color .3s;
    text-decoration: none;
    color: var(--con_title_box_links_color, var(--con_title_box_title_color, #222))
}

.page_title .breadcrumbs>span a:hover {
    color: var(--con_title_box_links_color_hover, #fff)
}

.page_title.transparent .breadcrumbs,
.page_title.transparent .breadcrumbs span a {
    color: var(--con_title_box_breadcrumbs_color, var(--con_title_box_title_color, grey))
}

.page_title.transparent {
    background-color: transparent
}

.page_title.transparent h1 {
    margin-bottom: 20px
}

.page_title.transparent h1:after {
    background-color: var(--con_title_box_title_line_color, --con_third_color)
}

.page_title.transparent .breadcrumbs {
    margin-bottom: 16px
}

.page_title.transparent .breadcrumbs span a:hover {
    color: var(--con_title_box_breadcrumbs_color, var(--con_title_box_title_color, --con_base_color))
}

.page_title.disable_title {
    margin-bottom: 0;
    padding-bottom: 17px
}

.page_title.disable_title .breadcrumbs {
    margin-bottom: 6px
}

h1.page_title_2 {
    line-height: 36px;
    padding: 0;
    margin-bottom: 40px
}

.elementor-widget-video .eicon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 65px;
    height: 65px;
    opacity: .9;
    margin: -32px 0 0 -32px;
    transition: all .3s ease
}

.elementor-widget-video .eicon-play:before {
    display: block;
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 15px solid transparent;
    border-left: 15px solid #222;
    transition: .3s ease
}

.elementor-widget-video .eicon-play:hover:before {
    border-left-color: #fff
}

body .elementor-element.overlay {
    position: relative
}

body .elementor-element.overlay:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .25);
    display: block
}

body .elementor-element.overlay_2 {
    position: relative
}

body .elementor-element.overlay_2:before,
body .overlay_3:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    left: 0
}

body .elementor-element.overlay_2:before {
    background: rgba(0, 3, 45, .9);
    display: block
}

body .elementor-element.fixed_bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 0
}

body .overlay_3:before {
    background: rgba(0, 3, 45, .9)
}

body .elementor-widget-container .overlay_3 {
    position: static
}

body .elementor-element.overlay_4 {
    position: relative
}

body .elementor-element.overlay_4:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 3, 45, .78);
    display: block
}

.vc_general.vc_btn3 {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: transparent;
    color: #5472d2;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
    position: relative;
    top: 0;
    transition: all .2s ease-in-out;
    line-height: normal;
    box-shadow: none;
    font-size: 14px
}

.vc_general.vc_btn3.vc_btn3-block {
    display: block
}

.elementor-default .wpb_text_column ul li div {
    padding: 0
}

.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings),
.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings),
.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) {
    margin: 0 0 20px;
    list-style: none;
    padding: 0
}

.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings).small_margin li,
.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings).small_margin li,
.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings).small_margin li {
    margin-bottom: 9px
}

.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li,
.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li,
.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li {
    position: relative;
    padding: 0 0 0 26px;
    margin: 0 0 14px;
    line-height: 18px;
    border: none;
    font-size: 13px
}

.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li:before,
.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li:before,
.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li:before {
    content: "\f04d";
    font: normal normal 600 14px/1 "Font Awesome 6 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 8px;
    display: inline-block;
    vertical-align: top;
    font-size: 5px;
    transform: rotate(45deg)
}

.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li div,
.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li div,
.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li div {
    padding: 10px 0
}

.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li ol,
.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li ul,
.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li ol,
.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li ul,
.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li ol,
.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li ul {
    margin: 10px 0
}

.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li ol>li,
.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li ol>li,
.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li ol>li {
    list-style: decimal;
    padding: 0
}

.elementor-default .elementor-tab-content ul:not(.elementor-editor-element-settings) li ol>li:before,
.elementor-default .elementor-text-editor ul:not(.elementor-editor-element-settings) li ol>li:before,
.elementor-default .elementor-widget-text-editor ul:not(.elementor-editor-element-settings) li ol>li:before {
    display: none;
    padding-left: 0
}

.elementor-default .elementor-tab-content ol,
.elementor-default .elementor-text-editor ol,
.elementor-default .elementor-widget-text-editor ol {
    list-style: decimal;
    margin: 0 0 20px;
    padding: 0
}

.elementor-default .elementor-tab-content ol>li,
.elementor-default .elementor-text-editor ol>li,
.elementor-default .elementor-widget-text-editor ol>li {
    margin: 0 0 10px;
    border: none;
    list-style: decimal
}

.elementor-default .elementor-tab-content ol>li ul>li,
.elementor-default .elementor-text-editor ol>li ul>li,
.elementor-default .elementor-widget-text-editor ol>li ul>li {
    list-style: none
}

.elementor-default .elementor-tab-content ol>li ol,
.elementor-default .elementor-tab-content ol>li ul,
.elementor-default .elementor-text-editor ol>li ol,
.elementor-default .elementor-text-editor ol>li ul,
.elementor-default .elementor-widget-text-editor ol>li ol,
.elementor-default .elementor-widget-text-editor ol>li ul {
    margin: 10px 0;
    padding: 0 0 0 26px
}

.elementor-default .elementor-tab-content p:last-child,
.elementor-default .elementor-text-editor p:last-child,
.elementor-default .elementor-widget-text-editor p:last-child {
    margin-bottom: 0
}

.elementor-default .elementor-tab-content table,
.elementor-default .elementor-text-editor table,
.elementor-default .elementor-widget-text-editor table {
    width: 100%;
    margin: 0 0 40px
}

.elementor-default .elementor-tab-content table td,
.elementor-default .elementor-tab-content table th,
.elementor-default .elementor-text-editor table td,
.elementor-default .elementor-text-editor table th,
.elementor-default .elementor-widget-text-editor table td,
.elementor-default .elementor-widget-text-editor table th {
    padding: 10px;
    border: 1px solid #e6e6e6
}

.elementor-default .elementor-tab-content dl,
.elementor-default .elementor-text-editor dl,
.elementor-default .elementor-widget-text-editor dl {
    margin: 0 0 40px
}

.elementor-default .elementor-tab-content dl dd,
.elementor-default .elementor-text-editor dl dd,
.elementor-default .elementor-widget-text-editor dl dd {
    margin: 0 0 10px
}

.consulting_elementor_wrapper .elementor-element.elementor-widget-stm_spacing,
.consulting_elementor_wrapper .elementor-element.elementor-widget-text-editor p:last-child,
.consulting_elementor_wrapper .elementor-element.elementor-widget-vc_custom_heading,
.vc_custom_heading.consulting_heading_font>div p:last-child {
    margin-bottom: 0
}

.elementor-default .elementor-tab-content embed,
.elementor-default .elementor-tab-content iframe,
.elementor-default .elementor-text-editor embed,
.elementor-default .elementor-text-editor iframe,
.elementor-default .elementor-widget-text-editor embed,
.elementor-default .elementor-widget-text-editor iframe {
    max-width: 100%
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon {
    position: absolute;
    right: 15px;
    color: #00032d
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    right: auto;
    left: 0;
    position: relative
}

.elementor-widget-accordion .elementor-accordion .elementor-accordion-item .elementor-tab-content {
    border-top: 0
}

@media (min-width:1200px) {

    .elementor-column.about_full-right_width>.elementor-column-wrap,
    .elementor-column.form_full-right_width>.elementor-column-wrap,
    .elementor-column.form_full-right_width>.elementor-widget-wrap {
        position: relative;
        padding-right: 500px !important;
        margin-right: -500px !important;
        padding-left: 50px !important;
        flex-grow: 1;
        display: flex;
        flex-wrap: wrap
    }

    .elementor-column.about_full-left_width>.elementor-column-wrap,
    .elementor-column.form_full-left_width>.elementor-column-wrap,
    .elementor-column.form_full-left_width>.elementor-widget-wrap {
        position: relative;
        padding-left: 500px !important;
        margin-left: -500px !important;
        padding-right: 50px !important;
        flex-grow: 1;
        display: flex;
        flex-wrap: wrap
    }
}

@media (max-width:1200px) {

    .elementor-column.about_full-right_width>.elementor-column-wrap,
    .elementor-column.form_full-right_width>.elementor-column-wrap {
        padding-left: 30px !important
    }

    .elementor-column.about_full-left_width>.elementor-column-wrap,
    .elementor-column.form_full-left_width>.elementor-column-wrap {
        padding-right: 30px !important
    }
}

.elementor-row {
    flex-wrap: wrap
}

.rotate_icon_box {
    transform: rotate(-90deg)
}

.consulting-elementor-notice {
    background-color: #34383c;
    background-image: linear-gradient(180deg, #34383c, #4c4f56);
    padding: 10px 30px;
    font-size: 16px;
    color: #fff;
    text-align: center
}

.vc_custom_heading.consulting_heading_font>div p {
    line-height: 1
}

.elementor-progress-wrapper {
    margin-top: 30px;
    background-color: rgba(255, 255, 255, .25)
}

.elementor-progress-wrapper .elementor-progress-bar {
    height: 10px;
    border-radius: 0 !important
}

.elementor-progress-wrapper .elementor-progress-text {
    position: absolute;
    top: -30px;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .5px;
    width: 70%;
    line-height: 12px
}

.elementor-progress-wrapper .elementor-progress-percentage {
    position: absolute;
    top: -30px;
    right: 0;
    width: 20%;
    text-align: right;
    padding: 0
}

.elementor-button-wrapper .elementor-button {
    border: 3px solid transparent
}

.elementor-button-wrapper .elementor-button.elementor-button-link {
    padding: 10px 25px
}

.elementor-button-wrapper .elementor-button-text {
    font-weight: 700;
    font-size: 14px
}

.elementor-button-wrapper .elementor-button-icon {
    position: relative;
    top: 1px;
    transition: 0s .3s ease;
    transition-delay: 0s
}

.elementor-button-wrapper .elementor-button-content-wrapper {
    display: flex;
    align-items: center
}

.elementor-button-wrapper.icon_align_left .elementor-button {
    padding-left: 15px;
    text-align: left
}

.elementor-button-wrapper.icon_align_left .elementor-button-icon {
    margin-right: 15px
}

.elementor-button-wrapper.icon_align_right .elementor-button {
    padding-right: 15px;
    text-align: right
}

.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-mobile-title,
.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title {
    padding: 15px 30px;
    letter-spacing: -.04em;
    transition: .3s ease;
    border: 0;
    font-weight: 700
}

.elementor-button-wrapper.icon_align_right .elementor-button-icon {
    margin-left: 15px
}

body .elementor-section.video_overlay .elementor-background-video-container:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAAH608TDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkNBQjQ3N0JDMzUwMTFFNTk2RTNDMzJCMDVGODVCRjgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkNBQjQ3N0NDMzUwMTFFNTk2RTNDMzJCMDVGODVCRjgiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQ0FCNDc3OUMzNTAxMUU1OTZFM0MzMkIwNUY4NUJGOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQ0FCNDc3QUMzNTAxMUU1OTZFM0MzMkIwNUY4NUJGOCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsTuEqwAAACGSURBVHjaYmRgYHBgQAJMQJyAxE9gxKYCBQAEEIoKmGwCThkwAAggDFPx2oDXgchsgACizFgGXEYPhLEAAcQMxAuA+AMQKwBxA7FsvKYS41ayNOKMEnzsIeRUgAAiy6lMpNpCsU2jzht1HgXOAwgwsjMkXTMxXTP+aDCOBuNoMI4GI32DEQBy8immAOD7TAAAAABJRU5ErkJggg==) 50% 50%;
    z-index: 10
}

.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title a {
    transition: .3s ease
}

.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:after,
.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-wrapper .elementor-tab-title:before {
    display: none
}

.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper {
    background-color: #f2f2f2;
    border: 0
}

.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content {
    border: 0;
    padding: 30px 40px
}

.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content p {
    margin-bottom: 35px
}

.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content ul li {
    margin-bottom: 20px
}

.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content :last-child,
.consulting_elementor_wrapper .elementor-tabs .elementor-tabs-content-wrapper .elementor-tab-content ul li:last-child {
    margin-bottom: 0
}

.elementor-image-gallery .gallery-columns-1 .gallery-item {
    padding: 0
}

.elementor-button-wrapper.button_block .elementor-button {
    display: block
}

body.blog.vc_sidebar_page.elementor-default #main>.container>.row>.col-lg-3 {
    padding-left: 0;
    padding-right: 0
}

.elementor-default .fa.fa-facebook {
    font-family: "Font Awesome 6 Brands" !important;
    font-weight: 400
}

.elementor-default .fa.fa-facebook:before {
    content: "\f39e" !important
}

.elementor-default .fa-youtube:before {
    content: "\f167" !important
}

@media (max-width:1199px) and (min-width:768px) {
    .elementor-default .about_full-right_width>.elementor-column-wrap {
        margin-right: -15px !important;
        padding-right: 15px !important;
        width: calc(100% + 15px)
    }

    .elementor-default .about_full-left_width>.elementor-column-wrap {
        margin-left: -15px !important;
        padding-left: 15px !important;
        width: calc(100% + 15px)
    }
}

#footer.style_3 {
    background-color: #304157;
    font-size: 14px
}

#footer.style_3 .footer-top {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px rgba(255, 255, 255, .1) solid
}

@media (max-width:767px) {
    #footer.style_3 .footer-top .socials {
        padding-top: 30px
    }
}

#footer.style_3 .footer-top .socials ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

@media (min-width:768px) {
    #footer.style_3 .footer-top .socials ul {
        justify-content: flex-end
    }
}

#footer.style_3 .footer-top .socials ul li {
    display: inline-block;
    margin: 0 4px
}

#footer.style_3 .footer-top .socials ul li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    text-align: center;
    line-height: 45px;
    transition: .3s
}

#footer.style_3 .footer-top .socials ul li a:hover {
    background-color: #111
}

#footer.style_3 .widget_socials {
    margin-top: 0
}

#footer.style_3 .widget_socials ul.widget_socials {
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none
}

#footer.style_3 .widget_socials ul.widget_socials li {
    display: inline-block;
    margin: 0 4px
}

#footer.style_3 .widget_socials ul.widget_socials li a {
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    text-align: center;
    line-height: 45px;
    transition: .3s
}

#footer.style_3 .widgets_row .widget.widget_nav_menu ul li a:before,
#footer.style_3 .widgets_row .widget_title:after,
#footer.style_3 .widgets_row .widget_title:before {
    display: none
}

#footer.style_3 .widget_socials ul.widget_socials li a:hover {
    background-color: #111
}

#footer.style_3 .widgets_row {
    padding-top: 35px;
    padding-bottom: 44px
}

#footer.style_3 .widgets_row .widget_title {
    padding-top: 0;
    padding-bottom: 0 !important;
    font-size: 18px !important;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1.08px;
    color: #fff !important;
    margin-bottom: 27px !important
}

#footer.style_3 .widgets_row .widget.widget_text,
#footer.style_3 .widgets_row .widget.widget_text p {
    color: #fff;
    font-size: 14px;
    line-height: 1.71
}

#footer.style_3 .widgets_row .widget.widget_nav_menu ul {
    margin: 0
}

#footer.style_3 .widgets_row .widget.widget_nav_menu ul li {
    padding: 0 0 0 15px;
    position: relative;
    margin-bottom: 13px
}

#footer.style_3 .widgets_row .widget.widget_nav_menu ul li a {
    padding-left: 0;
    color: #fff !important
}

#footer.style_3 .widgets_row .widget.widget_nav_menu ul li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px
}

#footer.style_3 .copyright-wrap {
    color: rgba(255, 255, 255, .5);
    padding: 27px 0;
    border-top: 1px rgba(255, 255, 255, .1) solid
}

#footer.style_3 .copyright-wrap a {
    color: rgba(255, 255, 255, .5)
}

#footer.style_3 .copyright-wrap a:hover {
    color: #fff
}

#footer .footer_logo img {
    max-width: none
}

@media (max-width:1023px) {
    #footer .footer_logo img {
        max-width: 100%
    }
}

@media (min-width:1200px) {

    body,
    html {
        min-height: 100%;
        height: 100%;
        position: relative
    }

    #fullpage {
        flex-grow: 1
    }

    #wrapper {
        min-height: 100%;
        display: flex;
        flex-direction: column
    }
}

html body .header_top .top_nav,
html body .header_top .top_nav .top_nav_wrapper,
html body .header_top .top_nav .top_nav_wrapper .main_menu_nav {
    position: static !important
}

html body .top_nav .container {
    position: relative;
    z-index: 15
}

html body ul li.stm_megamenu {
    position: static !important
}

html body ul li.stm_megamenu:hover ul.sub-menu {
    opacity: 1;
    visibility: visible
}

html body ul li.stm_megamenu:before {
    display: none !important
}

html body ul li.stm_megamenu img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-top: -18px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden
}

html body ul li.stm_megamenu>ul.sub-menu {
    display: flex;
    top: auto;
    flex-wrap: wrap;
    margin: 0 15px;
    padding: 0;
    background-size: cover
}

html body ul li.stm_megamenu>ul.sub-menu:after {
    width: 100%
}

html body ul li.stm_megamenu>ul.sub-menu:last-child {
    left: 0 !important
}

html body ul li.stm_megamenu>ul.sub-menu>li:not(.menu-item-has-children) ul.sub-menu {
    margin-top: 20px !important
}

html body ul li.stm_megamenu>ul.sub-menu>li {
    width: 25%;
    float: none;
    padding: 0 40px;
    margin: 38px 0;
    border: 0 !important;
    border-left: 1px solid #dedede !important
}

html body ul li.stm_megamenu>ul.sub-menu>li:first-child {
    border-left: 0 !important
}

html body ul li.stm_megamenu>ul.sub-menu>li>a {
    padding: 0;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 16px
}

html body ul li.stm_megamenu>ul.sub-menu>li>a:before {
    display: none !important
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu:after,
html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:after,
html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:before,
html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li>a:after,
html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li>a:before,
html body ul li.stm_megamenu>ul.sub-menu>li:after,
html body ul li.stm_megamenu>ul.sub-menu>li:before {
    display: none
}

html body ul li.stm_megamenu>ul.sub-menu>li:hover>a {
    background-color: transparent !important
}

html body ul li.stm_megamenu>ul.sub-menu>li.menu-item-has-children a {
    padding-bottom: 20px
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_mega_col_width_banner_full_width {
    width: 100% !important;
    padding: 0 !important;
    border: 0 !important;
    margin: 0
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_mega_col_width_banner_full_width img,
html body ul li.stm_megamenu>ul.sub-menu>li.stm_mega_col_width_banner_full_width:first-child {
    margin: 0
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_mega_col_width_banner_full_width:last-child {
    margin-top: 0;
    margin-bottom: -20px
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_mega_col_width_banner_inside {
    margin: 0 -1px !important;
    padding: 0 !important;
    border: 0 !important;
    z-index: 10
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_mega_col_width_banner_inside img {
    margin: 0
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_mega_col_width_banner_inside:last-child {
    margin: 0 !important
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu {
    width: auto;
    padding: 0;
    margin: 0 -15px;
    position: static;
    box-shadow: none;
    background-color: transparent !important
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li {
    float: left;
    width: 100%;
    padding: 0 15px;
    border: 0 !important
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li>a {
    padding: 0;
    margin: 13px 0 !important;
    border: 0;
    letter-spacing: 0;
    text-transform: none;
    background-color: transparent !important;
    font-weight: 400;
    font-size: 14px;
    color: #333
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:hover>a {
    background-color: transparent !important;
    color: rgba(51, 51, 51, .7)
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li .stm_mega_textarea {
    display: block;
    line-height: 18px;
    margin-bottom: 20px;
    position: relative;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    z-index: 10;
    cursor: default
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:last-child a {
    margin-bottom: 0 !important
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li:last-child .stm_mega_textarea {
    margin-bottom: 0
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    margin: 0;
    border: 0
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li ul.sub-menu>li {
    width: 100%;
    padding: 0
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.stm_mega_second_col_width_1 {
    width: 8.33333333%
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.stm_mega_second_col_width_2 {
    width: 16.66666667%
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.stm_mega_second_col_width_3 {
    width: 25%
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.stm_mega_second_col_width_4 {
    width: 33.33333333%
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.stm_mega_second_col_width_5 {
    width: 41.66666667%
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.stm_mega_second_col_width_6 {
    width: 50%
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.stm_mega_second_col_width_7 {
    width: 58.33333333%
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.stm_mega_second_col_width_8 {
    width: 66.66666667%
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.stm_mega_second_col_width_9 {
    width: 75%
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.stm_mega_second_col_width_10 {
    width: 83.33333333%
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.stm_mega_second_col_width_11 {
    width: 91.66666667%
}

html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li.stm_mega_second_col_width_12 {
    width: 100%
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_col_width_1 {
    width: 8.33333333%
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_col_width_2 {
    width: 16.66666667%
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_col_width_3 {
    width: 25%
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_col_width_4 {
    width: 33.33333333%
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_col_width_5 {
    width: 41.66666667%
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_col_width_6 {
    width: 50%
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_col_width_7 {
    width: 58.33333333%
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_col_width_8 {
    width: 66.66666667%
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_col_width_9 {
    width: 75%
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_col_width_10 {
    width: 83.33333333%
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_col_width_11 {
    width: 91.66666667%
}

html body ul li.stm_megamenu>ul.sub-menu>li.stm_col_width_12 {
    width: 100%
}

html body ul li.stm_megamenu>ul.sub-menu .stm_mega_cols_inside_1>ul.sub-menu>li {
    width: 8.33333333%
}

html body ul li.stm_megamenu>ul.sub-menu .stm_mega_cols_inside_2>ul.sub-menu>li {
    width: 16.66666667%
}

html body ul li.stm_megamenu>ul.sub-menu .stm_mega_cols_inside_3>ul.sub-menu>li {
    width: 25%
}

html body ul li.stm_megamenu>ul.sub-menu .stm_mega_cols_inside_4>ul.sub-menu>li {
    width: 33.33333333%
}

html body ul li.stm_megamenu>ul.sub-menu .stm_mega_cols_inside_5>ul.sub-menu>li {
    width: 41.66666667%
}

html body ul li.stm_megamenu>ul.sub-menu .stm_mega_cols_inside_6>ul.sub-menu>li {
    width: 50%
}

html body ul li.stm_megamenu>ul.sub-menu .stm_mega_cols_inside_7>ul.sub-menu>li {
    width: 58.33333333%
}

html body ul li.stm_megamenu>ul.sub-menu .stm_mega_cols_inside_8>ul.sub-menu>li {
    width: 66.66666667%
}

html body ul li.stm_megamenu>ul.sub-menu .stm_mega_cols_inside_9>ul.sub-menu>li {
    width: 75%
}

html body ul li.stm_megamenu>ul.sub-menu .stm_mega_cols_inside_10>ul.sub-menu>li {
    width: 83.33333333%
}

html body ul li.stm_megamenu>ul.sub-menu .stm_mega_cols_inside_11>ul.sub-menu>li {
    width: 91.66666667%
}

html body ul li.stm_megamenu>ul.sub-menu .stm_mega_cols_inside_12>ul.sub-menu>li {
    width: 100%
}

html body ul li.stm_megamenu_1>ul.sub-menu>li {
    width: 8.33333333%
}

html body ul li.stm_megamenu_2>ul.sub-menu>li {
    width: 16.66666667%
}

html body ul li.stm_megamenu_3>ul.sub-menu>li {
    width: 25%
}

html body ul li.stm_megamenu_4>ul.sub-menu>li {
    width: 33.33333333%
}

html body ul li.stm_megamenu_5>ul.sub-menu>li {
    width: 41.66666667%
}

html body ul li.stm_megamenu_6>ul.sub-menu>li {
    width: 50%
}

html body ul li.stm_megamenu_7>ul.sub-menu>li {
    width: 58.33333333%
}

html body ul li.stm_megamenu_8>ul.sub-menu>li {
    width: 66.66666667%
}

html body ul li.stm_megamenu_9>ul.sub-menu>li {
    width: 75%
}

html body ul li.stm_megamenu_10>ul.sub-menu>li {
    width: 83.33333333%
}

html body ul li.stm_megamenu_11>ul.sub-menu>li {
    width: 91.66666667%
}

html body ul li.stm_megamenu_12>ul.sub-menu>li {
    width: 100%
}

html body ul li.stm_megamenu .fa,
html body ul li.stm_megamenu .stm_megaicon {
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    min-width: 16px;
    font-size: 14px
}

html body.header_style_7 .side_nav ul li.stm_megamenu_vertical img,
html body.header_style_7 li.stm_megamenu_vertical img,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical img,
html body.header_style_8 li.stm_megamenu_vertical img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden
}

html body.header_style_7 .side_nav ul li.stm_megamenu_vertical .fa,
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical .stm_megaicon,
html body.header_style_7 li.stm_megamenu_vertical .fa,
html body.header_style_7 li.stm_megamenu_vertical .stm_megaicon,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical .fa,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical .stm_megaicon,
html body.header_style_8 li.stm_megamenu_vertical .fa,
html body.header_style_8 li.stm_megamenu_vertical .stm_megaicon {
    margin-right: 10px;
    margin-top: 3px;
    display: inline-block;
    vertical-align: top;
    min-width: 16px;
    font-size: 14px
}

html body.header_style_7 .side_nav ul li.stm_megamenu_vertical .stm_mega_textarea,
html body.header_style_7 li.stm_megamenu_vertical .stm_mega_textarea,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical .stm_mega_textarea,
html body.header_style_8 li.stm_megamenu_vertical .stm_mega_textarea {
    display: block;
    line-height: 18px;
    margin-bottom: 20px;
    position: relative;
    text-transform: none;
    font-weight: 400;
    font-size: 13px;
    color: #666;
    z-index: 10;
    cursor: default
}

html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li:before,
html body.header_style_7 li.stm_megamenu_vertical li:before,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li:before,
html body.header_style_8 li.stm_megamenu_vertical li:before {
    display: none
}

html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:hover .stm_mega_textarea,
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:hover .stm_mega_textarea .fa,
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:hover .stm_mega_textarea .stm_megaicon,
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:hover a,
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:hover a .fa,
html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:hover a .stm_megaicon,
html body.header_style_7 li.stm_megamenu_vertical li li:hover .stm_mega_textarea,
html body.header_style_7 li.stm_megamenu_vertical li li:hover .stm_mega_textarea .fa,
html body.header_style_7 li.stm_megamenu_vertical li li:hover .stm_mega_textarea .stm_megaicon,
html body.header_style_7 li.stm_megamenu_vertical li li:hover a,
html body.header_style_7 li.stm_megamenu_vertical li li:hover a .fa,
html body.header_style_7 li.stm_megamenu_vertical li li:hover a .stm_megaicon,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:hover .stm_mega_textarea,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:hover .stm_mega_textarea .fa,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:hover .stm_mega_textarea .stm_megaicon,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:hover a,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:hover a .fa,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:hover a .stm_megaicon,
html body.header_style_8 li.stm_megamenu_vertical li li:hover .stm_mega_textarea,
html body.header_style_8 li.stm_megamenu_vertical li li:hover .stm_mega_textarea .fa,
html body.header_style_8 li.stm_megamenu_vertical li li:hover .stm_mega_textarea .stm_megaicon,
html body.header_style_8 li.stm_megamenu_vertical li li:hover a,
html body.header_style_8 li.stm_megamenu_vertical li li:hover a .fa,
html body.header_style_8 li.stm_megamenu_vertical li li:hover a .stm_megaicon {
    color: #fff
}

html body.header_style_7 .side_nav ul li.stm_megamenu_vertical li li:last-child .stm_mega_textarea,
html body.header_style_7 li.stm_megamenu_vertical li li:last-child .stm_mega_textarea,
html body.header_style_8 .side_nav ul li.stm_megamenu_vertical li li:last-child .stm_mega_textarea,
html body.header_style_8 li.stm_megamenu_vertical li li:last-child .stm_mega_textarea {
    margin-bottom: 0
}

@media only screen and (max-width:1199px) {
    html body ul li.stm_megamenu>ul.sub-menu>li {
        margin: 20px 0 !important;
        padding: 0 20px
    }

    html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li>a {
        margin: 11px 0 !important
    }

    html body ul li.stm_megamenu>ul.sub-menu>li.menu-item-has-children a {
        padding-bottom: 10px
    }

    html body ul li.stm_megamenu>ul.sub-menu>li.stm_mega_col_width_banner_full_width {
        margin: 0 !important
    }
}

@media only screen and (max-width:1024px) {

    html body.header_style_7 li.stm_megamenu_vertical ul.sub-menu li,
    html body.header_style_8 li.stm_megamenu_vertical ul.sub-menu li {
        padding-left: 0 !important
    }

    html body.mobile_grid_landscape ul li.stm_megamenu {
        position: relative !important
    }

    html body.mobile_grid_landscape ul li.stm_megamenu img {
        margin-top: 0
    }

    html body.mobile_grid_landscape ul li.stm_megamenu>ul.sub-menu {
        width: 100% !important
    }

    html body.mobile_grid_landscape ul li.stm_megamenu>ul.sub-menu>li {
        width: 100% !important;
        padding: 0
    }

    html body.mobile_grid_landscape ul li.stm_megamenu>ul.sub-menu>li>a {
        padding-bottom: 11px !important
    }

    html body.mobile_grid_landscape ul li.stm_megamenu>ul.sub-menu>li>ul.sub-menu {
        background-color: #fff !important
    }

    html body.mobile_grid_landscape ul li.stm_megamenu>ul.sub-menu>li>ul.sub-menu>li {
        float: none;
        width: auto;
        padding: 0;
        position: relative
    }

    html body.mobile_grid_landscape ul li.stm_megamenu>ul.sub-menu>li>ul.sub-menu>li>a {
        padding: 11px 45px !important;
        margin: 0 !important
    }

    html body.mobile_grid_landscape ul li.stm_megamenu .fa,
    html body.mobile_grid_landscape ul li.stm_megamenu .stm_megaicon {
        line-height: 20px;
        margin-top: 0 !important
    }

    html body ul li.stm_megamenu>ul.sub-menu>li ul.sub-menu>li {
        padding: 0
    }
}

@media only screen and (max-width:992px) {
    html body ul li.stm_megamenu {
        position: relative !important
    }

    html body ul li.stm_megamenu img {
        margin-top: 0
    }

    html body ul li.stm_megamenu>ul.sub-menu {
        width: 100% !important
    }

    html body ul li.stm_megamenu>ul.sub-menu>li {
        width: 100% !important;
        margin: 0 !important;
        padding: 0
    }

    html body ul li.stm_megamenu>ul.sub-menu>li>a {
        padding-left: 28px !important;
        padding-bottom: 11px !important
    }

    html body ul li.stm_megamenu>ul.sub-menu>li>ul.sub-menu {
        display: none;
        background-color: #fff !important
    }

    html body ul li.stm_megamenu>ul.sub-menu>li>ul.sub-menu>li {
        float: none;
        width: auto;
        padding: 0;
        margin-top: 0;
        position: relative
    }

    html body ul li.stm_megamenu>ul.sub-menu>li>ul.sub-menu>li>a {
        padding: 11px 45px !important;
        margin: 0 !important
    }

    html body ul li.stm_megamenu .fa,
    html body ul li.stm_megamenu .stm_megaicon {
        line-height: 20px;
        margin-top: 0 !important
    }
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bacteria:before {
    content: "\e059"
}

.fa-bacterium:before {
    content: "\e05a"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-box-tissue:before {
    content: "\e05b"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudflare:before {
    content: "\e07d"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dailymotion:before {
    content: "\e052"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-deezer:before {
    content: "\e077"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-disease:before {
    content: "\f7fa"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edge-legacy:before {
    content: "\e078"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-faucet:before {
    content: "\e005"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\e007"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-pay:before {
    content: "\e079"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guilded:before {
    content: "\e07e"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-medical:before {
    content: "\e05c"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-holding-water:before {
    content: "\f4c1"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-sparkles:before {
    content: "\e05d"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-hands-wash:before {
    content: "\e05e"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-handshake-alt-slash:before {
    content: "\e05f"
}

.fa-handshake-slash:before {
    content: "\e060"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-head-side-cough:before {
    content: "\e061"
}

.fa-head-side-cough-slash:before {
    content: "\e062"
}

.fa-head-side-mask:before {
    content: "\e063"
}

.fa-head-side-virus:before {
    content: "\e064"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hive:before {
    content: "\e07f"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hospital-user:before {
    content: "\f80d"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-house-user:before {
    content: "\e065"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\e013"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-innosoft:before {
    content: "\e080"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-instagram-square:before {
    content: "\e055"
}

.fa-instalod:before {
    content: "\e081"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-house:before {
    content: "\e066"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lungs:before {
    content: "\f604"
}

.fa-lungs-virus:before {
    content: "\e067"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\e01a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mixer:before {
    content: "\e056"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-octopus-deploy:before {
    content: "\e082"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-arrows:before {
    content: "\e068"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-perbyte:before {
    content: "\e083"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\e01e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-plane-slash:before {
    content: "\e069"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pump-medical:before {
    content: "\e06a"
}

.fa-pump-soap:before {
    content: "\e06b"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-rust:before {
    content: "\e07a"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-shield-virus:before {
    content: "\e06c"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopify:before {
    content: "\e057"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sink:before {
    content: "\e06d"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-soap:before {
    content: "\e06e"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-stopwatch-20:before {
    content: "\e06f"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-store-alt-slash:before {
    content: "\e070"
}

.fa-store-slash:before {
    content: "\e071"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-tiktok:before {
    content: "\e07b"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-threads:before {
    content: "\e9cb"
}

.fa-threads-square:before {
    content: "\e9cc"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toilet-paper-slash:before {
    content: "\e072"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\e041"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-uncharted:before {
    content: "\e084"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\e049"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-unsplash:before {
    content: "\e07c"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-users-slash:before {
    content: "\e073"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-vest:before {
    content: "\e085"
}

.fa-vest-patches:before {
    content: "\e086"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-virus:before {
    content: "\e074"
}

.fa-virus-slash:before {
    content: "\e075"
}

.fa-viruses:before {
    content: "\e076"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-watchman-monitoring:before {
    content: "\e087"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wodu:before {
    content: "\e088"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-x-twitter:before {
    content: "\e9ca"
}

.fa-x-twitter-square:before {
    content: "\e9c9"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../font/fa-solid-900.eot);
    src: url(../font/fa-solid-900.eot) format("embedded-opentype"), url(../font/fa-solid-9001.woff2) format("woff2"), url(../font/fa-solid-900.woff) format("woff"), url(../font/fa-solid-9001.ttf) format("truetype"), url(../font/fa-solid-900.svg) format("svg")
}

.fa,
.fas {
    font-family: "Font Awesome 5 Free";
    font-weight: 900
}

/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../font/fa-brands-400.eot);
    src: url(../font/fa-brands-400.eot) format("embedded-opentype"), url(../font/fa-brands-4001.woff2) format("woff2"), url(../font/fa-brands-400.woff) format("woff"), url(../font/fa-brands-4001.ttf) format("truetype"), url(../font/fa-brands-400.svg) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}

/*! elementor - v3.21.0 - 25-04-2024 */
.elementor-widget-icon-box .elementor-icon-box-wrapper {
    display: block;
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        align-items: flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        align-items: flex-end
    }
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    display: flex
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    display: inline-flex;
    flex: 0 0 auto
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
    text-align: end;
    flex-direction: row-reverse
}

.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
    margin-left: var(--icon-box-icon-margin, 15px);
    margin-right: 0;
    margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
    text-align: start;
    flex-direction: row
}

.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon {
    margin-right: var(--icon-box-icon-margin, 15px);
    margin-left: 0;
    margin-bottom: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-wrapper {
    display: block;
    text-align: center;
    flex-direction: unset
}

.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-icon {
    margin-bottom: var(--icon-box-icon-margin, 15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:-1) {

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-widescreen-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-widescreen-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-widescreen-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:-1) {

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-laptop-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-laptop-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-laptop-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:-1) {

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-tablet_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:1024px) {

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-tablet-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-tablet-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-tablet-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:-1) {

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-mobile_extra-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:767px) {

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        display: flex
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        display: inline-flex;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-wrapper {
        text-align: end;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-mobile-position-right .elementor-icon-box-icon {
        margin-left: var(--icon-box-icon-margin, 15px);
        margin-right: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-wrapper {
        text-align: start;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-mobile-position-left .elementor-icon-box-icon {
        margin-right: var(--icon-box-icon-margin, 15px);
        margin-left: 0;
        margin-bottom: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-wrapper {
        display: block;
        text-align: center;
        flex-direction: unset
    }

    .elementor-widget-icon-box.elementor-mobile-position-top .elementor-icon-box-icon {
        margin-bottom: var(--icon-box-icon-margin, 15px);
        margin-right: auto;
        margin-left: auto
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: block;
        flex: unset
    }
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

body.wc-block-product-gallery-modal-open {
    overflow: hidden
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image a {
    border: 0;
    box-shadow: none;
    outline: 0;
    text-decoration: none
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
    display: none
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
    border: 1px solid #f2f2f2
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,
.editor-styles-wrapper .wc-block-grid__product-title,
.wc-block-grid__product-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

.wc-block-grid__product-price {
    display: block
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
    margin-right: .5em
}

.wc-block-grid__product-add-to-cart.wp-block-button {
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    display: inline-flex;
    font-size: 1em;
    justify-content: center;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
    white-space: normal;
    word-break: break-word
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
    opacity: .25
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
    animation: spin 2s linear infinite;
    content: "";
    display: inline-block;
    font-family: WooCommerce;
    height: auto;
    margin-left: .5em;
    width: auto
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,
.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

.wc-block-grid__product-rating .star-rating,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    font-family: WooCommerce;
    font-size: 1em;
    font-weight: 400;
    height: 1.618em;
    line-height: 1.618;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 5.3em
}

.wc-block-grid__product-rating .star-rating:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
    content: "SSSSS";
    left: 0;
    opacity: .5;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid__product-rating .star-rating span,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    right: 0;
    top: 0
}

.wc-block-grid__product-rating .star-rating span:before,
.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
    color: inherit;
    content: "SSSSS";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.wc-block-grid .wc-block-grid__product-onsale,
.wc-block-grid__product-image .wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    left: auto;
    padding: .25em .75em;
    position: absolute;
    right: 4px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__product .wc-block-grid__product-link {
    display: inline-block;
    position: relative
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),
.wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart,
.wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__product .wc-block-grid__product-price,
.wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-components-product-title,
.theme-twentynineteen .wc-block-grid__product-onsale,
.theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

.theme-twentynineteen .wc-block-grid__product-title:before {
    display: none
}

.theme-twentynineteen .wc-block-components-product-sale-badge,
.theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title,
.theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-components-product-price__value,
.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,
.theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del,
.theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins,
.theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating,
.theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,
.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
    line-height: 1
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link,
.theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge,
.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title,
.theme-twentytwenty .wc-block-attribute-filter__title,
.theme-twentytwenty .wc-block-price-filter__title,
.theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,
.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins,
.theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip-path: none;
    color: #2b2d2f;
    display: block;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
    max-width: var(--wp--style--global--wide-size)
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856, .0703, .4143, .9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
    -ms-grid-row-align: center;
    align-self: center;
    flex-basis: 100%;
    padding-right: 16px;
    white-space: normal
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
    padding-right: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
    font-weight: 600;
    margin: 0 0 8px
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
    margin: 0 0 0 24px;
    padding: 0
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
    clear: both;
    content: "";
    display: block
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
    -moz-appearance: none;
    appearance: none;
    background: transparent !important;
    border: 0;
    color: #2f2f2f !important;
    float: right;
    margin: 0;
    opacity: .6;
    padding: 0 !important;
    text-decoration-line: underline;
    text-underline-position: under
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus,
.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
    opacity: 1
}

.wc-block-components-notice-banner>svg {
    fill: #fff;
    background-color: #2f2f2f;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 2px
}

.wc-block-components-notice-banner>.wc-block-components-button {
    background: transparent none !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #2f2f2f !important;
    flex: 0 0 16px;
    height: 16px !important;
    margin: 6px 0 0 auto !important;
    min-height: auto !important;
    min-width: 0 !important;
    opacity: .6;
    outline: none !important;
    padding: 0 !important;
    width: 16px !important
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
    margin: 0 !important
}

.wc-block-components-notice-banner>.wc-block-components-button:active,
.wc-block-components-notice-banner>.wc-block-components-button:focus,
.wc-block-components-notice-banner>.wc-block-components-button:hover {
    opacity: 1
}

.wc-block-components-notice-banner.is-error {
    background-color: #fff0f0;
    border-color: #cc1818
}

.wc-block-components-notice-banner.is-error>svg {
    background-color: #cc1818;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-warning {
    background-color: #fffbf4;
    border-color: #f0b849
}

.wc-block-components-notice-banner.is-warning>svg {
    background-color: #f0b849;
    transform: rotate(180deg)
}

.wc-block-components-notice-banner.is-success {
    background-color: #f4fff7;
    border-color: #4ab866
}

.wc-block-components-notice-banner.is-success>svg {
    background-color: #4ab866
}

.wc-block-components-notice-banner.is-info {
    background-color: #f4f8ff;
    border-color: #007cba
}

.wc-block-components-notice-banner.is-info>svg {
    background-color: #007cba
}

.woocommerce.wc-block-store-notices.alignwide {
    max-width: var(--wp--style--global--wide-size)
}

.pearl-envato-preview-holder {
    height: 54px
}

.pearl-envato-preview {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    height: 54px;
    background-color: #262626;
    border-bottom: 1px solid #333;
    z-index: 999999;
    line-height: 54px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif
}

.pearl-envato-preview .preview__envato-logo {
    float: left;
    padding: 0 20px
}

.pearl-envato-preview .preview__envato-logo a {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 20px;
    text-indent: -9999px;
    height: 18px;
    width: 152px;
    background: url(https://public-assets.envato-static.com/assets/logos/envato_market-6eed4f715209e46c7454f26f3f25f7560d9d94713c11a5717436cd18642fb0a0.svg);
    background-size: 152px 18px
}

@media (max-width:568px) {
    .pearl-envato-preview .preview__envato-logo {
        padding: 0 10px
    }

    .pearl-envato-preview .preview__envato-logo a {
        position: absolute;
        top: 20px;
        left: 15px;
        height: 14px;
        width: 118px;
        background-size: 118px 14px
    }
}

.pearl-envato-preview .preview__actions {
    float: right
}

.pearl-envato-preview .preview__action--buy,
.pearl-envato-preview .preview__action--close {
    display: inline-block;
    padding: 0 20px
}

@media (max-width:568px) {
    .pearl-envato-preview .preview__action--buy {
        padding: 0 0 0 10px
    }

    .pearl-envato-preview .preview__action--close {
        padding: 0
    }
}

.pearl-envato-preview .preview__action--purchase-form {
    display: inline-block
}

.pearl-envato-preview .preview__action--item-details {
    display: inline-block
}

.pearl-envato-preview .preview__action--close {
    border-left: 1px solid #333
}

.pearl-envato-preview .preview__action--close a {
    color: #999;
    text-decoration: none
}

.pearl-envato-preview .preview__action--close a:hover {
    color: #fff
}

.pearl-envato-preview .preview__action--close a i {
    color: #fff;
    font-size: 10px;
    margin-right: 10px
}

@media (max-width:568px) {
    .pearl-envato-preview .preview__action--close {
        border: 0 !important
    }

    .pearl-envato-preview .preview__action--close a i {
        margin-right: 0
    }

    .pearl-envato-preview .preview__action--close span {
        text-indent: -9999px;
        width: 5px;
        padding-left: 40px !important
    }

    .pearl-envato-preview .preview__action--close span:after,
    .pearl-envato-preview .preview__action--close span:before {
        left: 15px !important
    }
}

.e-btn--3d.-color-primary {
    box-shadow: 0 2px 0 #6f9a37;
    background-color: #82b440;
    position: relative;
    font-size: 14px;
    padding: 5px 20px;
    line-height: 1.5;
    color: #fff;
    text-decoration: none !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    border: none;
    border-radius: 4px
}

.e-btn--3d.-color-primary:hover {
    background-color: #7aa93c
}

.preview__action--close span {
    position: relative;
    display: inline-block;
    padding-left: 10px
}

.preview__action--close span:after,
.preview__action--close span:before {
    content: '';
    display: block;
    position: absolute;
    top: 25px;
    left: -10px;
    width: 11px;
    height: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff
}

.preview__action--close span:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

body.lg-on .pearl-envato-preview {
    z-index: 99
}

body.envato-preview-visible .stm_demo_sidebar__top {
    margin-top: 25px
}

body.envato-preview-visible .affix {
    top: 54px !important
}

body.envato-preview-visible .pearl_sticked {
    top: 54px !important
}

@media (max-width:660px) {
    .stm_demo_sidebar__top {
        display: none
    }

    .stm_demo_sidebar__layouts {
        overflow-y: auto;
        position: absolute;
        top: 20px;
        bottom: 75px;
        left: 21px;
        right: 19px;
        height: auto !important
    }

    .stm_demo_sidebar .stm_demo_sidebar__toggler {
        left: -16px;
        width: 50px;
        height: 52px;
        border-radius: 9999px;
        transition: all 0s ease;
        background: #e7174d !important
    }

    .stm_demo_sidebar .stm_demo_sidebar__toggler:before {
        content: '';
        display: block;
        position: absolute;
        top: -10px;
        right: 0;
        left: -10px;
        bottom: -10px
    }

    .stm_demo_sidebar .stm_demo_sidebar__toggler .stm_demo_sidebar__transformed {
        opacity: 0
    }

    .stm_demo_sidebar.active .stm_demo_sidebar__toggler {
        width: 25px;
        left: -25px !important;
        border-top-left-radius: 50% !important;
        border-bottom-left-radius: 50% !important
    }

    body.envato-preview-visible .stm_demo_sidebar__layouts {
        top: 70px
    }

    .stm_demo_sidebar__holder {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, .5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: .3s ease
    }

    .stm_demo_sidebar__holder.active {
        opacity: 1;
        visibility: visible
    }
}

.envato-preview-visible.stm-boats-transparent #stm-boats-header {
    top: 54px
}

body.envato-preview-visible.header_style_8 #menu_toggle_button {
    top: 60px
}

body.envato-preview-visible.header_style_8 #menu_toggle_button.open {
    top: 60px
}

body.envato-preview-visible.header_style_7 .header_side {
    top: 54px
}

body.envato-preview-visible.home.consulting_ehf_position_absolute #masthead {
    top: 54px
}

ul.hfe-nav-menu,
.hfe-nav-menu li,
.hfe-nav-menu ul {
    list-style: none !important;
    margin: 0;
    padding: 0
}

.hfe-nav-menu li.menu-item {
    position: relative
}

.hfe-flyout-container .hfe-nav-menu li.menu-item {
    position: relative;
    background: unset
}

.hfe-nav-menu .sub-menu li.menu-item {
    position: relative;
    background: inherit
}

.hfe-nav-menu__theme-icon-yes button.sub-menu-toggle {
    display: none
}

div.hfe-nav-menu,
.elementor-widget-hfe-nav-menu .elementor-widget-container {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.hfe-nav-menu__layout-horizontal,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hfe-nav-menu .parent-has-no-child .hfe-menu-toggle {
    display: none
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu,
.hfe-submenu-action-hover .hfe-layout-vertical .hfe-nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 16;
    visibility: hidden;
    opacity: 0;
    text-align: left;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:focus>.sub-menu {
    visibility: visible;
    opacity: 1
}

.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
.hfe-submenu-action-click .hfe-nav-menu .menu-item-has-children:focus>.sub-menu {
    visibility: hidden;
    opacity: 0
}

.hfe-nav-menu .menu-item-has-children .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    visibility: hidden;
    opacity: 0
}

.hfe-flyout-container .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0
}

.hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 100%
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
.hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children.focus>.sub-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.hfe-nav-menu:before,
.hfe-nav-menu:after {
    content: '';
    display: table;
    clear: both
}

.hfe-nav-menu__align-right .hfe-nav-menu {
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end
}

.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper {
    text-align: right
}

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li.elementor-button-wrapper,
.rtl .hfe-nav-menu__align-right .hfe-nav-menu__layout-vertical li.elementor-button-wrapper {
    text-align: left
}

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.hfe-has-submenu .elementor-button-wrapper,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li.elementor-button-wrapper {
    text-align: center
}

.hfe-nav-menu__align-left .hfe-nav-menu {
    margin-right: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start
}

.hfe-nav-menu__align-center .hfe-nav-menu {
    margin-left: auto;
    margin-right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-menu-item,
.hfe-nav-menu__align-center .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
    width: 100%
}

.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.menu-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    flex-grow: 1
}

.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center
}

.hfe-active-menu+nav li:not(:last-child) a.hfe-menu-item,
.hfe-active-menu+nav li:not(:last-child) a.hfe-sub-menu-item {
    border-bottom-width: 0
}

.hfe-nav-menu a.hfe-menu-item,
.hfe-nav-menu a.hfe-sub-menu-item {
    line-height: 1;
    text-decoration: none;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.hfe-nav-menu a.hfe-menu-item:hover,
.hfe-nav-menu a.hfe-sub-menu-item:hover {
    text-decoration: none
}

.hfe-nav-menu .sub-menu {
    min-width: 220px;
    margin: 0;
    z-index: 9999
}

.hfe-nav-menu__layout-horizontal {
    font-size: 0
}

.hfe-nav-menu__layout-horizontal li.menu-item,
.hfe-nav-menu__layout-horizontal>li.menu-item {
    font-size: medium
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-menu {
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1)
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-arrow i:before {
    content: '+'
}

.hfe-submenu-icon-none .hfe-nav-menu .parent-has-child .sub-arrow {
    display: none
}

.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-arrow .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-plus .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: '-'
}

.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .sub-menu-active .sub-arrow i:before,
.hfe-link-redirect-self_link.hfe-submenu-icon-classic .hfe-nav-menu .parent-has-child .menu-active .sub-arrow i:before {
    content: ''
}

.rtl .hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.rtl .hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
    content: ''
}

.hfe-nav-menu-icon {
    padding: .35em;
    border: 0 solid
}

.hfe-nav-menu-icon svg {
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 25px
}

.hfe-nav-menu-icon i:focus {
    outline: 0
}

.hfe-has-submenu-container a.hfe-menu-item:focus,
.hfe-has-submenu-container a.hfe-sub-menu-item:focus {
    outline: 0
}

.hfe-nav-menu .menu-item-has-children:focus,
.hfe-nav-menu .menu-item-has-children .sub-menu:focus,
.hfe-nav-menu .menu-item-has-children-container:focus {
    outline: 0
}

.hfe-nav-menu .menu-item-has-children-container {
    position: relative
}

.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-flyout-wrapper .sub-menu {
    position: relative;
    height: 0
}

.hfe-nav-menu__submenu-arrow .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-plus .hfe-menu-toggle:before,
.hfe-nav-menu__submenu-classic .hfe-menu-toggle:before {
    font-family: 'Font Awesome 5 Free';
    z-index: 1;
    font-size: inherit;
    font-weight: inherit;
    line-height: 0
}

.hfe-menu-item-center .hfe-nav-menu li a.hfe-menu-item,
.hfe-menu-item-center .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0
}

.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-menu-item,
.hfe-nav-menu__submenu-none .hfe-nav-menu li a.hfe-sub-menu-item {
    margin-right: 0
}

.hfe-nav-menu__toggle-icon:before {
    content: '\f0c9';
    font-family: 'fontAwesome';
    z-index: 1;
    font-size: 24px;
    font-weight: inherit;
    font-style: normal;
    line-height: 0
}

.hfe-active-menu .hfe-nav-menu__toggle-icon:before {
    content: '\f00d'
}

.hfe-nav-menu__layout-expandible {
    -webkit-transition-property: display;
    transition-property: display;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, .5, 1);
    transition-timing-function: cubic-bezier(0, 1, .5, 1)
}

.hfe-nav-menu__layout-expandible {
    visibility: hidden;
    opacity: 0
}

.hfe-nav-menu__layout-expandible .sub-menu {
    visibility: hidden;
    opacity: 0
}

.hfe-active-menu+.hfe-nav-menu__layout-expandible {
    visibility: visible;
    opacity: 1;
    height: auto
}

.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-expandible,
.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,
.hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical {
    position: absolute;
    top: 100%
}

.hfe-nav-menu__layout-expandible .menu-item-has-children .menu-item-has-children .sub-menu,
.hfe-nav-menu__layout-vertical .menu-item-has-children .menu-item-has-children .sub-menu {
    top: 0;
    left: 0
}

.hfe-layout-expandible nav {
    height: 0
}

.hfe-nav-sub-menu-icon,
.hfe-nav-menu__icon {
    display: inline-block;
    line-height: 1
}

.hfe-nav-menu__toggle {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    cursor: pointer;
    border: 0 solid;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #494c4f;
    position: relative;
    line-height: 1
}

.hfe-nav-menu__toggle-icon {
    display: inline-block;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hfe-nav-menu .sub-arrow {
    font-size: 14px;
    line-height: 1;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    margin-top: -10px;
    margin-bottom: -10px
}

.hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-left: 10px
}

.hfe-nav-menu__layout-vertical .hfe-nav-menu .sub-arrow,
.hfe-layout-expandible .sub-arrow,
.hfe-flyout-wrapper .sub-arrow {
    padding: 10px
}

.hfe-nav-menu .child-item,
.hfe-nav-menu__layout-vertical .hfe-nav-menu .child-item {
    font-size: 14px;
    line-height: 1;
    padding: 10px 0 10px 10px;
    margin-top: -10px;
    margin-bottom: -10px;
    position: absolute;
    right: 0;
    margin-right: 20px
}

.hfe-layout-horizontal .hfe-nav-menu__toggle,
.hfe-layout-vertical .hfe-nav-menu__toggle {
    visibility: hidden;
    opacity: 0;
    display: none
}

.hfe-nav-menu-icon {
    display: inline-block;
    line-height: 1;
    text-align: center
}

.hfe-nav-menu__layout-expandible .saved-content,
.hfe-nav-menu__layout-expandible .sub-menu,
.hfe-nav-menu__layout-expandible .child,
.hfe-nav-menu__layout-vertical .saved-content,
.hfe-nav-menu__layout-vertical .sub-menu,
.hfe-nav-menu__layout-vertical .child,
.hfe-flyout-container .saved-content,
.hfe-flyout-container .sub-menu,
.hfe-flyout-container .child {
    left: 0 !important;
    width: 100% !important
}

.hfe-flyout-container .hfe-nav-menu .sub-menu {
    background: unset
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle:hover,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle:hover,
.hfe-flyout-wrapper .hfe-menu-toggle:hover {
    border: 1px dotted
}

.hfe-nav-menu__layout-vertical .hfe-menu-toggle,
.hfe-nav-menu__layout-expandible .hfe-menu-toggle,
.hfe-flyout-wrapper .hfe-menu-toggle {
    border: 1px dotted transparent
}

.hfe-nav-menu .menu-item a:before,
.hfe-nav-menu .menu-item a:after {
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transition-timing-function: cubic-bezier(.58, .3, .005, 1)
}

.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-nav-menu .menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity: 0
}

.hfe-nav-menu .menu-item a.hfe-menu-item:hover:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:hover:after,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:before,
.hfe-nav-menu .menu-item a.hfe-menu-item:focus:after,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:before,
.hfe-nav-menu .menu-item a.hfe-menu-item.highlighted:after,
.hfe-nav-menu .current-menu-item:before,
.hfe-nav-menu .current-menu-item:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:after {
    height: 3px;
    width: 100%;
    left: 0;
    background-color: #55595c;
    z-index: 2
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 0;
    width: 0;
    left: 50%
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 10px
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 10px
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: -10px
}

.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: -10px
}

.hfe-pointer__double-line.hfe-animation__none,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item,
.hfe-pointer__underline.hfe-animation__none,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item,
.hfe-pointer__overline.hfe-animation__none,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__double-line.hfe-animation__none:before,
.hfe-pointer__double-line.hfe-animation__none:after,
.hfe-pointer__double-line.hfe-animation__none:hover,
.hfe-pointer__double-line.hfe-animation__none:focus,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__double-line.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus,
.hfe-pointer__underline.hfe-animation__none:before,
.hfe-pointer__underline.hfe-animation__none:after,
.hfe-pointer__underline.hfe-animation__none:hover,
.hfe-pointer__underline.hfe-animation__none:focus,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__underline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus,
.hfe-pointer__overline.hfe-animation__none:before,
.hfe-pointer__overline.hfe-animation__none:after,
.hfe-pointer__overline.hfe-animation__none:hover,
.hfe-pointer__overline.hfe-animation__none:focus,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__overline.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item:before {
    content: '';
    top: 0
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 10px;
    left: -20px
}

.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__underline .menu-item.parent a.hfe-menu-item:after {
    content: '';
    bottom: 0
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__slide .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    width: 10px;
    left: -webkit-calc(100% + 20px);
    left: calc(100% + 20px)
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:after {
    background: 0 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #55595c
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
    content: ''
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
}

.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25)
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:before {
    -webkit-transition: opacity .2s, -webkit-transform .4s;
    transition: opacity .2s, -webkit-transform .4s;
    transition: opacity .2s, transform .4s;
    transition: opacity .2s, transform .4s, -webkit-transform .4s
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:before {
    border-width: 0 0 3px 3px;
    -webkit-transition: width .1s .2s, height .1s .3s, opacity .12s .22s;
    transition: width .1s .2s, height .1s .3s, opacity .12s .22s
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 3px 3px 0 0;
    -webkit-transition: width .1s, height .1s .1s, opacity .02s .18s;
    transition: width .1s, height .1s .1s, opacity .02s .18s
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:before,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    width: 100%;
    height: 100%
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:before {
    -webkit-transition: opacity .02s, height .1s, width .1s .1s;
    transition: opacity .02s, height .1s, width .1s .1s
}

.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__draw .current-menu-item:after {
    -webkit-transition: opacity .02s .2s, height .1s .2s, width .1s .3s;
    transition: opacity .02s .2s, height .1s .2s, width .1s .3s
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    width: 3px;
    height: 3px
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:before {
    border-width: 3px 0 0 3px
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:after {
    content: '';
    top: initial;
    bottom: 0;
    left: initial;
    right: 0;
    border-width: 0 3px 3px 0
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__framed.hfe-animation__corners .current-menu-item:before,
.hfe-pointer__framed.hfe-animation__corners .current-menu-item:after {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .002s, width .4s, height .4s;
    transition: opacity .002s, width .4s, height .4s
}

.hfe-pointer__framed.hfe-animation__none,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__framed.hfe-animation__none:before,
.hfe-pointer__framed.hfe-animation__none:after,
.hfe-pointer__framed.hfe-animation__none:hover,
.hfe-pointer__framed.hfe-animation__none:focus,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__framed.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:after {
    content: '';
    -webkit-transition: .3s;
    transition: .3s
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1
}

.hfe-pointer__background .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item:focus,
.hfe-pointer__background .menu-item.parent a.hfe-menu-item.highlighted,
.hfe-pointer__background .current-menu-item {
    color: #fff
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:before {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__grow .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__grow .current-menu-item:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s;
    transition: .3s
}

.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shrink .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shrink .current-menu-item:before {
    -webkit-transition: opacity .15s, -webkit-transform .4s;
    transition: opacity .15s, -webkit-transform .4s;
    transition: opacity .15s, transform .4s;
    transition: opacity .15s, transform .4s, -webkit-transform .4s
}

.hfe-pointer__background.hfe-animation__sweep-left .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    left: 100%
}

.hfe-pointer__background.hfe-animation__sweep-right .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 100%
}

.hfe-pointer__background.hfe-animation__sweep-up .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 100%
}

.hfe-pointer__background.hfe-animation__sweep-down .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 100%
}

.hfe-pointer__background.hfe-animation__shutter-out-vertical .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    bottom: 50%;
    top: 50%
}

.hfe-pointer__background.hfe-animation__shutter-out-horizontal .menu-item.parent a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    right: 50%;
    left: 50%
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #55595c;
    z-index: -1
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:before {
    top: 0;
    bottom: 100%
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:after {
    top: 100%;
    bottom: 0
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:before {
    bottom: 50%
}

.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__background.hfe-animation__shutter-in-vertical .current-menu-item:after {
    top: 50%
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:before {
    right: 0;
    left: 100%
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:after {
    right: 100%;
    left: 0
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:before,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:before {
    left: 50%
}

.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:hover:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item:focus:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .menu-item.parent a.hfe-menu-item.highlighted:after,
.hfe-pointer__background.hfe-animation__shutter-in-horizontal .current-menu-item:after {
    right: 50%
}

.hfe-pointer__background.hfe-animation__none,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__background.hfe-animation__none:before,
.hfe-pointer__background.hfe-animation__none:after,
.hfe-pointer__background.hfe-animation__none:hover,
.hfe-pointer__background.hfe-animation__none:focus,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__background.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__skew .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: skew(-8deg);
    -ms-transform: skew(-8deg);
    transform: skew(-8deg)
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__shrink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__float .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__sink .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__rotate .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg)
}

.hfe-pointer__text.hfe-animation__none,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-pointer__text.hfe-animation__none:before,
.hfe-pointer__text.hfe-animation__none:after,
.hfe-pointer__text.hfe-animation__none:hover,
.hfe-pointer__text.hfe-animation__none:focus,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:before,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:after,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:hover,
.hfe-pointer__text.hfe-animation__none .menu-item.parent a.hfe-menu-item:focus {
    -webkit-transition-duration: 0s;
    transition-duration: 0s
}

.hfe-flyout-overlay {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999998;
    background: rgba(0, 0, 0, .6);
    cursor: pointer;
    -webkit-backface-visibility: hidden
}

.hfe-pointer__underline .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__overline .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:after,
.hfe-pointer__double-line .menu-item.parent a.hfe-menu-item.elementor-button:before {
    height: 0
}

.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:before,
.hfe-pointer__framed .menu-item.parent a.hfe-menu-item.elementor-button:after {
    border-width: 0
}

.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:hover,
.hfe-pointer__text.hfe-animation__grow .menu-item.parent a.hfe-menu-item.elementor-button:focus {
    -webkit-transform: none;
    transform: none
}

.hfe-flyout-close,
.hfe-flyout-close svg {
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    font-size: 23px;
    display: block;
    cursor: pointer
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    width: 300px;
    max-width: 100%;
    max-width: 100vw
}

.hfe-flyout-wrapper .hfe-side {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -webkit-backface-visibility: hidden
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-show {
    display: block
}

.hfe-flyout-content.push {
    color: #fff
}

.hfe-flyout-content ul li {
    color: #fff
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-right {
    top: 0;
    bottom: 0;
    left: auto;
    right: -100%;
    height: 100%;
    width: 300px;
    max-width: 100%
}

.hfe-flyout-wrapper .hfe-side.hfe-flyout-left {
    top: 0;
    bottom: 0;
    left: -100%;
    right: auto;
    height: 100%;
    width: 300px;
    max-width: 100%;
    max-width: 100vw
}

.hfe-flyout-wrapper .hfe-side.top {
    top: -100%;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px;
    max-height: 100%
}

.hfe-flyout-wrapper .hfe-side.bottom {
    top: auto;
    bottom: -100%;
    left: 0;
    right: 0;
    width: 100%;
    width: 100vw;
    height: 300px;
    max-height: 100%
}

.hfe-flyout-content {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    line-height: 1.4em;
    color: #fff
}

@media (max-width:1024px) {
    .hfe-flyout-content {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.hfe-flyout-content::-webkit-scrollbar {
    display: none
}

.admin-bar .hfe-side {
    margin-top: 32px
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children>ul.sub-menu {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .1s;
    transition: all .1s
}

.hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children>ul.sub-menu {
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    opacity: 0;
    -ms-filter: "alpha(opacity=0)";
    -webkit-transition: all .1s;
    transition: all .1s
}

.hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover>ul.sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "alpha(opacity=100)"
}

.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:first-child,
.hfe-nav-menu .hfe-has-submenu .sub-menu li.menu-item:last-child {
    overflow: visible !important
}

.elementor-widget-navigation-menu:not(.hfe-nav-menu__align-justify):not(.hfe-menu-item-space-between) a.hfe-menu-item.elementor-button {
    display: inline-flex
}

.hfe-nav-menu li.elementor-button-wrapper {
    align-self: center
}

@media only screen and (max-width:1024px) {

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal li,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu {
        width: 100%;
        margin-right: 0
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: block
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu+.hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-tablet .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical {
        position: absolute
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-tablet .hfe-layout-vertical .hfe-nav-menu__toggle {
        visibility: visible;
        opacity: 1;
        display: block
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle:hover {
        border: 1px dotted
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-menu-toggle {
        border: 1px dotted transparent
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0
    }

    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width: auto !important
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: '-'
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before,
    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before {
        content: ''
    }

    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset !important
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
        border: 0 !important
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover,
    .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }

    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item,
    .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media only screen and (max-width:767px) {

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-menu-item,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li a.hfe-sub-menu-item .hfe-nav-menu__breakpoint-tablet.hfe-nav-menu__align-justify .hfe-nav-menu__layout-horizontal .hfe-nav-menu li.elementor-button-wrapper {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1;
        display: block
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal li.menu-item,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu {
        width: 100%
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle {
        display: inline-block
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        position: relative;
        height: 0;
        top: 0
    }

    .hfe-nav-menu .sub-menu {
        min-width: auto;
        margin: 0
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu,
    .hfe-nav-menu__breakpoint-none .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children:hover>.sub-menu {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: none;
        transition: none
    }

    .hfe-nav-menu__breakpoint-tablet .hfe-nav-menu__layout-vertical {
        float: none
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-layout-vertical .hfe-nav-menu__toggle.hfe-active-menu {
        display: block
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-layout-horizontal .hfe-nav-menu__toggle,
    .hfe-nav-menu__breakpoint-mobile .hfe-layout-vertical .hfe-nav-menu__toggle {
        visibility: visible;
        opacity: 1;
        display: block
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal {
        visibility: hidden;
        opacity: 0;
        height: 0
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        float: none
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .sub-menu {
        visibility: hidden;
        opacity: 0
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: hidden;
        opacity: 0
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        visibility: visible;
        opacity: 1
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-vertical {
        visibility: hidden;
        opacity: 0;
        height: 0
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu+.hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu+.hfe-nav-menu__layout-vertical {
        visibility: visible;
        opacity: 1;
        height: auto
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal .hfe-nav-menu {
        position: relative
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal,
    .hfe-nav-menu__breakpoint-mobile .hfe-active-menu.hfe-active-menu-full-width+.hfe-nav-menu__layout-vertical {
        position: absolute
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .menu-item-has-children .menu-item-has-children .sub-menu {
        top: 0;
        left: 0
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children ul a .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-submenu-icon-plus .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: '-'
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-arrow .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-none.hfe-submenu-icon-classic .hfe-nav-menu__layout-horizontal .menu-item-has-children .sub-menu-active a.hfe-menu-item .sub-arrow i:before {
        content: ''
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle:hover {
        border: 1px dotted
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-menu-toggle {
        border: 1px dotted transparent
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu .sub-menu {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .hfe-nav-menu__breakpoint-mobile .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
        padding: 10px
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-1 .hfe-nav-menu {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all .3s cubic-bezier(.25, .5, .5, .9);
        transition: all .3s cubic-bezier(.25, .5, .5, .9)
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-2 .hfe-nav-menu {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    .hfe-nav-menu__breakpoint-mobile.hfe-nav-toggle-yes .hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
        -webkit-transition: all .3s;
        transition: all .3s
    }

    .hfe-nav-menu__breakpoint-mobile .menu-is-active.hfe-effect-3 .hfe-nav-menu {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)"
    }

    .hfe-nav-menu__breakpoint-mobile .saved-content,
    .hfe-nav-menu__breakpoint-mobile .sub-menu,
    .hfe-nav-menu__breakpoint-mobile .child,
    .hfe-nav-menu__breakpoint-tablet .saved-content,
    .hfe-nav-menu__breakpoint-tablet .sub-menu,
    .hfe-nav-menu__breakpoint-tablet .child {
        left: 0 !important;
        width: auto !important
    }

    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_up .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children ul.sub-menu,
    .hfe-submenu-animation-slide_down .hfe-layout-horizontal .menu-item-has-children:hover ul.sub-menu {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:after,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-nav-menu-layout:not(.hfe-pointer__framed) .menu-item.parent a.hfe-menu-item:before {
        background-color: unset !important
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__framed .menu-item.parent a.hfe-menu-item:before {
        border: 0 !important
    }

    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-tablet .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover,
    .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus,
    .elementor-widget-hfe-nav-menu.hfe-nav-menu__breakpoint-mobile .hfe-pointer__text .menu-item.parent a.hfe-menu-item:hover,
    .hfe-pointer__text .menu-item.parent a.hfe-menu-item:focus {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important
    }
}

.hfe-toggle-no .hfe-layout-expandible .hfe-nav-menu__toggle {
    display: none
}

.hfe-icon {
    display: inline-block
}

.hfe-cart-menu-wrap-custom {
    display: inline-block;
    line-height: 1
}

.hfe-cart-menu-wrap-custom .hfe-cart-count,
.hfe-cart-menu-wrap-custom .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c
}

.hfe-cart-menu-wrap-custom .hfe-cart-count {
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: .86em;
    line-height: 1.8;
    border-radius: .3em;
    border-width: 2px;
    border-style: solid;
    padding: 12px 24px
}

.hfe-cart-menu-wrap-default {
    display: inline-block;
    line-height: 1
}

.hfe-cart-menu-wrap-default .hfe-cart-count,
.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    border-color: #75c32c;
    color: #75c32c
}

.hfe-cart-menu-wrap-default .hfe-cart-count {
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 2.1em;
    min-height: 2.1em;
    font-size: .86em;
    line-height: 1.8;
    border-radius: 0 0 .3em .3em;
    border-width: 2px;
    border-style: solid;
    padding: 0 .4em
}

.hfe-cart-menu-wrap-default .hfe-cart-count:after {
    bottom: 100%;
    margin-bottom: 0;
    height: .8em;
    width: .8em;
    left: 50%;
    transform: translateX(-50%);
    top: -.6em;
    content: ' ';
    position: absolute;
    pointer-events: none;
    border-width: 2px;
    border-style: solid;
    border-top-left-radius: 10em;
    border-top-right-radius: 10em;
    border-bottom: 0
}

.elementor-widget-hfe-cart:not(.hfe-menu-cart--show-subtotal-yes) .hfe-menu-cart__toggle .elementor-button-text {
    display: none
}

.elementor-widget-hfe-cart.toggle-icon--bag-light .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e3'
}

.elementor-widget-hfe-cart.toggle-icon--bag-medium .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e4'
}

.elementor-widget-hfe-cart.toggle-icon--bag-solid .hfe-menu-cart__toggle .elementor-button-icon i:before {
    content: '\e8e5'
}

.hfe-menu-cart__toggle .elementor-button {
    background: 0 0;
    border-radius: 0;
    color: #818a91;
    border: 1px solid;
    border-color: inherit;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hfe-menu-cart__toggle .elementor-button-text {
    margin-right: .3em
}

.hfe-menu-cart__toggle .elementor-button-icon {
    position: relative;
    -webkit-transition: color .1s;
    -o-transition: color .1s;
    transition: color .1s
}

.hfe-menu-cart--items-indicator-bubble .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: block;
    position: absolute;
    min-width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    top: -.7em;
    right: -.7em;
    border-radius: 100%;
    color: #fff;
    background-color: #d9534f;
    text-align: center;
    font-size: 10px
}

.hfe-menu-cart--items-indicator-plain .hfe-menu-cart__toggle .elementor-button-icon[data-counter]:before {
    content: attr(data-counter);
    display: inline-block;
    font-weight: 400
}

.hfe-menu-cart--empty-indicator-hide .hfe-menu-cart__toggle .elementor-button .elementor-button-icon[data-counter="0"]:before {
    content: none;
    display: none
}

.hfe-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -webkit-order: 15;
    -ms-flex-order: 15;
    order: 15
}

.hfe-menu-cart__toggle.elementor-button-wrapper .elementor-button {
    color: #4d4848
}

.hfe-search-button-wrapper {
    display: block;
    cursor: pointer;
    vertical-align: middle;
    text-align: right
}

.hfe-search-form__container {
    display: flex;
    overflow: hidden
}

.hfe-search-form__input {
    flex-basis: 100%
}

.hfe-search-icon-toggle i.fa-search {
    display: inline-block;
    position: absolute;
    width: 20px;
    box-sizing: content-box;
    padding: 10px
}

.hfe-search-icon-toggle i:before {
    vertical-align: middle
}

.hfe-search-button-wrapper input[type=search] {
    border: 0;
    padding: 10px;
    cursor: pointer;
    border-radius: 0;
    transition: all .5s;
    box-sizing: border-box;
    outline: none
}

.hfe-search-button-wrapper button {
    border: none;
    border-radius: 0;
    padding: 0
}

.hfe-search-button-wrapper input[type=search]:focus {
    cursor: auto;
    border: none;
    box-shadow: none
}

.hfe-search-icon-toggle input:-moz-placeholder,
.hfe-search-icon-toggle input::-webkit-input-placeholder {
    color: transparent
}

.hfe-search-layout-icon .hfe-search-icon-toggle .hfe-search-form__input {
    background-color: unset;
    height: 100%
}

.hfe-search-button-wrapper.hfe-input-focus {
    display: flex
}

.hfe-search-form__container .hfe-search-submit {
    min-width: 3%;
    position: relative
}

.hfe-search-form__container button#clear,
.hfe-search-icon-toggle button#clear {
    visibility: hidden;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    user-select: none;
    cursor: pointer;
    bottom: 0;
    margin-right: 10px;
    background-color: transparent
}

.hfe-search-button-wrapper input[type=search]::-webkit-search-decoration,
.hfe-search-button-wrapper input[type=search]::-webkit-search-cancel-button,
.hfe-search-button-wrapper input[type=search]::-webkit-search-results-button,
.hfe-search-button-wrapper input[type=search]::-webkit-search-results-decoration {
    display: none
}

.hfe-search-form__container button#clear-with-button {
    visibility: hidden;
    position: absolute;
    top: 0;
    padding: 0 8px;
    font-style: normal;
    font-size: 1.2em;
    user-select: none;
    cursor: pointer;
    bottom: 0;
    background-color: transparent
}

.hfe-search-button-wrapper,
.hfe-search-form__container,
.hfe-search-icon-toggle,
.hfe-search-button-wrapper .hfe-search-icon-toggle i,
.hfe-search-button-wrapper .hfe-search-icon-toggle i:before {
    position: relative
}

.hfe-search-button-wrapper .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 0;
    right: 0;
    background-color: transparent
}

.hfe-search-icon-toggle {
    width: 100% !important
}

.hfe-search-button-wrapper.hfe-input-focus .hfe-search-icon-toggle .hfe-search-form__input {
    position: absolute;
    width: 250px;
    right: 0
}

.hfe-search-layout-text .hfe-search-form__container,
.hfe-search-layout-icon_text .hfe-search-form__container,
.hfe-search-layout-text .hfe-search-form__container .hfe-search-form__input,
.hfe-search-layout-icon_text .hfe-search-form__container .hfe-search-form__input {
    width: 100%
}

.hfe-search-icon-toggle {
    line-height: 1.5
}

.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__double-line.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__slide .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    width: 100%;
    left: 0;
    opacity: 1
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    bottom: 0;
    opacity: 1
}

.hfe-pointer__double-line.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-out .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__drop-in .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    top: 0;
    opacity: 1
}

.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__underline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__overline.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    height: 3px;
    width: 100%;
    left: 0;
    opacity: 1
}

.hfe-pointer__framed.hfe-animation__grow .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__shrink .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.hfe-pointer__framed.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:before,
.hfe-pointer__underline.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__double-line.hfe-animation__fade .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    opacity: 1
}

.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__corners .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):before,
.hfe-pointer__framed.hfe-animation__draw .menu-item.parent.current-menu-item a.hfe-menu-item:not(:hover):not(:focus):not(.current-menu-item):not(.highlighted):after {
    border-width: 3px;
    width: 100%;
    opacity: 1;
    height: 100%
}

.consulting-icon-box.standard.icon_shape_circle_1 .consulting-icon-box-wrapper .icon-box-icon i {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--con_base_color);
    border-radius: 100%
}

.consulting-icon-box.standard.icon_shape_circle_1 .consulting-icon-box-wrapper .icon-box-icon svg {
    width: 70px;
    height: 70px;
    background-color: var(--con_base_color);
    border-radius: 100%;
    padding: 12px
}

.consulting-icon-box.standard.icon_shape_hexagon .icon-box-icon {
    position: relative;
    display: flex;
    width: 80px;
    height: 70px;
    justify-content: center;
    align-items: center
}

.consulting-icon-box.standard.icon_shape_hexagon .icon-box-icon .icon-box-icon-render {
    display: flex;
    margin-left: 2px
}

.consulting-icon-box.standard.icon_shape_hexagon .icon-box-icon .icon-box-icon-render:after {
    content: "\e91c";
    font-family: 'stm';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 70px;
    color: var(--con_third_color)
}

.consulting-icon-box.standard.icon_shape_linear_circle .icon-box-icon i {
    display: flex;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAN9SURBVHgB3ZpNaBNBGIZ3p5ufJgYqtKi9WJDSIG2TNiFYQWjEgxY8VCFFwYsgXsT24qUI5iDePHpS7x5T6b0IBSG01GgiaP05SGmF4qWXaP58P0nCZjPZbDa7yY4vDLPddyfzPTuzs9uZkSUbtLOzMzQwMLBYqVQuFYvFR5FI5Ivak2U5Dm9kbW3tRTKZLEsWSZYsFgXLGLtRLpeXEPDy7OxsRu0huwmYBLyVmZmZdzUPf7NcLqdMTk7+kUyKSSa0sbHh3draOoW7yqwAIQ/pbqFQSKXT6ZOSSXXUMgBweb3eMLrOFXSj1NTU1HsrQMhDSmjLdSrDLUOVut3u26VS6Qkqfd0LELp51Wusg1EFS+mBNiA7QKqDyB389iujXU9pd0EtWFS4xAvILpCaj56wHIvFDiQDkp0M0ukzxEQC2dzcDGQymQl4imEYJ4KQ7/f7b6HeZ9vb26d5cSutQFoF2y8QtR+NRr9KHDW0DA2FyM6jwKJTQfSeoQYYDIVjyGI0/IoGQqqPZvSJEggExvBidE1PT39wOkjVP4sGOEC83+hcvWXi8Xh+fX39syggFBfqfoxPK2/tfMv3jNNBeCOt/L+AcGFEBWmCERmkAUZUkKofQWwFpgVRFOW+YCDkP0T6xbQg2n+6apXBX3YiCMWNtBIKhbIMB2dw8bweSKtu5wQQdXnm8Xg+4cWzKjoIiTs0iwjSBCMySAOMyCDZbPZYPp8/IfcCRC+QbkHIx2vjGtI5WXQQdXk2ODh4HOf9ooNQeRYMBr9jNv5pr0GovJUgdL6jodlKEN7nUTcgTTAigzTAOAFE6mL4Jv37aqZ1FlwQQkXXRQUh1Vtmd3fXc3h4ODQ3N/dTRJAGGJ5EAtGFEQ2kJYwTQPTKYxrZh+XIYRweqBd0m1YB8NHmRqAXnApCPmZdo/CGtCvT3JbRGwz6DYK644hhGN5zbdzcRZvx8fHfyBwHgmwBc8vBVCqV5MVtaOm8VyB6Pn77Kg7DWHBard7sJrVdbabVAUx2XOwnCLIFeBN6ICRDLdPuhWonSPUZGUEMLxOJREknTPN7Z+wG2dvb8+3v7wfRK5RwOJyWDMjU3hm7QUijo6P5o6Ojj0ZBSG03NfDkcrkw1VZ8i0DeACQnWQxCwo2irVt5qQNZukXLKhCzMtXNWsnn8yl4WH8g3eNNB+H8ZRzO2wFC+gvW+m+FjvcURwAAAABJRU5ErkJggg==)
}

.consulting-icon-box.standard.icon_shape_linear_circle .icon-box-icon svg {
    display: flex;
    width: 50px;
    height: 50px;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
    padding: 6px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAyCAYAAADx/eOPAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAN9SURBVHgB3ZpNaBNBGIZ3p5ufJgYqtKi9WJDSIG2TNiFYQWjEgxY8VCFFwYsgXsT24qUI5iDePHpS7x5T6b0IBSG01GgiaP05SGmF4qWXaP58P0nCZjPZbDa7yY4vDLPddyfzPTuzs9uZkSUbtLOzMzQwMLBYqVQuFYvFR5FI5Ivak2U5Dm9kbW3tRTKZLEsWSZYsFgXLGLtRLpeXEPDy7OxsRu0huwmYBLyVmZmZdzUPf7NcLqdMTk7+kUyKSSa0sbHh3draOoW7yqwAIQ/pbqFQSKXT6ZOSSXXUMgBweb3eMLrOFXSj1NTU1HsrQMhDSmjLdSrDLUOVut3u26VS6Qkqfd0LELp51Wusg1EFS+mBNiA7QKqDyB389iujXU9pd0EtWFS4xAvILpCaj56wHIvFDiQDkp0M0ukzxEQC2dzcDGQymQl4imEYJ4KQ7/f7b6HeZ9vb26d5cSutQFoF2y8QtR+NRr9KHDW0DA2FyM6jwKJTQfSeoQYYDIVjyGI0/IoGQqqPZvSJEggExvBidE1PT39wOkjVP4sGOEC83+hcvWXi8Xh+fX39syggFBfqfoxPK2/tfMv3jNNBeCOt/L+AcGFEBWmCERmkAUZUkKofQWwFpgVRFOW+YCDkP0T6xbQg2n+6apXBX3YiCMWNtBIKhbIMB2dw8bweSKtu5wQQdXnm8Xg+4cWzKjoIiTs0iwjSBCMySAOMyCDZbPZYPp8/IfcCRC+QbkHIx2vjGtI5WXQQdXk2ODh4HOf9ooNQeRYMBr9jNv5pr0GovJUgdL6jodlKEN7nUTcgTTAigzTAOAFE6mL4Jv37aqZ1FlwQQkXXRQUh1Vtmd3fXc3h4ODQ3N/dTRJAGGJ5EAtGFEQ2kJYwTQPTKYxrZh+XIYRweqBd0m1YB8NHmRqAXnApCPmZdo/CGtCvT3JbRGwz6DYK644hhGN5zbdzcRZvx8fHfyBwHgmwBc8vBVCqV5MVtaOm8VyB6Pn77Kg7DWHBard7sJrVdbabVAUx2XOwnCLIFeBN6ICRDLdPuhWonSPUZGUEMLxOJREknTPN7Z+wG2dvb8+3v7wfRK5RwOJyWDMjU3hm7QUijo6P5o6Ojj0ZBSG03NfDkcrkw1VZ8i0DeACQnWQxCwo2irVt5qQNZukXLKhCzMtXNWsnn8yl4WH8g3eNNB+H8ZRzO2wFC+gvW+m+FjvcURwAAAABJRU5ErkJggg==)
}

.consulting-icon-box.standard.icon_shape_strips .consulting-icon-box-wrapper .icon-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    position: relative
}

.consulting-icon-box.standard.icon_shape_strips .consulting-icon-box-wrapper .icon-box-icon i {
    z-index: 1;
    color: var(--con_base_color)
}

.consulting-icon-box.standard.icon_shape_strips .consulting-icon-box-wrapper .icon-box-icon svg {
    z-index: 1;
    fill: var(--con_base_color)
}

.consulting-icon-box.standard.icon_shape_strips .consulting-icon-box-wrapper .icon-box-icon:before {
    content: '';
    display: block;
    width: 90px;
    height: 10px;
    transform: skew(39deg, 0deg) rotate(-22deg);
    position: absolute;
    top: 15px;
    left: -10px;
    background-color: var(--con_third_color);
    z-index: -1
}

.consulting-icon-box.standard.icon_shape_strips .consulting-icon-box-wrapper .icon-box-icon:after {
    content: '';
    display: block;
    width: 90px;
    height: 10px;
    transform: skew(39deg, 0deg) rotate(-22deg);
    position: absolute;
    left: -12px;
    top: 40px;
    background-color: var(--con_third_color);
    z-index: -1
}

.consulting-icon-box.standard.icon_shape_points .consulting-icon-box-wrapper .icon-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50% 50% 6px;
    background-color: var(--con_third_color);
    position: relative;
    margin: 10px 12px 10px 10px;
    color: var(--con_base_color);
    width: 50px;
    height: 50px
}

.consulting-icon-box.standard.icon_shape_points .consulting-icon-box-wrapper .icon-box-icon .icon-box-icon-render {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center
}

.consulting-icon-box.standard.icon_shape_points .consulting-icon-box-wrapper .icon-box-icon i {
    color: var(--con_base_color);
    font-size: 20px;
    width: 40px
}

.consulting-icon-box.standard.icon_shape_points .consulting-icon-box-wrapper .icon-box-icon svg {
    fill: var(--con_base_color);
    width: 30px;
    height: 30px
}

.consulting-icon-box.standard.icon_shape_points .consulting-icon-box-wrapper .icon-box-icon:before {
    content: "\e9db";
    font-family: 'stm';
    position: absolute;
    top: 11px;
    left: -10px;
    font-weight: 300;
    font-size: 70px;
    color: #d3d5db;
    z-index: -1
}

.consulting-icon-box.standard.icon_position_left.icon_shape_hexagon .icon-box-icon {
    width: 100%;
    max-width: 82px
}

.consulting-icon-box.standard.icon_position_left.icon_shape_strips .icon-box-icon {
    max-width: 70px;
    width: 100%
}

.consulting-icon-box.standard.icon_position_left.icon_shape_points .icon-box-icon {
    max-width: 50px;
    width: 100%
}

.consulting-icon-box.standard.icon_position_left .consulting-icon-box-wrapper {
    flex-direction: row
}

.consulting-icon-box.standard.icon_position_left .consulting-icon-box-wrapper .icon-box-icon {
    margin-right: 20px
}

.consulting-icon-box.standard.icon_position_right.icon_shape_hexagon .icon-box-icon {
    max-width: 80px;
    width: 100%
}

.consulting-icon-box.standard.icon_position_right.icon_shape_strips .icon-box-icon {
    position: relative;
    max-width: 70px;
    width: 100%
}

.consulting-icon-box.standard.icon_position_right.icon_shape_points .icon-box-icon {
    max-width: 50px;
    width: 100%
}

.consulting-icon-box.standard.icon_position_right .consulting-icon-box-wrapper {
    flex-direction: row-reverse
}

.consulting-icon-box.standard.icon_position_right .consulting-icon-box-wrapper .icon-box-icon {
    margin-left: 20px
}

.consulting-icon-box.standard.content_alignment_center .consulting-icon-box-wrapper {
    text-align: center;
    align-items: center
}

.consulting-icon-box.standard.content_alignment_center .icon-box-read-more-button-wrapper {
    justify-content: center
}

.consulting-icon-box.standard.content_alignment_right.icon_position_top .consulting-icon-box-wrapper {
    align-items: flex-end
}

.consulting-icon-box.standard.content_alignment_right .consulting-icon-box-wrapper {
    text-align: right
}

.consulting-icon-box.standard.content_alignment_right .icon-box-read-more-button-wrapper {
    justify-content: flex-end
}

.consulting-icon-box.standard.show_title_line.content_alignment_center .icon-box-content .icon-box-title-wrapper .icon-box-title {
    display: flex;
    flex-direction: column;
    align-items: center
}

.consulting-icon-box.standard.show_title_line.content_alignment_right .icon-box-content .icon-box-title-wrapper .icon-box-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.consulting-icon-box.standard.show_title_line .icon-box-content .icon-box-title-wrapper .icon-box-title:after {
    content: "";
    width: 60px;
    height: 4px;
    background-color: var(--con_third_color);
    display: block;
    margin-top: 10px;
    border-radius: 4px
}

.consulting-icon-box.standard .consulting-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    transition: .4s
}

.consulting-icon-box.standard .consulting-icon-box-wrapper .icon-box-link {
    position: absolute;
    width: 100%;
    height: 100%
}

.consulting-icon-box.standard .consulting-icon-box-wrapper .icon-box-icon {
    margin-bottom: 15px
}

.consulting-icon-box.standard .consulting-icon-box-wrapper .icon-box-icon i {
    font-size: 30px;
    transition: .4s;
    color: var(--con_third_color)
}

.consulting-icon-box.standard .consulting-icon-box-wrapper .icon-box-icon svg {
    width: 50px;
    height: 50px;
    fill: var(--con_third_color)
}

.consulting-icon-box.standard .consulting-icon-box-wrapper .icon-box-title-wrapper .icon-box-title {
    font-size: 20px;
    line-height: 30px;
    color: var(--con_base_color);
    padding-top: 0;
    margin-bottom: 10px;
    transition: .4s
}

.consulting-icon-box.standard .consulting-icon-box-wrapper .icon-box-title-wrapper .icon-box-title:after {
    display: none
}

.consulting-icon-box.standard .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper {
    display: flex;
    align-items: center
}

.consulting-icon-box.standard .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper .icon-box-read-more-button {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: var(--con_base_color);
    transition: .4s;
    cursor: pointer;
    z-index: 5;
    text-decoration: none
}

.consulting-icon-box.standard .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper svg {
    width: 12px;
    height: 12px;
    fill: var(--con_third_color);
    transition: .4s;
    margin-left: 12px
}

.consulting-icon-box.standard .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper i {
    color: var(--con_third_color);
    transition: .4s;
    margin-left: 12px
}

.consulting-icon-box.boxed-top-icon.icon_position_center .consulting-icon-box-wrapper .icon-box-icon {
    align-self: center
}

.consulting-icon-box.boxed-top-icon.icon_position_right .consulting-icon-box-wrapper .icon-box-icon {
    align-self: flex-end
}

.consulting-icon-box.boxed-top-icon.icon_shape_circle_2 .icon-box-icon {
    margin-top: -36px
}

.consulting-icon-box.boxed-top-icon.icon_shape_circle_2 .icon-box-icon .icon-box-icon-render {
    padding: 20px;
    background-color: var(--con_third_color);
    border-radius: 100%
}

.consulting-icon-box.boxed-top-icon.icon_shape_square .icon-box-icon {
    margin-top: -40px
}

.consulting-icon-box.boxed-top-icon.icon_shape_square .icon-box-icon .icon-box-icon-render {
    padding: 20px;
    background-color: var(--con_third_color)
}

.consulting-icon-box.boxed-top-icon.show_title_line.content_alignment_center .icon-box-content .icon-box-title-wrapper .icon-box-title {
    display: flex;
    flex-direction: column;
    align-items: center
}

.consulting-icon-box.boxed-top-icon.show_title_line.content_alignment_right .icon-box-content .icon-box-title-wrapper .icon-box-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.consulting-icon-box.boxed-top-icon.show_title_line .icon-box-content .icon-box-title-wrapper .icon-box-title:after {
    content: "";
    width: 60px;
    height: 4px;
    background-color: var(--con_third_color);
    display: block;
    margin-top: 10px;
    border-radius: 4px
}

.consulting-icon-box.boxed-top-icon.icon_shape_diamond .icon-box-icon {
    margin-top: -40px
}

.consulting-icon-box.boxed-top-icon.icon_shape_diamond .icon-box-icon .icon-box-icon-render {
    padding: 20px;
    background-color: var(--con_third_color);
    transform: rotate(45deg)
}

.consulting-icon-box.boxed-top-icon.icon_shape_diamond .icon-box-icon .icon-box-icon-render i {
    transform: rotate(-45deg)
}

.consulting-icon-box.boxed-top-icon.content_alignment_center .consulting-icon-box-wrapper {
    text-align: center
}

.consulting-icon-box.boxed-top-icon.content_alignment_center .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper {
    justify-content: center
}

.consulting-icon-box.boxed-top-icon.content_alignment_left .consulting-icon-box-wrapper {
    text-align: left
}

.consulting-icon-box.boxed-top-icon.content_alignment_right .consulting-icon-box-wrapper {
    text-align: right
}

.consulting-icon-box.boxed-top-icon.content_alignment_right .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper {
    justify-content: flex-end
}

.consulting-icon-box.boxed-top-icon .consulting-icon-box-wrapper {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 0 45px 30px;
    transition: .4s
}

.consulting-icon-box.boxed-top-icon .consulting-icon-box-wrapper .icon-box-link {
    position: absolute;
    width: 100%;
    height: 100%
}

.consulting-icon-box.boxed-top-icon .consulting-icon-box-wrapper .icon-box-icon {
    margin-bottom: 20px
}

.consulting-icon-box.boxed-top-icon .consulting-icon-box-wrapper .icon-box-icon .icon-box-icon-render {
    width: -moz-fit-content;
    width: fit-content
}

.consulting-icon-box.boxed-top-icon .consulting-icon-box-wrapper .icon-box-icon i {
    font-size: 36px;
    transition: .4s;
    color: var(--con_base_color)
}

.consulting-icon-box.boxed-top-icon .consulting-icon-box-wrapper .icon-box-icon svg {
    width: 50px;
    height: 50px;
    fill: var(--con_base_color)
}

.consulting-icon-box.boxed-top-icon .consulting-icon-box-wrapper .icon-box-title-wrapper .icon-box-title {
    font-size: 18px;
    line-height: 27px;
    color: var(--con_base_color);
    padding-top: 0;
    margin-bottom: 12px;
    transition: .4s
}

.consulting-icon-box.boxed-top-icon .consulting-icon-box-wrapper .icon-box-title-wrapper .icon-box-title:after {
    display: none
}

.consulting-icon-box.boxed-top-icon .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper {
    display: flex;
    align-items: center
}

.consulting-icon-box.boxed-top-icon .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper .icon-box-read-more-button {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: var(--con_base_color);
    transition: .4s;
    cursor: pointer;
    z-index: 5;
    text-decoration: none
}

.consulting-icon-box.boxed-top-icon .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper svg {
    width: 12px;
    height: 12px;
    fill: var(--con_third_color);
    transition: .4s;
    margin-left: 12px
}

.consulting-icon-box.boxed-top-icon .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper i {
    color: var(--con_third_color);
    transition: .4s;
    margin-left: 12px
}

.consulting-icon-box.boxed-side-icon.icon_position_left .icon-box-icon {
    margin-right: 25px
}

.consulting-icon-box.boxed-side-icon.icon_position_right .consulting-icon-box-wrapper {
    flex-direction: row-reverse
}

.consulting-icon-box.boxed-side-icon.icon_position_right .icon-box-icon {
    margin-left: 25px
}

.consulting-icon-box.boxed-side-icon.show_title_line .icon-box-content .icon-box-title-wrapper .icon-box-title:after {
    content: "";
    width: 60px;
    height: 4px;
    background-color: var(--con_third_color);
    display: block;
    margin-top: 10px;
    border-radius: 4px
}

.consulting-icon-box.boxed-side-icon .consulting-icon-box-wrapper {
    display: flex;
    align-items: center
}

.consulting-icon-box.boxed-side-icon .consulting-icon-box-wrapper .icon-box-link {
    position: absolute;
    width: 100%;
    height: 100%
}

.consulting-icon-box.boxed-side-icon .consulting-icon-box-wrapper .icon-box-icon .icon-box-icon-render {
    width: -moz-fit-content;
    width: fit-content;
    height: 56px
}

.consulting-icon-box.boxed-side-icon .consulting-icon-box-wrapper .icon-box-icon i {
    font-size: 56px;
    transition: .4s;
    color: var(--con_base_color)
}

.consulting-icon-box.boxed-side-icon .consulting-icon-box-wrapper .icon-box-icon svg {
    width: 56px;
    height: 56px;
    fill: var(--con_base_color)
}

.consulting-icon-box.boxed-side-icon .consulting-icon-box-wrapper .icon-box-title-wrapper .icon-box-title {
    font-size: 18px;
    line-height: 24px;
    color: var(--con_base_color);
    padding-top: 0;
    margin-bottom: 0;
    transition: .4s
}

.consulting-icon-box.boxed-side-icon .consulting-icon-box-wrapper .icon-box-title-wrapper .icon-box-title:after {
    display: none
}

.consulting-icon-box.boxed-side-icon .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper {
    display: flex;
    align-items: center
}

.consulting-icon-box.boxed-side-icon .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper .icon-box-read-more-button {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: var(--con_base_color);
    transition: .4s;
    cursor: pointer;
    z-index: 5;
    text-decoration: none
}

.consulting-icon-box.boxed-side-icon .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper svg {
    width: 12px;
    height: 12px;
    fill: var(--con_third_color);
    transition: .4s;
    margin-left: 12px
}

.consulting-icon-box.boxed-side-icon .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper i {
    color: var(--con_third_color);
    transition: .4s;
    margin-left: 12px
}

.consulting-icon-box.boxed-double-icon.show_title_line.content_alignment_center .icon-box-content .icon-box-title-wrapper .icon-box-title {
    display: flex;
    flex-direction: column;
    align-items: center
}

.consulting-icon-box.boxed-double-icon.show_title_line.content_alignment_right .icon-box-content .icon-box-title-wrapper .icon-box-title {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.consulting-icon-box.boxed-double-icon.show_title_line .icon-box-content .icon-box-title-wrapper .icon-box-title:after {
    content: "";
    width: 60px;
    height: 4px;
    background-color: var(--con_third_color);
    display: block;
    margin-top: 10px;
    border-radius: 4px
}

.consulting-icon-box.boxed-double-icon.content_alignment_center .consulting-icon-box-wrapper {
    text-align: center
}

.consulting-icon-box.boxed-double-icon.content_alignment_center .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper {
    justify-content: center
}

.consulting-icon-box.boxed-double-icon.content_alignment_left .consulting-icon-box-wrapper {
    text-align: left
}

.consulting-icon-box.boxed-double-icon.content_alignment_right .consulting-icon-box-wrapper {
    text-align: right
}

.consulting-icon-box.boxed-double-icon.content_alignment_right .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper {
    justify-content: flex-end
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper {
    display: flex;
    border-top: 4px solid var(--con_base_color);
    padding-top: 36px;
    padding-bottom: 36px;
    padding-right: 25px;
    transition: .4s
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-content {
    width: 100%
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 6
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-description-wrapper {
    position: relative;
    z-index: 1
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-double-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-double-icon i {
    font-size: 100px;
    color: #ececec
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-icon i {
    font-size: 50px;
    padding: 0 20px;
    transition: .4s;
    color: var(--con_third_color)
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-icon svg {
    width: 50px;
    height: 50px;
    fill: var(--con_third_color)
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-title-wrapper {
    z-index: 5;
    position: relative
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-title-wrapper .icon-box-title {
    font-size: 20px;
    line-height: 30px;
    color: var(--con_base_color);
    padding-top: 0;
    margin-bottom: 10px;
    transition: .4s
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-title-wrapper .icon-box-title:after {
    display: none
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper {
    display: flex;
    align-items: center
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper .icon-box-read-more-button {
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: var(--con_base_color);
    transition: .4s;
    cursor: pointer;
    z-index: 7;
    text-decoration: none
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper svg {
    width: 12px;
    height: 12px;
    fill: var(--con_third_color);
    transition: .4s;
    margin-left: 12px
}

.consulting-icon-box.boxed-double-icon .consulting-icon-box-wrapper .icon-box-read-more-button-wrapper i {
    color: var(--con_third_color);
    transition: .4s;
    margin-left: 12px
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_top .icon-box-tab-links {
    justify-content: center
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_top .icon-box-tab-content {
    flex-direction: column;
    align-items: center
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_top .icon-box-tab-content .icon-box-content-info {
    width: 70%;
    text-align: center;
    margin-top: 50px
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_top .icon-box-tab-content .icon-box-content-info:after {
    display: none
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_top .icon-box-tab-content .icon-box-icons-wrapper {
    width: 100%
}

@media (max-width:768px) {
    .consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_top .icon-box-tab-content .icon-box-icons-wrapper ul {
        flex-direction: column
    }

    .consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_top .icon-box-tab-content .icon-box-icons-wrapper ul li {
        width: 100%
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_top .icon-box-tab-content .icon-box-icons-wrapper ul li {
        width: 50%
    }
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_top .icon-box-tab-content .icon-box-icons-wrapper li {
    width: 33.3%;
    padding: 0 2%
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_left .icon-box-tab-links {
    margin-top: 40px;
    margin-bottom: -80px
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_right .icon-box-tab-content {
    flex-direction: row-reverse
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_right .icon-box-tab-content .icon-box-content-info:after {
    left: 28%
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper.appearance_right .icon-box-tab-links {
    justify-content: flex-end;
    margin-top: 40px;
    margin-bottom: -80px
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-links {
    display: flex;
    position: relative;
    z-index: 2;
    gap: 10px
}

@media (max-width:1024px) {
    .consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-links {
        margin-bottom: 20px !important
    }
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-links .icon-box-tab-link {
    display: inline-block;
    vertical-align: top;
    letter-spacing: .32px;
    text-decoration: none;
    border-radius: 20px 0;
    transition: all .4s;
    padding: 12px 15px;
    line-height: 20px;
    font-weight: 700;
    font-size: 16px;
    color: var(--con_base_color)
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-links .icon-box-tab-link.active {
    background-color: var(--con_third_color);
    color: #fff
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-content {
    display: none;
    flex-wrap: wrap;
    position: relative;
    transition: all .4s;
    animation: fadeEffect .4s
}

@media (max-width:768px) {
    .consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-content {
        flex-direction: column
    }
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-content.active {
    display: flex
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-content .icon-box-content-info {
    width: 30%;
    display: flex;
    align-items: center;
    position: relative
}

@media (max-width:768px) {
    .consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-content .icon-box-content-info {
        width: 100%
    }
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-content .icon-box-content-info.content_alignment_center {
    text-align: center
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-content .icon-box-content-info.content_alignment_right {
    text-align: right
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-content .icon-box-content-info:after {
    content: '\e9f5';
    font-family: stm !important;
    position: absolute;
    top: 50%;
    left: -28%;
    font-size: 382px;
    color: rgba(194, 194, 204, .4);
    z-index: 0
}

@media (max-width:768px) {
    .consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-tab-content .icon-box-content-info:after {
        left: 10%;
        font-size: 160px
    }
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper {
    width: 70%
}

@media (max-width:768px) {
    .consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper {
        width: 100%;
        padding-top: 40px
    }
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper.icon_position_top_center li {
    flex-direction: column;
    align-items: center
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper.icon_position_top_left li {
    flex-direction: column;
    align-items: flex-start
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper.icon_position_top_right li {
    flex-direction: column;
    align-items: flex-end
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper.icon_position_right li {
    flex-direction: row-reverse
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper ul.icon_content_alignment_center .icon-box-info {
    text-align: center
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper ul.icon_content_alignment_right .icon-box-info {
    text-align: right
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper ul li {
    display: flex;
    width: 50%;
    list-style: none;
    padding: 0 5%;
    margin: 36px 0
}

@media (max-width:768px) {
    .consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper ul li {
        width: 100%;
        padding: 0 2%
    }
}

@media (min-width:769px) and (max-width:1024px) {
    .consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper ul li {
        width: 100%
    }
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper ul .icon-box-icon {
    min-width: 105px;
    min-height: 85px;
    position: relative;
    padding-top: 10px
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper ul .icon-box-icon i {
    font-size: 80px;
    color: var(--con_base_color);
    transition: .4s
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper ul .icon-box-icon svg {
    width: 80px;
    transition: .4s;
    fill: var(--con_base_color)
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper ul .icon-box-icon:after {
    content: '\e9e9';
    font-family: stm !important;
    position: absolute;
    top: 30px;
    right: -5px;
    font-size: 85px;
    color: rgba(194, 194, 204, .4);
    z-index: -1
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper .icon-box-title {
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    font-weight: 700;
    font-size: 16px;
    color: var(--con_base_color);
    transition: .4s
}

.consulting-icon-box.with-tabs .consulting-icon-box-wrapper .icon-box-icons-wrapper .icon-box-description {
    line-height: 28px;
    font-weight: 400;
    font-size: 15px;
    color: #222
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -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
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.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
}

.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    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 {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    height: auto;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-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 .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.consulting_posts_box {
    position: relative
}

.consulting_posts_box .consulting_posts {
    list-style: none;
    padding: 0;
    margin: 0 -15px;
    font-size: 0
}

.consulting_posts_box .consulting_posts .content_center.news_item_info {
    text-align: center
}

.consulting_posts_box .consulting_posts .content_center.news_item_info .news_item_title:before {
    margin: 0 auto 20px auto
}

.consulting_posts_box .consulting_posts .content_center.news_item_info .news_item_title:after {
    margin: 20px auto 20px auto
}

.consulting_posts_box .consulting_posts .content_right.news_item_info {
    text-align: right
}

.consulting_posts_box .consulting_posts .content_right.news_item_info .news_item_title:before {
    margin: 0 0 20px auto
}

.consulting_posts_box .consulting_posts .content_right.news_item_info .news_item_title:after {
    margin: 20px 0 20px auto
}

@media (max-width:520px) {
    .consulting_posts_box .consulting_posts.posts_per_row_4 li {
        width: 100%
    }
}

@media (min-width:521px) and (max-width:1023px) {
    .consulting_posts_box .consulting_posts.posts_per_row_4 li {
        width: 50%
    }
}

.consulting_posts_box .consulting_posts.posts_per_row_4 li .date .news_item_date {
    font-size: 11px
}

.consulting_posts_box .consulting_posts.posts_per_row_4 li .news_item_button {
    font-size: 11px
}

.consulting_posts_box .consulting_posts.posts_per_row_3 li {
    width: 33%
}

@media (max-width:520px) {
    .consulting_posts_box .consulting_posts.posts_per_row_3 li {
        width: 100%
    }
}

@media (min-width:521px) and (max-width:1023px) {
    .consulting_posts_box .consulting_posts.posts_per_row_3 li {
        width: 50%
    }
}

.consulting_posts_box .consulting_posts.posts_per_row_2 li {
    width: 50%
}

@media (max-width:520px) {
    .consulting_posts_box .consulting_posts.posts_per_row_2 li {
        width: 100%
    }
}

@media (min-width:521px) and (max-width:1023px) {
    .consulting_posts_box .consulting_posts.posts_per_row_2 li {
        width: 50%
    }
}

.consulting_posts_box .consulting_posts.posts_per_row_1 li {
    width: 100%
}

@media (max-width:520px) {
    .consulting_posts_box .consulting_posts.posts_per_row_1 li {
        width: 100%
    }
}

@media (min-width:521px) and (max-width:1023px) {
    .consulting_posts_box .consulting_posts.posts_per_row_1 li {
        width: 50%
    }
}

.consulting_posts_box .consulting_posts li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 15px;
    margin-bottom: 30px;
    font-size: 13px
}

.consulting_posts_box .consulting_posts li .before_icon {
    margin-right: 8px
}

.consulting_posts_box .consulting_posts li .after_icon {
    margin-left: 8px
}

.consulting_posts_box .consulting_posts li .image {
    margin: 0 0 25px
}

.consulting_posts_box .consulting_posts li .image img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

.consulting_posts_box .consulting_posts li .image a {
    position: relative;
    display: block
}

.consulting_posts_box .consulting_posts li .image a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    transition: .3s;
    opacity: 0
}

.consulting_posts_box .consulting_posts li .image a:after {
    content: "\e920";
    font-family: 'stm';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: .3s;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    color: #fff;
    font-size: 30px;
    opacity: 0
}

.consulting_posts_box .consulting_posts li .image a:hover:before,
.consulting_posts_box .consulting_posts li .image a:hover:after {
    opacity: 1
}

.consulting_posts_box .consulting_posts li .news_item_title {
    margin-bottom: 17px;
    padding-top: 0
}

.consulting_posts_box .consulting_posts li .news_item_title.line_above_title:before {
    content: '';
    display: block !important;
    width: 47px;
    height: 5px;
    background: var(--con_third_color);
    margin: 0 0 20px
}

.consulting_posts_box .consulting_posts li .news_item_title.line_above_title:after {
    display: none
}

.consulting_posts_box .consulting_posts li .news_item_title.line_under_title:before {
    display: none
}

.consulting_posts_box .consulting_posts li .news_item_title.line_under_title:after {
    content: '';
    display: block !important;
    width: 47px;
    height: 5px;
    background: var(--con_third_color);
    margin: 20px 0 20px
}

.consulting_posts_box .consulting_posts li .news_item_title.line_none:before,
.consulting_posts_box .consulting_posts li .news_item_title.line_none:after {
    display: none
}

.consulting_posts_box .consulting_posts li .news_item_title a {
    color: var(--con_base_color);
    transition: .3s
}

.consulting_posts_box .consulting_posts li .news_item_title a:hover {
    color: var(--con_secondary_color);
    text-decoration: none
}

.consulting_posts_box .consulting_posts li .date {
    position: relative;
    font-size: 13px;
    line-height: 24px
}

.consulting_posts_box .consulting_posts li .date.disable_date_icon:before {
    display: none
}

.consulting_posts_box .consulting_posts li .date.icon_before:before {
    content: "\f017";
    font: normal normal normal 14px/1 "Font Awesome 6 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: var(--con_third_color);
    font-size: 15px;
    padding-right: 6px
}

.consulting_posts_box .consulting_posts li .date.icon_after:after {
    content: "\f017";
    font: normal normal normal 14px/1 "Font Awesome 6 Free";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    color: var(--con_third_color);
    font-size: 15px;
    padding-left: 6px
}

.consulting_posts_box .consulting_posts li .news_info p {
    margin-bottom: 25px
}

.consulting_posts_box .consulting_posts li .category {
    text-decoration: none
}

.consulting_posts_box .consulting_posts li a.news_item_button {
    transition: .3s;
    display: flex;
    align-items: center;
    flex-direction: row;
    text-decoration: none
}

.consulting_posts_box .consulting_posts li a.news_item_button svg {
    width: 20px;
    height: 20px
}

.consulting_posts_box .consulting_posts li a.news_item_button i {
    font-size: 20px
}

.consulting_posts_box.grid .post_item .post_inner {
    box-shadow: 0 4px 40px #e5e5e5;
    border-radius: 6px
}

.consulting_posts_box.grid .post_item .image {
    margin-bottom: 0
}

.consulting_posts_box.grid .post_item .news_item_title {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: var(--con_secondary_font_family)
}

.consulting_posts_box.grid .post_item .news_item_date {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--con_primary_font_family)
}

@media (max-width:768px) {
    .consulting_posts_box.grid .post_item .news_item_date {
        font-size: 11px
    }
}

.consulting_posts_box.grid .post_item .news_info {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--con_primary_font_family);
    color: #383838
}

.consulting_posts_box.grid .post_item .news_info_bottom {
    display: flex;
    justify-content: space-between
}

.consulting_posts_box.grid .post_item .category {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--con_secondary_font_family);
    margin-bottom: 10px
}

.consulting_posts_box.grid .post_item .category a {
    color: #7b7a7a
}

.consulting_posts_box.grid .post_item .category a.category {
    display: none
}

.consulting_posts_box.grid .post_item .category a.category-0,
.consulting_posts_box.grid .post_item .category a.category-1,
.consulting_posts_box.grid .post_item .category a.category-2 {
    display: inline-block
}

.consulting_posts_box.grid .post_item .news_item_button {
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--con_secondary_font_family);
    color: rgba(var(--con_base_color), .3)
}

@media (max-width:768px) {
    .consulting_posts_box.grid .post_item .news_item_button {
        font-size: 11px
    }
}

.consulting_posts_box.grid .post_item .news_item_button .button_icon {
    background-color: var(--con_third_color);
    color: var(--con_base_color);
    padding: 5px;
    border-radius: 100%
}

.consulting_posts_box.grid .post_item .news_item_info {
    padding: 20px
}

@media (max-width:768px) {
    .consulting_posts_box.grid .post_item .news_item_info {
        padding: 20px 10px
    }
}

.consulting_posts_box.date_boxed li.post_item.date_box_center .post_inner .image .date-wrap {
    left: 50%;
    transform: translateX(-50%)
}

.consulting_posts_box.date_boxed li.post_item.date_box_right .post_inner .image .date-wrap {
    left: unset;
    right: 0
}

.consulting_posts_box.date_boxed li.post_item .post_inner {
    background-color: #fff;
    border-radius: 0 0 5px 5px
}

.consulting_posts_box.date_boxed li.post_item .post_inner .category {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--con_secondary_font_family);
    margin-bottom: 10px
}

.consulting_posts_box.date_boxed li.post_item .post_inner .category a {
    color: #7b7a7a
}

.consulting_posts_box.date_boxed li.post_item .post_inner .category a.category {
    display: none
}

.consulting_posts_box.date_boxed li.post_item .post_inner .category a.category-0,
.consulting_posts_box.date_boxed li.post_item .post_inner .category a.category-1,
.consulting_posts_box.date_boxed li.post_item .post_inner .category a.category-2 {
    display: inline-block
}

.consulting_posts_box.date_boxed li.post_item .post_inner .image {
    position: relative;
    margin-bottom: 25px
}

.consulting_posts_box.date_boxed li.post_item .post_inner .image img {
    width: 100%
}

.consulting_posts_box.date_boxed li.post_item .post_inner .image .date-wrap {
    position: absolute;
    line-height: 30px;
    height: 30px;
    padding: 0 20px;
    color: #fff;
    left: 0;
    bottom: -13px;
    background-color: var(--con_third_color)
}

.consulting_posts_box.date_boxed li.post_item .post_inner .news_item_info {
    padding: 15px 20px
}

.consulting_posts_box.date_boxed li.post_item .post_inner .news_item_info .news_item_title {
    padding: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px
}

.consulting_posts_box.date_boxed li.post_item .post_inner .news_item_info .news_item_title:before,
.consulting_posts_box.date_boxed li.post_item .post_inner .news_item_info .news_item_title:after {
    display: none
}

.consulting_posts_box.date_boxed li.post_item .post_inner .news_item_info .news_item_title a {
    transition: .3s
}

.consulting_posts_box.date_boxed li.post_item .post_inner .news_item_info .news_info {
    font-size: 14px;
    line-height: 21px;
    color: #333
}

.consulting_posts_box.date_boxed li.post_item .post_inner .news_item_info .news_info_bottom {
    margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 16px;
    padding-bottom: 16px
}

.consulting_posts_box.date_boxed li.post_item .post_inner .news_item_button {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--con_secondary_font_family);
    color: var(--con_base_color)
}

.consulting_posts_box.date_boxed li.post_item .post_inner .news_item_button .button_icon {
    color: var(--con_third_color)
}

@media (max-width:992px) {
    .consulting_posts_box.date_boxed_two li.post_item {
        width: 50% !important
    }
}

@media (max-width:767px) {
    .consulting_posts_box.date_boxed_two li.post_item {
        width: 100% !important
    }
}

.consulting_posts_box.date_boxed_two li.post_item .news_item_info {
    padding: 30px 10px 10px
}

.consulting_posts_box.date_boxed_two li.post_item .post_inner {
    text-align: center;
    border-radius: 0 20px 0 0
}

.consulting_posts_box.date_boxed_two li.post_item .post_inner .category {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--con_secondary_font_family);
    margin-bottom: 10px
}

.consulting_posts_box.date_boxed_two li.post_item .post_inner .category a {
    color: #7b7a7a
}

.consulting_posts_box.date_boxed_two li.post_item .post_inner .category a.category {
    display: none
}

.consulting_posts_box.date_boxed_two li.post_item .post_inner .category a.category-0,
.consulting_posts_box.date_boxed_two li.post_item .post_inner .category a.category-1,
.consulting_posts_box.date_boxed_two li.post_item .post_inner .category a.category-2 {
    display: inline-block
}

.consulting_posts_box.date_boxed_two li.post_item .post_inner .news_item_button {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    background-color: var(--con_base_color);
    opacity: 0;
    transition: all .25s ease;
    border-radius: 0 20px
}

.consulting_posts_box.date_boxed_two li.post_item .post_inner .news_item_button i {
    transition: all .25s ease
}

.consulting_posts_box.date_boxed_two li.post_item .post_inner .img-wrap {
    position: relative;
    display: inline-block;
    border-radius: 0 20px
}

.consulting_posts_box.date_boxed_two li.post_item .post_inner img {
    border-radius: 0 20px
}

.consulting_posts_box.date_boxed_two li.post_item .post_inner .date-wrap {
    display: inline-block;
    background-color: var(--con_base_color);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 15px;
    transform: translatex(-50%);
    transition: all .25s ease;
    border-radius: 20px;
    position: absolute;
    left: 50%;
    bottom: -15px
}

.consulting_posts_box.date_boxed_two li.post_item .post_inner .news_item_title {
    padding: 0;
    margin: 0 0 15px
}

.consulting_posts_box.date_boxed_two li.post_item .post_inner .news_item_title:after {
    display: none
}

.consulting_posts_box.date_boxed_two li.post_item:hover .post_inner .img-wrap .news_item_button {
    opacity: .8
}

.consulting_posts_box.date_boxed_two li.post_item:hover .news_item_info .date-wrap {
    background-color: var(--con_third_color)
}

.consulting_posts_box.date_boxed_two li.post_item:hover .news_item_info .news_item_title {
    color: var(--con_secondary_color)
}

.consulting_posts_box.side_image li.post_item {
    width: 50%
}

@media (max-width:768px) {
    .consulting_posts_box.side_image li.post_item {
        width: 100%
    }
}

.consulting_posts_box.side_image li.post_item .post_inner {
    display: flex;
    align-items: center;
    background-color: #f1f8ff
}

@media (max-width:520px) {
    .consulting_posts_box.side_image li.post_item .post_inner {
        flex-wrap: wrap
    }
}

.consulting_posts_box.side_image li.post_item .post_inner .news_info_bottom {
    display: flex;
    justify-content: space-between
}

.consulting_posts_box.side_image li.post_item .post_inner .category {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--con_secondary_font_family);
    margin-bottom: 8px
}

.consulting_posts_box.side_image li.post_item .post_inner .category a {
    color: #7b7a7a
}

.consulting_posts_box.side_image li.post_item .post_inner .category a.category {
    display: none
}

.consulting_posts_box.side_image li.post_item .post_inner .category a.category-0,
.consulting_posts_box.side_image li.post_item .post_inner .category a.category-1,
.consulting_posts_box.side_image li.post_item .post_inner .category a.category-2 {
    display: inline-block
}

.consulting_posts_box.side_image li.post_item .post_inner .image {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    border-radius: 0;
    width: 220px;
    flex: 0 0 220px
}

.consulting_posts_box.side_image li.post_item .post_inner .image img {
    border-radius: 0
}

@media (max-width:520px) {
    .consulting_posts_box.side_image li.post_item .post_inner .image {
        width: 100%;
        flex: 0 0 100%
    }
}

.consulting_posts_box.side_image li.post_item .post_inner .news_item_info {
    padding: 10px 25px;
    width: 100%
}

.consulting_posts_box.side_image li.post_item .post_inner .news_item_info .news_item_title {
    font-size: 18px;
    line-height: 24px;
    color: #222;
    font-weight: 500;
    margin-bottom: 10px;
    transition: .3s;
    padding-left: 0;
    padding-right: 0
}

.consulting_posts_box.side_image li.post_item .post_inner .news_item_info .news_item_title:before,
.consulting_posts_box.side_image li.post_item .post_inner .news_item_info .news_item_title:after {
    margin: 13px 0
}

.consulting_posts_box.side_image li.post_item .post_inner .news_item_info .news_item_title:hover {
    text-decoration: none !important
}

.consulting_posts_box.side_image li.post_item .post_inner .news_info_bottom .date {
    color: #7b7a7a;
    font-size: 13px;
    line-height: 24px
}

.consulting_posts_box.side_image li.post_item .post_inner .news_info_bottom .date:before {
    color: var(--con_base_color)
}

.consulting_posts_box.side_image li.post_item .post_inner .news_info_bottom .date:after {
    color: var(--con_base_color)
}

.consulting_posts_box.side_image li.post_item .post_inner .news_item_button {
    color: #7b7a7a;
    font-size: 13px;
    line-height: 24px
}

.consulting_posts_box.side_image li.post_item .post_inner .news_item_button .button_icon {
    color: var(--con_base_color)
}

.consulting_posts_box.list li.post_item {
    width: 100%
}

@media (max-width:768px) {
    .consulting_posts_box.list li.post_item {
        width: 100%
    }
}

.consulting_posts_box.list li.post_item .post_inner {
    display: flex;
    align-items: center
}

@media (max-width:520px) {
    .consulting_posts_box.list li.post_item .post_inner {
        flex-wrap: wrap
    }
}

.consulting_posts_box.list li.post_item .post_inner .news_info_bottom {
    display: flex;
    gap: 40px
}

@media (max-width:520px) {
    .consulting_posts_box.list li.post_item .post_inner .news_info_bottom {
        gap: 10px 0
    }
}

.consulting_posts_box.list li.post_item .post_inner .image {
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    border-radius: 0;
    width: 270px;
    flex: 0 0 270px
}

.consulting_posts_box.list li.post_item .post_inner .image img {
    border-radius: 0
}

@media (max-width:767px) {
    .consulting_posts_box.list li.post_item .post_inner .image {
        width: 100%;
        flex: 0 0 100%
    }
}

.consulting_posts_box.list li.post_item .post_inner .news_item_info {
    padding: 10px 25px;
    width: 100%
}

@media (max-width:767px) {
    .consulting_posts_box.list li.post_item .post_inner .news_item_info {
        padding: 10px 5px
    }
}

.consulting_posts_box.list li.post_item .post_inner .news_item_info .news_info {
    font-size: 14px;
    line-height: 22px;
    color: #7b7a7a;
    font-weight: 400
}

.consulting_posts_box.list li.post_item .post_inner .news_item_info .news_info p {
    margin-bottom: 15px
}

.consulting_posts_box.list li.post_item .post_inner .news_item_info .news_item_title {
    font-size: 20px;
    line-height: 24px;
    color: var(--con_base_color);
    font-weight: 700;
    margin-bottom: 10px;
    transition: .3s;
    padding-left: 0;
    padding-right: 0
}

.consulting_posts_box.list li.post_item .post_inner .news_item_info .news_item_title:before,
.consulting_posts_box.list li.post_item .post_inner .news_item_info .news_item_title:after {
    margin: 15px 0
}

.consulting_posts_box.list li.post_item .post_inner .news_item_info .news_item_title:hover {
    text-decoration: none !important
}

@media (max-width:767px) {
    .consulting_posts_box.list li.post_item .post_inner .news_info_bottom {
        flex-wrap: wrap
    }
}

.consulting_posts_box.list li.post_item .post_inner .news_info_bottom .date {
    color: var(--con_base_color);
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--con_secondary_font_family)
}

.consulting_posts_box.list li.post_item .post_inner .news_info_bottom .date:before {
    color: var(--con_third_color)
}

@media (max-width:767px) {
    .consulting_posts_box.list li.post_item .post_inner .news_info_bottom .date {
        font-size: 11px;
        line-height: 16px;
        flex-basis: 50%
    }
}

.consulting_posts_box.list li.post_item .post_inner .news_info_bottom .category {
    font-size: 13px;
    font-weight: 500;
    font-family: var(--con_secondary_font_family)
}

@media (max-width:767px) {
    .consulting_posts_box.list li.post_item .post_inner .news_info_bottom .category {
        font-size: 11px;
        line-height: 16px;
        flex-basis: 50%
    }
}

.consulting_posts_box.list li.post_item .post_inner .news_info_bottom .category a {
    color: var(--con_base_color)
}

.consulting_posts_box.list li.post_item .post_inner .news_info_bottom .category a.category {
    display: none
}

.consulting_posts_box.list li.post_item .post_inner .news_info_bottom .category a.category-0,
.consulting_posts_box.list li.post_item .post_inner .news_info_bottom .category a.category-1,
.consulting_posts_box.list li.post_item .post_inner .news_info_bottom .category a.category-2 {
    display: inline-block
}

.consulting_posts_box.list li.post_item .post_inner .news_item_button {
    color: var(--con_base_color);
    font-size: 13px;
    line-height: 24px;
    font-weight: 500;
    font-family: var(--con_secondary_font_family)
}

@media (max-width:767px) {
    .consulting_posts_box.list li.post_item .post_inner .news_item_button {
        font-size: 11px;
        line-height: 16px;
        flex-basis: 100%
    }
}

.consulting_posts_box.list li.post_item .post_inner .news_item_button .button_icon {
    color: var(--con_third_color)
}

.elementor-editor-active .consulting_posts {
    min-height: 400px;
    height: -moz-fit-content;
    height: fit-content
}

.consulting_posts_box.full_image .posts_per_row_4 .post_item .post_inner .image .date-wrap {
    font-size: 12px;
    line-height: 28px;
    padding: 5px 9px 5px;
    left: 20px
}

.consulting_posts_box.full_image .posts_per_row_4 .post_item .post_inner .image .category {
    right: 10px
}

.consulting_posts_box.full_image .posts_per_row_4 .post_item .post_inner .news_item_title {
    font-size: 16px;
    line-height: 20px;
    bottom: 50px
}

.consulting_posts_box.full_image.appearance_masonry .image.tall {
    height: 390px
}

.consulting_posts_box.full_image.appearance_masonry .image.default {
    height: 250px
}

.consulting_posts_box.full_image.appearance_grid .post_item .image img {
    max-height: 250px;
    -o-object-fit: cover;
    object-fit: cover
}

.consulting_posts_box.full_image .post_item.date_box_center .post_inner .image .date-wrap {
    left: 50%;
    transform: translateX(-50%)
}

.consulting_posts_box.full_image .post_item.date_box_right .post_inner .image .date-wrap {
    left: unset;
    right: 25px
}

.consulting_posts_box.full_image .post_item .post_inner .image {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin: 0
}

.consulting_posts_box.full_image .post_item .post_inner .image img {
    border-radius: 0;
    margin: 0;
    transition: .3s;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.consulting_posts_box.full_image .post_item .post_inner .image:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 1
}

.consulting_posts_box.full_image .post_item .post_inner .image .date-wrap {
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    padding: 7px 9px 6px;
    color: var(--con_base_color);
    background-color: var(--con_third_color);
    transition: .3s
}

@media (max-width:1024px) {
    .consulting_posts_box.full_image .post_item .post_inner .image .date-wrap {
        left: 20px
    }
}

.consulting_posts_box.full_image .post_item .post_inner .image>.category {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--con_secondary_font_family);
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 2
}

.consulting_posts_box.full_image .post_item .post_inner .image>.category .post-categories {
    display: flex;
    flex-direction: column;
    padding-inline-start: 0
}

.consulting_posts_box.full_image .post_item .post_inner .image>.category .post-categories a {
    color: #fff
}

.consulting_posts_box.full_image .post_item .post_inner .image>.category .post-categories a:before,
.consulting_posts_box.full_image .post_item .post_inner .image>.category .post-categories a:after {
    display: none
}

.consulting_posts_box.full_image .post_item .post_inner .image>.category .post-categories a.category {
    display: none
}

.consulting_posts_box.full_image .post_item .post_inner .image>.category .post-categories a.category-0,
.consulting_posts_box.full_image .post_item .post_inner .image>.category .post-categories a.category-1,
.consulting_posts_box.full_image .post_item .post_inner .image>.category .post-categories a.category-2 {
    display: inline-block
}

.consulting_posts_box.full_image .post_item .post_inner .news_item_button {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
    z-index: 2;
    width: -moz-fit-content;
    width: fit-content
}

.consulting_posts_box.full_image .post_item .post_inner .news_item_button:before,
.consulting_posts_box.full_image .post_item .post_inner .news_item_button:after {
    display: none
}

@media (max-width:1023px) {
    .consulting_posts_box.full_image .post_item .post_inner .news_item_button {
        left: 20px
    }
}

.consulting_posts_box.full_image .post_item .post_inner .news_item_title {
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 2;
    left: 25px;
    bottom: 60px;
    right: 25px;
    width: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px
}

.consulting_posts_box.full_image .post_item .post_inner .news_item_title:before,
.consulting_posts_box.full_image .post_item .post_inner .news_item_title:after {
    display: none
}

.consulting_posts_box.full_image .post_item .post_inner .news_item_title a {
    color: #fff
}

.consulting_posts_box.full_image .post_item .post_inner .news_item_title a:before,
.consulting_posts_box.full_image .post_item .post_inner .news_item_title a:after {
    display: none
}

@media (max-width:1023px) {
    .consulting_posts_box.full_image .post_item .post_inner .news_item_title {
        font-size: 18px;
        left: 20px;
        bottom: 70px;
        right: 20px
    }
}

.consulting_posts_box.full_image .post_item:hover .image img {
    transform: scale(1.1)
}

.consulting_posts_box.overlay_image .post_item.date_box_center .post_inner .image .date-wrap {
    left: 50%;
    transform: translateX(-50%)
}

.consulting_posts_box.overlay_image .post_item.date_box_right .post_inner .image .date-wrap {
    left: unset;
    right: 25px
}

.consulting_posts_box.overlay_image .post_item .post_inner .image {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 0;
    margin: 0
}

.consulting_posts_box.overlay_image .post_item .post_inner .image img {
    border-radius: 0;
    margin: 0;
    transition: .3s;
    width: 100%;
    position: relative;
    z-index: 0
}

.consulting_posts_box.overlay_image .post_item .post_inner .image:before {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f1f8ff;
    z-index: 1;
    transition: .3s
}

.consulting_posts_box.overlay_image .post_item .post_inner .image .date-wrap {
    position: absolute;
    z-index: 2;
    top: 25px;
    left: 25px;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    padding: 7px 9px 6px;
    color: #fff;
    background-color: var(--con_base_color);
    transition: .3s
}

@media (min-width:991px) and (max-width:1170px) {
    .consulting_posts_box.overlay_image .post_item .post_inner .image .date-wrap {
        font-size: 12px;
        line-height: 20px;
        padding: 4px 9px 4px;
        left: 20px
    }
}

.consulting_posts_box.overlay_image .post_item .post_inner .news_item_button {
    position: absolute;
    bottom: 25px;
    left: 25px;
    right: 25px;
    font-size: 13px;
    line-height: 24px;
    color: #7b7a7a;
    font-weight: 500;
    z-index: 2;
    width: -moz-fit-content;
    width: fit-content;
    font-family: var(--con_secondary_font_family);
    transition: .3s
}

.consulting_posts_box.overlay_image .post_item .post_inner .news_item_button .button_icon {
    padding: 4px 5px;
    background-color: var(--con_third_color);
    border-radius: 100%;
    color: var(--con_base_color)
}

.consulting_posts_box.overlay_image .post_item .post_inner .news_item_button:before,
.consulting_posts_box.overlay_image .post_item .post_inner .news_item_button:after {
    display: none
}

.consulting_posts_box.overlay_image .post_item .post_inner .category-wrap {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--con_secondary_font_family);
    position: absolute;
    right: 25px;
    top: 25px;
    z-index: 2;
    transition: .3s
}

.consulting_posts_box.overlay_image .post_item .post_inner .category-wrap .post-categories {
    display: flex;
    flex-direction: column;
    padding: 0
}

.consulting_posts_box.overlay_image .post_item .post_inner .category-wrap .post-categories a {
    color: #7b7a7a
}

.consulting_posts_box.overlay_image .post_item .post_inner .category-wrap .post-categories a:before,
.consulting_posts_box.overlay_image .post_item .post_inner .category-wrap .post-categories a:after {
    display: none
}

.consulting_posts_box.overlay_image .post_item .post_inner .category-wrap .post-categories a.category {
    display: none
}

.consulting_posts_box.overlay_image .post_item .post_inner .category-wrap .post-categories a.category-0,
.consulting_posts_box.overlay_image .post_item .post_inner .category-wrap .post-categories a.category-1,
.consulting_posts_box.overlay_image .post_item .post_inner .category-wrap .post-categories a.category-2 {
    display: inline-block
}

@media (max-width:1023px) {
    .consulting_posts_box.overlay_image .post_item .post_inner .category-wrap {
        bottom: 130px
    }
}

@media (min-width:1024px) and (max-width:1170px) {
    .consulting_posts_box.overlay_image .post_item .post_inner .category-wrap {
        bottom: 110px
    }
}

.consulting_posts_box.overlay_image .post_item .post_inner .news_item_title {
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 2;
    left: 25px;
    bottom: 60px;
    right: 25px;
    width: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    transition: .3s
}

.consulting_posts_box.overlay_image .post_item .post_inner .news_item_title:before,
.consulting_posts_box.overlay_image .post_item .post_inner .news_item_title:after {
    display: none
}

.consulting_posts_box.overlay_image .post_item .post_inner .news_item_title a {
    color: var(--con_base_color)
}

.consulting_posts_box.overlay_image .post_item .post_inner .news_item_title a:before,
.consulting_posts_box.overlay_image .post_item .post_inner .news_item_title a:after {
    display: none
}

@media (min-width:991px) and (max-width:1170px) {
    .consulting_posts_box.overlay_image .post_item .post_inner .news_item_title {
        font-size: 16px;
        line-height: 20px;
        left: 25px;
        bottom: 70px;
        right: 20px
    }
}

.consulting_posts_box.overlay_image .post_item:hover {
    cursor: pointer
}

.consulting_posts_box.overlay_image .post_item:hover .image:before {
    opacity: .3;
    background-color: #000
}

.consulting_posts_box.overlay_image .post_item:hover .category-wrap .post-categories a {
    color: #fff
}

.consulting_posts_box.overlay_image .post_item:hover .news_item_title a {
    color: #fff
}

.consulting_posts_box.overlay_image .post_item:hover .news_item_button {
    color: #fff
}

.consulting_posts_box.minimalistic .post_item .post_inner {
    border-radius: 4px;
    border: 1px solid #ece5e0;
    background-color: #fff
}

.consulting_posts_box.minimalistic .post_item .image {
    margin-bottom: 0
}

.consulting_posts_box.minimalistic .post_item .image img {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}

.consulting_posts_box.minimalistic .post_item .news_item_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -1px;
    font-family: var(--con_secondary_font_family);
    margin-bottom: 30px
}

.consulting_posts_box.minimalistic .post_item .news_item_title.line_above_title:before {
    margin: 10px 0
}

.consulting_posts_box.minimalistic .post_item .news_item_title a:hover {
    color: var(--con_third_color)
}

.consulting_posts_box.minimalistic .post_item .date {
    margin-bottom: 5px
}

.consulting_posts_box.minimalistic .post_item .date .news_item_date {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.4px;
    font-family: var(--con_primary_font_family);
    color: #5c616a
}

@media (max-width:768px) {
    .consulting_posts_box.minimalistic .post_item .date .news_item_date {
        font-size: 11px
    }
}

.consulting_posts_box.minimalistic .post_item .news_info {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    font-family: var(--con_primary_font_family);
    color: #383838
}

.consulting_posts_box.minimalistic .post_item .news_info_bottom {
    display: flex;
    justify-content: space-between
}

.consulting_posts_box.minimalistic .post_item .category {
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    font-family: var(--con_secondary_font_family);
    margin-bottom: 10px
}

.consulting_posts_box.minimalistic .post_item .category a {
    color: #7b7a7a
}

.consulting_posts_box.minimalistic .post_item .category a.category {
    display: none
}

.consulting_posts_box.minimalistic .post_item .category a.category-0,
.consulting_posts_box.minimalistic .post_item .category a.category-1,
.consulting_posts_box.minimalistic .post_item .category a.category-2 {
    display: inline-block
}

.consulting_posts_box.minimalistic .post_item .news_item_button {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    font-family: var(--con_secondary_font_family);
    color: var(--con_third_color)
}

@media (max-width:768px) {
    .consulting_posts_box.minimalistic .post_item .news_item_button {
        font-size: 11px
    }
}

.consulting_posts_box.minimalistic .post_item .news_item_button .button_icon {
    color: var(--con_third_color);
    border-radius: 100%;
    font-size: 16px
}

.consulting_posts_box.minimalistic .post_item .news_item_button .button_icon.after_icon {
    margin-left: 5px
}

.consulting_posts_box.minimalistic .post_item .news_item_button .button_icon.before_icon {
    margin-right: 5px
}

.consulting_posts_box.minimalistic .post_item .news_item_info {
    padding: 30px
}

@media (max-width:768px) {
    .consulting_posts_box.minimalistic .post_item .news_item_info {
        padding: 20px 10px
    }
}

@font-face {
    font-family: "floating-menu-icons";
    src: url(/wp-content/themes/consulting-child/customizer/assets/./fonts/floating-menu-icons.eot?7sktn);
    src: url(/wp-content/themes/consulting-child/customizer/assets/./fonts/floating-menu-icons.eot?7sktn#iefix) format("embedded-opentype"), url(/wp-content/themes/consulting-child/customizer/assets/./fonts/floating-menu-icons.ttf?7sktn) format("truetype"), url(/wp-content/themes/consulting-child/customizer/assets/./fonts/floating-menu-icons.woff?7sktn) format("woff"), url(/wp-content/themes/consulting-child/customizer/assets/./fonts/floating-menu-icons.svg?7sktn#floating-menu-icons) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.stm_theme_demos {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 20px 15px;
    border-radius: 4px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, .25);
    z-index: 99999
}

.stm_theme_demos [class^=fmi-],
.stm_theme_demos [class*=" fmi-"] {
    font-family: "floating-menu-icons" !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.stm_theme_demos .fmi-qr:before {
    content: "\e905"
}

.stm_theme_demos .fmi-cart:before {
    content: "\e900"
}

.stm_theme_demos .fmi-mobile:before {
    content: "\e901"
}

.stm_theme_demos .fmi-settings:before {
    content: "\e902"
}

.stm_theme_demos .fmi-docs:before {
    content: "\e903"
}

.stm_theme_demos .fmi-demos:before {
    content: "\e904"
}

.stm_theme_demos h3 {
    position: relative;
    text-transform: uppercase;
    margin-bottom: 47px;
    line-height: 44px;
    font-weight: 700;
    font-size: 40px;
    color: #fff
}

.stm_theme_demos h3:after {
    content: "";
    display: block;
    height: 6px;
    width: 35px;
    margin: 13px auto 0;
    border-radius: 3px;
    background-color: #fde428
}

.stm_theme_demos h3:before {
    display: none !important
}

.stm_theme_demos__icon {
    display: block;
    position: relative;
    width: 38px;
    height: 0;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    backface-visibility: hidden;
    transition: height .3s ease .1s, padding-top .3s ease .1s
}

.stm_theme_demos__icon:first-child {
    border-radius: 4px 4px 0 0
}

.stm_theme_demos__icon--toggle {
    background: #000;
    color: #fff;
    height: 36px;
    line-height: 36px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .3s ease .1s
}

.stm_theme_demos__icon--toggle:before {
    content: "";
    display: block;
    border-bottom: 4px solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease .2s
}

.stm_theme_demos__icon--toggle i {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 16px
}

.stm_theme_demos__icon--toggle i:before,
.stm_theme_demos__icon--toggle i:after {
    content: " ";
    display: block;
    width: 16px;
    height: 2px;
    background-color: #fff;
    transition: opacity .3s ease .1s
}

.stm_theme_demos__icon--toggle i span {
    display: block;
    height: 2px;
    width: 16px;
    position: relative
}

.stm_theme_demos__icon--toggle i span:before,
.stm_theme_demos__icon--toggle i span:after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: all .3s ease .1s
}

.stm_theme_demos__icon svg {
    display: inline-block;
    vertical-align: middle
}

.stm_theme_demos__icon svg path {
    transition: .3s ease
}

.stm_theme_demos__icon svg .cls-3 {
    fill: #26211d;
    fill-rule: evenodd
}

.stm_theme_demos__icon>span {
    display: block;
    position: absolute;
    right: 100%;
    top: 20px;
    padding: 0 15px;
    margin-right: 6px;
    background-color: #000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .25);
    opacity: 0;
    visibility: hidden;
    font-size: 15px;
    line-height: 40px;
    white-space: nowrap;
    color: #fff;
    transform: translateY(-50%) translateX(-5px);
    transition: .3s ease .1s
}

.stm_theme_demos__icon>span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    border-left: 5px solid #000;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    transform: translateY(-50%)
}

.stm_theme_demos__icon:first-child>span {
    top: auto;
    bottom: 20px;
    transform: translateY(50%) translateX(-5px)
}

.stm_theme_demos__icon .thicon {
    font-size: 20px !important
}

.stm_theme_demos__icon .thicon.thicon-mobile {
    font-size: 24px !important
}

.stm_theme_demos__icon .fmi {
    font-size: 22px;
    color: #000
}

.stm_theme_demos__icon .fmi.fmi-demos {
    font-size: 24px
}

.stm_theme_demos__icon .fmi.fmi-mobile {
    font-size: 24px
}

.stm_theme_demos__icon:hover {
    cursor: pointer;
    background: #000;
    color: #fff;
    text-decoration: none
}

.stm_theme_demos__icon:hover svg path {
    fill: #0048a8
}

.stm_theme_demos__icon:hover>span {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0)
}

.stm_theme_demos__icon:hover .thicon {
    color: #fff !important
}

.stm_theme_demos__icon:hover .fmi {
    color: #fff
}

.stm_theme_demos__icon:first-child:hover>span {
    transform: translateY(50%) translateX(0)
}

.stm_theme_demos.expand .stm_theme_demos__icon {
    height: 40px
}

.stm_theme_demos.expand .stm_theme_demos__icon:first-child {
    height: 45px;
    padding-top: 5px
}

.stm_theme_demos.expand .stm_theme_demos__icon.last-clickable {
    height: 45px
}

.stm_theme_demos.expand .stm_theme_demos__icon--toggle {
    height: 36px
}

.stm_theme_demos.expand .stm_theme_demos__icon--toggle:before {
    opacity: 1;
    transform: translateX(-50%) translateY(-100%)
}

.stm_theme_demos.expand .stm_theme_demos__icon--toggle i:before,
.stm_theme_demos.expand .stm_theme_demos__icon--toggle i:after {
    opacity: 0
}

.stm_theme_demos.expand .stm_theme_demos__icon--toggle i span:before {
    width: 125%;
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
    border-radius: 2px
}

.stm_theme_demos.expand .stm_theme_demos__icon--toggle i span:after {
    width: 125%;
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    border-radius: 2px
}

.stm_theme_demos.expand .stm_theme_demos__icon--toggle {
    border-radius: 0 0 4px 4px
}

.stm_theme_demos .demos-list {
    display: flex;
    flex-wrap: wrap
}

.stm_theme_demos .demos-list .comming-soon {
    display: block;
    width: 33.333%;
    text-decoration: none !important
}

.stm_theme_demos .demos-list .comming-soon .demo {
    padding: 0 15px 20px
}

.stm_theme_demos .demos-list .comming-soon .demo h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s;
    opacity: .5
}

.stm_theme_demos .demos-list .comming-soon .demo h4:after {
    display: none !important
}

.stm_theme_demos .demos-list .comming-soon .demo .img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease
}

.stm_theme_demos .demos-list .comming-soon .demo .img img {
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
    height: auto
}

.stm_theme_demos .demos-list .comming-soon .demo .img img.lazyloaded {
    opacity: 1
}

.stm_theme_demos .demos-list .comming-soon:hover h4 {
    opacity: 1
}

.stm_theme_demos .demos-list .comming-soon:hover .img {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
    margin-top: -10px
}

.stm_theme_demos .demos-list>a {
    display: block;
    width: 33.333%;
    text-decoration: none !important
}

.stm_theme_demos .demos-list>a .demo {
    padding: 0 15px 20px
}

.stm_theme_demos .demos-list>a .demo h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transition: all .3s;
    opacity: .5
}

.stm_theme_demos .demos-list>a .demo h4:after {
    display: none !important
}

.stm_theme_demos .demos-list>a .demo .img {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    transition: all .3s ease
}

.stm_theme_demos .demos-list>a .demo .img img {
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
    height: auto
}

.stm_theme_demos .demos-list>a .demo .img img.lazyloaded {
    opacity: 1
}

.stm_theme_demos .demos-list>a:hover h4 {
    opacity: 1
}

.stm_theme_demos .demos-list>a:hover .img {
    box-shadow: 0 15px 30px rgba(0, 0, 0, .25);
    margin-top: -10px
}

.stm_theme_demos .opened {
    right: 0
}

.stm_theme_demos .opened .customizer_button {
    left: -64px;
    opacity: 1;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .25)
}

.stm_theme_demos__popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #002e5b;
    opacity: 0;
    visibility: hidden;
    transform: scale(.95);
    transition: .3s ease
}

.stm_theme_demos__popup.opened {
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}

.stm_theme_demos__close {
    position: fixed;
    top: 40px;
    right: 40px;
    width: 32px;
    height: 32px;
    z-index: 9999;
    opacity: .7;
    transition: .3s ease;
    cursor: pointer
}

.stm_theme_demos__close:hover {
    opacity: 1
}

.stm_theme_demos__close:before,
.stm_theme_demos__close:after {
    content: "";
    position: absolute;
    top: 11px;
    left: -3px;
    width: 38px;
    height: 1px;
    transform: rotate(45deg);
    background-color: #fff
}

.stm_theme_demos__close:after {
    transform: rotate(-45deg)
}

.envato-preview-visible .stm_theme_demos__close {
    top: 94px
}

.stm_theme_demos__inner {
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 0;
    width: 100%;
    padding-top: 100px;
    overflow-y: auto
}

.stm_theme_demos__inner::-webkit-scrollbar {
    display: none
}

.stm_theme_demos__inner_container {
    max-width: 1920px;
    width: auto;
    margin: 0 auto;
    padding: 0 15px;
    text-align: center
}

.stm_theme_demos__settings {
    position: fixed;
    top: 0;
    right: -270px;
    display: table;
    transition: all .3s;
    align-items: center;
    width: 270px;
    height: 100%
}

.stm_theme_demos__settings .customizer_wrapper {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    position: relative;
    text-align: center
}

.stm_theme_demos__settings .customizer_wrapper .customizer_box {
    padding: 10px 30px 20px;
    background-color: #353535
}

.stm_theme_demos__settings .customizer_wrapper h3 {
    letter-spacing: .2px;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px
}

.stm_theme_demos__settings .customizer_wrapper h3:after {
    display: none
}

.stm_theme_demos__settings .customizer_wrapper .customizer_colors {
    position: relative;
    margin-bottom: 10px
}

.stm_theme_demos__settings .customizer_wrapper .customizer_colors span {
    margin: 0 5px 10px;
    display: inline-block;
    vertical-align: top;
    width: 31px;
    height: 31px;
    border: 2px solid transparent;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat
}

.stm_theme_demos__settings .customizer_wrapper .customizer_colors span#skin_default {
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkY2OUM2Mzk4Q0IzMTExRTVCNTEwRDU0OTJFODYxQ0ZFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkY2OUM2Mzk5Q0IzMTExRTVCNTEwRDU0OTJFODYxQ0ZFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RjY5QzYzOTZDQjMxMTFFNUI1MTBENTQ5MkU4NjFDRkUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RjY5QzYzOTdDQjMxMTFFNUI1MTBENTQ5MkU4NjFDRkUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAgEBAQICAgEBAgICAgICAgICAwIDAwMDAgMDBAQEBAQDBQUFBQUFBwcHBwcICAgICAgICAgIAQEBAQICAgUDAwUHBQQFBwgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCAAfAB8DAREAAhEBAxEB/8QAggAAAwADAAAAAAAAAAAAAAAABggKBwkLAQAABgIDAAAAAAAAAAAAAAABAwYHCAkECgIFCxAAAQMDBAIBBQEAAAAAAAAAAgEDBgQFBwAREgghFDIxQSITCSMRAAIBAgQFBAIDAAAAAAAAAAECAxEEACEFBjFBURIHYTITCMEiQlIU/9oADAMBAAIRAxEAPwBmtW9YhVhR+2vbSH9YId7FR+q/ZFvzRpDIZz2Jwk3D2angvIKZsvqvhTVOI/dR6TWtaS0Tq54D8n0xzRK4mDyJkSYZWmF6nc7vTt+kt+dVytrXF2EUTwDbQJ+INgOwgAoiIibJppLq6eZy7mpOMkCmAnRGBxVn207aQ/rBDvYqP1X3It+aNIXDEPYnCTcPZqeC8gpgL6r9TVOI/dRePWtajtE6ueA/J9MYqJXEwWRMiTHK0xvU8nl6dv0lvzquVta4uwiKeAaaBPxBsB2EAFNkTwmmjurp5nLuak4yQKYCdEYHDT9eeoGYOyMWzdkCF2n0sddfopf5VkWc1QGNAyFks1Td26BokT/SrqvX4AA/FFUy2FPMa/O32p2rsDU9M0y/k79Q1e7gtoIVI7z80yRGVh/GKPvqzH3EBFqxyXG09gX+rwT3EQpDbxu7seH6qWCjqzU4chmfXB+RcizHK8xvU8nl6dv0lvzquVta4uwiKeAaaBPxbbbHYQAURERNk1Ju6unmcu5qThDAUwEaIwONgv8APX+euVO/OVAjccB2L4qi7rLmU8puMqdNbKY15JT06FsL1a8KKjTSL4+Z7Ci6gx96vvVtvwltv/Tc0n1OcEW1sDRpGGXe9M0hQ+9uftWrHJ1vFHii93Re9iVSBD+78gOg6seQ5cTli8GHdQMFY96x3rqPCossaw/JI/do7IKWldRu41tPfLe5bq+qequKkdW+DpKTxIvnbZEFEFNLrdX2k3nrnkOPet/P82qw3EVwhYVRGhcSRIqVoIkKgBBlStSSSTZjY7F0210c6ZEnbbsjIQOJDAhiT/Y1zPXHM516FmKeMNL1B69RfshmC0Quf5tinX7HVHxqpzkWVX+zWQGKATRCboG7tU0/tVbnxbbDdB+RqgpqNn2o87alsDasl/pmmXer37VWGC2glmq9MmlMSP8AHEvFmNC3tQFjkt9gbTg1e/EU88dvCM2d3VcuihiO5jy6cTjoQdP4b1ix7gqLQnqPe4/JcPxonaWmkEdu1vvjFbcW0H2n6uvtzjoPVZkqE8Slv5RNkFBRNGb7S7q8h65vOe/3rHcQ6rNRilxE8LIhr2KkUgUpEBkgApSpqSSTafsWx0e101ItMKNbrkCjBgTzJYE1bqcM9qPGFhj/2Q==) no-repeat 0 0
}

.stm_theme_demos__settings .customizer_wrapper .customizer_colors span#skin_turquoise {
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEyOTc5NEM2Q0IzNjExRTVBMTg0QkU1MENGRUVCODc3IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEyOTc5NEM3Q0IzNjExRTVBMTg0QkU1MENGRUVCODc3Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QTI5Nzk0QzRDQjM2MTFFNUExODRCRTUwQ0ZFRUI4NzciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QTI5Nzk0QzVDQjM2MTFFNUExODRCRTUwQ0ZFRUI4NzciLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAgEBAQICAgEBAgICAgICAgICAwIDAwMDAgMDBAQEBAQDBQUFBQUFBwcHBwcICAgICAgICAgIAQEBAQICAgUDAwUHBQQFBwgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCAAfAB8DAREAAhEBAxEB/8QAfQABAQADAAAAAAAAAAAAAAAABwoFCAkBAAEFAQAAAAAAAAAAAAAAAAcDBQYICgkQAAIBBAEDBQEBAAAAAAAAAAECAwQFBgcRABIIITETIxQiYhEAAQIEBAUEAgMAAAAAAAAAAQIDABEEBSFBBgcxUXESCPAiMhNCUoGCFP/aAAwDAQACEQMRAD8A7S9SaK2wB+Q/kPhHjlg8uVZVL++71/yRYhiEUipV3WrRQSqkhuyJO4GaYghAR6M7IjLMMKcVIQzX2+sW9guOHoMyeQ9YRNJt3bub7vzi557ntz/fdq/66Ojj7kpKCkRmaOlpY2LfHFH3HgckkksxZ2ZjJGWUoTIRWu93t+vfLjh6DIDkIMulYZ4qp8h/IfB/HPB5cryuX913rvkixDEIpFSrutWiglVJDdkSdwM0xBCAj0Z2RGizDCnFSEWsvl8Yt7BccPQZk8h6wiaTb23s43fnFzz3Pbn+67V/10dHGGSkoKRGJjpaWNmbsiTuPA5JJJZizszGSMspbTIRWu+Xx+vfLjh6DIDkIMelYZ4ZdXaLzrbFm2Hk2P0P58V1jZbnecqyOYMKaNbfQS1y0yED+p5vi7VUew/o+g6CO7O/+n9H1tBQ1i+6suNQ0wy0mXcfscS2XCMm0d01E8T7RMmCrt1s7edS0tXV0yZU1Ey4644fiOxClhA5rX2yAHD5HARiNvbezjeGcXPPc9uf7rtXfXR0cfclJb6RGZo6WljZm7Ik7jwOSSSWYs7MxNLLKW0yEQK+Xx+vfLjh6DIDkPWMGPSsM8bPeL3i9mfkvma2m0q9nwyzvG+Z5m0ZaGjhY8iKIHgSVEgB7E5/03CjqqPlj5Y2Payx/wCiok7XOghhgH3LV+ys0tpPyV/VM1GLDeO/jvdtwLt9LM26RsguukYJH6p/ZavxT/JkBFJFh0VrjF9QXDR+PWY2nBbta621XOGF+2qqIrjSvS1M0k3HLTyK5Jcj344HAAGX/UPkBqe7a0b1TWO/bcGnm3kFQmhJaWFtoSicg2kgAJGU5kkknvdZdnLDbtLr0/TN/XRuNLbUAfcoOJKVqKs1qBM1HPhgAIkZ62XRmLhk0Zq6z7Yzqhx/JthWXWOLQcTZHlV6udBb1iplYBkplrpYvmnb2VV9B7twB0Et/t2a3R+n11lDQVFxq1e1plhpxwlcsC4W0q7GxxUo4ngmZMFXZ7bul1LeU01XVs0VMMXHHXEIknkgLUnvWeAA4cVSEVA6KsOoMX1xZse0fcLXdsFtBeGK6WqtpbjHUVagfNJPU0jOsk7HguSefYcAcAZPvIDUOtLtqd2s1S281cHZKKHm1tFKDPsShtYBS2BgkAS4mZJJOh/Zyy6Xt1hbptPraco25gKbWlwKV+RUtJIUs8VGc8sBIQwdBaCjH//Z) no-repeat 0 0
}

.stm_theme_demos__settings .customizer_wrapper .customizer_colors span#skin_dark_denim {
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkI1MTRBOTZFQ0IzNjExRTVBOEU1RDE3QTUxQThGMzQwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkI1MTRBOTZGQ0IzNjExRTVBOEU1RDE3QTUxQThGMzQwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QjUxNEE5NkNDQjM2MTFFNUE4RTVEMTdBNTFBOEYzNDAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QjUxNEE5NkRDQjM2MTFFNUE4RTVEMTdBNTFBOEYzNDAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAgEBAQICAgEBAgICAgICAgICAwIDAwMDAgMDBAQEBAQDBQUFBQUFBwcHBwcICAgICAgICAgIAQEBAQICAgUDAwUHBQQFBwgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCAAfAB8DAREAAhEBAxEB/8QAfgABAQEBAAAAAAAAAAAAAAAACAoLBQEAAwEBAQAAAAAAAAAAAAAABQgKBwYDEAABAwQBAwUBAQAAAAAAAAACAQMFBAYHCBIAERMhMiMUFTFBEQACAQIEBgAGAQUAAAAAAAABAgMRBAASBQYhMUFRBwhhcfEiMhPR8MFCghT/2gAMAwEAAhEDEQA/AKbeoX8PNge7qbq4m0gxNVZGyNVfqXBKeanxxjineBuSuGSbBC8TXJD8TDXMSqKghUWhVPQjJts2R9X/AFf3F5U3ENN00ZIUo087AlIUJ5nlmdqERxgguQeKoruvN7o3Rb6Vb/sk4k/ivVj/AB3PT50Bg22c2cyzttlmdzBmCd/UnpT4YiIZ5txsNGtmRM0FAyRF4mGuS/6pGSkZkRkRLW14K8Fbd8dbdj0fR48kKcWY0LyuQM0kjUGZ2oOgCgBVCoqqFK13XbjUbgzTGpPIdAOw+H1PHB962LAfGiZupupiXSHEtVkfI9V+nPyfmp8cY4p3gbkrhkmwQvE1yQvEw1yEqioIVFoVT0IybbOMP1g9YNxeVNxDTdNGSFKNPOwJSFCeZ5ZnahEcYILkHiqK7q5259z2+lW/7JOJP4r1Y/x3PT50Bg22c2cyztvlqdzBmCc/TnpT4YiHZ5txsLGtmRMUFAyZF4mGuSr6qpGSkZkRkRLWz4J8E7d8dbdj0fR48kKcWY0LyuQM0kjUGZ2p2AUAKoVFVQpOu67cajcGaY1J5DoB2Hw+p44PnWx4D4TeAtTctbD2zme+7Oivp4+wNa87c+Qb1qhMaFkIaIqJVuhbJE+SqqfBwAB9qKpl2FPXCvL3sNt3Zl9YWF4+a81K5hghiWmcmWRYzIR0jjzVZjzP2ipODukbeuL2OSRB9kSlmPTgCafM0/vjkbO7O5a23y1O5gzBO/pzsn8MPDs8242FjWzI2aCgZMi8TDXNV9VUjJSMyIyIlJeCfBO3fHW3Y9H0ePJEnFmNC8rkDNJI1BmdqDoAoAVQqKqjz17XbjUbgzTGpPIdAOw+H1PHB762PAbD00G0GyfvVk8Ldt0XLaxjbTjLmTsnOMqdNG0xryRhhC7C9WPCio00i+nuLsKKvSj+3ft3oPifQf8ApuKTX8wIggBozsP8m6rEp/Jv9Vqxx120NoT6tPlXhGPybt8B3J6DFwtoal4RsHWyZ1Ss22StzEtxQMrb89TUziBIVjE3QOR9dVPVPFSOreB0lJ1U/vbsiCiCkrO4/YjdOr73j3Xezft1GKeOZCwqimJw8aKlaCNSAAo6VqSSSWottu2sNibRBSMqQe5qKE17nvjOG6tewlOE1qdgK2th8tRNm31ma18D4/pONVeuQbnnYiGBihE0Qm6FuVqKf7NU57QbDuie41QU6wv2G8vX2zNuveWFhc6leN9sUMEMkpL04GQxq364xzZjxPJascHdvaQl7cBJJFiTqzEDh8KkVP8ARxe9qVaGtlg4RtmzNUpmBuPEtuE5TU8/b8rQTbFZIAg/Zeqq6PcdB6rMlRXSUu/8TsgoKJIr7Ebj3vq+6Zr3dcc8Woy0YpNG8RVDXIqRuAVjA4KAKczUkkludu21jDahLQqYx1BBqetSOZ74SvWIYN4//9k=) no-repeat 0 0
}

.stm_theme_demos__settings .customizer_wrapper .customizer_colors span#skin_arctic_black {
    background: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABaAAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjMtYzAxMSA2Ni4xNDU2NjEsIDIwMTIvMDIvMDYtMTQ6NTY6MjcgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzYgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJGOTdGQTI0Q0IzNjExRTVCNzExRDI5NTU0MEM3Nzc2IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJGOTdGQTI1Q0IzNjExRTVCNzExRDI5NTU0MEM3Nzc2Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkY5N0ZBMjJDQjM2MTFFNUI3MTFEMjk1NTQwQzc3NzYiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkY5N0ZBMjNDQjM2MTFFNUI3MTFEMjk1NTQwQzc3NzYiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAABAQEBAQEBAQEBAgEBAQICAgEBAgICAgICAgICAwIDAwMDAgMDBAQEBAQDBQUFBQUFBwcHBwcICAgICAgICAgIAQEBAQICAgUDAwUHBQQFBwgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAj/wAARCAAfAB8DAREAAhEBAxEB/8QAeAAAAwADAAAAAAAAAAAAAAAABwgKAwkLAQEAAwEAAAAAAAAAAAAAAAAABQYICRAAAQQBAwMEAwEAAAAAAAAAAgEDBAUHEgYIABETITEjFUEyFCIRAAECBQQBBQEAAAAAAAAAAAEAAzFBAgQFESGhBlHwYZHBEhP/2gAMAwEAAhEDEQA/AN7vWu1y2Sk8yeZOKuFmKpWQ8hyvsr2y80fHmPI7wN2N/YgCF4mtSF42G9QlIkEKi2Kp6EZABweezzOPZ/de5MBMn1EyVx6T0m7zl2GWdqRvVUYUj7JkJ+wBIhl5K8lcq8rsq3eW8t3f2V5Z/DUVDOsK6nrgMiZgwWSIvGw3qX8qREpGZEZES5zy+XevXi66dSfgDwFvfrHWLTEWlNvbjSkRM6jMkzJ4gNAAEAuoxWFdBfmTzIxVwsxVKyJkOV9le2Xlj49x7HeBuxv7EAQvE1qQvGw3qEpEghUWxVPQjIAPT+ezzOPY/pXuZCZPqJlwuc/Sek3ecuwyyNKRvVUYUj7JkJ+wBIhm5K8lcq8rsq3eW8t3f2V3ZfDUVDOsK6nrgMiZgwWSIvGw3qX3VSIlIzIjIiXOeXy7168XXTufgDwFvfq/V7TEWgt7caUiJnUZkmZPEBoAAgD1GKwpg8LcacmZy2/lbeW1q3+XZOGdu3O4d7btkCYw2hqqt+yCG2SJ/uRI8OkAT2RVIuwp0RYuS3JbKvK/Kt3lvLd39ld2Xw09OzrCupq4DImYMFkiLxsN6lX1VSMlIzIjIiWUy+XevXi66d+APAVd6v1e0xFoLe3GlIiZ1GZJmTxAaAAIA9RasSc3hdwuyFzEyGNFRC5QY9oHGjyFkE2lJiAwS6kZZQuyOynURfG339P2LsKdEVe22OM+I9l4DteN21dvrRYzvaWxpLliO4gTZTNtCODLkOyNPc5LouKquKnv27IiIiIRQedETBcasLUGcsmVu1d45W27hrZMbTI3bvfcNzWVQMwxNEIIgWT7P9Eg/YAHuifsSoKdEVoPGfa+A9l4j2/tTjba0t7jSiVyOxdUljCtmZU4EH+h2TLgm4Lsk17K4qr39k7IiIiER96Iv//Z) no-repeat 0 0
}

.stm_theme_demos__settings .customizer_wrapper .customizer_colors span.active {
    border-color: #fff !important
}

.stm_theme_demos__settings .customizer_wrapper .header_styles {
    border-radius: 0;
    margin-bottom: 15px;
    border: 1px solid #cacaca;
    line-height: 1;
    text-align: left;
    background: #cacaca;
    font-size: 13px
}

.stm_theme_demos__settings .customizer_wrapper .header_styles .current_header_style {
    position: relative;
    line-height: 48px;
    padding-left: 29px;
    padding-right: 50px;
    cursor: pointer;
    color: #222
}

.stm_theme_demos__settings .customizer_wrapper .header_styles .select-arrow {
    width: 50px;
    height: 49px;
    top: 0;
    right: 0;
    position: absolute
}

.stm_theme_demos__settings .customizer_wrapper .header_styles .select-arrow b {
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #777 transparent transparent;
    margin-left: -6px;
    margin-top: -3px;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    left: 50%
}

.stm_theme_demos__settings .customizer_wrapper .header_styles .header_styles_list {
    position: relative
}

.stm_theme_demos__settings .customizer_wrapper .header_styles .header_styles_list ul {
    padding: 0;
    margin: 0 -1px;
    top: 0;
    left: 0;
    right: 0;
    display: none;
    position: absolute;
    overflow: auto;
    list-style: none;
    max-height: 160px;
    background: #fff;
    z-index: 10
}

.stm_theme_demos__settings .customizer_wrapper .header_styles .header_styles_list ul li a {
    display: block;
    text-decoration: none !important;
    padding: 14px 29px;
    font-size: 13px;
    color: #222
}

.stm_theme_demos__settings .customizer_wrapper .header_styles .header_styles_list ul li a:hover {
    background-color: #6c98e1;
    color: #fff
}

.stm_theme_demos__settings .customizer_wrapper .header_styles .header_styles_list ul li a.active {
    background-color: #6c98e1;
    color: #fff
}

.stm_theme_demos__settings .customizer_wrapper .header_styles.current_header_style.open .select-arrow b {
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #777;
    margin-left: -6px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    width: 0;
    height: 0;
    left: 50%
}

.stm_theme_demos__settings .stm_switcher {
    position: relative;
    padding: 5px 0 0;
    cursor: pointer;
    margin: 0 0 20px
}

.stm_theme_demos__settings .stm_switcher>* {
    display: inline-block;
    vertical-align: middle
}

.stm_theme_demos__settings .stm_switcher .switcher_nav {
    position: relative;
    width: 42px;
    height: 24px;
    background: #6f6f6f;
    border-radius: 30px;
    margin: 0 13px
}

.stm_theme_demos__settings .stm_switcher .switcher_nav:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 4px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 100%
}

.stm_theme_demos__settings .stm_switcher .switcher_label {
    font-size: 12px;
    color: #767676;
    font-style: italic
}

.stm_theme_demos__settings .stm_switcher .switcher_label:first-child {
    width: 55px;
    text-align: right
}

.stm_theme_demos__settings .stm_switcher .switcher_label.disable {
    color: #fff
}

.stm_theme_demos__settings .stm_switcher.active .switcher_nav:before {
    left: auto;
    right: 4px
}

.stm_theme_demos__settings .stm_switcher.active .switcher_label.enable {
    color: #fff
}

.stm_theme_demos__settings .stm_switcher.active .switcher_label.disable {
    color: #767676
}

.stm_theme_demos__settings .customizer_button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -26px 0 0;
    width: 64px;
    height: 52px;
    line-height: 60px;
    cursor: pointer;
    text-align: center;
    background-color: #fde428;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.stm_theme_demos__settings .customizer_button:hover svg .cls-3 {
    fill: #0048a8;
    fill-rule: evenodd
}

.fancy-lock {
    overflow: hidden
}

.fa-spin {
    -webkit-animation: fa-spin 3s infinite linear;
    animation: fa-spin 3s infinite linear
}

.rtl .stm_theme_demos__popup {
    left: 0 !important;
    right: 0 !important
}

.rtl .stm_theme_demos {
    left: 0;
    right: auto
}

.rtl .stm_theme_demos .opened {
    left: 0;
    right: auto
}

.rtl .stm_theme_demos .opened .customizer_button {
    right: -64px;
    left: auto
}

.rtl .stm_theme_demos__icon>span {
    right: auto;
    left: 128%
}

.rtl .stm_theme_demos__icon>span:after {
    left: auto;
    right: 100%;
    border-left: none;
    border-right: 5px solid #000
}

.rtl .stm_theme_demos__settings {
    left: -270px
}

.rtl .stm_theme_demos__settings .customizer_button {
    right: 0;
    left: auto
}

.envato-preview-visible #consulting-buy {
    display: none
}

@media (max-width:1024px) {
    .stm_theme_demos {
        top: auto;
        right: 30px;
        margin-top: 0;
        bottom: 30px;
        padding: 0;
        border-radius: 50%
    }

    .stm_theme_demos .stm_theme_demos__icon {
        display: none
    }

    .stm_theme_demos #consulting-buy {
        width: 40px;
        height: 40px;
        line-height: 40px
    }

    .stm_theme_demos #consulting-buy svg {
        width: 18px
    }

    .stm_theme_demos #consulting-buy>span {
        display: none
    }
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .050, .855, .060);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {

    from,
    to {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    11.1%,
    from,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

    20%,
    40%,
    60%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
    transform: scale(1.1)
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
    transform: scale(0.9)
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(0.9)
    }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(0.9)
    }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1)
    }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
    transform: scale(0.8);
    transition-timing-function: cubic-bezier(0.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
    transform: translateY(-8px)
}

.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
    transform: translateY(8px)
}

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
    transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px)
    }

    33.3% {
        transform: translate(-6px, -6px)
    }

    49.95% {
        transform: translate(4px, 4px)
    }

    66.6% {
        transform: translate(-2px, -2px)
    }

    83.25% {
        transform: translate(1px, 1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }

    33.3% {
        transform: translate(-6px, 6px)
    }

    49.95% {
        transform: translate(4px, -4px)
    }

    66.6% {
        transform: translate(-2px, 2px)
    }

    83.25% {
        transform: translate(1px, -1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.rs-p-wp-fix {
    display: none !important;
    margin: 0 !important;
    height: 0 !important
}

.wp-block-themepunch-revslider {
    position: relative
}

rs-modal {
    position: fixed !important;
    z-index: 9999999 !important;
    pointer-events: none !important
}

rs-modal.rs-modal-auto {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto
}

rs-modal.rs-modal-fullwidth,
rs-modal.rs-modal-fullscreen {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-modal rs-fullwidth-wrap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

rs-module-wrap.rs-modal {
    display: none;
    max-height: 100% !important;
    overflow: auto !important;
    pointer-events: auto !important
}

rs-module-wrap.hideallscrollbars.rs-modal {
    overflow: hidden !important;
    max-width: 100% !important
}

rs-modal-cover {
    width: 100%;
    height: 100%;
    z-index: 0;
    background: 0 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    pointer-events: auto
}

body>rs-modal-cover {
    position: fixed;
    z-index: 9999995 !important
}

rs-sbg-px {
    pointer-events: none
}

.rs-forceuntouchable,
.rs-forceuntouchable * {
    pointer-events: none !important
}

.rs-forcehidden * {
    visibility: hidden !important
}

.rs_splitted_lines {
    display: block;
    white-space: nowrap !important
}

.rs-go-fullscreen {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 9999999 !important;
    background: #fff
}

.rtl {
    direction: rtl
}

@font-face {
    font-family: 'revicons';
    src: url(../webfonts/revicons.eot?5510888);
    src: url(../webfonts/revicons.eot?5510888#iefix) format('embedded-opentype'), url(../webfonts/revicons.woff?5510888) format('woff'), url(../webfonts/revicons.ttf?5510888) format('truetype'), url(../webfonts/revicons.svg?5510888#revicons) format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class^=revicon-]:before,
[class*=" revicon-"]:before {
    font-family: "revicons";
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em
}

rs-module i[class^=fa-],
rs-module i[class*=" fa-"],
.rb-modal-wrapper i[class^=fa-],
.rb-modal-wrapper i[class*=" fa-"],
#waitaminute i[class^=fa-],
#waitaminute i[class*=" fa-"],
#objectlibrary i[class^=fa-],
#objectlibrary i[class*=" fa-"],
#rs_overview i[class^=fa-],
#rs_overview i[class*=" fa-"],
#rs_overview_menu i[class^=fa-],
#rs_overview_menu i[class*=" fa-"],
#builderView i[class^=fa-],
#builderView i[class*=" fa-"] {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

rs-module [class^=fa-]:before,
rs-module [class*=" fa-"]:before,
.rb-modal-wrapper [class^=fa-]:before,
.rb-modal-wrapper [class*=" fa-"]:before,
#rs_overview [class^=fa-]:before,
#rs_overview [class*=" fa-"]:before,
#objectlibrary [class^=fa-]:before,
#objectlibrary [class*=" fa-"]:before,
#waitaminute [class^=fa-]:before,
#waitaminute [class*=" fa-"]:before,
#rs_overview_menu [class^=fa-]:before,
#rs_overview_menu [class*=" fa-"]:before,
#builderView [class^=fa-]:before,
#builderView [class*=" fa-"]:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: never;
    speak-as: spell-out;
    display: inline-block;
    text-decoration: inherit;
    width: auto;
    margin-right: 0;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    margin-left: 0
}

rs-module .sr-only,
#objectlibrary .sr-only,
#waitaminute .sr-only,
#rs_overview .sr-only,
#rs_overview_menu .sr-only,
.rb-modal-wrapper .sr-only,
#builderView .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

rs-module .sr-only-focusable:active,
rs-module .sr-only-focusable:focus,
#waitaminute .sr-only-focusable:active,
#waitaminute .sr-only-focusable:focus,
#objectlibrary .sr-only-focusable:active,
#objectlibrary .sr-only-focusable:focus,
#rs_overview .sr-only-focusable:active,
#rs_overview .sr-only-focusable:focus,
#rs_overview_menu .sr-only-focusable:active,
#rs_overview_menu .sr-only-focusable:focus,
.rb-modal-wrapper .sr-only-focusable:active,
.rb-modal-wrapper .sr-only-focusable:focus,
#builderView .sr-only-focusable:active,
#builderView .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

.revicon-search-1:before {
    content: '\e802'
}

.revicon-pencil-1:before {
    content: '\e831'
}

.revicon-picture-1:before {
    content: '\e803'
}

.revicon-cancel:before {
    content: '\e80a'
}

.revicon-info-circled:before {
    content: '\e80f'
}

.revicon-trash:before {
    content: '\e801'
}

.revicon-left-dir:before {
    content: '\e817'
}

.revicon-right-dir:before {
    content: '\e818'
}

.revicon-down-open:before {
    content: '\e83b'
}

.revicon-left-open:before {
    content: '\e819'
}

.revicon-right-open:before {
    content: '\e81a'
}

.revicon-angle-left:before {
    content: '\e820'
}

.revicon-angle-right:before {
    content: '\e81d'
}

.revicon-left-big:before {
    content: '\e81f'
}

.revicon-right-big:before {
    content: '\e81e'
}

.revicon-magic:before {
    content: '\e807'
}

.revicon-picture:before {
    content: '\e800'
}

.revicon-export:before {
    content: '\e80b'
}

.revicon-cog:before {
    content: '\e832'
}

.revicon-login:before {
    content: '\e833'
}

.revicon-logout:before {
    content: '\e834'
}

.revicon-video:before {
    content: '\e805'
}

.revicon-arrow-combo:before {
    content: '\e827'
}

.revicon-left-open-1:before {
    content: '\e82a'
}

.revicon-right-open-1:before {
    content: '\e82b'
}

.revicon-left-open-mini:before {
    content: '\e822'
}

.revicon-right-open-mini:before {
    content: '\e823'
}

.revicon-left-open-big:before {
    content: '\e824'
}

.revicon-right-open-big:before {
    content: '\e825'
}

.revicon-left:before {
    content: '\e836'
}

.revicon-right:before {
    content: '\e826'
}

.revicon-ccw:before {
    content: '\e808'
}

.revicon-arrows-ccw:before {
    content: '\e806'
}

.revicon-palette:before {
    content: '\e829'
}

.revicon-list-add:before {
    content: '\e80c'
}

.revicon-doc:before {
    content: '\e809'
}

.revicon-left-open-outline:before {
    content: '\e82e'
}

.revicon-left-open-2:before {
    content: '\e82c'
}

.revicon-right-open-outline:before {
    content: '\e82f'
}

.revicon-right-open-2:before {
    content: '\e82d'
}

.revicon-equalizer:before {
    content: '\e83a'
}

.revicon-layers-alt:before {
    content: '\e804'
}

.revicon-popup:before {
    content: '\e828'
}

.tp-fullwidth-forcer {
    z-index: 0;
    pointer-events: none
}

rs-module-wrap {
    visibility: hidden
}

rs-module-wrap,
rs-module-wrap * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block
}

.rs-fixedscrollon rs-module-wrap {
    position: fixed !important;
    top: 0 !important;
    z-index: 1000;
    left: 0 !important
}

.rs-stickyscrollon rs-module-wrap {
    position: sticky !important;
    top: 0;
    z-index: 1000
}

.rs-stickyscrollon {
    overflow: visible !important
}

rs-fw-forcer {
    display: block;
    width: 100%;
    pointer-events: none
}

rs-module {
    position: relative;
    overflow: hidden;
    display: block
}

rs-module.disableVerticalScroll {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

rs-pzimg-wrap,
rs-sbg-effectwrap,
rs-sbg {
    display: block;
    pointer-events: none
}

rs-sbg-effectwrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

rs-carousel-wrap rs-column rs-layer img {
    width: 0;
    height: 0
}

rs-sbg-px,
rs-sbg-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block
}

a.rs-layer,
a.rs-layer:-webkit-any-link {
    text-decoration: none
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important
}

.entry-content rs-module a,
rs-module a {
    box-shadow: none
}

.rs-ov-hidden {
    overflow: hidden !important
}

.rs-forceoverflow,
.rs-forceoverflow rs-module-wrap,
.rs-forceoverflow rs-module,
.rs-forceoverflow rs-slides,
.rs-forceoverflow rs-slide {
    overflow: visible !important
}

.rs-parallax-hidden-of rs-slide {
    overflow: hidden !important
}

.tp-simpleresponsive img,
rs-module img {
    max-width: none !important;
    transition: none;
    margin: 0;
    padding: 0;
    border: none
}

rs-module .no-slides-text {
    font-weight: 700;
    text-align: center;
    padding-top: 80px
}

rs-slides,
rs-slide,
rs-slide:before {
    position: absolute;
    text-indent: 0em;
    top: 0;
    left: 0
}

rs-slide,
rs-slide:before {
    display: block;
    visibility: hidden
}

.rs-layer .rs-untoggled-content {
    display: block
}

.rs-layer .rs-toggled-content {
    display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
    display: block
}

.rs-tc-active.rs-layer>.rs-untoggled-content {
    display: none
}

.rs-layer-video {
    overflow: hidden
}

.rs_html5vidbasicstyles {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

rs-module rs-layer,
rs-module .rs-layer {
    opacity: 0;
    position: relative;
    visibility: hidden;
    display: block;
    -webkit-font-smoothing: antialiased !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
    z-index: 1;
    font-display: swap
}

rs-layer-wrap,
rs-mask,
rs-module-wrap,
rs-module .rs-layer,
rs-module img {
    user-select: none
}

rs-module rs-mask-wrap .rs-layer,
rs-module rs-mask-wrap *:last-child,
.wpb_text_column rs-module rs-mask-wrap .rs-layer,
.wpb_text_column rs-module rs-mask-wrap *:last-child {
    margin-bottom: 0
}

.rs-svg svg {
    width: 100%;
    height: 100%;
    position: relative;
    vertical-align: top
}

rs-layer:not(.rs-wtbindex),
.rs-layer:not(.rs-wtbindex),
rs-alyer *:not(.rs-wtbindex),
.rs-layer *:not(.rs-wtbindex) {
    outline: none !important
}

rs-carousel-wrap {
    cursor: url(/wp-content/plugins/revslider/sr6/assets/css/openhand.cur), move
}

rs-carousel-wrap.dragged {
    cursor: url(/wp-content/plugins/revslider/sr6/assets/css/closedhand.cur), move
}

rs-carousel-wrap.noswipe {
    cursor: default
}

rs-carousel-wrap {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

rs-carousel-space {
    clear: both;
    display: block;
    width: 100%;
    height: 0;
    position: relative
}

.tp_inner_padding {
    box-sizing: border-box;
    max-height: none !important
}

.rs-layer.rs-selectable {
    user-select: text
}

rs-px-mask {
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

rs-module embed,
rs-module iframe,
rs-module object,
rs-module audio,
rs-module video {
    max-width: none !important;
    border: none
}

rs-bg-elem {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    pointer-events: none
}

.tp-blockmask,
.tp-blockmask_in,
.tp-blockmask_out {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transform: scaleX(0) scaleY(0)
}

rs-zone {
    position: absolute;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    min-height: 50px;
    font-size: 0px;
    pointer-events: none
}

rs-row-wrap,
rs-column,
rs-cbg-mask-wrap {
    display: block;
    visibility: hidden
}

rs-layer-wrap,
rs-parallax-wrap,
rs-loop-wrap,
rs-mask-wrap {
    display: block
}

rs-column-wrap>rs-mask-wrap,
rs-column-wrap>rs-loop-wrap {
    z-index: 1
}

rs-layer-wrap,
rs-mask-wrap,
rs-cbg-mask-wrap {
    transform-style: flat
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {

    rs-carousel-wrap rs-layer-wrap,
    rs-carousel-wrap rs-loop-wrap {
        backface-visibility: hidden;
        transform-style: preserve-3d
    }
}

.safarifix rs-layer-wrap {
    perspective: 1000000
}

@-moz-document url-prefix() {

    rs-layer-wrap,
    rs-mask-wrap,
    rs-cbg-mask-wrap {
        perspective: none
    }
}

rs-mask-wrap {
    overflow: hidden
}

rs-fullwidth-wrap {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    overflow: visible;
    max-width: none !important
}

.rev_row_zone_top {
    top: 0
}

.rev_row_zone_bottom {
    bottom: 0
}

.rev_row_zone_middle {
    top: 0
}

rs-column-wrap .rs-parallax-wrap {
    vertical-align: top
}

.rs-layer img,
rs-layer img {
    vertical-align: top
}

rs-row,
rs-row.rs-layer {
    display: table;
    position: relative;
    width: 100% !important;
    table-layout: fixed;
    box-sizing: border-box;
    vertical-align: top;
    height: auto;
    font-size: 0px
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important
}

rs-column-wrap {
    display: table-cell;
    position: relative;
    vertical-align: top;
    height: auto;
    box-sizing: border-box;
    font-size: 0px
}

rs-column {
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100% !important;
    height: auto !important;
    white-space: normal !important
}

rs-cbg-mask-wrap {
    position: absolute;
    z-index: 0;
    box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

rs-column-bg {
    position: absolute;
    z-index: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100%
}

.rs-pelock * {
    pointer-events: none !important
}

rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap {
    text-align: inherit
}

rs-column rs-mask-wrap {
    display: inline-block
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap {
    position: relative;
    left: auto;
    top: auto;
    line-height: 0
}

rs-column .rs-parallax-wrap rs-loop-wrap,
rs-column .rs-parallax-wrap rs-mask-wrap,
rs-column .rs-parallax-wrap,
rs-column .rev_layer_in_column {
    vertical-align: top
}

.rev_break_columns {
    display: block !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
    display: block !important;
    width: 100% !important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,
.tp-forcenotvisible,
.tp-hide-revslider,
rs-row-wrap.rs-layer-hidden,
rs-column-wrap.rs-layer-hidden,
.rs-layer.rs-layer-hidden,
.rs-layer-audio.rs-layer-hidden,
.rs-parallax-wrap.rs-layer-hidden {
    visibility: hidden !important;
    display: none !important
}

a.rs-layer.rs-nointeraction>.div,
rs-layer.rs-nointeraction:not(a),
.rs-layer.rs-nointeraction:not(a) {
    pointer-events: none !important
}

rs-static-layers {
    position: absolute;
    z-index: 101;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

rs-static-layers.rs-stl-back {
    z-index: 0
}

.rs-stl-visible {
    overflow: visible !important
}

.rs-layer rs-fcr {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-bottom-width: 0 !important;
    border-top: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-fcrt {
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 0 solid transparent;
    border-top-width: 0 !important;
    border-bottom: 40px solid #00a8ff;
    position: absolute;
    right: 100%;
    top: 0
}

.rs-layer rs-bcr {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #00a8ff;
    border-top-width: 0 !important;
    position: absolute;
    left: 100%;
    top: 0
}

.rs-layer rs-bcrt {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 40px solid transparent;
    border-top: 40px solid #00a8ff;
    border-bottom-width: 0 !important;
    position: absolute;
    left: 100%;
    top: 0
}

.tp-layer-inner-rotation {
    position: relative !important
}

img.tp-slider-alternative-image {
    width: 100%;
    height: auto
}

.noFilterClass {
    filter: none !important
}

rs-bgvideo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block
}

.rs-layer.rs-fsv {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

.rs-layer.rs-fsv audio,
.rs-layer.rs-fsv video,
.rs-layer.rs-fsv iframe,
.rs-layer.rs-fsv iframe audio,
.rs-layer.rs-fsv iframe video {
    width: 100%;
    height: 100%
}

.rs-fsv video {
    background: #000
}

.fullcoveredvideo rs-poster {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.videoisplaying .html5vid rs-poster {
    display: none
}

.tp-video-play-button {
    background: #000;
    background: rgba(0, 0, 0, .3);
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 3;
    margin-top: -25px;
    margin-left: -25px;
    line-height: 50px !important;
    text-align: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    z-index: 4;
    opacity: 0;
    transition: opacity .3s ease-out !important
}

.rs-ISM .tp-video-play-button {
    opacity: 1;
    transition: none !important;
    z-index: 6
}

.rs-audio .tp-video-play-button {
    display: none !important
}

.rs-layer .html5vid {
    width: 100% !important;
    height: 100% !important
}

.tp-video-play-button i {
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center !important;
    vertical-align: top;
    line-height: 50px !important;
    font-size: 30px !important
}

.rs-layer:hover .tp-video-play-button {
    opacity: 1;
    display: block;
    z-index: 6
}

.rs-layer .tp-revstop {
    display: none;
    width: 15px;
    border-right: 5px solid #fff !important;
    border-left: 5px solid #fff !important;
    transform: translateX(50%) translateY(50%);
    height: 20px;
    margin-left: 11px !important;
    margin-top: 5px !important
}

.videoisplaying .revicon-right-dir {
    display: none
}

.videoisplaying .tp-revstop {
    display: block
}

.videoisplaying .tp-video-play-button {
    display: none
}

.fullcoveredvideo .tp-video-play-button {
    display: none !important
}

.rs-fsv .rs-fsv audio {
    object-fit: contain !important
}

.rs-fsv .rs-fsv video {
    object-fit: contain !important
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
    display: none
}

@supports not (-ms-high-contrast:none) {
    .rs-fsv .fullcoveredvideo audio {
        object-fit: cover !important
    }

    .rs-fsv .fullcoveredvideo video {
        object-fit: cover !important
    }
}

.rs-fullvideo-cover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: 0 0;
    z-index: 5
}

.rs-nolc .tp-video-play-button,
rs-bgvideo video::-webkit-media-controls-start-playback-button,
rs-bgvideo video::-webkit-media-controls,
rs-bgvideo audio::-webkit-media-controls {
    display: none !important
}

.rs-audio .tp-video-controls {
    opacity: 1 !important;
    visibility: visible !important
}

rs-module h1.rs-layer,
rs-module h2.rs-layer,
rs-module h3.rs-layer,
rs-module h4.rs-layer,
rs-module h5.rs-layer,
rs-module h6.rs-layer,
rs-module div.rs-layer,
rs-module span.rs-layer,
rs-module p.rs-layer {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0
}

rs-module h1.rs-layer:before,
rs-module h2.rs-layer:before,
rs-module h3.rs-layer:before,
rs-module h4.rs-layer:before,
rs-module h5.rs-layer:before,
rs-module h6.rs-layer:before {
    content: none
}

rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: block;
    pointer-events: none
}

rs-sbg-wrap rs-dotted {
    z-index: 31
}

rs-dotted.twoxtwo {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR42mNg+M8AAQAIAgEAloXiqwAAAABJRU5ErkJggg==)
}

rs-dotted.twoxtwowhite {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAQAAADYv8WvAAAADUlEQVR4AWP4/58BAgAQ+QH/eU1QjQAAAABJRU5ErkJggg==)
}

rs-dotted.threexthree {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAQAAAD8IX00AAAADUlEQVR4AWNg+M+AAQATAgEAtKVJJQAAAABJRU5ErkJggg==)
}

rs-dotted.threexthreewhite {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAQAAAD8IX00AAAADklEQVR42mP4/58BAwAAJu4B/7J4cV8AAAAASUVORK5CYII=)
}

.tp-shadowcover {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    position: absolute;
    z-index: -1
}

.tp-shadow1 {
    box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8)
}

.tp-shadow2:before,
.tp-shadow2:after,
.tp-shadow3:before,
.tp-shadow4:after {
    z-index: -2;
    position: absolute;
    content: "";
    bottom: 10px;
    left: 10px;
    width: 50%;
    top: 85%;
    max-width: 300px;
    background: 0 0;
    box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
    transform: rotate(-3deg)
}

.tp-shadow2:after,
.tp-shadow4:after {
    transform: rotate(3deg);
    right: 10px;
    left: auto
}

.tp-shadow5 {
    position: relative;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset
}

.tp-shadow5:before,
.tp-shadow5:after {
    content: "";
    position: absolute;
    z-index: -2;
    box-shadow: 0 0 25px 0px rgba(0, 0, 0, .6);
    top: 30%;
    bottom: 0;
    left: 20px;
    right: 20px;
    border-radius: 100px/20px
}

.rev-btn,
.rev-btn:visited {
    outline: none !important;
    box-shadow: none;
    text-decoration: none !important;
    box-sizing: border-box;
    cursor: pointer
}

.rev-btn.rev-uppercase,
.rev-btn.rev-uppercase:visited {
    text-transform: uppercase
}

.rev-btn i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    margin-left: 0;
    line-height: inherit
}

.rev-btn.rev-hiddenicon i {
    font-size: inherit;
    font-weight: 400;
    position: relative;
    top: 0;
    transition: opacity .2s ease-out, margin .2s ease-out;
    opacity: 0;
    margin-left: 0 !important;
    width: 0 !important
}

.rev-btn.rev-hiddenicon:hover i {
    opacity: 1 !important;
    margin-left: 10px !important;
    width: auto !important
}

.rev-burger {
    position: relative;
    box-sizing: border-box;
    padding: 22px 14px;
    border-radius: 50%;
    border: 1px solid rgba(51, 51, 51, .25);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    cursor: pointer
}

.rev-burger span {
    display: block;
    width: 30px;
    height: 3px;
    background: #333;
    transition: .7s;
    pointer-events: none;
    transform-style: flat !important
}

.rev-burger span:nth-child(2) {
    margin: 3px 0
}

.quick_style_example_wrap .rev-burger:hover :first-child,
#dialog_addbutton .rev-burger:hover :first-child,
.open .rev-burger :first-child,
.open.rev-burger :first-child {
    transform: translateY(6px) rotate(-45deg)
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2),
#dialog_addbutton .rev-burger:hover :nth-child(2),
.open .rev-burger :nth-child(2),
.open.rev-burger :nth-child(2) {
    transform: rotate(-45deg);
    opacity: 0
}

.quick_style_example_wrap .rev-burger:hover :last-child,
#dialog_addbutton .rev-burger:hover :last-child,
.open .rev-burger :last-child,
.open.rev-burger :last-child {
    transform: translateY(-6px) rotate(-135deg)
}

.rev-burger.revb-white {
    border: 2px solid rgba(255, 255, 255, .2)
}

.rev-b-span-light span,
.rev-burger.revb-white span {
    background: #fff
}

.rev-burger.revb-whitenoborder {
    border: 0
}

.rev-burger.revb-whitenoborder span {
    background: #fff
}

.rev-burger.revb-darknoborder {
    border: 0
}

.rev-b-span-dark span,
.rev-burger.revb-darknoborder span {
    background: #333
}

.rev-burger.revb-whitefull {
    background: #fff;
    border: none
}

.rev-burger.revb-whitefull span {
    background: #333
}

.rev-burger.revb-darkfull {
    background: #333;
    border: none
}

.rev-burger.revb-darkfull span {
    background: #fff
}

@keyframes rev-ani-mouse {
    0% {
        opacity: 1;
        top: 29%
    }

    15% {
        opacity: 1;
        top: 70%
    }

    50% {
        opacity: 0;
        top: 70%
    }

    100% {
        opacity: 0;
        top: 29%
    }
}

.rev-scroll-btn {
    display: inline-block;
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    cursor: pointer;
    width: 35px;
    height: 55px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 23px
}

.rev-scroll-btn>* {
    display: inline-block;
    line-height: 18px;
    font-size: 13px;
    font-weight: 400;
    color: #7f8c8d;
    color: #fff;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    letter-spacing: 2px
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*.active {
    color: #fff
}

.rev-scroll-btn>*:hover,
.rev-scroll-btn>*:focus,
.rev-scroll-btn>*:active,
.rev-scroll-btn>*.active {
    opacity: .8
}

.rev-scroll-btn.revs-fullwhite {
    background: #fff
}

.rev-scroll-btn.revs-fullwhite span {
    background: #333
}

.rev-scroll-btn.revs-fulldark {
    background: #333;
    border: none
}

.rev-scroll-btn.revs-fulldark span {
    background: #fff
}

.rev-scroll-btn span {
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    animation: rev-ani-mouse 2.5s linear infinite;
    background: #fff
}

.rev-scroll-btn.rev-b-span-dark {
    border-color: #333
}

.rev-scroll-btn.rev-b-span-dark span,
.rev-scroll-btn.revs-dark span {
    background: #333
}

.rev-control-btn {
    position: relative;
    display: inline-block;
    z-index: 5;
    color: #fff;
    font-size: 20px;
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-family: Raleway;
    text-decoration: none;
    text-align: center;
    background-color: #000;
    border-radius: 50px;
    text-shadow: none;
    background-color: rgba(0, 0, 0, .5);
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    cursor: pointer
}

.rev-cbutton-dark-sr {
    border-radius: 3px
}

.rev-cbutton-light {
    color: #333;
    background-color: rgba(255, 255, 255, .75)
}

.rev-cbutton-light-sr {
    color: #333;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, .75)
}

.rev-sbutton {
    line-height: 37px;
    width: 37px;
    height: 37px
}

.rev-sbutton-blue {
    background-color: #3b5998
}

.rev-sbutton-lightblue {
    background-color: #00a0d1
}

.rev-sbutton-red {
    background-color: #dd4b39
}

rs-progress {
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 100%;
    height: 100%
}

rs-progress-bar,
.rs-progress-bar {
    display: block;
    z-index: 20;
    box-sizing: border-box;
    background-clip: content-box;
    position: absolute;
    line-height: 0;
    width: 100%;
    height: 100%
}

rs-progress-bgs {
    display: block;
    z-index: 15;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0
}

rs-progress-bg {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-gap {
    display: block;
    background-clip: content-box;
    position: absolute;
    width: 100%;
    height: 100%
}

rs-progress-vis {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.rs-layer img {
    background: 0 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF)
}

.rs-layer.slidelink {
    cursor: pointer;
    width: 100%;
    height: 100%
}

.rs-layer.slidelink a {
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer.slidelink a div {
    width: 3000px;
    height: 1500px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAABnRSTlMARwBwAEyv7uYjAAAAD0lEQVR4AWNwL/BBRpTyAfO4GUwbPa/4AAAAAElFTkSuQmCC) repeat
}

.rs-layer.slidelink a span {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAIAAAACDbGyAAAABnRSTlMARwBwAEyv7uYjAAAAD0lEQVR4AWNwL/BBRpTyAfO4GUwbPa/4AAAAAElFTkSuQmCC) repeat;
    width: 100%;
    height: 100%;
    display: block
}

.rs-layer .rs-starring {
    display: inline-block
}

.rs-layer .rs-starring .star-rating {
    float: none;
    display: inline-block;
    vertical-align: top;
    color: #ffc321 !important
}

.rs-layer .rs-starring .star-rating,
.rs-layer .rs-starring-page .star-rating {
    position: relative;
    height: 1em;
    width: 5.4em;
    font-family: star;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating:before,
.rs-layer .rs-starring-page .star-rating:before {
    content: "\73\73\73\73\73";
    color: #e0dadf;
    float: left;
    top: 0;
    left: 0;
    position: absolute
}

.rs-layer .rs-starring .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    font-size: 1em !important
}

.rs-layer .rs-starring .star-rating span:before,
.rs-layer .rs-starring .star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0
}

rs-loader {
    top: 50%;
    left: 50%;
    z-index: 10000;
    position: absolute
}

rs-loader.off {
    display: none !important
}

rs-loader.spinner0 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    background-image: url(data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAHAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQABwABACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAAHAAIALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQABwADACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkEAAcABAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAAHAAUALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAAHAAYALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkEAAcABwAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAAHAAgALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAAHAAkALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkEAAcACgAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAAHAAsALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==);
    background-repeat: no-repeat;
    background-position: center center;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner1 {
    width: 40px;
    height: 40px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    margin-top: -20px;
    margin-left: -20px;
    animation: tp-rotateplane 1.2s infinite ease-in-out;
    border-radius: 3px
}

rs-loader.spinner5 {
    background-image: url(data:image/gif;base64,R0lGODlhGAAYAPQAAP///wAAAM7Ozvr6+uDg4LCwsOjo6I6OjsjIyJycnNjY2KioqMDAwPLy8nZ2doaGhri4uGhoaAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAHAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAGAAYAAAFriAgjiQAQWVaDgr5POSgkoTDjFE0NoQ8iw8HQZQTDQjDn4jhSABhAAOhoTqSDg7qSUQwxEaEwwFhXHhHgzOA1xshxAnfTzotGRaHglJqkJcaVEqCgyoCBQkJBQKDDXQGDYaIioyOgYSXA36XIgYMBWRzXZoKBQUMmil0lgalLSIClgBpO0g+s26nUWddXyoEDIsACq5SsTMMDIECwUdJPw0Mzsu0qHYkw72bBmozIQAh+QQABwABACwAAAAAGAAYAAAFsCAgjiTAMGVaDgR5HKQwqKNxIKPjjFCk0KNXC6ATKSI7oAhxWIhezwhENTCQEoeGCdWIPEgzESGxEIgGBWstEW4QCGGAIJEoxGmGt5ZkgCRQQHkGd2CESoeIIwoMBQUMP4cNeQQGDYuNj4iSb5WJnmeGng0CDGaBlIQEJziHk3sABidDAHBgagButSKvAAoyuHuUYHgCkAZqebw0AgLBQyyzNKO3byNuoSS8x8OfwIchACH5BAAHAAIALAAAAAAYABgAAAW4ICCOJIAgZVoOBJkkpDKoo5EI43GMjNPSokXCINKJCI4HcCRIQEQvqIOhGhBHhUTDhGo4diOZyFAoKEQDxra2mAEgjghOpCgz3LTBIxJ5kgwMBShACREHZ1V4Kg1rS44pBAgMDAg/Sw0GBAQGDZGTlY+YmpyPpSQDiqYiDQoCliqZBqkGAgKIS5kEjQ21VwCyp76dBHiNvz+MR74AqSOdVwbQuo+abppo10ssjdkAnc0rf8vgl8YqIQAh+QQABwADACwAAAAAGAAYAAAFrCAgjiQgCGVaDgZZFCQxqKNRKGOSjMjR0qLXTyciHA7AkaLACMIAiwOC1iAxCrMToHHYjWQiA4NBEA0Q1RpWxHg4cMXxNDk4OBxNUkPAQAEXDgllKgMzQA1pSYopBgonCj9JEA8REQ8QjY+RQJOVl4ugoYssBJuMpYYjDQSliwasiQOwNakALKqsqbWvIohFm7V6rQAGP6+JQLlFg7KDQLKJrLjBKbvAor3IKiEAIfkEAAcABAAsAAAAABgAGAAABbUgII4koChlmhokw5DEoI4NQ4xFMQoJO4uuhignMiQWvxGBIQC+AJBEUyUcIRiyE6CR0CllW4HABxBURTUw4nC4FcWo5CDBRpQaCoF7VjgsyCUDYDMNZ0mHdwYEBAaGMwwHDg4HDA2KjI4qkJKUiJ6faJkiA4qAKQkRB3E0i6YpAw8RERAjA4tnBoMApCMQDhFTuySKoSKMJAq6rD4GzASiJYtgi6PUcs9Kew0xh7rNJMqIhYchACH5BAAHAAUALAAAAAAYABgAAAW0ICCOJEAQZZo2JIKQxqCOjWCMDDMqxT2LAgELkBMZCoXfyCBQiFwiRsGpku0EshNgUNAtrYPT0GQVNRBWwSKBMp98P24iISgNDAS4ipGA6JUpA2WAhDR4eWM/CAkHBwkIDYcGiTOLjY+FmZkNlCN3eUoLDmwlDW+AAwcODl5bYl8wCVYMDw5UWzBtnAANEQ8kBIM0oAAGPgcREIQnVloAChEOqARjzgAQEbczg8YkWJq8nSUhACH5BAAHAAYALAAAAAAYABgAAAWtICCOJGAYZZoOpKKQqDoORDMKwkgwtiwSBBYAJ2owGL5RgxBziQQMgkwoMkhNqAEDARPSaiMDFdDIiRSFQowMXE8Z6RdpYHWnEAWGPVkajPmARVZMPUkCBQkJBQINgwaFPoeJi4GVlQ2Qc3VJBQcLV0ptfAMJBwdcIl+FYjALQgimoGNWIhAQZA4HXSpLMQ8PIgkOSHxAQhERPw7ASTSFyCMMDqBTJL8tf3y2fCEAIfkEAAcABwAsAAAAABgAGAAABa8gII4k0DRlmg6kYZCoOg5EDBDEaAi2jLO3nEkgkMEIL4BLpBAkVy3hCTAQKGAznM0AFNFGBAbj2cA9jQixcGZAGgECBu/9HnTp+FGjjezJFAwFBQwKe2Z+KoCChHmNjVMqA21nKQwJEJRlbnUFCQlFXlpeCWcGBUACCwlrdw8RKGImBwktdyMQEQciB7oACwcIeA4RVwAODiIGvHQKERAjxyMIB5QlVSTLYLZ0sW8hACH5BAAHAAgALAAAAAAYABgAAAW0ICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWPM5wNiV0UDUIBNkdoepTfMkA7thIECiyRtUAGq8fm2O4jIBgMBA1eAZ6Knx+gHaJR4QwdCMKBxEJRggFDGgQEREPjjAMBQUKIwIRDhBDC2QNDDEKoEkDoiMHDigICGkJBS2dDA6TAAnAEAkCdQ8ORQcHTAkLcQQODLPMIgIJaCWxJMIkPIoAt3EhACH5BAAHAAkALAAAAAAYABgAAAWtICCOJNA0ZZoOpGGQrDoOBCoSxNgQsQzgMZyIlvOJdi+AS2SoyXrK4umWHM5wNiV0UN3xdLiqr+mENcWpM9TIbrsBkEck8oC0DQqBQGGIz+t3eXtob0ZTPgNrIwQJDgtGAgwCWSIMDg4HiiUIDAxFAAoODwxDBWINCEGdSTQkCQcoegADBaQ6MggHjwAFBZUFCm0HB0kJCUy9bAYHCCPGIwqmRq0jySMGmj6yRiEAIfkEAAcACgAsAAAAABgAGAAABbIgII4k0DRlmg6kYZCsOg4EKhLE2BCxDOAxnIiW84l2L4BLZKipBopW8XRLDkeCiAMyMvQAA+uON4JEIo+vqukkKQ6RhLHplVGN+LyKcXA4Dgx5DWwGDXx+gIKENnqNdzIDaiMECwcFRgQCCowiCAcHCZIlCgICVgSfCEMMnA0CXaU2YSQFoQAKUQMMqjoyAglcAAyBAAIMRUYLCUkFlybDeAYJryLNk6xGNCTQXY0juHghACH5BAAHAAsALAAAAAAYABgAAAWzICCOJNA0ZVoOAmkY5KCSSgSNBDE2hDyLjohClBMNij8RJHIQvZwEVOpIekRQJyJs5AMoHA+GMbE1lnm9EcPhOHRnhpwUl3AsknHDm5RN+v8qCAkHBwkIfw1xBAYNgoSGiIqMgJQifZUjBhAJYj95ewIJCQV7KYpzBAkLLQADCHOtOpY5PgNlAAykAEUsQ1wzCgWdCIdeArczBQVbDJ0NAqyeBb64nQAGArBTt8R8mLuyPyEAOwAAAAAAAAAAAA==);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    background-color: #fff;
    margin: -22px;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@keyframes tp-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
}

rs-loader.spinner2 {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background-color: red;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    animation: tp-scaleout 1s infinite ease-in-out
}

@keyframes tp-scaleout {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1);
        opacity: 0
    }
}

rs-loader.spinner3 {
    margin: -9px 0 0 -35px;
    width: 70px;
    text-align: center
}

rs-loader.spinner3 .bounce1,
rs-loader.spinner3 .bounce2,
rs-loader.spinner3 .bounce3 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
    border-radius: 100%;
    display: inline-block;
    animation: tp-bouncedelay 1.4s infinite ease-in-out;
    animation-fill-mode: both
}

rs-loader.spinner3 .bounce1 {
    animation-delay: -.32s
}

rs-loader.spinner3 .bounce2 {
    animation-delay: -.16s
}

@keyframes tp-bouncedelay {

    0%,
    80%,
    100% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

rs-loader.spinner4 {
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
    text-align: center;
    animation: tp-rotate 2s infinite linear
}

rs-loader.spinner4 .dot1,
rs-loader.spinner4 .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #fff;
    border-radius: 100%;
    animation: tp-bounce 2s infinite ease-in-out;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15)
}

rs-loader.spinner4 .dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s
}

@keyframes tp-rotate {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes tp-bounce {

    0%,
    100% {
        transform: scale(0)
    }

    50% {
        transform: scale(1)
    }
}

rs-layer iframe {
    visibility: hidden
}

rs-layer.rs-ii-o iframe {
    visibility: visible
}

rs-layer input[type=text],
rs-layer input[type=email],
rs-layer input[type=url],
rs-layer input[type=password],
rs-layer input[type=search],
rs-layer input[type=number],
rs-layer input[type=tel],
rs-layer input[type=range],
rs-layer input[type=date],
rs-layer input[type=month],
rs-layer input[type=week],
rs-layer input[type=time],
rs-layer input[type=datetime],
rs-layer input[type=datetime-local] {
    display: inline-block
}

rs-layer input::placeholder {
    vertical-align: middle;
    line-height: inherit !important
}

a.rs-layer {
    transition: none
}

rs-thumbs-wrap,
rs-tabs-wrap,
rs-thumbs,
rs-thumb,
rs-tab,
rs-bullet,
rs-bullets,
rs-navmask,
rs-tabs,
rs-arrow {
    display: block;
    pointer-events: all
}

.tp-thumbs.navbar,
.tp-bullets.navbar,
.tp-tabs.navbar {
    border: none;
    min-height: 0;
    margin: 0;
    border-radius: 0
}

.tp-tabs,
.tp-thumbs,
.tp-bullets {
    position: absolute;
    display: block;
    z-index: 1000;
    top: 0;
    left: 0
}

.tp-tab,
.tp-thumb {
    cursor: pointer;
    position: absolute;
    opacity: .5;
    box-sizing: border-box
}

.tp-arr-imgholder,
rs-poster,
.tp-thumb-image,
.tp-tab-image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

rs-poster {
    cursor: pointer;
    z-index: 3
}

.tp-tab.rs-touchhover,
.tp-tab.selected,
.tp-thumb.rs-touchhover,
.tp-thumb.selected {
    opacity: 1
}

.tp-tab-mask,
.tp-thumb-mask {
    box-sizing: border-box !important
}

.tp-tabs,
.tp-thumbs {
    box-sizing: content-box !important
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer
}

.tp-bullet.selected,
.tp-bullet.rs-touchhover {
    background: #fff
}

.tparrows {
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, .5);
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000
}

.tparrows.rs-touchhover {
    background: #000
}

.tparrows:before {
    font-family: "revicons";
    font-size: 15px;
    color: #fff;
    display: block;
    line-height: 40px;
    text-align: center
}

.tparrows.tp-leftarrow:before {
    content: '\e824'
}

.tparrows.tp-rightarrow:before {
    content: '\e825'
}

.rs-layer [class^=pe-7s-]:before,
.rs-layer [class*=" pe-7s-"]:before,
.rs-layer [class^=pe-7s-],
.rs-layer [class*=" pe-7s-"] {
    width: auto;
    margin: 0;
    line-height: inherit;
    box-sizing: inherit
}

rs-pzimg-wrap {
    display: block
}

body.rtl .rs-pzimg {
    left: 0 !important
}

.rs_fake_cube {
    transform-style: preserve-3d
}

.rs_fake_cube,
.rs_fake_cube_wall {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    left: 0;
    top: 0;
    z-index: 0
}

.rs-builder-mode rs-sbg-wrap canvas,
rs-sbg canvas {
    overflow: hidden;
    z-index: 5;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.dddwrappershadow {
    box-shadow: 0 45px 100px rgba(0, 0, 0, .4)
}

.dddwrapper {
    transform-style: flat;
    perspective: 10000px
}

.rs_error_message_box {
    background: #111;
    width: 800px;
    margin: 40px auto;
    padding: 40px 20px;
    text-align: center;
    font-family: "Open Sans", sans-serif
}

.rs_error_message_oops {
    margin: 0 0 20px;
    line-height: 60px;
    font-size: 34px;
    color: #fff
}

.rs_error_message_content {
    margin: 0 0 20px;
    line-height: 25px;
    font-size: 17px;
    color: #fff
}

.rs_error_message_button {
    color: #fff !important;
    background: #333;
    display: inline-block;
    padding: 10px 15px;
    text-align: right;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none !important
}

.rs_error_message_button:hover {
    background: #5e35b1
}

.hglayerinfo {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
    background: rgba(0, 0, 0, .75);
    padding: 5px 10px;
    z-index: 2000;
    white-space: normal
}

.hginfo {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #e74c3c;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    padding: 2px 5px
}

.indebugmode .rs-layer:hover {
    border: 1px dashed #c0392b !important
}

.helpgrid {
    border: 2px dashed #c0392b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0
}

#revsliderlogloglog {
    padding: 15px;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 150px;
    background: rgba(0, 0, 0, .7);
    z-index: 100000;
    font-size: 10px;
    overflow: scroll
}

.aden {
    filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2)
}

.aden:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.perpetua:after,
.reyes:after {
    mix-blend-mode: soft-light;
    opacity: .5
}

.inkwell {
    filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1)
}

.perpetua:after {
    background: linear-gradient(to bottom, #005b9a, #e6c13d)
}

.reyes {
    filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75)
}

.reyes:after {
    background: #efcdad
}

.gingham {
    filter: brightness(1.05) hue-rotate(-10deg)
}

.gingham:after {
    background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
    mix-blend-mode: darken
}

.toaster {
    filter: contrast(1.5) brightness(.9)
}

.toaster:after {
    background: radial-gradient(circle, #804e0f, #3b003b);
    mix-blend-mode: screen
}

.walden {
    filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6)
}

.walden:after {
    background: #04c;
    mix-blend-mode: screen;
    opacity: .3
}

.hudson {
    filter: brightness(1.2) contrast(.9) saturate(1.1)
}

.hudson:after {
    background: radial-gradient(circle, #a6b1ff 50%, #342134);
    mix-blend-mode: multiply;
    opacity: .5
}

.earlybird {
    filter: contrast(.9) sepia(.2)
}

.earlybird:after {
    background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
    mix-blend-mode: overlay
}

.mayfair {
    filter: contrast(1.1) saturate(1.1)
}

.mayfair:after {
    background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
    mix-blend-mode: overlay;
    opacity: .4
}

.lofi {
    filter: saturate(1.1) contrast(1.5)
}

.lofi:after {
    background: radial-gradient(circle, transparent 70%, #222 150%);
    mix-blend-mode: multiply
}

._1977 {
    filter: contrast(1.1) brightness(1.1) saturate(1.3)
}

._1977:after {
    background: rgba(243, 106, 188, .3);
    mix-blend-mode: screen
}

.brooklyn {
    filter: contrast(.9) brightness(1.1)
}

.brooklyn:after {
    background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
    mix-blend-mode: overlay
}

.xpro2 {
    filter: sepia(.3)
}

.xpro2:after {
    background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
    mix-blend-mode: color-burn
}

.nashville {
    filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2)
}

.nashville:after {
    background: rgba(0, 70, 150, .4);
    mix-blend-mode: lighten
}

.nashville:before {
    background: rgba(247, 176, 153, .56);
    mix-blend-mode: darken
}

.lark {
    filter: contrast(.9)
}

.lark:after {
    background: rgba(242, 242, 242, .8);
    mix-blend-mode: darken
}

.lark:before {
    background: #22253f;
    mix-blend-mode: color-dodge
}

.moon {
    filter: grayscale(1) contrast(1.1) brightness(1.1)
}

.moon:before {
    background: #a0a0a0;
    mix-blend-mode: soft-light
}

.moon:after {
    background: #383838;
    mix-blend-mode: lighten
}

.clarendon {
    filter: contrast(1.2) saturate(1.35)
}

.clarendon:before {
    background: rgba(127, 187, 227, .2);
    mix-blend-mode: overlay
}

.willow {
    filter: grayscale(.5) contrast(.95) brightness(.9)
}

.willow:before {
    background-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
    mix-blend-mode: overlay
}

.rise {
    filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9)
}

.rise:after {
    background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
    mix-blend-mode: overlay;
    opacity: .6
}

.rise:before {
    background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
    mix-blend-mode: multiply
}

._1977:after,
._1977:before,
rs-pzimg-wrap.aden:after,
.aden:before,
.brooklyn:after,
.brooklyn:before,
.clarendon:after,
.clarendon:before,
.earlybird:after,
.earlybird:before,
.gingham:after,
.gingham:before,
.hudson:after,
.hudson:before,
.inkwell:after,
.inkwell:before,
.lark:after,
.lark:before,
.lofi:after,
.lofi:before,
.mayfair:after,
.mayfair:before,
.moon:after,
.moon:before,
.nashville:after,
.nashville:before,
.perpetua:after,
.perpetua:before,
.reyes:after,
.reyes:before,
.rise:after,
.rise:before,
.slumber:after,
.slumber:before,
.toaster:after,
.toaster:before,
.walden:after,
.walden:before,
.willow:after,
.willow:before,
.xpro2:after,
.xpro2:before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    pointer-events: none
}

._1977,
.aden,
.brooklyn,
.clarendon,
.earlybird,
.gingham,
.hudson,
.inkwell,
.lark,
.lofi,
.mayfair,
.moon,
.nashville,
.perpetua,
.reyes,
.rise,
.slumber,
.toaster,
.walden,
.willow,
.xpro2 {
    position: absolute
}

._1977:before,
.aden:before,
.brooklyn:before,
.clarendon:before,
.earlybird:before,
.gingham:before,
.hudson:before,
.inkwell:before,
.lark:before,
.lofi:before,
.mayfair:before,
.moon:before,
.nashville:before,
.perpetua:before,
.reyes:before,
.rise:before,
.slumber:before,
.toaster:before,
.walden:before,
.willow:before,
.xpro2:before {
    z-index: 30
}

._1977:after,
.aden:after,
.brooklyn:after,
.clarendon:after,
.earlybird:after,
.gingham:after,
.hudson:after,
.inkwell:after,
.lark:after,
.lofi:after,
.mayfair:after,
.moon:after,
.nashville:after,
.perpetua:after,
.reyes:after,
.rise:after,
.slumber:after,
.toaster:after,
.walden:after,
.willow:after,
.xpro2:after {
    z-index: 40
}

.slumber {
    filter: saturate(.66) brightness(1.05)
}

.slumber:after {
    background: rgba(125, 105, 24, .5);
    mix-blend-mode: soft-light
}

.slumber:before {
    background: rgba(69, 41, 12, .4);
    mix-blend-mode: lighten
}

.willow:after {
    background-color: #d8cdcb;
    mix-blend-mode: color
}

.rs-safari .willow:after {
    background-color: rgba(100, 0, 0, .2)
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .willow {
            filter: grayscale(1) contrast(.95) brightness(.9)
        }

        .willow:after {
            background-color: transparent
        }
    }
}

rs-pzimg-wrap.perpetua:before,
rs-pzimg-wrap.perpetua:after,
rs-pzimg-wrap.nashville:before,
rs-pzimg-wrap.nashville:after,
rs-pzimg-wrap.xpro2:before,
rs-pzimg-wrap.xpro2:after,
rs-pzimg-wrap._1977:after,
rs-pzimg-wrap._1977:before,
rs-pzimg-wrap.aden:after,
rs-pzimg-wrap.aden:before,
rs-pzimg-wrap.brooklyn:after,
rs-pzimg-wrap.brooklyn:before,
rs-pzimg-wrap.clarendon:after,
rs-pzimg-wrap.clarendon:before,
rs-pzimg-wrap.earlybird:after,
rs-pzimg-wrap.earlybird:before,
rs-pzimg-wrap.gingham:after,
rs-pzimg-wrap.gingham:before,
rs-pzimg-wrap.hudson:after,
rs-pzimg-wrap.hudson:before,
rs-pzimg-wrap.inkwell:after,
rs-pzimg-wrap.inkwell:before,
rs-pzimg-wrap.lark:after,
rs-pzimg-wrap.lark:before,
rs-pzimg-wrap.lofi:after,
rs-pzimg-wrap.lofi:before,
rs-pzimg-wrap.mayfair:after,
rs-pzimg-wrap.mayfair:before,
rs-pzimg-wrap.moon:after,
rs-pzimg-wrap.moon:before,
rs-pzimg-wrap.reyes:after,
rs-pzimg-wrap.reyes:before,
rs-pzimg-wrap.rise:after,
rs-pzimg-wrap.rise:before,
rs-pzimg-wrap.slumber:after,
rs-pzimg-wrap.slumber:before,
rs-pzimg-wrap.toaster:after,
rs-pzimg-wrap.toaster:before,
rs-pzimg-wrap.walden:after,
rs-pzimg-wrap.walden:before,
rs-pzimg-wrap.willow:after,
rs-pzimg-wrap.willow:before,
rs-pzimg-wrap:before,
rs-pzimg-wrap:after {
    height: 500%;
    width: 500%
}

rs-loader.spinner6 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner6 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    -webkit-animation: rs-revealer-6 1.4s linear infinite;
    animation: rs-revealer-6 1.4s linear infinite
}

rs-loader.spinner6 .rs-spinner-inner span {
    position: absolute;
    vertical-align: top;
    border-radius: 100%;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 16px;
    transform-origin: center 20px;
    -webkit-transform-origin: center 20px
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
    transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    opacity: .1
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
    transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    opacity: .2
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
    transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    opacity: .3
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
    transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    opacity: .4
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    opacity: .5
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
    transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    opacity: .6
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
    transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    opacity: .7
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
    transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    opacity: .8
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
    transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    opacity: .9
}

@keyframes rs-revealer-6 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-6 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner7 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner7 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    border-radius: 100%;
    border: 2px solid;
    -webkit-animation: rs-revealer-7 .8s linear infinite;
    animation: rs-revealer-7 .8s linear infinite
}

@keyframes rs-revealer-7 {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rs-revealer-7 {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

rs-loader.spinner8 {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner8 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 0;
    text-align: left
}

rs-loader.spinner8 .rs-spinner-inner span {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-animation: rs-revealer-8 1.6s linear infinite;
    animation: rs-revealer-8 1.6s linear infinite
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
    animation-delay: -.8s;
    -webkit-animation-delay: -.8s
}

@keyframes rs-revealer-8 {
    0% {
        transform: scale(0, 0);
        opacity: .5
    }

    100% {
        transform: scale(1, 1);
        opacity: 0
    }
}

@-webkit-keyframes rs-revealer-8 {
    0% {
        -webkit-transform: scale(0, 0);
        opacity: .5
    }

    100% {
        -webkit-transform: scale(1, 1);
        opacity: 0
    }
}

rs-loader.spinner9 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner9 .rs-spinner-inner span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-9 2s infinite ease-in-out;
    animation: rs-revealer-9 2s infinite ease-in-out
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes rs-revealer-9 {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes rs-revealer-9 {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

rs-loader.spinner10 {
    width: 54px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner10 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 10px
}

rs-loader.spinner10 .rs-spinner-inner span {
    display: block;
    height: 100%;
    width: 6px;
    display: inline-block;
    -webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
    animation: rs-revealer-10 1.2s infinite ease-in-out
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1)
    }
}

@keyframes rs-revealer-10 {

    0%,
    100%,
    40% {
        transform: scaleY(.4);
        -webkit-transform: scaleY(.4)
    }

    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1)
    }
}

rs-loader.spinner11 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner11 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner11 .rs-spinner-inner span {
    display: block;
    width: 33%;
    height: 33%;
    background-color: #333;
    float: left;
    -webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
    animation: rs-revealer-11 1.3s infinite ease-in-out
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

@keyframes rs-revealer-11 {

    0%,
    100%,
    70% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1)
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1)
    }
}

rs-loader.spinner12 {
    width: 35px;
    height: 35px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner12 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    -webkit-animation: rs-revealer-12 1s infinite linear;
    animation: rs-revealer-12 1s infinite linear
}

@-webkit-keyframes rs-revealer-12 {
    0% {
        -webkit-transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rs-revealer-12 {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

rs-loader.spinner13 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner13 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner13 .rs-spinner-inner span {
    display: block;
    width: 40%;
    height: 40%;
    position: absolute;
    border-radius: 50%;
    -webkit-animation: rs-revealer-13 2s ease infinite;
    animation: rs-revealer-13 2s ease infinite
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
    animation-delay: -1.5s;
    -webkit-animation-delay: -1.5s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
    animation-delay: -1s;
    -webkit-animation-delay: -1s
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
    animation-delay: -.5s;
    -webkit-animation-delay: -.5s
}

@keyframes rs-revealer-13 {

    0%,
    100% {
        transform: translate(0)
    }

    25% {
        transform: translate(160%)
    }

    50% {
        transform: translate(160%, 160%)
    }

    75% {
        transform: translate(0, 160%)
    }
}

@-webkit-keyframes rs-revealer-13 {

    0%,
    100% {
        -webkit-transform: translate(0)
    }

    25% {
        -webkit-transform: translate(160%)
    }

    50% {
        -webkit-transform: translate(160%, 160%)
    }

    75% {
        -webkit-transform: translate(0, 160%)
    }
}

rs-loader.spinner14 {
    width: 40px;
    height: 40px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner14 .rs-spinner-inner {
    width: 100%;
    height: 100%;
    animation: rs-revealer-14 1s infinite linear
}

rs-loader.spinner14 .rs-spinner-inner span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    margin: -8px
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
    -webkit-animation: rs-revealer-14-1 2s infinite;
    animation: rs-revealer-14-1 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
    -webkit-animation: rs-revealer-14-2 2s infinite;
    animation: rs-revealer-14-2 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
    -webkit-animation: rs-revealer-14-3 2s infinite;
    animation: rs-revealer-14-3 2s infinite
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
    -webkit-animation: rs-revealer-14-4 2s infinite;
    animation: rs-revealer-14-4 2s infinite
}

@-webkit-keyframes rs-revealer-14-1 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-2 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-3 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@-webkit-keyframes rs-revealer-14-4 {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-1 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-2 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-3 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

@keyframes rs-revealer-14-4 {
    0% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0)
    }

    20% {
        transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0)
    }

    80% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0)
    }

    100% {
        transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0)
    }
}

rs-loader.spinner15 {
    width: 40px;
    height: 40px;
    margin-top: -4px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

rs-loader.spinner15 .rs-spinner-inner {
    width: 100%;
    height: 100%
}

rs-loader.spinner15 .rs-spinner-inner span {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
    animation: rs-revealer-15 1.8s infinite ease-in-out
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes rs-revealer-15 {
    25% {
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        -webkit-transform: rotate(-360deg)
    }
}

@keyframes rs-revealer-15 {
    25% {
        transform: translateX(30px) rotate(-90deg) scale(.5);
        -webkit-transform: translateX(30px) rotate(-90deg) scale(.5)
    }

    50% {
        transform: translateX(30px) translateY(30px) rotate(-179deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg)
    }

    50.1% {
        transform: translateX(30px) translateY(30px) rotate(-180deg);
        -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg)
    }

    75% {
        transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
        -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5)
    }

    100% {
        transform: rotate(-360deg);
        -webkit-transform: rotate(-360deg)
    }
}

.bgcanvas {
    display: none;
    position: absolute;
    overflow: hidden
}

.RSscrollbar-measure {
    width: 100px;
    height: 100px;
    overflow: scroll;
    position: absolute;
    top: -9999px
}

.avada-has-rev-slider-styles .rev_slider_wrapper {
    transform: none
}
