/*------------------------------------------------------------------
    LL             OOOOOOOOOO     AAAAAAAAA ZZZZZZZZ  ZZZZZZZZ  NNNN    NN  EEEEEEE
    LL           OO          OO   AA     AA       ZZ        ZZ  NN NN   NN  EE
    LL          []            []  AAAAAAAAA     ZZ       ZZ     NN  NN  NN  EEEEE
    LL           OO          OO   AA     AA   ZZ       ZZ       NN   NN NN  EE
    LLLLLLLLLLL    OOOOOOOOOO     AA     AA  ZZZZZZZZ ZZZZZZZZ  NN    NNNN  EEEEEEE

    Template Name:  Loazzne
    Author: Layerdrops
    Author Email: Layerdrops@gmail.com
    License: GPL V2 or Later
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Version: 1.0
*/

/*========================================================================
    Index
    ------------------------------------------------------------------------
    # - PreLoader
    # - Header
    # - MainMenu
    # - Breadcrumb Section
    # - Home v2 header slider
    # - Feature Service
    # - Service
    # - About
    # - Call To Action
    # - Team
    # - Blog
    # - Contact form
    # - Footer
*/
/*basic content*/
/** {
    margin: 0;
    padding: 0;
}*/
a {
    /*color: #09aeb8;
    text-decoration: none !important;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;*/
}
::-moz-selection {
    background-color: #38adb6;
    color: #ffffff;
}
::selection {
    background-color: #38adb6;
    color: #ffffff;
}
#service select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    -o-text-overflow: '';
       text-overflow: '';
    position: relative;
    cursor: pointer;
}
#service .select_icon {
    width: 100%;
    position: relative;
    display: block;
}
#service .select_icon:before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    z-index: 1;
    right: 20px;
    color: #87868a;
    top: 15px;
    display: inline-block;
}
.mb-30 {
    margin-bottom: 30px;
}
.section_padding {
    /*padding: 70px 0;*/
}
.section_border {
    border-bottom: 2px solid #f1f1f1;
}
/*.hero-section-title {margin-bottom: 60px;}*/
/*.hero-section-title h1 {
    font-size: 54px;
    font-weight: 300;
    color: #38373c;
    line-height: 54px;
}*/
.hero-title-with-shape .heading_with_border {
    position: relative;
    padding-top: 25px;
    margin: 0;
    font-weight: 400;
    font-size: 20px;
}
.hero-title-with-shape .heading_with_border:before {
    content: '';
    background: #38adb6;
    width: 25px;
    height: 3px;
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 0;
}
.heading-title-with-shape h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 40px;
    font-weight: 300;
}
.hero-title-with-shape {
    margin-bottom: 40px;
}
.btn-yellow:hover {
    background-color: #09aeb8;
    color: #ffffff;
}
.btn-yellow {
    background-color: #ffd763;
    color: #38373c;
    padding: 17px 40px;
    display: inline-block;
    font-weight: 700;
    text-decoration: none !important;
    letter-spacing: 1px;
    font-size: 12px;
}

/*------------------------------------
# .0 PreLoader
------------------------------------*/
.preloader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 99999999999;
    overflow: hidden;
}
.preloader .loader {
    position: absolute;
    left: 50%;
    width: 80px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    margin-left: -40px;
    border-radius: 50%;
}
.preloader .loader:before {
    content: '';
    width: 5px;
    height: 5px;
    background: -webkit-linear-gradient(left, #09aeb8, #ffd763);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -2.5px;
    margin-left: -2.5px;
    border-radius: 50%;
}
.preloader .loader span {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 50%;
    margin-top: -40px;
    border-radius: 50%;
    border: 2px solid #09aeb8;
}
.preloader .loader span:before,
.preloader .loader span:after {
    content: '';
    width: 35px;
    height: 3px;
    background: -webkit-linear-gradient(left, #09aeb8, #09aeb8, #ffd763);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1.5px;
    -webkit-transform-origin: left;
        -ms-transform-origin: left;
            transform-origin: left;
    -webkit-animation: rotate 3s linear infinite;
            animation: rotate 3s linear infinite;
}
.preloader .loader span:after {
    width: 25px;
    background: -webkit-linear-gradient(left, #09aeb8, #09aeb8, #ffd763);
    -webkit-animation: rotate_to 1s linear infinite;
            animation: rotate_to 1s linear infinite;
}


/*------------------------------------
# .0 Header
------------------------------------*/
#service .menu_style_2.main_menu_area .container-fluid {
    padding: 0 40px;
}
.logo {
    display: inline-block;
    margin-top: 0px;
    margin-left: 0px;
}
.header_area {
    padding: 15px 0;
}
.header_social .hd_social_icons {
    margin: 0;
    padding: 0;
}
.header_social .hd_social_icons li {
    display: inline-block;
}
.header_social .hd_social_icons li a {
    background-color: #f1f1f1;
    color: #87868a;
    display: block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header_area {
    background-color: #ffffff;
    border-bottom: 2px solid #F1F1F1;
}
.header_contact .hd_contact {
    margin: 0;
    padding: 7px 0;
}
.header_contact .hd_contact li {
    display: inline-block;
    margin-left: 14px;
    color: #38373c;
    font-weight: 600;
}
.header_contact .hd_contact li i {
    font-size: 20px;
    display: inline-block;
    color: #09aeb8;
}
.header_contact .hd_contact li a {
    color: #87868a;
    font-size: 15px;
    font-weight: 400;
}
.header_contact .hd_contact li a:hover {
    color: #09aeb8;
}
#service .main_menu_area .nav.navbar-nav li a {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 10px 5px 10px;
}
#service .main_menu_area .nav.navbar-nav li a:hover {
    background: none;
    color: #09aeb8;
}
#service .navbar-nav {
    float: none;
}
#service .main_menu_area .nav.navbar-nav.col-md-10 {
    padding: 0;
}
#service .main_menu_area .navbar-nav .header_right_btn {
    float: right;
}
#service .main_menu_area .navbar-nav .header_right_btn a.btn-yellow {
    font-size: 12px;
    font-weight: 700;
    color: #38373c;
    padding: 22px 40px;
}
#service .main_menu_area .navbar-nav li.header_right_btn a:hover {
    background: #09aeb8;
    color: #ffffff;
}
#service .main_menu_area .navbar-toggles {
    border-radius: 0;
    display: none;
    width: 50px;
    height: 50px;
    padding: 6px;
    right: 15px;
}
#service .main_menu_area .navbar-toggles span {
display: block;
width: 34px;
margin: 8px 0;
height: 4px;
background: #000000;
left: 0;
z-index: 999999;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;

}





/*.responsive_menu {
    position: relative;
    right: 0;
    width: 8%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    z-index: 9999999999;
    top: 0;
    display: none;
    float: right;
    cursor: pointer;
    font-size: 18px;
}*/


/*------------------------------------
# .0 MainMenu
------------------------------------*/

.menu_style_2 .header_social {
    text-align: right;
    margin-top: 10px;
}
.menu_style_2 .container-fluid {
    padding: 0 25px;
}
#service .main_menu_area {
    background: #ffffff;
    padding: 20px 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    position: fixed;
    z-index: 9999999;
    width: 100%;
}
#service .fixed-scroll-nav .main_menu_area {
    position: fixed;
    width: 100%;
    top: 0;
    background: rgba(255, 255, 255, 1)
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
            box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
#service .menu_style_2.main_menu_area {
    background: #ffffff;
        overflow-y:scroll;
}
#service .main_menu_area .navbar-nav li {
    float: initial;
    display: inline-block;
}
#service .main_menu_area .nav.navbar-nav li ul.dropdown-menu li {
    display: block;

}
#service .main_menu_area .nav.navbar-nav li ul.dropdown-menu {
    padding: 10px 10px;
    background: none;
    border: none;
    border-radius: 0;
    width: 200px;
    display: block;
    top: 100%;
    -webkit-box-shadow: none;
    z-index: 9999999999;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
     opacity: 0;
     visibility: hidden;
    background: #ffffff;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    box-shadow: 0 5px 10px rgba(69, 69, 74, 0.20);
}
#service .main_menu_area .nav.navbar-nav li ul.dropdown-menu li a {
    padding: 10px 10px;
    background: #ffffff;
    color: #38373c;
        border-bottom: 1px solid #f1f1f1;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    font-size: 15px;

}

#service .main_menu_area .nav.navbar-nav li ul.dropdown-menu a:hover {
    padding: 10px 10px;
    color: #ffffff;
    background-color:#4d90fe;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transition: .1s;
    -o-transition: .1s;
    transition: .1s;
    font-size: 15px;

}



#service .main_menu_area .nav.navbar-nav li:hover ul.dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
}
#service .main_menu_area .nav.navbar-nav li:hover ul.dropdown-menu li:nth-child(2) a {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
}
#service .main_menu_area .main_nav_2 {
    width: 100%;
}
#service .main_menu_area .nav.navbar-nav.navbar-right.btn-right {
    text-align: right;
    padding-right: 0;
}
#service .main_menu_area .remove_padding {
    padding-right: 0;
}
#service .main_menu_area .navbar-right.btn-right li a {
    color: #87868a;
    padding: 16px 25px;
    text-align: center;
}
#service .main_menu_area .navbar-right.btn-right li a:hover {
    background-color: #87868a;
    color: #ffffff;
}


/*------------------------------------
# .0 Breadcrumb Section
------------------------------------*/
.breadcrumb_section {
    background: #e4e4e4 url(../images/breadcrumb.jpg) center left no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 130px;
    padding-bottom: 50px;
}
.breadcrumb_section .breadcrumb {
    background: none;
    margin: 0 0 15px 0;
    padding: 0;
}
.breadcrumb > li + li:before {
    content: '-';
    color: #838286;
}
.breadcrumb_section .breadcrumb li a:hover {
    color: #09aeb8;
}
.breadcrumb_section .breadcrumb li a, .breadcrumb_section .breadcrumb li {
    color: #838286;
    font-weight: 400;
    font-size: 20px;
}
.breadcrumb_section h1 {
    font-size: 54px;
    font-weight: 300;
}


/*------------------------------------
# .0 Home v2 header slider
------------------------------------*/


/*.customized1 {
    width: 100%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 2020px;
    -o-background-size: 2020px;
    background-size: 2020px;
    padding: 370px 0 380px 0;
}*/

@media (max-width: 479px){
    /*.customized1 {
        height: 435px;
        -webkit-background-size: 425px;
        -o-background-size: 425px;
        background-size: 425px;
    }*/
}

@media (max-width: 991px){
/*.customized1 {
    height: 450px;
    background-image: url(../images/slider/slider-1-mobile.jpg);
    -webkit-background-size: 430px;
    -o-background-size: 430px;
    background-size: 430px;
    padding: 270px 0 180px 0;
}*/

#service .navbar1 {
display:block;
}

#service .navbar2 {
display:none;
}
}

@media (min-width: 1024px){
.navbar1 {
display:none;
}
}
/*>=1024的裝置*/



.header_slider_area.owl-carousel .owl-stage-outer {
    overflow: inherit;
    /*height: 100% !important;*/
    overflow: hidden;
}
.header_slider_bg {

    background-size: cover;
    height: 100%;
    -webkit-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.slider_bg2 {


}

.slider_bg3 {

}

.header_slider_area .owl-item .header_slider_bg p {
    margin-left: -200px;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    opacity: 0;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    z-index: 1;
    color: #38373c;
}
.header_slider_area .owl-item.active .header_slider_bg p {
    margin-left: 0;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    opacity: 1;
    position: relative;
}
.header_slider_area .header_slider_bg h1 {
    margin: 15px 0 35px 0;
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
}
.home_v2_header_slider .header_slider_bg .col-md-6 {
    padding: 0;
}
.header_slider_area .owl-item .header_slider_bg h1 {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: relative;
    display: inline-block;
    margin-left: -90px;
    opacity: 0;
    visibility: hidden;
    padding-right: 10px;
}
.header_slider_area .owl-item.active .header_slider_bg h1 {
    margin-left: 0;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    opacity: 1;
    visibility: visible;
}
.header_slider_area .header_slider_bg p span {
    display: inline-block;
    position: relative;
    margin-right: 60px;
    z-index: 1;
}
.header_slider_area .owl-item .header_slider_bg .slide_button a {
    display: inline-block;
    margin-top: 100px;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.header_slider_area .header_slider_bg .slide_button {
    position: relative;
    overflow: hidden;
    height: 68px;
}
.header_slider_area .owl-item.active .header_slider_bg .slide_button a{
    margin-top: 0;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
}
.header_slider_area .header_slider_bg p span:before {
    content: '';
    width: 75px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 42%;
    background: #09aeb8;
    margin-top: -1px;
    z-index: -1;
}
.header_slider_area .owl-dots {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 50px;
    z-index: 999999;
    text-align: center;
}
.header_slider_area .owl-dots button {
    width: 10px;
    height: 10px;
    background: #38373c;
    border-radius: 50%;
    margin: 0 3px;
    opacity: .20;
}
.header_slider_area .owl-dots button.active {
    opacity: 1;
}
.header_slider_area.home_v2_header_slider {
    padding-top: 100px;
}
.fixed-scroll-nav .header_slider_area.home_v2_header_slider {
    padding-top: 0;
    margin-top: 101px;
}
.home_v2_header_slider .header_slider_bg {
    background-image: url(../images/slider/slider-5.jpg);
    padding: 258px 0 258px 0;
}
.home_v2_header_slider .slider_bg2 {
    background-image: url(../images/slider/slider-4.jpg);
}
.home_v2_header_slider .slider_bg3 {
    background-image: url(../images/slider/slider-5.jpg);
}
.home_v2_header_slider .owl-item .header_slider_bg h1 {
    color: #ffffff;
    margin-top: 0;
    line-height: 70px;
    margin-bottom: 35px;
}
.home_v2_header_slider .owl-dots button {
    background: #ffffff;
    opacity: .3;
}
.home_v2_header_slider .owl-dots button.active {
    background: #ffffff;
    opacity: 1;
}
.home_v2_header_slider .header_slider_bg:before {
    content: '';
    background: url(../images/shape/service-shape.png) no-repeat;
    background-size: 100%;
    width: 475px;
    height: 475px;
    position: absolute;
    right: 135px;
    bottom: -50px;
    opacity: .30;
}


/*------------------------------------
# .0 Feature Service
------------------------------------*/
.feature_service_area {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-top: 120px;
}
.feature_service_box_width {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 0 20%;
    background-color: #09aeb8;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 60px 40px;
    transform: translateY(0px);
}
.feature_service_box_width + .feature_service_box_width {
    border-left: 2px solid #fff;
}
.feature_service_box_width:hover {
    background-color: #FFD763;
    transform: translateY(-10px);
}
.feature_service_box_width i {
    font-size: 65px;
    margin-bottom: 25px;
    display: block;
    transition: all .4s ease;
}
.feature_service_box_width p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2em;
    transition: all .4s ease;
}
.feature_service_box_width:hover i,
.feature_service_box_width:hover p {
    color: #38373C;
}


/*------------------------------------
# .0 About Style 3
------------------------------------*/
.about_image_box {
    background: #aaaaaa url(../images/about-1.jpg) center center no-repeat;
    background-size: cover;
    position: relative;
    padding: 125px 0 125px 0;
    z-index:1;
    width: 100%;
    height: 365px;
}
.about_image_box2 {
    background-image: url(../images/about-2.jpg);
}
.about_image_box3 {
    background-image: url(../images/about-3.jpg);
}
.about_style_3_details {
    margin-top: 60px;
    position: relative;
}
.about_style_3_details > img.about_us_shape {
    position: absolute;
    z-index: -1;
    width: 352px;
    height: 352px;
    margin-left: 350px;
    top: -50px;
    opacity:0.6;
}
.about_style_3_details p {
    color: #87868a;
    font-weight: 400;
}
.about_style_3_details h1 span {
    font-weight: 300;
    color: #09aeb8;
}
.about_style_3_details h1 {
    font-weight: 600;
    font-size: 40px;
}
.about_style_4_details i {
    font-size: 76px;
    color: #fadb81;
}



/*------------------------------------
# .0 About Style 4
------------------------------------*/
.about_style_4_area {
    background: #38373c url(../images/breather-easy-bg.jpg) center center fixed no-repeat;
    background-size: cover;
    color: #ffffff;
    z-index: 1;
    position: relative;
}
.about_style_4_area:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #38373c;
    z-index: -1;
    opacity: .70;
    position: absolute;
}
.about_style_4_details h1 {
    margin: 60px 0 40px 0;
    font-weight: 600;
    color: #ffffff;
    font-size: 50px;
}
.about_style_4_details p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 55px;
    color: #ffffff;
    font-weight: 300;
}




/*------------------------------------
# .0 About
------------------------------------*/
.about_gray {
    background-color: #f1f1f1;
    padding: 70px 100px;
}
.about_image,
.about_image.about_style_2_img .about_2_img {
    position: relative;
    height: 435px;
    width: 95%;
    background: url(../images/about-2-1.jpg) center center no-repeat;
    background-size: cover;
}
.about_image .about_service_box_1 {
    width: 50%;
    float: left;
    background-color: #09aeb8;
    color: #ffffff;
    margin-top: 5%;
    padding: 38px;
    border: 10px solid #fff;
    border-top: none;
    border-bottom: none;
}
.about_image .about_service_box_1:nth-child(2){
    border-left:none;
}
.about_image .about_service_box_1:last-child {
    border-right: none;
}
.about_image .about_service_box_1 h2 {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    line-height: 34px;
}
.about_image .about_service_box_1.about_service_box_2_bg h2 {
    color: #38373c;
}
.about_image .about_service_box_2_bg {
    background-color: #ffd763;
    color: #38373c;
    margin-right: 0;
}
.about_image.about_style_2_img .about_2_img {
    height: 348px;
    width: 100%;
}
.about_image.about_style_2_img {
    height: 100%;
    width: 100%;
    background-image: none;
}
.about_image.about_style_2_img .about_service_box_1 i {
    font-size: 65px;
    display: block;
    text-align: left;
    margin-left: -15px;
    margin-bottom: 20px;
}
.hero-title-with-shape h1 {
    margin-top: 25px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
}
.about_details {
    padding-left: 20px;
}
.about_details p {
    margin: 45px 0 45px 0;
    font-size: 18px;
    line-height: 34px;
    padding-right: 45px;
    font-weight: 400;
}
.about_details.about_gray.responsive_no_pading {
    padding: 100px 100px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.about_details.about_gray.responsive_no_pading img.about_gray_shape {
    position: absolute;
    right: -100px;
    bottom: -142px;
    width: 382px;
    height: 382px;
    z-index: -1;
    opacity: .5;
}
.about_details.about_gray.responsive_no_pading p {
    padding-right: 0;
}
.about_details.about_gray.responsive_no_pading .hero-title-with-shape h1 {
    font-weight: 300;
}
.about_details .btn-yellow {
    padding: 17px 40px;
}
.about_area {
    overflow: hidden;
}
section.about_area img.about_shape {
    position: absolute;
    left: 50%;
    margin-left: -180px;
    margin-top: 25px;
    width: 382px;
    height: 382px;
}

.about-image__updated {
    position: relative;
}
.about-image__updated:before,
.about-image__updated:after {
    content: '';
    position: absolute;
    width: 47px;
    height: 47px;
    z-index: -1;
}
.about-image__updated:before {
    top: -10px;
    left: -10px;
    background-color: #FFD763;
}
.about-image__updated:after {
    bottom: -10px;
    right: -10px;
    background-color: #09AEB8;
}

/*------------------------------------
# .0 Service Area
------------------------------------*/
.service_area {
    background-color: #f1f1f1;
}
.service_box {
    background-color: #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 10px solid #fff;
    text-align: center;
}
.service_box .service_img img {
    width: 100%;
}
.service_box .service_img {
    position: relative;
}
.service_box .service_img .icon-box {
    text-align: center;
    width: 77px;
    height: 75px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}
.service_box .service_img .icon-box i {
    line-height: 75px;
    font-size: 38px;
    color: #38373C;
}
.service_box .service_img:before {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service_box:hover > .service_img:before {
    opacity: .7;
    visibility: visible;
}
.service_box:hover {
    background-color: #38373c;
    color: #ffffff;
}
.service_box:hover h2 {
    color: #f5d974;
}
.service_box .btn-yellow {
    width: 100%;
    display: block;
    background-color: #F1F1F1;
}
.service_box .btn-yellow:hover {
    color: #38373c;
}
.service_box:hover .btn-yellow {
    background-color: #FFD763;
}
.service_box:hover p {
    color: #ffffff;
}
.service_box .service_details {
    padding: 40px 0 0px;
}
.service_details h2 a {
    display: block;
}
.service_details h2 {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: 600;
}
.service_details p {
    color: #87868a;
    font-size: 15px;
    margin-bottom: 40px;
    font-weight: 400;
    width: 83%;
    margin-left: auto;
    margin-right: auto;
}

.service_center_left i {
    font-size: 50px;
}



/*------------------------------------
# .0 Service Style 2
------------------------------------*/
.service_img_info_box {
    position: relative;
    margin-bottom: 130px;
    width: 100%;
    height: 400px;
    background: url(../images/services/service-info-bg.jpg) center center no-repeat;
    background-size: cover;
}
.service_style_2_area p {
    font-size: 24px;
    color: #87868a;
    line-height: 40px;
    padding: 0 50px;
    font-weight: 400;
}
.service_img_info_box .service_info_color_shape {
    width: 152px;
    height: 152px;
    position: absolute;
    bottom: -76px;
    left: 50%;
    margin-left: -76px;
}



/*------------------------------------
# .0 Service Benefits
------------------------------------*/
.service_benefits_box {
    border: 1px solid #f1f1f1;
    padding: 50px 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service_benefits_box:hover {
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
}
.service_benefits_box h3 {
    margin: 28px 0 40px 0;
    font-size: 20px;
    padding-left: 25px;
    padding-right: 25px;
    line-height: 28px;
    font-weight: 600;
}
.service_benefits_box p {
    color: #87868a;
}
.service_benefits_box > i {
    font-size: 65px;
    color: #09aeb8;
}


/*------------------------------------
# .0 Service Details
------------------------------------*/
.service_details_area.section_padding {
    padding: 120px 0 110px 0;
}
.service_details_left h1 {
    font-size: 34px;
    font-weight: 600;
    margin: 40px 0 10px 0;
}
.service_details_left p {
    line-height: 30px;
    margin: 30px 0 40px 0;
    font-weight: 400;
    color: #87868a;
}
.service_details_left p.extra_mr {
    margin-top: 40px;
    margin-bottom: 36px;
}
.service_details_left p.info_mr {
    margin-top: 38px;
    position: relative;
    width: 100%;
    float: left;
    margin-bottom: 0;
}
.service_details_left h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 20px 0 40px 0;
    float: left;
    width: 100%;
    display: block;
}
.service_details_left p a:hover {
    color: #ffd763;
}
.service_details_left ul {
    display: inline-block;
    width: 100%;
}
.service_details_left ul li {
    line-height: 40px;
    color: #87868a;
    font-weight: 400;
}
.service_details_left ul li > i {
    margin-right: 10px;
    color: #09aeb8;
}
.service_details_left ul.service_details_ac {
    float: left;
    width: 100%;
    position: relative;
}
.service_details_left ul.service_details_ac li {
    margin-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 30px;
}
.service_details_left ul.service_details_ac li:last-child {
    margin-bottom: 0;
}
.service_details_left ul.service_details_ac li i {
    margin-top: 5px;
}
.service_details_left img {
    width: 100%;
}
.service_details_contact h2 {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
}
.service_details_contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #09aeb8;
    padding: 50px 40px;
    color: #ffffff;
}
.service_details_contact span.fa {
    display: inline-block;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.service_details_contact h2 span {
    font-size: 18px;
    display: block;
    font-weight: 400;
}
.service_details_sv_cnt .service_center_left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    background-color: #f1f1f1;
    padding: 40px 50px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service_details_sv_cnt .service_center_left:first-child {
    border-left: none;
}
.service_details_sv_cnt .service_center_left:last-child {
    border-right: none;
}
.service_details_sv_cnt .service_center_left i.fa ,
.service_details_sv_cnt .service_center_left span{
    display: block;
}
.service_details_sv_cnt .service_center_left span {
    color: #38373c;
    font-weight: 600;
    line-height: 20px;
    margin-top: 15px;
}
.service_details_sv_cnt .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    border: none;
}
.service_details_sv_cnt .nav > * {
    flex: 1;
}
.service_details_sv_cnt .nav a > .service_center_left {
    color: #38373c;
}
.service_details_sv_cnt .nav .active > .service_center_left {
    color: #38373c;
}
.service_details_sv_cnt .nav.nav-tabs li a {
    padding: 0;
    border: none;
}
.service_details_sv_cnt .nav.nav-tabs li:last-child a {
    margin-right: 0;
}
.service_category {
    padding: 38px 50px;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}
.service_category ul li {
    display: block;
    line-height: 45px;
}
.service_category ul li a {
    color: #87868a;
    font-weight: 600;
    display: block;
}
.service_category ul li a > i {
    float: right;
    line-height: 38px;
}
.service_category ul li a:hover {
    color: #09aeb8;
}
.service_details_right h1 {
    font-size: 20px;
    font-weight: 600;
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
    padding: 30px 0;
    border-top: 1px solid #f1f1f1;
}
.service_cool_head {
    margin-bottom: 0;
}
.service_center_left:hover,
.service_details_sv_cnt .nav.nav-tabs li.active > a > .service_center_left {
    background-color: #ffd763;
}
.service_details_contact > span {
    font-size: 65px;
    margin-right: 5px;
}
.service_style_2_area img {
    width: 100%;
}




/*------------------------------------
# .0 Call to action style 1
------------------------------------*/
.call_to_action {
    background-color: #f5d974;
    padding: 85px 0;
}
.call_to_action h1 {
    font-size: 40px;
    padding-top: 12px;
}
.btn-gray {
    background-color: #38373c;
    color: #ffffff;
    padding: 17px 47px;
    display: inline-block;
    font-weight: 700;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-size: 12px;
    letter-spacing: 1px;
}
.btn-gray:hover {
    background: #38adb6;
    color: #ffffff;
}

/*------------------------------------
# .0 Call to action style 3
------------------------------------*/
.cta_style_3_area {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 115px 0;
    overflow: hidden;
}
.cta_style_3_area:after,
.cta_style_3_area:before {
    content: '';
    background: #fbdc89;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
.cta_style_3_area:after {
    left: auto;
    right: 0;
    background: #09aeb8;
}
.cta_style_3_width span {
    color: #3b3a3d;
    font-weight: 700;
    font-size: 54px;
    display: block;
    margin-top: 70px;
}
.cta_style_3_width {
    padding-right: 105px;
}
.cta_style_3_right {
    padding-right: 0;
    padding-left: 105px;
}
.cta_style_3_width h2 {
    font-weight: 300;
    font-size: 40px;
}
.cta_style_3_right h2 {
    color: #ffffff;
}
.cta_style_3_right span {
    color: #ffffff;
}
.cta_style_3_area > i {
    position: absolute;
    left: 0;
    font-size: 255px;
    opacity: .2;
    bottom: -40px;
    color: #ffffff;
}
.cta_style_3_area > i.icon_right {
    left: auto;
    right: 0;
}


/*------------------------------------
# .0 Team Member
------------------------------------*/
.team_member {
    border: 1px solid #f1f1f1;
    padding: 10px;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    overflow: hidden;
    height: 360px;
}
.team_member:hover {
    -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
}
.team_member img {
    width: 100%;
}
.team_details h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.team_details h3 span {
    color: #87868a;
    font-weight: 600;
    font-size: 15px;
}
.team_details .team_socials li {
    display: inline-block;
}
.team_details .team_socials li a {
    color: #87868a;
    display: inline-block;
    margin: 0 5px;
}
.team_details {
    padding: 30px 0 20px 0;
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.team_member .team_socials {
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.team_details .team_socials li a:hover {
    color: #09aeb8;
}
.team_member:hover .team_socials {
    opacity: 1;
    /*height: 100%;*/
    /*visibility: visible;*/
}
.team_member:hover .team_details {
    bottom: 34px;
}




/*------------------------------------
# .0 CounterUp
------------------------------------*/
.counter_box .counter {
    display: inline-block;
    color: #09aeb8;
    font-size: 100px;
    position: relative;
    font-weight: 300;
}
.counterup_area .counter_box {
    border-right: 1px solid #f1f1f1;
    padding: 86px 70px 40px 70px;
    position: relative;
}
.counterup_area .col-md-4:last-child .counter_box{
    border-right: none;
}
.counter_box img.number_img_shape {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -70px;
    width: 152px;
    height: 152px;
}
.counterup_area .counter_box p {
    color: #87868a;
    margin-top: 45px;
    font-size: 18px;
    font-weight: 400;
}

/*------------------------------------
# .0 Gallery
------------------------------------*/
.gallery_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.gallery_area > * {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,0.1);
            box-shadow: 0 0 25px rgba(0,0,0,0.1);
}
.gallery_area .gallery_width:first-child .gallery_fixed_height img {
    width: 100%;
}
.gallery_width img {
    position: relative;
}
.gallery_fixed_height {
    position: relative;
}
.gallery_overlay {
    position: absolute;
    left: 0;
    z-index: 999;
    top: 0;
    width: 100%;
    height: 100%;
    background: #09aeb8;
    padding: 40px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(.4);
    -ms-transform: scale(.4);
    transform: scale(.4);
    opacity: 0;
    visibility: hidden;
}
.gallery_width:hover .gallery_overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: .9;
    visibility: visible;
}
.gallery_overlay h3 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-right: 40px;
}
.gallery_overlay a {
    background-color: #f5d974;
    color: #38373c;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 45px;
}


/*------------------------------------
# .0 Testimonial
------------------------------------*/
.testimonial_details {
    position: relative;
    z-index: 8999999999999;
}
.testimonial_area {
    position: relative;
    background-color: #f1f1f1;
    width: 100%;
    overflow: hidden;
    padding: 120px 0 110px 0;
}
.testimonial_area .testimonial_heading_shape {
    font-size: 190px;
    position: absolute;
    text-align: center;
    width: 100%;
    font-weight: 100;
    color: #ffffff;
    bottom: -14%;
}
.testimonial_slider .owl-nav {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    z-index: -1;
}
.testimonial_slider .owl-nav .owl-prev,
.testimonial_slider .owl-nav .owl-next {
    float: left;
    display: inline-block;
    top: 50%;
    background-color: #ffffff !important;
    border-radius: 50%;
    font-size: 25px !important;
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 70px !important;
    margin-top: -25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-left: -36%;
}
.testimonial_slider {
    padding-top: 95px;
}
.testimonial_slider .owl-nav .owl-next {
    float: right;
    margin-right: -36%;
}
.testimonial_slider .owl-dots button.active:before {
    content: '"';
    position: absolute;
    left: -10px;
    background-color: #f8db73;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    bottom: 0;
    text-align: center;
    padding: 4px 1px;
    font-weight: 600;
    font-style: italic;
}
.testimonial_slider .owl-nav .owl-prev:hover,
.testimonial_slider .owl-nav .owl-next:hover {
    background-color: #09aeb8 !important;
    color: #ffffff;
}
.testimonial_slider .owl-nav .owl-next span {
    left: auto;
    right: -50px;
}
.testimonial_slider .owl-dots button {
    float: left;
    background: #ffffff url(../images/testimonial/testimonial-1.jpg) center center no-repeat;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 15px;
    background-size: cover;
}
.testimonial_slider .owl-dots button:nth-child(2){
    background-image: url(../images/testimonial/testimonial-2.jpg);
}
.testimonial_slider .owl-dots button:nth-child(3){
    background-image: url(../images/testimonial/testimonial-3.jpg);
}
.testimonial_slider .owl-dots {
    position: absolute;
    top: 15px;
    left: 48%;
    margin-left: -105px;
}
.testimonial_slider .owl-dots button.active {
    -webkit-transform: scale(1.7);
        -ms-transform: scale(1.7);
            transform: scale(1.7);
}
.testimonial_slider .owl-dots button:first-child {
    margin-left: 0;
}
.testimonial_slider .owl-dots button:last-child {
    margin-right: 0;
}
.testimonial_details p {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 60px;
    margin-top: 30px;
    z-index: 99999999;
    color: #38373c;
}
.testimonial_details h4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 15px;
    color: #09aeb8;
}
.testimonial_details span {
    color: #87868a;
    display: block;
    font-size: 15px;
    font-weight: 600;
}



/*------------------------------------
# .0 Client Logos
------------------------------------*/
.clients_logo_area {
    position: relative;
    width: 100%;
    display: inline-block;
}
.clients_logo img {
    width: 123px !important;
    text-align: center;
    margin: auto;
    height: auto;
    opacity: .3;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.clients_logo img:hover {
    opacity: 1;
}



/*------------------------------------
# .0 About Service Section
------------------------------------*/
.about_service_area {
    position: relative;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}
.about_service_left {
    position: relative;
    width: 95%;
    background: url(../images/why_choose_us.jpg) center no-repeat;
    background-size: cover;
    height: 675px;
}
.about_service_left img {
    width: 105%;
    position: relative;
}
.about_service_right {
    padding-left: 50px;
}
.about_service_right h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: 300;
}
.about_service_right ul li {
    display: block;
    line-height: 44px;
    color: #87868a;
    font-size: 18px;
    font-weight: 400;
}
.about_service_right ul li > i {
    margin-right: 10px;
    color: #09aeb8;
}
.about_service_left .about_service_year {
    background-color: #f5d974;
    color: #38373c;
    position: absolute;
    right: -50px;
    bottom: 0;
    margin: 0;
    font-size: 54px;
    padding: 50px 25px 40px 25px;
    width: 190px;
    height: 177px;
    font-weight: 300;
}
.about_service_left .about_service_year span {
    font-size: 24px;
    display: inline-block;
    line-height: 26px;
    margin-top: 10px;
    color: #38373c;
    font-weight: 300;
}
.about_service_right .about_service_discount p {
    font-size: 24px;
    color: #38373c;
    margin: 0;
    font-weight: 300;
}
.about_service_right .about_service_discount {
    padding: 50px 35px;
    border: 1px solid #f1f1f1;
    margin-top: 45px;
}
.about_service_right .about_service_discount h1 {
    margin: 0;
    color: #09aeb8;
    font-size: 54px;
    font-weight: 300;
    line-height: initial;
}



/*------------------------------------
# .0 Video Promotion
------------------------------------*/
.video_promotion_area {
    background: #aaaaaa url(../images/video-promotion.jpg) center center fixed no-repeat;
    background-size: cover;
    position: relative;
    padding: 180px 0;
    z-index:1;
}
.video_promotion_area:before {
    content: '';
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: .60;
}
#videostore iframe {
    margin: auto;
    width: 100%;
    height: 500px;
}
.overlay .video-img {
    width: 127px;
    height: 127px;
    background: #f5d974;
    display: inline-block;
    line-height: 135px;
    border-radius: 50%;
    color: #38373c;
    font-size: 30px;
    margin-bottom: 10px;
    position: relative;
}
.video_promotion_area .overlay > a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #f5d974;
    left: 0;
    top: 0;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
            transform: scale(1.5);
    -webkit-animation: scale 1s infinite linear;
            animation: scale 1s infinite linear;
}
.overlay h1 {
    color: #fff;
    font-size: 54px;
    margin: 25px 0 0 0;
    font-weight: 300;
}
.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-size: 50px;
    top: 5%;
    right: 2%;
}
iframe {

    margin: auto;
    border: none !important;
}


/*------------------------------------
# .0 Call to action style 2
------------------------------------*/
.cta_style_2_area {
    z-index: 1;
    padding: 237px 0;
    overflow-x: hidden;
    position: relative;
    background: #38373c url(../images/ac-skew-1.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100px;
}
.cta_style_2_area:before {
    content: '';
    background-color: #000000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
}
.cta_style_2_area:after {
    content: '';
    background-image: url(../images/shape/service-shape.png);
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    width: 474px;
    height: 474px;
    background-size: cover;
    border-radius: 50%;
    margin-left: -236px;
}
.cta_style_2_area .cta_style_2_left {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 999;
    margin-top: -60px;
    background-color: #f5d974;
    text-align: right;
    padding: 40px 60px 22px 0;
    width: 337px;
    min-height: 147px;
    vertical-align: middle;
}
.cta_style_2_area .cta_style_2_right {
    left: auto;
    text-align: left;
    right: 0;
    padding: 40px 0 22px 60px;
}
.cta_style_2_img_left {
    position: absolute;
    left: 0;
    width: 70%;
    background-color: #999;
    background-size: cover;
    height: 100%;
    top: 0;
    z-index: -1;
    -webkit-transform: skew(45deg);
    -ms-transform: skew(45deg);
    transform: skew(45deg);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    overflow: hidden;
}
.cta_style_2_img_right {
    left: auto;
    right: 0;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}
.cta_style_2_img_left:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    width: 170%;
    height: 100%;
    -webkit-transform: skew(-45deg);
    -ms-transform: skew(-45deg);
    transform: skew(-45deg);
}
.cta_style_2_img_right:before {
    left: auto;
    right: 0;
    background-image: url(../images/ac-skew-2.jpg);
}
.cta_style_2_left p {
    font-weight: 600;
    font-size: 15px;
    line-height: initial;
    color: #38373c;
}
.cta_style_2_left h1 {
    font-size: 40px;
    font-weight: 600;
    margin-top: 10px;
}

/*------------------------------------
# .0 Latest Blog
------------------------------------*/
.blog_share_box{
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #f1f1f1;
    padding: 10px;
}
.blog_share_box:hover {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.19);
}
.blog_share_box .bl_share_img {
    position: relative;
    width: 100%;
}
.blog_share_box .bl_share_img img {
    width: 100%;
}
.bl_share_img .blog_date {
    width: 57px;
    height: 55px;
    display: inline-block;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 15px;
    padding: 14px 10px 10px 10px;
    line-height: 15px;
    font-weight: 600;
}
.blog_share_details {
    padding: 0px 0px 0px 0px;
}
.blog_share_details .comment_author a {
    text-decoration: none;
}
.blog_share_details .comment_author a:hover {
    color: #38373c;
}
.blog_share_details .comment_author {
    display: block;
    color: #38adb6;
    font-weight: 600;
    margin-bottom: 15px;
}
.blog_share_details h1 a {
    text-align: center;
    color: #38373c;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    display: block;
}
.blog_share_details h1 a:hover {
    color: #09aeb8;
}
.blog_share_details h1 {
    font-size: 34px;
    margin-bottom: 35px;
    font-weight: 500;
    line-height: 34px;
}
.blog_share_details p {
    font-size: 15px;
    color: #87868a;
    font-weight: 400;
}



/*------------------------------------
# .0 Blog Details
------------------------------------*/
.widget_search input {
    background-color: #09aeb8;
    color: #ffffff;
    font-weight: 600;
    padding: 25px 35px;
}
.widget_search input::-webkit-input-placeholder {
    color: #ffffff;
}
.widget_search input:-ms-input-placeholder {
    color: #ffffff;
}
.widget_search input::-ms-input-placeholder {
    color: #ffffff;
}
.widget_search input::placeholder {
    color: #ffffff;
}
.latest_post, .widget_categories, .tagcloud {
    padding: 40px;
    border: 1px solid #f1f1f1;
}
.blog_right_box h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}
.latest_post ul li {
    display: inline-block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}
.latest_post ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}
.latest_post ul li a {
    color: #38373c;
    font-weight: 600;
    display: block;
    font-size: 15px;
    padding-right: 30px;
    line-height: 26px;
}
.latest_post ul li a:hover {
    color: #87868a;
}
.latest_post ul li a img {
    margin-right: 20px;
    float: left;
    width: 60px;
    height: 60px;
}
.widget_categories ul li {
    display: block;
    line-height: 40px;
}
.widget_categories ul li a {
    display: block;
    color: #87868a;
    font-weight: 600;
}
.widget_categories ul li a > i {
    float: right;
    line-height: 38px;
}
.widget_categories ul li a:hover {
    color: #09aeb8;
}
.tagcloud ul li {
    display: inline-block;
}
.tagcloud ul li a {
    display: block;
    color: #87868a;
    font-weight: 400;
    position: relative;
    margin-bottom: 5px;
    margin-right: 5px;
}
.tagcloud ul li a:hover {
    color: #09aeb8;
}
.tagcloud ul li:last-child a {
    margin-right: 0;
    margin-bottom: 0;
}
.tagcloud ul li a::before {
    content: ',';
    position: absolute;
    right: -4px;
}
.blog_left_box .bl_share_img {
    position: relative;
}
.blog_details_left .blog_share_details {
    padding-left: 0;
    padding-right: 0;
}
.blog_left_box .bl_share_img {
    background: url(../images/blog/blog-details.jpg) center center no-repeat;
    position: relative;
    width: 100%;
    height: 428px;
    background-size: cover;
}
.blog_left_box .blog_share_details p {
    margin-bottom: 30px;
}
.blog_social_share_box .share_box_left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.blog_social_share_box {
    border-top: 1px solid #f1f1f1;
    padding: 40px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog_social_share_box .share_box_left ul li a {
    display: block;
    margin-left: 30px;
    color: #87868a;
}
.blog_social_share_box .share_box_left ul li a:hover {
    color: #09aeb8;
}
.blog_social_share_box .share_box_left ul li {
    display: inline-block;
}
.blog_social_share_box .share_box_left p a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}
.blog_social_share_box .share_box_left p a:hover {
    color: #38373c;
}
.blog_social_share_box .share_box_left p {
    font-weight: 600;
    color: #38373c;
    font-size: 20px;
}
.blog_author_box {
    padding: 60px;
    border: 1px solid #f1f1f1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.blog_author_box .author_img img {
    margin-right: 40px;
}
.blog_author_box .author_bio h2 {
    font-size: 22px;
    font-weight: 400;
    margin-top: 0;
}
.blog_author_box .author_bio p {
    padding: 30px 0 30px 0;
    line-height: 30px;
    font-weight: 400;
}
.blog_author_box .author_bio .author_profile {
    font-weight: 600;
}
.blog_author_box .author_bio .author_profile:hover {
    color: #38373c;
}
.blog_comment_box .title-box {
    padding: 60px 0;
}
.blog_comment_box .title-box h3 {
    font-size: 30px;
    font-weight: 400;
}
.blog_comment_box .text-box h3 {
    font-size: 18px;
    font-weight: 600;
}
.blog_comment_box .comment-respond .title-box {
    padding: 60px 0 55px 0;
}
.blog_comment_box .comment-list .depth-2 {
    padding-left: 50px;
}
.blog_comment_box .comment-list li {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 55px;
    margin-bottom: 55px;
    position: relative;
}
.blog_comment_box .comment-list li:last-child{
    margin-bottom: 0;
}
.blog_comment_box .text-box .comment_date_time {
    display: block;
    color: #09aeb8;
    font-weight: 400;
    margin-top: 3px;
}
.blog_comment_box .text-box .comment-title p {
    padding-top: 26px;
    font-weight: 400;
    padding-right: 85px;
}
.blog_comment_box .reply.comment-title .btn-gray {
    padding: 10px 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.blog_comment_box .reply.comment-title .btn-gray:hover {
    color: #38373c;
    background-color: #ffd763;
}
.blog_comment_box form input,
.blog_comment_box form textarea {
    background-color: #f1f1f1;
    padding: 15px 20px;
    border: none;
    margin-bottom: 20px;
    font-weight: 400;
}
.blog_comment_box form textarea {
    width: 100%;
    height: 230px;
    resize: none;
}
.blog_comment_box form textarea {
    margin-bottom: 10px;
}
.blog_comment_box form input.input_m_right {
    margin-right: 3%;
}
.blog_comment_box form input::-webkit-input-placeholder,
.blog_comment_box form textarea::-webkit-input-placeholder {
    color: #87868a;
}
.blog_comment_box form input:-ms-input-placeholder,
.blog_comment_box form textarea:-ms-input-placeholder {
    color: #87868a;
}
.blog_comment_box form input::-ms-input-placeholder,
.blog_comment_box form textarea::-ms-input-placeholder {
    color: #87868a;
}
.blog_comment_box form input::placeholder,
.blog_comment_box form textarea::placeholder {
    color: #87868a;
}
.blog_comment_box form input.half_width {
    width: 48.5%;
}
.single-comment-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.comment_image img {
    width: 110px;
    margin-right: 30px;
}



/*------------------------------------
# .0 Contact form
------------------------------------*/
.contact_form_area{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact_form_area .contact_form_width {
    -ms-flex: 169px;
    -webkit-flex: 169px;
            flex: 169px;
}
.contact_form_area .contact_form_width:nth-child(1) {
    -webkit-box-flex: 1.3;
    -ms-flex: 1.3;
    flex: 1.3;
}
.contact_map_title {
    background-color: #09aeb8;
    color: #ffffff;
    padding: 30px 155px;
    font-size: 30px;
    line-height: 34px;
    font-weight: 400;
}
input.half_width {
    width: 48%;
    float: left;
}
.contact_form_width.contact-right {
    padding: 120px 380px 120px 117px;
}
.contact-right-style-2 input.input_m_right,
.contact_form_width input.input_m_right {
    margin-right: 4%;
}
.contact-right-style-2.extra_mr_30 input.half_width {
    width: 47.5%;
}
.contact-right-style-2.extra_mr_30 select,
.contact-right-style-2.extra_mr_30 input {
    margin-bottom: 30px;
}
.contact-right-style-2.extra_mr_30 input.input_m_right {
    margin-right: 5%;
}
.contact_form_width .hero-title-with-shape h1 {
    margin-top: 25px;
    font-size: 30px;
    line-height: 36px;
    padding-right: 0;
    font-weight: 300;
}
#map {
    width: 100%;
    height: 612px;
}
#map .gmnoprint,
#map button.gm-control-active.gm-fullscreen-control {
    display: none;
}
.contact-right #select {
    color: #87868a;
    padding: 17px 15px !important;
    height: 64px;
    border-radius: 0 !important;
}
.contact-right {
    background-color: #f1f1f1;
}
.contact-right h4 {
    margin-bottom: 20px;
}
.ctf_gray {
    background-color: #f1f1f1;
}
.contact-right input::-webkit-input-placeholder {
    color: #87868a;
}
.contact-right input:-ms-input-placeholder {
    color: #87868a;
}
.contact-right input::-ms-input-placeholder {
    color: #87868a;
}
.contact-right input::placeholder {
    color: #87868a;
}
.contact-right input,
.contact-right select,
.newslatter input {
    padding: 17px 20px;
    margin-bottom: 20px;
    font-weight: 400;
    color: #87868a;
}
.contact_details {
    padding-right: 50px;
}
.contact-right p,
.contact_details p {
    font-size: 17px;
    line-height: 30px;
    color: #666;
}
.ctf_gray .contact-right p {
    font-size: 18px;
    line-height: 34px;
    color: #87868a;
    font-weight: 400;
}
.contact-right.contact_details .hero-title-with-shape h1 {
    font-weight: 300;
}
.ctf_gray .contact-right.contact_details .hero-title-with-shape h1 {
    font-size: 27px;
}


.map_section #map {
    height: 540px;
}
.contact_form_area .contact_with_us,
.contact_form_area .contact_details {
    background: none;
}
.contact_form_area .contact_with_us input,
.contact_form_area .contact_with_us select,
.contact_form_area .contact_with_us textarea {
    background-color: #f1f1f1;
}
.contact_form_area .contact_with_us textarea {
    width: 100%;
    resize: none;
    border: none;
    padding: 20px 20px;
    font-weight: 600;
    height: 120px;
    margin-bottom: 15px;
}
.contact_us > p {
    margin-bottom: 40px;
}
.contact_location_box .contact_location_map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 40px 40px;
    border: 1px solid #F1F1F1;
    margin-right: 20px;
}
.contact_location_map > span {
    font-size: 45px;
    display: block;
    margin-bottom: 20px;
    color: #09aeb8;
}
.contact_location_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.contact_location_box .contact_location_map p {
    margin-bottom: 0!important;
    color: #87868a;
    font-size: 20px;
}
.contact_location_box .contact_location_map:last-child {
    margin-right: 0;
}
.contact_us .contact-right {
    background: none;
}
.contact_us .contact-right input,
.contact_us .contact-right textarea {
    background: #F1F1F1;
    color: #87868a;
    font-weight: 400;
}
.contact_us .contact-right textarea {
    width: 100%;
    border: none;
    padding: 17px 20px;
    resize: none;
    margin-bottom: 10px;
}
.contact_us .contact-right .hero-title-with-shape .heading_with_border {
    font-weight: 400;
}
.contact_us .contact-right p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 55px;
    color: #87868a;
}



/*------------------------------------
# .0 Footer
------------------------------------*/
.footer_content.section_padding {
    padding-bottom: 0;
    padding: 10px;
}
.footer_area {
    background: url(../images/bg1.png) repeat;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.footer_content {
    position: relative;
    width: 100%;
    display: inline-block;
}
.footer_content h2 {
    font-size: 20px;
    /*margin-bottom: 35px;*/
    font-weight: 700;
}
.footer_textwidget p {
    color: #ffffff;
    padding-right: 60px;
    margin-bottom: 37px;
    font-weight: 400;
}
.footer_textwidget h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
}
.footer_link li a {
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    display: block;
    font-weight: 600;
}
.footer_link li a:hover {
    color: #ffd763;
}
.footer_link.extra_mt {
    margin-top: 57px;
}
.footer_contact {
    position:relative;
    width: 100%;
}
.footer_contact .col-md-4:last-child .footer_contact_width {
    border: none;
}
.footer_contact .col-md-4 {
    padding: 0;
}
.footer_contact .footer_contact_width p > i {
    display: inline-block;
    color: #fadb81;
    font-size: 20px;
}
.footer_contact_width p span,
.footer_contact_width p span a {
    color: #ffffff;
    font-weight: 400;
}
.footer_contact_width p span a:hover {
    color: #09aeb8;
}
.footer_area h2 {
    color: #ffffff;
    border-bottom: solid 1px #6ccde9;
}
.footer_area img.footer_shape {
    opacity: .2;
    position: absolute;
    bottom: -100px;
    text-align: center;
    width: 440px;
    margin: auto auto auto -220px;
    height: 440px;
    z-index: -1;
    left: 50%;
}


/* copyright */
.copyright_social ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.copyright_social ul li {
    display: inline-block;
}
.copyright_social ul li a i,
.header_social .hd_social_icons li a i {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    border-radius: 50%;
    line-height: 45px;
    color:#000000;
}
.copyright_social ul li a,
.header_social .hd_social_icons li a {
    color: #38373c;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
}
.copyright_social ul li a {
    background-color: #ffffff;
    margin: 0 1px;
}
.header_social .hd_social_icons li a:before,
.copyright_social ul li a:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffd763;
    position: absolute;
    border-radius: 50%;
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.copyright_social ul li a:hover:before,
.header_social .hd_social_icons li a:hover:before {

    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.newslatter input {
    margin-bottom: 10px;
}
.newslatter input::-webkit-input-placeholder {
    color: #87868a;
}
.newslatter input:-ms-input-placeholder {
    color: #87868a;
}
.newslatter input::-ms-input-placeholder {
    color: #87868a;
}
.newslatter input::placeholder {
    color: #87868a;
}
.copyright_area {
    border-top: 1px solid #ffffff;
    margin-top: 85px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.copyright_text p {
    color: #ffffff;
    margin-top: 10px;
    font-weight: 400;
}



@-webkit-keyframes rotate {
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}



@keyframes rotate {
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate_to {
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@keyframes rotate_to {
    0%{
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}
@-webkit-keyframes scale {
    0%{
        -webkit-transform: scale(1);
                transform: scale(1);
                opacity: .7;
    }
    100%{
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
                opacity: 0;
    }
}
@keyframes scale {
    0%{
        -webkit-transform: scale(1);
                transform: scale(1);
                opacity: .7;
    }
    100%{
        -webkit-transform: scale(1.5);
                transform: scale(1.5);
                opacity: 0;
    }
}


.home-intro-content {
    padding: 1em 0;
    text-align: left;
    width: 560px;
    margin: 0 auto;
}

.home-intro-content .middle {
    background: url(../images/line.png) no-repeat bottom center;
    height: 150px;

}

@media (max-width: 640px){
.home-intro-content h3 {
    display: block;
    float: none;
    text-align: center;
    line-height: 1.6em;
}
}


@media (max-width: 640px){
.home-intro-content {
    padding: 3em 0;
    margin: 0 auto;
    width: 95%;
}
}



    @media (max-width: 640px){
.home-intro-content .middle {
    background: none;
    height: 0;
}
}



.customized {
    position: relative;
    width: 100%;
    height: 220px;
    background-image: url(../images/js.svg);
    background-position: right;
    background-repeat: no-repeat;
    -webkit-background-size: 550px;
    -o-background-size: 400px;
    background-size: 550px;

}


@media (max-width: 479px){
.customized {
    position: relative;
    width: 100%;
    height: 227px;
    background-image: url(../images/js2.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 600px;
    -o-background-size: 400px;
    background-size: 600px;
}

}

#service .row-2 {
  display: flex;
  flex-wrap: wrap;
}

#service .news-p {
font-size:22px;
}


@media (max-width: 991px){

.news-p {
font-size:16px;
}

}


.equal {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.container2{
    width:100%;
}

.tdA {
    background-color: #ccecff;
    text-align: center;
    padding: 10px 0px;
    font-weight: 800;
    color: black;
}
.tdB {
    padding: 10px 4px;
    text-align: center;
    font-weight: 600;
    color: black;
}
.tdC {
    padding: 10px 10px 10px 10px;
    color: black;
    vertical-align: top;
}
h3 + table tr {
    border-bottom: 2px gray dashed;
}

#page-content .content {
    font-size: 20px;
}

.content td{
    padding: 5px;
}

@charset "UTF-8";
/*!
 * Bootstrap v5.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
@import 'font/css/fontello.css';
@import 'scss/plugins/mCustomScrollbar.css';
@import 'scss/plugins/bootstrap-select.min.css';
@import 'scss/plugins/slick.css';
@import 'scss/plugins/slick-theme.css';
:root {
  --bs-blue: #0083CA;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #C21E1E;
  --bs-orange: #DB9842;
  --bs-green: #3797A4;
  --bs-green8BCDCD: #8BCDCD;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray-dark: #343a40;
  --bs-yellow: #FFD530;
  --bs-hoverGreen: #44B1BF;
  --bs-grayF1: #F1F1F1;
  --bs-grayF7: #F7F7F7;
  --bs-grayD7: #D7D7D7;
  --bs-gray40: #404040;
  --bs-grayE1: #E1E1E1;
  --bs-gray67: #676767;
  --bs-gray3E3A39: #3E3A39;
  --bs-black: #000;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0083CA;
  --bs-secondary: #6c757d;
  --bs-success: #3797A4;
  --bs-info: #0dcaf0;
  --bs-warning: #FFD530;
  --bs-danger: #C21E1E;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-red: #C21E1E;
  --bs-orange: #DB9842;
  --bs-blue: #0083CA;
  --bs-green: #3797A4;
  --bs-green8BCDCD: #8BCDCD;
  --bs-hoverGreen: #44B1BF;
  --bs-grayF1: #F1F1F1;
  --bs-grayF7: #F7F7F7;
  --bs-grayD7: #D7D7D7;
  --bs-gray40: #404040;
  --bs-grayE1: #E1E1E1;
  --bs-gray67: #676767;
  --bs-gray3E3A39: #3E3A39;
  --bs-black: #000;
  --bs-primary-rgb: 0, 131, 202;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 55, 151, 164;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 213, 48;
  --bs-danger-rgb: 194, 30, 30;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-red-rgb: 194, 30, 30;
  --bs-orange-rgb: 219, 152, 66;
  --bs-blue-rgb: 0, 131, 202;
  --bs-green-rgb: 55, 151, 164;
  --bs-green8BCDCD-rgb: 139, 205, 205;
  --bs-hoverGreen-rgb: 68, 177, 191;
  --bs-grayF1-rgb: 241, 241, 241;
  --bs-grayF7-rgb: 247, 247, 247;
  --bs-grayD7-rgb: 215, 215, 215;
  --bs-gray40-rgb: 64, 64, 64;
  --bs-grayE1-rgb: 225, 225, 225;
  --bs-gray67-rgb: 103, 103, 103;
  --bs-gray3E3A39-rgb: 62, 58, 57;
  --bs-black-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: black;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}*/

#service h6,#service .h6,#service h5,#service .h5,#service h4,#service .h4,#service h3,#service .h3,#service h2,#service .h2,#service h1,#service .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

#service h1,#service .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  #service h1,#service .h1 {
    font-size: 2.5rem;
  }
}

#service h2,#service .h2 {
	/*font-size: calc(1.325rem + 0.9vw);*/
}
@media (min-width: 1200px) {
  #service h2,#service .h2 {
	/*font-size: 2rem;*/
  }
}

#service h3,#service .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  #service h3,#service .h3 {
    font-size: 1.75rem;
  }
}

#service h4,#service .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #service h4,#service .h4 {
    font-size: 1.5rem;
  }
}

#service h5,#service .h5 {
  font-size: 1.25rem;
}

#service h6,#service .h6 {
  font-size: 1rem;
}

#service p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  /*color: black;
  text-decoration: none;*/
}
a:hover {
/*color: black;*/
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xxl {
  /*width: 100%;
  padding-right: var(--bs-gutter-x, 0);
  padding-left: var(--bs-gutter-x, 0);
  margin-right: auto;
  margin-left: auto;*/
}

@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1700px;
  }
}
#service .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
#service .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}


.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: black;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: black;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: black;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: black;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cce6f4;
  --bs-table-striped-bg: #c2dbe8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b8cfdc;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bdd5e2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b8cfdc;
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

.table-success {
  --bs-table-bg: #d7eaed;
  --bs-table-striped-bg: #ccdee1;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c2d3d5;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c7d8db;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c2d3d5;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff7d6;
  --bs-table-striped-bg: #f2ebcb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dec1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece4c6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dec1;
}

.table-danger {
  --bs-table-bg: #f3d2d2;
  --bs-table-striped-bg: #e7c8c8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dbbdbd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e1c2c2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dbbdbd;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: black;
  background-color: #fff;
  border-color: #80c1e5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 202, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: black;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: black;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: black;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #80c1e5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 202, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 black;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #80c1e5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 202, 0.25);
}
.form-check-input:checked {
  background-color: #0083CA;
  border-color: #0083CA;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0083CA;
  border-color: #0083CA;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2380c1e5'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 131, 202, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(0, 131, 202, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0083CA;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3daef;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0083CA;
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3daef;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

#service .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

/*.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}*/
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
/*.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}*/

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #3797A4;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #000;
  background-color: rgba(55, 151, 164, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #3797A4;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233797A4' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #3797A4;
  box-shadow: 0 0 0 0.25rem rgba(55, 151, 164, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #3797A4;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%233797A4' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #3797A4;
  box-shadow: 0 0 0 0.25rem rgba(55, 151, 164, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #3797A4;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #3797A4;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 151, 164, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #3797A4;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #C21E1E;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(194, 30, 30, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #C21E1E;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23C21E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C21E1E' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #C21E1E;
  box-shadow: 0 0 0 0.25rem rgba(194, 30, 30, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #C21E1E;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23C21E1E'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23C21E1E' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #C21E1E;
  box-shadow: 0 0 0 0.25rem rgba(194, 30, 30, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #C21E1E;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #C21E1E;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 30, 30, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #C21E1E;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: black;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 202, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #0083CA;
  border-color: #0083CA;
}
.btn-primary:hover {
  color: #000;
  background-color: #2696d2;
  border-color: #1a8fcf;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #2696d2;
  border-color: #1a8fcf;
  box-shadow: 0 0 0 0.25rem rgba(0, 111, 172, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #339cd5;
  border-color: #1a8fcf;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 111, 172, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #0083CA;
  border-color: #0083CA;
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-success {
  color: #000;
  background-color: #3797A4;
  border-color: #3797A4;
}
.btn-success:hover {
  color: #000;
  background-color: #55a7b2;
  border-color: #4ba1ad;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #000;
  background-color: #55a7b2;
  border-color: #4ba1ad;
  box-shadow: 0 0 0 0.25rem rgba(47, 128, 139, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #000;
  background-color: #5facb6;
  border-color: #4ba1ad;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(47, 128, 139, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #000;
  background-color: #3797A4;
  border-color: #3797A4;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #FFD530;
  border-color: #FFD530;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffdb4f;
  border-color: #ffd945;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffdb4f;
  border-color: #ffd945;
  box-shadow: 0 0 0 0.25rem rgba(217, 181, 41, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffdd59;
  border-color: #ffd945;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 181, 41, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #FFD530;
  border-color: #FFD530;
}

.btn-danger {
  color: #fff;
  background-color: #C21E1E;
  border-color: #C21E1E;
}
.btn-danger:hover {
  color: #fff;
  background-color: #a51a1a;
  border-color: #9b1818;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #a51a1a;
  border-color: #9b1818;
  box-shadow: 0 0 0 0.25rem rgba(203, 64, 64, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #9b1818;
  border-color: #921717;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(203, 64, 64, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #C21E1E;
  border-color: #C21E1E;
}

.btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-red {
  color: #fff;
  background-color: #C21E1E;
  border-color: #C21E1E;
}
.btn-red:hover {
  color: #fff;
  background-color: #a51a1a;
  border-color: #9b1818;
}
.btn-check:focus + .btn-red, .btn-red:focus {
  color: #fff;
  background-color: #a51a1a;
  border-color: #9b1818;
  box-shadow: 0 0 0 0.25rem rgba(203, 64, 64, 0.5);
}
.btn-check:checked + .btn-red, .btn-check:active + .btn-red, .btn-red:active, .btn-red.active, .show > .btn-red.dropdown-toggle {
  color: #fff;
  background-color: #9b1818;
  border-color: #921717;
}
.btn-check:checked + .btn-red:focus, .btn-check:active + .btn-red:focus, .btn-red:active:focus, .btn-red.active:focus, .show > .btn-red.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(203, 64, 64, 0.5);
}
.btn-red:disabled, .btn-red.disabled {
  color: #fff;
  background-color: #C21E1E;
  border-color: #C21E1E;
}

.btn-orange {
  color: #000;
  background-color: #DB9842;
  border-color: #DB9842;
}
.btn-orange:hover {
  color: #000;
  background-color: #e0a75e;
  border-color: #dfa255;
}
.btn-check:focus + .btn-orange, .btn-orange:focus {
  color: #000;
  background-color: #e0a75e;
  border-color: #dfa255;
  box-shadow: 0 0 0 0.25rem rgba(186, 129, 56, 0.5);
}
.btn-check:checked + .btn-orange, .btn-check:active + .btn-orange, .btn-orange:active, .btn-orange.active, .show > .btn-orange.dropdown-toggle {
  color: #000;
  background-color: #e2ad68;
  border-color: #dfa255;
}
.btn-check:checked + .btn-orange:focus, .btn-check:active + .btn-orange:focus, .btn-orange:active:focus, .btn-orange.active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(186, 129, 56, 0.5);
}
.btn-orange:disabled, .btn-orange.disabled {
  color: #000;
  background-color: #DB9842;
  border-color: #DB9842;
}

.btn-blue {
  color: #000;
  background-color: #0083CA;
  border-color: #0083CA;
}
.btn-blue:hover {
  color: #000;
  background-color: #2696d2;
  border-color: #1a8fcf;
}
.btn-check:focus + .btn-blue, .btn-blue:focus {
  color: #000;
  background-color: #2696d2;
  border-color: #1a8fcf;
  box-shadow: 0 0 0 0.25rem rgba(0, 111, 172, 0.5);
}
.btn-check:checked + .btn-blue, .btn-check:active + .btn-blue, .btn-blue:active, .btn-blue.active, .show > .btn-blue.dropdown-toggle {
  color: #000;
  background-color: #339cd5;
  border-color: #1a8fcf;
}
.btn-check:checked + .btn-blue:focus, .btn-check:active + .btn-blue:focus, .btn-blue:active:focus, .btn-blue.active:focus, .show > .btn-blue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 111, 172, 0.5);
}
.btn-blue:disabled, .btn-blue.disabled {
  color: #000;
  background-color: #0083CA;
  border-color: #0083CA;
}

.btn-green {
  color: #000;
  background-color: #3797A4;
  border-color: #3797A4;
}
.btn-green:hover {
  color: #000;
  background-color: #55a7b2;
  border-color: #4ba1ad;
}
.btn-check:focus + .btn-green, .btn-green:focus {
  color: #000;
  background-color: #55a7b2;
  border-color: #4ba1ad;
  box-shadow: 0 0 0 0.25rem rgba(47, 128, 139, 0.5);
}
.btn-check:checked + .btn-green, .btn-check:active + .btn-green, .btn-green:active, .btn-green.active, .show > .btn-green.dropdown-toggle {
  color: #000;
  background-color: #5facb6;
  border-color: #4ba1ad;
}
.btn-check:checked + .btn-green:focus, .btn-check:active + .btn-green:focus, .btn-green:active:focus, .btn-green.active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(47, 128, 139, 0.5);
}
.btn-green:disabled, .btn-green.disabled {
  color: #000;
  background-color: #3797A4;
  border-color: #3797A4;
}

.btn-green8BCDCD {
  color: #000;
  background-color: #8BCDCD;
  border-color: #8BCDCD;
}
.btn-green8BCDCD:hover {
  color: #000;
  background-color: #9cd5d5;
  border-color: #97d2d2;
}
.btn-check:focus + .btn-green8BCDCD, .btn-green8BCDCD:focus {
  color: #000;
  background-color: #9cd5d5;
  border-color: #97d2d2;
  box-shadow: 0 0 0 0.25rem rgba(118, 174, 174, 0.5);
}
.btn-check:checked + .btn-green8BCDCD, .btn-check:active + .btn-green8BCDCD, .btn-green8BCDCD:active, .btn-green8BCDCD.active, .show > .btn-green8BCDCD.dropdown-toggle {
  color: #000;
  background-color: #a2d7d7;
  border-color: #97d2d2;
}
.btn-check:checked + .btn-green8BCDCD:focus, .btn-check:active + .btn-green8BCDCD:focus, .btn-green8BCDCD:active:focus, .btn-green8BCDCD.active:focus, .show > .btn-green8BCDCD.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(118, 174, 174, 0.5);
}
.btn-green8BCDCD:disabled, .btn-green8BCDCD.disabled {
  color: #000;
  background-color: #8BCDCD;
  border-color: #8BCDCD;
}

.btn-hoverGreen {
  color: #000;
  background-color: #44B1BF;
  border-color: #44B1BF;
}
.btn-hoverGreen:hover {
  color: #000;
  background-color: #60bdc9;
  border-color: #57b9c5;
}
.btn-check:focus + .btn-hoverGreen, .btn-hoverGreen:focus {
  color: #000;
  background-color: #60bdc9;
  border-color: #57b9c5;
  box-shadow: 0 0 0 0.25rem rgba(58, 150, 162, 0.5);
}
.btn-check:checked + .btn-hoverGreen, .btn-check:active + .btn-hoverGreen, .btn-hoverGreen:active, .btn-hoverGreen.active, .show > .btn-hoverGreen.dropdown-toggle {
  color: #000;
  background-color: #69c1cc;
  border-color: #57b9c5;
}
.btn-check:checked + .btn-hoverGreen:focus, .btn-check:active + .btn-hoverGreen:focus, .btn-hoverGreen:active:focus, .btn-hoverGreen.active:focus, .show > .btn-hoverGreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(58, 150, 162, 0.5);
}
.btn-hoverGreen:disabled, .btn-hoverGreen.disabled {
  color: #000;
  background-color: #44B1BF;
  border-color: #44B1BF;
}

.btn-grayF1 {
  color: #000;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}
.btn-grayF1:hover {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f2f2f2;
}
.btn-check:focus + .btn-grayF1, .btn-grayF1:focus {
  color: #000;
  background-color: #f3f3f3;
  border-color: #f2f2f2;
  box-shadow: 0 0 0 0.25rem rgba(205, 205, 205, 0.5);
}
.btn-check:checked + .btn-grayF1, .btn-check:active + .btn-grayF1, .btn-grayF1:active, .btn-grayF1.active, .show > .btn-grayF1.dropdown-toggle {
  color: #000;
  background-color: #f4f4f4;
  border-color: #f2f2f2;
}
.btn-check:checked + .btn-grayF1:focus, .btn-check:active + .btn-grayF1:focus, .btn-grayF1:active:focus, .btn-grayF1.active:focus, .show > .btn-grayF1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(205, 205, 205, 0.5);
}
.btn-grayF1:disabled, .btn-grayF1.disabled {
  color: #000;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}

.btn-grayF7 {
  color: #000;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.btn-grayF7:hover {
  color: #000;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-check:focus + .btn-grayF7, .btn-grayF7:focus {
  color: #000;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  box-shadow: 0 0 0 0.25rem rgba(210, 210, 210, 0.5);
}
.btn-check:checked + .btn-grayF7, .btn-check:active + .btn-grayF7, .btn-grayF7:active, .btn-grayF7.active, .show > .btn-grayF7.dropdown-toggle {
  color: #000;
  background-color: #f9f9f9;
  border-color: #f8f8f8;
}
.btn-check:checked + .btn-grayF7:focus, .btn-check:active + .btn-grayF7:focus, .btn-grayF7:active:focus, .btn-grayF7.active:focus, .show > .btn-grayF7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(210, 210, 210, 0.5);
}
.btn-grayF7:disabled, .btn-grayF7.disabled {
  color: #000;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}

.btn-grayD7 {
  color: #000;
  background-color: #D7D7D7;
  border-color: #D7D7D7;
}
.btn-grayD7:hover {
  color: #000;
  background-color: #dddddd;
  border-color: #dbdbdb;
}
.btn-check:focus + .btn-grayD7, .btn-grayD7:focus {
  color: #000;
  background-color: #dddddd;
  border-color: #dbdbdb;
  box-shadow: 0 0 0 0.25rem rgba(183, 183, 183, 0.5);
}
.btn-check:checked + .btn-grayD7, .btn-check:active + .btn-grayD7, .btn-grayD7:active, .btn-grayD7.active, .show > .btn-grayD7.dropdown-toggle {
  color: #000;
  background-color: #dfdfdf;
  border-color: #dbdbdb;
}
.btn-check:checked + .btn-grayD7:focus, .btn-check:active + .btn-grayD7:focus, .btn-grayD7:active:focus, .btn-grayD7.active:focus, .show > .btn-grayD7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(183, 183, 183, 0.5);
}
.btn-grayD7:disabled, .btn-grayD7.disabled {
  color: #000;
  background-color: #D7D7D7;
  border-color: #D7D7D7;
}

.btn-gray40 {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-gray40:hover {
  color: #fff;
  background-color: #363636;
  border-color: #333333;
}
.btn-check:focus + .btn-gray40, .btn-gray40:focus {
  color: #fff;
  background-color: #363636;
  border-color: #333333;
  box-shadow: 0 0 0 0.25rem rgba(93, 93, 93, 0.5);
}
.btn-check:checked + .btn-gray40, .btn-check:active + .btn-gray40, .btn-gray40:active, .btn-gray40.active, .show > .btn-gray40.dropdown-toggle {
  color: #fff;
  background-color: #333333;
  border-color: #303030;
}
.btn-check:checked + .btn-gray40:focus, .btn-check:active + .btn-gray40:focus, .btn-gray40:active:focus, .btn-gray40.active:focus, .show > .btn-gray40.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(93, 93, 93, 0.5);
}
.btn-gray40:disabled, .btn-gray40.disabled {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}

.btn-grayE1 {
  color: #000;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
}
.btn-grayE1:hover {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e4e4e4;
}
.btn-check:focus + .btn-grayE1, .btn-grayE1:focus {
  color: #000;
  background-color: #e6e6e6;
  border-color: #e4e4e4;
  box-shadow: 0 0 0 0.25rem rgba(191, 191, 191, 0.5);
}
.btn-check:checked + .btn-grayE1, .btn-check:active + .btn-grayE1, .btn-grayE1:active, .btn-grayE1.active, .show > .btn-grayE1.dropdown-toggle {
  color: #000;
  background-color: #e7e7e7;
  border-color: #e4e4e4;
}
.btn-check:checked + .btn-grayE1:focus, .btn-check:active + .btn-grayE1:focus, .btn-grayE1:active:focus, .btn-grayE1.active:focus, .show > .btn-grayE1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(191, 191, 191, 0.5);
}
.btn-grayE1:disabled, .btn-grayE1.disabled {
  color: #000;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
}

.btn-gray67 {
  color: #fff;
  background-color: #676767;
  border-color: #676767;
}
.btn-gray67:hover {
  color: #fff;
  background-color: #585858;
  border-color: #525252;
}
.btn-check:focus + .btn-gray67, .btn-gray67:focus {
  color: #fff;
  background-color: #585858;
  border-color: #525252;
  box-shadow: 0 0 0 0.25rem rgba(126, 126, 126, 0.5);
}
.btn-check:checked + .btn-gray67, .btn-check:active + .btn-gray67, .btn-gray67:active, .btn-gray67.active, .show > .btn-gray67.dropdown-toggle {
  color: #fff;
  background-color: #525252;
  border-color: #4d4d4d;
}
.btn-check:checked + .btn-gray67:focus, .btn-check:active + .btn-gray67:focus, .btn-gray67:active:focus, .btn-gray67.active:focus, .show > .btn-gray67.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(126, 126, 126, 0.5);
}
.btn-gray67:disabled, .btn-gray67.disabled {
  color: #fff;
  background-color: #676767;
  border-color: #676767;
}

.btn-gray3E3A39 {
  color: #fff;
  background-color: #3E3A39;
  border-color: #3E3A39;
}
.btn-gray3E3A39:hover {
  color: #fff;
  background-color: #353130;
  border-color: #322e2e;
}
.btn-check:focus + .btn-gray3E3A39, .btn-gray3E3A39:focus {
  color: #fff;
  background-color: #353130;
  border-color: #322e2e;
  box-shadow: 0 0 0 0.25rem rgba(91, 88, 87, 0.5);
}
.btn-check:checked + .btn-gray3E3A39, .btn-check:active + .btn-gray3E3A39, .btn-gray3E3A39:active, .btn-gray3E3A39.active, .show > .btn-gray3E3A39.dropdown-toggle {
  color: #fff;
  background-color: #322e2e;
  border-color: #2f2c2b;
}
.btn-check:checked + .btn-gray3E3A39:focus, .btn-check:active + .btn-gray3E3A39:focus, .btn-gray3E3A39:active:focus, .btn-gray3E3A39.active:focus, .show > .btn-gray3E3A39.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(91, 88, 87, 0.5);
}
.btn-gray3E3A39:disabled, .btn-gray3E3A39.disabled {
  color: #fff;
  background-color: #3E3A39;
  border-color: #3E3A39;
}

.btn-black {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:focus + .btn-black, .btn-black:focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-check:checked + .btn-black, .btn-check:active + .btn-black, .btn-black:active, .btn-black.active, .show > .btn-black.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}
.btn-check:checked + .btn-black:focus, .btn-check:active + .btn-black:focus, .btn-black:active:focus, .btn-black.active:focus, .show > .btn-black.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
}
.btn-black:disabled, .btn-black.disabled {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-primary {
  color: #0083CA;
  border-color: #0083CA;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #0083CA;
  border-color: #0083CA;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 202, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #0083CA;
  border-color: #0083CA;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 202, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #0083CA;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #6c757d;
  background-color: transparent;
}

.btn-outline-success {
  color: #3797A4;
  border-color: #3797A4;
}
.btn-outline-success:hover {
  color: #000;
  background-color: #3797A4;
  border-color: #3797A4;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 151, 164, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #000;
  background-color: #3797A4;
  border-color: #3797A4;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 151, 164, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #3797A4;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #FFD530;
  border-color: #FFD530;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #FFD530;
  border-color: #FFD530;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 213, 48, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #FFD530;
  border-color: #FFD530;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 213, 48, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #FFD530;
  background-color: transparent;
}

.btn-outline-danger {
  color: #C21E1E;
  border-color: #C21E1E;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #C21E1E;
  border-color: #C21E1E;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 30, 30, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #C21E1E;
  border-color: #C21E1E;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 30, 30, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #C21E1E;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-outline-red {
  color: #C21E1E;
  border-color: #C21E1E;
}
.btn-outline-red:hover {
  color: #fff;
  background-color: #C21E1E;
  border-color: #C21E1E;
}
.btn-check:focus + .btn-outline-red, .btn-outline-red:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 30, 30, 0.5);
}
.btn-check:checked + .btn-outline-red, .btn-check:active + .btn-outline-red, .btn-outline-red:active, .btn-outline-red.active, .btn-outline-red.dropdown-toggle.show {
  color: #fff;
  background-color: #C21E1E;
  border-color: #C21E1E;
}
.btn-check:checked + .btn-outline-red:focus, .btn-check:active + .btn-outline-red:focus, .btn-outline-red:active:focus, .btn-outline-red.active:focus, .btn-outline-red.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(194, 30, 30, 0.5);
}
.btn-outline-red:disabled, .btn-outline-red.disabled {
  color: #C21E1E;
  background-color: transparent;
}

.btn-outline-orange {
  color: #DB9842;
  border-color: #DB9842;
}
.btn-outline-orange:hover {
  color: #000;
  background-color: #DB9842;
  border-color: #DB9842;
}
.btn-check:focus + .btn-outline-orange, .btn-outline-orange:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 152, 66, 0.5);
}
.btn-check:checked + .btn-outline-orange, .btn-check:active + .btn-outline-orange, .btn-outline-orange:active, .btn-outline-orange.active, .btn-outline-orange.dropdown-toggle.show {
  color: #000;
  background-color: #DB9842;
  border-color: #DB9842;
}
.btn-check:checked + .btn-outline-orange:focus, .btn-check:active + .btn-outline-orange:focus, .btn-outline-orange:active:focus, .btn-outline-orange.active:focus, .btn-outline-orange.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(219, 152, 66, 0.5);
}
.btn-outline-orange:disabled, .btn-outline-orange.disabled {
  color: #DB9842;
  background-color: transparent;
}

.btn-outline-blue {
  color: #0083CA;
  border-color: #0083CA;
}
.btn-outline-blue:hover {
  color: #000;
  background-color: #0083CA;
  border-color: #0083CA;
}
.btn-check:focus + .btn-outline-blue, .btn-outline-blue:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 202, 0.5);
}
.btn-check:checked + .btn-outline-blue, .btn-check:active + .btn-outline-blue, .btn-outline-blue:active, .btn-outline-blue.active, .btn-outline-blue.dropdown-toggle.show {
  color: #000;
  background-color: #0083CA;
  border-color: #0083CA;
}
.btn-check:checked + .btn-outline-blue:focus, .btn-check:active + .btn-outline-blue:focus, .btn-outline-blue:active:focus, .btn-outline-blue.active:focus, .btn-outline-blue.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 202, 0.5);
}
.btn-outline-blue:disabled, .btn-outline-blue.disabled {
  color: #0083CA;
  background-color: transparent;
}

.btn-outline-green {
  color: #3797A4;
  border-color: #3797A4;
}
.btn-outline-green:hover {
  color: #000;
  background-color: #3797A4;
  border-color: #3797A4;
}
.btn-check:focus + .btn-outline-green, .btn-outline-green:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 151, 164, 0.5);
}
.btn-check:checked + .btn-outline-green, .btn-check:active + .btn-outline-green, .btn-outline-green:active, .btn-outline-green.active, .btn-outline-green.dropdown-toggle.show {
  color: #000;
  background-color: #3797A4;
  border-color: #3797A4;
}
.btn-check:checked + .btn-outline-green:focus, .btn-check:active + .btn-outline-green:focus, .btn-outline-green:active:focus, .btn-outline-green.active:focus, .btn-outline-green.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(55, 151, 164, 0.5);
}
.btn-outline-green:disabled, .btn-outline-green.disabled {
  color: #3797A4;
  background-color: transparent;
}

.btn-outline-green8BCDCD {
  color: #8BCDCD;
  border-color: #8BCDCD;
}
.btn-outline-green8BCDCD:hover {
  color: #000;
  background-color: #8BCDCD;
  border-color: #8BCDCD;
}
.btn-check:focus + .btn-outline-green8BCDCD, .btn-outline-green8BCDCD:focus {
  box-shadow: 0 0 0 0.25rem rgba(139, 205, 205, 0.5);
}
.btn-check:checked + .btn-outline-green8BCDCD, .btn-check:active + .btn-outline-green8BCDCD, .btn-outline-green8BCDCD:active, .btn-outline-green8BCDCD.active, .btn-outline-green8BCDCD.dropdown-toggle.show {
  color: #000;
  background-color: #8BCDCD;
  border-color: #8BCDCD;
}
.btn-check:checked + .btn-outline-green8BCDCD:focus, .btn-check:active + .btn-outline-green8BCDCD:focus, .btn-outline-green8BCDCD:active:focus, .btn-outline-green8BCDCD.active:focus, .btn-outline-green8BCDCD.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(139, 205, 205, 0.5);
}
.btn-outline-green8BCDCD:disabled, .btn-outline-green8BCDCD.disabled {
  color: #8BCDCD;
  background-color: transparent;
}

.btn-outline-hoverGreen {
  color: #44B1BF;
  border-color: #44B1BF;
}
.btn-outline-hoverGreen:hover {
  color: #000;
  background-color: #44B1BF;
  border-color: #44B1BF;
}
.btn-check:focus + .btn-outline-hoverGreen, .btn-outline-hoverGreen:focus {
  box-shadow: 0 0 0 0.25rem rgba(68, 177, 191, 0.5);
}
.btn-check:checked + .btn-outline-hoverGreen, .btn-check:active + .btn-outline-hoverGreen, .btn-outline-hoverGreen:active, .btn-outline-hoverGreen.active, .btn-outline-hoverGreen.dropdown-toggle.show {
  color: #000;
  background-color: #44B1BF;
  border-color: #44B1BF;
}
.btn-check:checked + .btn-outline-hoverGreen:focus, .btn-check:active + .btn-outline-hoverGreen:focus, .btn-outline-hoverGreen:active:focus, .btn-outline-hoverGreen.active:focus, .btn-outline-hoverGreen.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(68, 177, 191, 0.5);
}
.btn-outline-hoverGreen:disabled, .btn-outline-hoverGreen.disabled {
  color: #44B1BF;
  background-color: transparent;
}

.btn-outline-grayF1 {
  color: #F1F1F1;
  border-color: #F1F1F1;
}
.btn-outline-grayF1:hover {
  color: #000;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}
.btn-check:focus + .btn-outline-grayF1, .btn-outline-grayF1:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 241, 241, 0.5);
}
.btn-check:checked + .btn-outline-grayF1, .btn-check:active + .btn-outline-grayF1, .btn-outline-grayF1:active, .btn-outline-grayF1.active, .btn-outline-grayF1.dropdown-toggle.show {
  color: #000;
  background-color: #F1F1F1;
  border-color: #F1F1F1;
}
.btn-check:checked + .btn-outline-grayF1:focus, .btn-check:active + .btn-outline-grayF1:focus, .btn-outline-grayF1:active:focus, .btn-outline-grayF1.active:focus, .btn-outline-grayF1.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 241, 241, 0.5);
}
.btn-outline-grayF1:disabled, .btn-outline-grayF1.disabled {
  color: #F1F1F1;
  background-color: transparent;
}

.btn-outline-grayF7 {
  color: #F7F7F7;
  border-color: #F7F7F7;
}
.btn-outline-grayF7:hover {
  color: #000;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.btn-check:focus + .btn-outline-grayF7, .btn-outline-grayF7:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 247, 247, 0.5);
}
.btn-check:checked + .btn-outline-grayF7, .btn-check:active + .btn-outline-grayF7, .btn-outline-grayF7:active, .btn-outline-grayF7.active, .btn-outline-grayF7.dropdown-toggle.show {
  color: #000;
  background-color: #F7F7F7;
  border-color: #F7F7F7;
}
.btn-check:checked + .btn-outline-grayF7:focus, .btn-check:active + .btn-outline-grayF7:focus, .btn-outline-grayF7:active:focus, .btn-outline-grayF7.active:focus, .btn-outline-grayF7.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(247, 247, 247, 0.5);
}
.btn-outline-grayF7:disabled, .btn-outline-grayF7.disabled {
  color: #F7F7F7;
  background-color: transparent;
}

.btn-outline-grayD7 {
  color: #D7D7D7;
  border-color: #D7D7D7;
}
.btn-outline-grayD7:hover {
  color: #000;
  background-color: #D7D7D7;
  border-color: #D7D7D7;
}
.btn-check:focus + .btn-outline-grayD7, .btn-outline-grayD7:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 215, 215, 0.5);
}
.btn-check:checked + .btn-outline-grayD7, .btn-check:active + .btn-outline-grayD7, .btn-outline-grayD7:active, .btn-outline-grayD7.active, .btn-outline-grayD7.dropdown-toggle.show {
  color: #000;
  background-color: #D7D7D7;
  border-color: #D7D7D7;
}
.btn-check:checked + .btn-outline-grayD7:focus, .btn-check:active + .btn-outline-grayD7:focus, .btn-outline-grayD7:active:focus, .btn-outline-grayD7.active:focus, .btn-outline-grayD7.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(215, 215, 215, 0.5);
}
.btn-outline-grayD7:disabled, .btn-outline-grayD7.disabled {
  color: #D7D7D7;
  background-color: transparent;
}

.btn-outline-gray40 {
  color: #404040;
  border-color: #404040;
}
.btn-outline-gray40:hover {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-check:focus + .btn-outline-gray40, .btn-outline-gray40:focus {
  box-shadow: 0 0 0 0.25rem rgba(64, 64, 64, 0.5);
}
.btn-check:checked + .btn-outline-gray40, .btn-check:active + .btn-outline-gray40, .btn-outline-gray40:active, .btn-outline-gray40.active, .btn-outline-gray40.dropdown-toggle.show {
  color: #fff;
  background-color: #404040;
  border-color: #404040;
}
.btn-check:checked + .btn-outline-gray40:focus, .btn-check:active + .btn-outline-gray40:focus, .btn-outline-gray40:active:focus, .btn-outline-gray40.active:focus, .btn-outline-gray40.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(64, 64, 64, 0.5);
}
.btn-outline-gray40:disabled, .btn-outline-gray40.disabled {
  color: #404040;
  background-color: transparent;
}

.btn-outline-grayE1 {
  color: #E1E1E1;
  border-color: #E1E1E1;
}
.btn-outline-grayE1:hover {
  color: #000;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
}
.btn-check:focus + .btn-outline-grayE1, .btn-outline-grayE1:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 225, 225, 0.5);
}
.btn-check:checked + .btn-outline-grayE1, .btn-check:active + .btn-outline-grayE1, .btn-outline-grayE1:active, .btn-outline-grayE1.active, .btn-outline-grayE1.dropdown-toggle.show {
  color: #000;
  background-color: #E1E1E1;
  border-color: #E1E1E1;
}
.btn-check:checked + .btn-outline-grayE1:focus, .btn-check:active + .btn-outline-grayE1:focus, .btn-outline-grayE1:active:focus, .btn-outline-grayE1.active:focus, .btn-outline-grayE1.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 225, 225, 0.5);
}
.btn-outline-grayE1:disabled, .btn-outline-grayE1.disabled {
  color: #E1E1E1;
  background-color: transparent;
}

.btn-outline-gray67 {
  color: #676767;
  border-color: #676767;
}
.btn-outline-gray67:hover {
  color: #fff;
  background-color: #676767;
  border-color: #676767;
}
.btn-check:focus + .btn-outline-gray67, .btn-outline-gray67:focus {
  box-shadow: 0 0 0 0.25rem rgba(103, 103, 103, 0.5);
}
.btn-check:checked + .btn-outline-gray67, .btn-check:active + .btn-outline-gray67, .btn-outline-gray67:active, .btn-outline-gray67.active, .btn-outline-gray67.dropdown-toggle.show {
  color: #fff;
  background-color: #676767;
  border-color: #676767;
}
.btn-check:checked + .btn-outline-gray67:focus, .btn-check:active + .btn-outline-gray67:focus, .btn-outline-gray67:active:focus, .btn-outline-gray67.active:focus, .btn-outline-gray67.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(103, 103, 103, 0.5);
}
.btn-outline-gray67:disabled, .btn-outline-gray67.disabled {
  color: #676767;
  background-color: transparent;
}

.btn-outline-gray3E3A39 {
  color: #3E3A39;
  border-color: #3E3A39;
}
.btn-outline-gray3E3A39:hover {
  color: #fff;
  background-color: #3E3A39;
  border-color: #3E3A39;
}
.btn-check:focus + .btn-outline-gray3E3A39, .btn-outline-gray3E3A39:focus {
  box-shadow: 0 0 0 0.25rem rgba(62, 58, 57, 0.5);
}
.btn-check:checked + .btn-outline-gray3E3A39, .btn-check:active + .btn-outline-gray3E3A39, .btn-outline-gray3E3A39:active, .btn-outline-gray3E3A39.active, .btn-outline-gray3E3A39.dropdown-toggle.show {
  color: #fff;
  background-color: #3E3A39;
  border-color: #3E3A39;
}
.btn-check:checked + .btn-outline-gray3E3A39:focus, .btn-check:active + .btn-outline-gray3E3A39:focus, .btn-outline-gray3E3A39:active:focus, .btn-outline-gray3E3A39.active:focus, .btn-outline-gray3E3A39.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(62, 58, 57, 0.5);
}
.btn-outline-gray3E3A39:disabled, .btn-outline-gray3E3A39.disabled {
  color: #3E3A39;
  background-color: transparent;
}

.btn-outline-black {
  color: #000;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:focus + .btn-outline-black, .btn-outline-black:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-check:checked + .btn-outline-black, .btn-check:active + .btn-outline-black, .btn-outline-black:active, .btn-outline-black.active, .btn-outline-black.dropdown-toggle.show {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.btn-check:checked + .btn-outline-black:focus, .btn-check:active + .btn-outline-black:focus, .btn-outline-black:active:focus, .btn-outline-black.active:focus, .btn-outline-black.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
}
.btn-outline-black:disabled, .btn-outline-black.disabled {
  color: #000;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: black;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
/*  display: none;*/
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: black;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0083CA;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0083CA;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}



.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: black;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #0076b6;
  background-color: #e6f3fa;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230076b6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='black'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #80c1e5;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 202, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "../../../index.html") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: black;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: black;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: black;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 202, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0083CA;
  border-color: #0083CA;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #004f79;
  background-color: #cce6f4;
  border-color: #b3daef;
}
.alert-primary .alert-link {
  color: #003f61;
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.alert-secondary .alert-link {
  color: #34383c;
}

.alert-success {
  color: #215b62;
  background-color: #d7eaed;
  border-color: #c3e0e4;
}
.alert-success .alert-link {
  color: #1a494e;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #665513;
  background-color: #fff7d6;
  border-color: #fff2c1;
}
.alert-warning .alert-link {
  color: #52440f;
}

.alert-danger {
  color: #741212;
  background-color: #f3d2d2;
  border-color: #edbcbc;
}
.alert-danger .alert-link {
  color: #5d0e0e;
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #4f5050;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.alert-red {
  color: #741212;
  background-color: #f3d2d2;
  border-color: #edbcbc;
}
.alert-red .alert-link {
  color: #5d0e0e;
}

.alert-orange {
  color: #835b28;
  background-color: #f8ead9;
  border-color: #f4e0c6;
}
.alert-orange .alert-link {
  color: #694920;
}

.alert-blue {
  color: #004f79;
  background-color: #cce6f4;
  border-color: #b3daef;
}
.alert-blue .alert-link {
  color: #003f61;
}

.alert-green {
  color: #215b62;
  background-color: #d7eaed;
  border-color: #c3e0e4;
}
.alert-green .alert-link {
  color: #1a494e;
}

.alert-green8BCDCD {
  color: #385252;
  background-color: #e8f5f5;
  border-color: #dcf0f0;
}
.alert-green8BCDCD .alert-link {
  color: #2d4242;
}

.alert-hoverGreen {
  color: #296a73;
  background-color: #daeff2;
  border-color: #c7e8ec;
}
.alert-hoverGreen .alert-link {
  color: #21555c;
}

.alert-grayF1 {
  color: #606060;
  background-color: #fcfcfc;
  border-color: #fbfbfb;
}
.alert-grayF1 .alert-link {
  color: #4d4d4d;
}

.alert-grayF7 {
  color: #636363;
  background-color: #fdfdfd;
  border-color: #fdfdfd;
}
.alert-grayF7 .alert-link {
  color: #4f4f4f;
}

.alert-grayD7 {
  color: #565656;
  background-color: #f7f7f7;
  border-color: #f3f3f3;
}
.alert-grayD7 .alert-link {
  color: #454545;
}

.alert-gray40 {
  color: #262626;
  background-color: #d9d9d9;
  border-color: #c6c6c6;
}
.alert-gray40 .alert-link {
  color: #1e1e1e;
}

.alert-grayE1 {
  color: #5a5a5a;
  background-color: #f9f9f9;
  border-color: #f6f6f6;
}
.alert-grayE1 .alert-link {
  color: #484848;
}

.alert-gray67 {
  color: #3e3e3e;
  background-color: #e1e1e1;
  border-color: #d1d1d1;
}
.alert-gray67 .alert-link {
  color: #323232;
}

.alert-gray3E3A39 {
  color: #252322;
  background-color: #d8d8d7;
  border-color: #c5c4c4;
}
.alert-gray3E3A39 .alert-link {
  color: #1e1c1b;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b3b3b3;
}
.alert-black .alert-link {
  color: black;
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0083CA;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  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);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: black;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0083CA;
  border-color: #0083CA;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004f79;
  background-color: #cce6f4;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004f79;
  background-color: #b8cfdc;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004f79;
  border-color: #004f79;
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #41464b;
  background-color: #cbccce;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.list-group-item-success {
  color: #215b62;
  background-color: #d7eaed;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #215b62;
  background-color: #c2d3d5;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #215b62;
  border-color: #215b62;
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #055160;
  background-color: #badce3;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.list-group-item-warning {
  color: #665513;
  background-color: #fff7d6;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #665513;
  background-color: #e6dec1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #665513;
  border-color: #665513;
}

.list-group-item-danger {
  color: #741212;
  background-color: #f3d2d2;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #741212;
  background-color: #dbbdbd;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #741212;
  border-color: #741212;
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #636464;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

.list-group-item-red {
  color: #741212;
  background-color: #f3d2d2;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #741212;
  background-color: #dbbdbd;
}
.list-group-item-red.list-group-item-action.active {
  color: #fff;
  background-color: #741212;
  border-color: #741212;
}

.list-group-item-orange {
  color: #835b28;
  background-color: #f8ead9;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #835b28;
  background-color: #dfd3c3;
}
.list-group-item-orange.list-group-item-action.active {
  color: #fff;
  background-color: #835b28;
  border-color: #835b28;
}

.list-group-item-blue {
  color: #004f79;
  background-color: #cce6f4;
}
.list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
  color: #004f79;
  background-color: #b8cfdc;
}
.list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #004f79;
  border-color: #004f79;
}

.list-group-item-green {
  color: #215b62;
  background-color: #d7eaed;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #215b62;
  background-color: #c2d3d5;
}
.list-group-item-green.list-group-item-action.active {
  color: #fff;
  background-color: #215b62;
  border-color: #215b62;
}

.list-group-item-green8BCDCD {
  color: #385252;
  background-color: #e8f5f5;
}
.list-group-item-green8BCDCD.list-group-item-action:hover, .list-group-item-green8BCDCD.list-group-item-action:focus {
  color: #385252;
  background-color: #d1dddd;
}
.list-group-item-green8BCDCD.list-group-item-action.active {
  color: #fff;
  background-color: #385252;
  border-color: #385252;
}

.list-group-item-hoverGreen {
  color: #296a73;
  background-color: #daeff2;
}
.list-group-item-hoverGreen.list-group-item-action:hover, .list-group-item-hoverGreen.list-group-item-action:focus {
  color: #296a73;
  background-color: #c4d7da;
}
.list-group-item-hoverGreen.list-group-item-action.active {
  color: #fff;
  background-color: #296a73;
  border-color: #296a73;
}

.list-group-item-grayF1 {
  color: #606060;
  background-color: #fcfcfc;
}
.list-group-item-grayF1.list-group-item-action:hover, .list-group-item-grayF1.list-group-item-action:focus {
  color: #606060;
  background-color: #e3e3e3;
}
.list-group-item-grayF1.list-group-item-action.active {
  color: #fff;
  background-color: #606060;
  border-color: #606060;
}

.list-group-item-grayF7 {
  color: #636363;
  background-color: #fdfdfd;
}
.list-group-item-grayF7.list-group-item-action:hover, .list-group-item-grayF7.list-group-item-action:focus {
  color: #636363;
  background-color: #e4e4e4;
}
.list-group-item-grayF7.list-group-item-action.active {
  color: #fff;
  background-color: #636363;
  border-color: #636363;
}

.list-group-item-grayD7 {
  color: #565656;
  background-color: #f7f7f7;
}
.list-group-item-grayD7.list-group-item-action:hover, .list-group-item-grayD7.list-group-item-action:focus {
  color: #565656;
  background-color: #dedede;
}
.list-group-item-grayD7.list-group-item-action.active {
  color: #fff;
  background-color: #565656;
  border-color: #565656;
}

.list-group-item-gray40 {
  color: #262626;
  background-color: #d9d9d9;
}
.list-group-item-gray40.list-group-item-action:hover, .list-group-item-gray40.list-group-item-action:focus {
  color: #262626;
  background-color: #c3c3c3;
}
.list-group-item-gray40.list-group-item-action.active {
  color: #fff;
  background-color: #262626;
  border-color: #262626;
}

.list-group-item-grayE1 {
  color: #5a5a5a;
  background-color: #f9f9f9;
}
.list-group-item-grayE1.list-group-item-action:hover, .list-group-item-grayE1.list-group-item-action:focus {
  color: #5a5a5a;
  background-color: #e0e0e0;
}
.list-group-item-grayE1.list-group-item-action.active {
  color: #fff;
  background-color: #5a5a5a;
  border-color: #5a5a5a;
}

.list-group-item-gray67 {
  color: #3e3e3e;
  background-color: #e1e1e1;
}
.list-group-item-gray67.list-group-item-action:hover, .list-group-item-gray67.list-group-item-action:focus {
  color: #3e3e3e;
  background-color: #cbcbcb;
}
.list-group-item-gray67.list-group-item-action.active {
  color: #fff;
  background-color: #3e3e3e;
  border-color: #3e3e3e;
}

.list-group-item-gray3E3A39 {
  color: #252322;
  background-color: #d8d8d7;
}
.list-group-item-gray3E3A39.list-group-item-action:hover, .list-group-item-gray3E3A39.list-group-item-action:focus {
  color: #252322;
  background-color: #c2c2c2;
}
.list-group-item-gray3E3A39.list-group-item-action.active {
  color: #fff;
  background-color: #252322;
  border-color: #252322;
}

.list-group-item-black {
  color: black;
  background-color: #cccccc;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(0, 131, 202, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: black;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0083CA;
}
.link-primary:hover, .link-primary:focus {
  color: #339cd5;
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: #565e64;
}

.link-success {
  color: #3797A4;
}
.link-success:hover, .link-success:focus {
  color: #5facb6;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #FFD530;
}
.link-warning:hover, .link-warning:focus {
  color: #ffdd59;
}

.link-danger {
  color: #C21E1E;
}
.link-danger:hover, .link-danger:focus {
  color: #9b1818;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.link-red {
  color: #C21E1E;
}
.link-red:hover, .link-red:focus {
  color: #9b1818;
}

.link-orange {
  color: #DB9842;
}
.link-orange:hover, .link-orange:focus {
  color: #e2ad68;
}

.link-blue {
  color: #0083CA;
}
.link-blue:hover, .link-blue:focus {
  color: #339cd5;
}

.link-green {
  color: #3797A4;
}
.link-green:hover, .link-green:focus {
  color: #5facb6;
}

.link-green8BCDCD {
  color: #8BCDCD;
}
.link-green8BCDCD:hover, .link-green8BCDCD:focus {
  color: #a2d7d7;
}

.link-hoverGreen {
  color: #44B1BF;
}
.link-hoverGreen:hover, .link-hoverGreen:focus {
  color: #69c1cc;
}

.link-grayF1 {
  color: #F1F1F1;
}
.link-grayF1:hover, .link-grayF1:focus {
  color: #f4f4f4;
}

.link-grayF7 {
  color: #F7F7F7;
}
.link-grayF7:hover, .link-grayF7:focus {
  color: #f9f9f9;
}

.link-grayD7 {
  color: #D7D7D7;
}
.link-grayD7:hover, .link-grayD7:focus {
  color: #dfdfdf;
}

.link-gray40 {
  color: #404040;
}
.link-gray40:hover, .link-gray40:focus {
  color: #333333;
}

.link-grayE1 {
  color: #E1E1E1;
}
.link-grayE1:hover, .link-grayE1:focus {
  color: #e7e7e7;
}

.link-gray67 {
  color: #676767;
}
.link-gray67:hover, .link-gray67:focus {
  color: #525252;
}

.link-gray3E3A39 {
  color: #3E3A39;
}
.link-gray3E3A39:hover, .link-gray3E3A39:focus {
  color: #322e2e;
}

.link-black {
  color: #000;
}
.link-black:hover, .link-black:focus {
  color: black;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0083CA !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #3797A4 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #FFD530 !important;
}

.border-danger {
  border-color: #C21E1E !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-red {
  border-color: #C21E1E !important;
}

.border-orange {
  border-color: #DB9842 !important;
}

.border-blue {
  border-color: #0083CA !important;
}

.border-green {
  border-color: #3797A4 !important;
}

.border-green8BCDCD {
  border-color: #8BCDCD !important;
}

.border-hoverGreen {
  border-color: #44B1BF !important;
}

.border-grayF1 {
  border-color: #F1F1F1 !important;
}

.border-grayF7 {
  border-color: #F7F7F7 !important;
}

.border-grayD7 {
  border-color: #D7D7D7 !important;
}

.border-gray40 {
  border-color: #404040 !important;
}

.border-grayE1 {
  border-color: #E1E1E1 !important;
}

.border-gray67 {
  border-color: #676767 !important;
}

.border-gray3E3A39 {
  border-color: #3E3A39 !important;
}

.border-black {
  border-color: #000 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

#service .m-0 {
  margin: 0 !important;
}

#service .m-1 {
  margin: 0.25rem !important;
}

#service .m-2 {
  margin: 0.5rem !important;
}

#service .m-3 {
  margin: 1rem !important;
}

#service .m-4 {
  margin: 1.5rem !important;
}

#service .m-5 {
  margin: 3rem !important;
}

#service .m-auto {
  margin: auto !important;
}

#service .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

#service .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

#service .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

#service .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

#service .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

#service .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

#service .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

#service .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#service .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

#service .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

#service .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

#service .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

#service .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

#service .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

#service .mt-0 {
  margin-top: 0 !important;
}

#service .mt-1 {
  margin-top: 0.25rem !important;
}

#service .mt-2 {
  margin-top: 0.5rem !important;
}

#service .mt-3 {
  margin-top: 1rem !important;
}

#service .mt-4 {
  margin-top: 1.5rem !important;
}

#service .mt-5 {
  margin-top: 3rem !important;
}

#service .mt-auto {
  margin-top: auto !important;
}

#service .me-0 {
  margin-right: 0 !important;
}

#service .me-1 {
  margin-right: 0.25rem !important;
}

#service .me-2 {
  margin-right: 0.5rem !important;
}

#service .me-3 {
  margin-right: 1rem !important;
}

#service .me-4 {
  margin-right: 1.5rem !important;
}

#service .me-5 {
  margin-right: 3rem !important;
}

#service .me-auto {
  margin-right: auto !important;
}

#service .mb-0 {
  margin-bottom: 0 !important;
}

#service .mb-1 {
  margin-bottom: 0.25rem !important;
}

#service .mb-2 {
  margin-bottom: 0.5rem !important;
}

#service .mb-3 {
  margin-bottom: 1rem !important;
}

#service .mb-4 {
  margin-bottom: 1.5rem !important;
}

#service .mb-5 {
  margin-bottom: 3rem !important;
}

#service .mb-auto {
  margin-bottom: auto !important;
}

#service .ms-0 {
  margin-left: 0 !important;
}

#service .ms-1 {
  margin-left: 0.25rem !important;
}

#service .ms-2 {
  margin-left: 0.5rem !important;
}

#service .ms-3 {
  margin-left: 1rem !important;
}

#service .ms-4 {
  margin-left: 1.5rem !important;
}

#service .ms-5 {
  margin-left: 3rem !important;
}

#service .ms-auto {
  margin-left: auto !important;
}

#service .p-0 {
  padding: 0 !important;
}

#service .p-1 {
  padding: 0.25rem !important;
}

#service .p-2 {
  padding: 0.5rem !important;
}

#service .p-3 {
  padding: 1rem !important;
}

#service .p-4 {
  padding: 1.5rem !important;
}

#service .p-5 {
  padding: 3rem !important;
}

#service .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#service .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

#service .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

#service .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

#service .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

#service .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

#service .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

#service .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

#service .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

#service .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#service .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

#service .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

#service .pt-0 {
  padding-top: 0 !important;
}

#service .pt-1 {
  padding-top: 0.25rem !important;
}

#service .pt-2 {
  padding-top: 0.5rem !important;
}

#service .pt-3 {
  padding-top: 1rem !important;
}

#service .pt-4 {
  padding-top: 1.5rem !important;
}

#service .pt-5 {
  padding-top: 3rem !important;
}

#service .pe-0 {
  padding-right: 0 !important;
}

#service .pe-1 {
  padding-right: 0.25rem !important;
}

#service .pe-2 {
  padding-right: 0.5rem !important;
}

#service .pe-3 {
  padding-right: 1rem !important;
}

#service .pe-4 {
  padding-right: 1.5rem !important;
}

#service .pe-5 {
  padding-right: 3rem !important;
}

#service .pb-0 {
  padding-bottom: 0 !important;
}

#service .pb-1 {
  padding-bottom: 0.25rem !important;
}

#service .pb-2 {
  padding-bottom: 0.5rem !important;
}

#service .pb-3 {
  padding-bottom: 1rem !important;
}

#service .pb-4 {
  padding-bottom: 1.5rem !important;
}

#service .pb-5 {
  padding-bottom: 3rem !important;
}

#service .ps-0 {
  padding-left: 0 !important;
}

#service .ps-1 {
  padding-left: 0.25rem !important;
}

#service .ps-2 {
  padding-left: 0.5rem !important;
}

#service .ps-3 {
  padding-left: 1rem !important;
}

#service .ps-4 {
  padding-left: 1.5rem !important;
}

#service .ps-5 {
  padding-left: 3rem !important;
}

#service .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

#service .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

#service .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

#service .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

#service .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

#service .fs-5 {
  font-size: 1.25rem !important;
}

#service .fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

#service .text-center {
/*  text-align: center !important;*/
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-red {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-red-rgb), var(--bs-text-opacity)) !important;
}

.text-orange {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-orange-rgb), var(--bs-text-opacity)) !important;
}

.text-blue {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-blue-rgb), var(--bs-text-opacity)) !important;
}

.text-green {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green-rgb), var(--bs-text-opacity)) !important;
}

.text-green8BCDCD {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-green8BCDCD-rgb), var(--bs-text-opacity)) !important;
}

.text-hoverGreen {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-hoverGreen-rgb), var(--bs-text-opacity)) !important;
}

.text-grayF1 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-grayF1-rgb), var(--bs-text-opacity)) !important;
}

.text-grayF7 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-grayF7-rgb), var(--bs-text-opacity)) !important;
}

.text-grayD7 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-grayD7-rgb), var(--bs-text-opacity)) !important;
}

.text-gray40 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray40-rgb), var(--bs-text-opacity)) !important;
}

.text-grayE1 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-grayE1-rgb), var(--bs-text-opacity)) !important;
}

.text-gray67 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray67-rgb), var(--bs-text-opacity)) !important;
}

.text-gray3E3A39 {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-gray3E3A39-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-rgb), var(--bs-text-opacity)) !important;
}

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-red {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-red-rgb), var(--bs-bg-opacity)) !important;
}

.bg-orange {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-orange-rgb), var(--bs-bg-opacity)) !important;
}

.bg-blue {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-blue-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green-rgb), var(--bs-bg-opacity)) !important;
}

.bg-green8BCDCD {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-green8BCDCD-rgb), var(--bs-bg-opacity)) !important;
}

.bg-hoverGreen {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-hoverGreen-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grayF1 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grayF1-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grayF7 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grayF7-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grayD7 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grayD7-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray40 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray40-rgb), var(--bs-bg-opacity)) !important;
}

.bg-grayE1 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-grayE1-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray67 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray67-rgb), var(--bs-bg-opacity)) !important;
}

.bg-gray3E3A39 {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-gray3E3A39-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
@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") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-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-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.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(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-blue {
  --swiper-pagination-color: #0083CA;
}

.swiper-pagination-indigo {
  --swiper-pagination-color: #6610f2;
}

.swiper-pagination-purple {
  --swiper-pagination-color: #6f42c1;
}

.swiper-pagination-pink {
  --swiper-pagination-color: #d63384;
}

.swiper-pagination-red {
  --swiper-pagination-color: #C21E1E;
}

.swiper-pagination-orange {
  --swiper-pagination-color: #DB9842;
}

.swiper-pagination-green {
  --swiper-pagination-color: #3797A4;
}

.swiper-pagination-green8BCDCD {
  --swiper-pagination-color: #8BCDCD;
}

.swiper-pagination-teal {
  --swiper-pagination-color: #20c997;
}

.swiper-pagination-cyan {
  --swiper-pagination-color: #0dcaf0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #fff;
}

.swiper-pagination-gray-dark {
  --swiper-pagination-color: #343a40;
}

.swiper-pagination-yellow {
  --swiper-pagination-color: #FFD530;
}

.swiper-pagination-hoverGreen {
  --swiper-pagination-color: #44B1BF;
}

.swiper-pagination-grayF1 {
  --swiper-pagination-color: #F1F1F1;
}

.swiper-pagination-grayF7 {
  --swiper-pagination-color: #F7F7F7;
}

.swiper-pagination-grayD7 {
  --swiper-pagination-color: #D7D7D7;
}

.swiper-pagination-gray40 {
  --swiper-pagination-color: #404040;
}

.swiper-pagination-grayE1 {
  --swiper-pagination-color: #E1E1E1;
}

.swiper-pagination-gray67 {
  --swiper-pagination-color: #676767;
}

.swiper-pagination-gray3E3A39 {
  --swiper-pagination-color: #3E3A39;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * 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-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-prev.swiper-button-blue,
.swiper-button-next.swiper-button-blue {
  --swiper-navigation-color: #0083CA;
}

.swiper-button-prev.swiper-button-indigo,
.swiper-button-next.swiper-button-indigo {
  --swiper-navigation-color: #6610f2;
}

.swiper-button-prev.swiper-button-purple,
.swiper-button-next.swiper-button-purple {
  --swiper-navigation-color: #6f42c1;
}

.swiper-button-prev.swiper-button-pink,
.swiper-button-next.swiper-button-pink {
  --swiper-navigation-color: #d63384;
}

.swiper-button-prev.swiper-button-red,
.swiper-button-next.swiper-button-red {
  --swiper-navigation-color: #C21E1E;
}

.swiper-button-prev.swiper-button-orange,
.swiper-button-next.swiper-button-orange {
  --swiper-navigation-color: #DB9842;
}

.swiper-button-prev.swiper-button-green,
.swiper-button-next.swiper-button-green {
  --swiper-navigation-color: #3797A4;
}

.swiper-button-prev.swiper-button-green8BCDCD,
.swiper-button-next.swiper-button-green8BCDCD {
  --swiper-navigation-color: #8BCDCD;
}

.swiper-button-prev.swiper-button-teal,
.swiper-button-next.swiper-button-teal {
  --swiper-navigation-color: #20c997;
}

.swiper-button-prev.swiper-button-cyan,
.swiper-button-next.swiper-button-cyan {
  --swiper-navigation-color: #0dcaf0;
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #fff;
}

.swiper-button-prev.swiper-button-gray-dark,
.swiper-button-next.swiper-button-gray-dark {
  --swiper-navigation-color: #343a40;
}

.swiper-button-prev.swiper-button-yellow,
.swiper-button-next.swiper-button-yellow {
  --swiper-navigation-color: #FFD530;
}

.swiper-button-prev.swiper-button-hoverGreen,
.swiper-button-next.swiper-button-hoverGreen {
  --swiper-navigation-color: #44B1BF;
}

.swiper-button-prev.swiper-button-grayF1,
.swiper-button-next.swiper-button-grayF1 {
  --swiper-navigation-color: #F1F1F1;
}

.swiper-button-prev.swiper-button-grayF7,
.swiper-button-next.swiper-button-grayF7 {
  --swiper-navigation-color: #F7F7F7;
}

.swiper-button-prev.swiper-button-grayD7,
.swiper-button-next.swiper-button-grayD7 {
  --swiper-navigation-color: #D7D7D7;
}

.swiper-button-prev.swiper-button-gray40,
.swiper-button-next.swiper-button-gray40 {
  --swiper-navigation-color: #404040;
}

.swiper-button-prev.swiper-button-grayE1,
.swiper-button-next.swiper-button-grayE1 {
  --swiper-navigation-color: #E1E1E1;
}

.swiper-button-prev.swiper-button-gray67,
.swiper-button-next.swiper-button-gray67 {
  --swiper-navigation-color: #676767;
}

.swiper-button-prev.swiper-button-gray3E3A39,
.swiper-button-next.swiper-button-gray3E3A39 {
  --swiper-navigation-color: #3E3A39;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000;
}

.swiper-button-lock {
  display: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.NotoSansTC {
  font-family: "Noto Sans TC";
}

.Inter {
  font-family: "Inter", "Noto Sans TC";
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-16 {
  line-height: 1.6;
}

.lh-165 {
  line-height: 1.65;
}

.lh-17 {
  line-height: 1.7;
}

.lh-175 {
  line-height: 1.75;
}

.lh-18 {
  line-height: 1.8;
}

.max1600 {
  max-width: 1600px;
}

.max1500 {
  max-width: 1500px;
}

.max1420 {
  max-width: 1420px;
}

.max1400 {
  max-width: 1400px;
}

.max1320 {
  max-width: 1320px;
}

.max1268 {
  max-width: 1268px;
}

.max1173 {
  max-width: 1173px;
}

.max1070 {
  max-width: 1070px;
}

.max1056 {
  max-width: 1056px;
}

.max820 {
  max-width: 820px;
}

.max710 {
  max-width: 710px;
}

.max700 {
  max-width: 700px;
}

.max640 {
  max-width: 640px;
}

.max480 {
  max-width: 480px;
}

.z-1 {
  z-index: 1;
}

.z-2 {
  z-index: 2;
}

.z-3 {
  z-index: 3;
}

.bg-hover-white {
  transition: all 0.3s;
}
.bg-hover-white:hover {
  background: white !important;
}

.bg-hover-green {
  transition: all 0.3s;
}
.bg-hover-green:hover {
  background: #3797A4 !important;
}

.bg-hover-hoverGreen {
  transition: all 0.3s;
}
.bg-hover-hoverGreen:hover {
  background: #44B1BF !important;
}

.text-hover-green {
  transition: all 0.3s;
}
.text-hover-green:hover {
  color: #3797A4 !important;
}

.text-hover-white {
  transition: all 0.3s;
}
.text-hover-white:hover {
  color: #fff !important;
}

.text-hover-hoverGreen {
  transition: all 0.3s;
}
.text-hover-hoverGreen:hover {
  color: #44B1BF !important;
}

.les05 {
  letter-spacing: 0.5px;
}

.les08 {
  letter-spacing: 0.8px;
}

.les1 {
  letter-spacing: 1px;
}

.les2 {
  letter-spacing: 2px;
}

.rounded-30 {
  border-radius: 30px;
}

.rounded-10 {
  border-radius: 10px;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.border-bottom-grayD7 {
  border-bottom: 1px solid #D7D7D7;
}

.border-bottom-grayE2 {
  border-bottom: 1px solid #E2E2E2;
}

.border-bottom-grayAF-dash {
  border-bottom: 1px dashed #AFAFAF;
}

@media (min-width: 1199px) {
  .position-xl-absolute {
    position: absolute !important;
  }
}

@media (min-width: 991px) {
  .position-lg-absolute {
    position: absolute !important;
  }
}

@media (min-width: 576px) {
  .position-sm-absolute {
    position: absolute !important;
  }
}

.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fw-500 {
  font-weight: 500;
}

.w-0 {
  width: 0 !important;
}

.cursor {
  cursor: pointer;
}

.object-fit {
  object-fit: cover;
  object-position: center;
  width: 100%;
}

@media (min-width: 1600px) {
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
}
.box-shadow {
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.07);
}

.opacity06 {
  opacity: 0.6;
}

.blank {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .blank {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.fz-130 {
  font-size: 130px;
}

.fz-80 {
  font-size: 80px;
}

.fz-70 {
  font-size: 70px;
}

.fz-55 {
  font-size: 55px;
}

.fz-50 {
  font-size: 50px;
}

.fz-44 {
  font-size: 44px;
}

.fz-40 {
  font-size: 40px;
}

.fz-38 {
  font-size: 38px;
}

.fz-36 {
  font-size: 36px;
}

.fz-32 {
  font-size: 32px;
}

.fz-30 {
  font-size: 30px;
}

.fz-28 {
  font-size: 28px;
}

.fz-26 {
  font-size: 26px;
}

.fz-24 {
  font-size: 24px;
}

.fz-22 {
  font-size: 22px;
}

span.title.d-block.position-relative.fz-26.fw-bold.line1.les05.pb-2.pb-md-3.mb-2.mb-md-3 {
    text-shadow: 2px 3px 5px #4d4d4d;
}

div#mCSB_1_container {
    text-shadow: 2px 3px 5px #4d4d4d;
}

div#mCSB_2_container {
    text-shadow: 2px 3px 5px #4d4d4d;
}


div#mCSB_3_container {
    text-shadow: 2px 3px 5px #4d4d4d;
}

div#mCSB_4_container {
    text-shadow: 2px 3px 5px #4d4d4d;
}

div#mCSB_5_container {
    text-shadow: 2px 3px 5px #4d4d4d;
}

div#mCSB_6_container {
    text-shadow: 2px 3px 5px #4d4d4d;
}

div#mCSB_7_container {
    text-shadow: 2px 3px 5px #4d4d4d;
}

div#mCSB_8_container {
    text-shadow: 2px 3px 5px #4d4d4d;
}

div#mCSB_9_container {
    text-shadow: 2px 3px 5px #4d4d4d;
}






.fz-20 {
  font-size: 20px;
}

.fz-18 {
  font-size: 18px;
}

.fz-16 {
  font-size: 16px;
}

.fz-15 {
  font-size: 15px;
}

.fz-14 {
  font-size: 14px;
}

.fz-12 {
  font-size: 12px;
}

@media (max-width: 1399px) {
  .fz-70 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .fz-80 {
    font-size: 60px;
  }
  .fz-70 {
    font-size: 55px;
  }
  .fz-40 {
    font-size: 34px;
  }
  .fz-38 {
    font-size: 32px;
  }
  .fz-32 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .fz-130 {
    font-size: 100px;
  }
  .fz-50 {
    font-size: 40px;
  }
  .fz-36 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .fz-130 {
    font-size: 70px;
  }
  .fz-80 {
    font-size: 46px;
  }
  .fz-70 {
    font-size: 32px;
  }
  .fz-55 {
    font-size: 40px;
  }
  .fz-50 {
    font-size: 30px;
  }
  .fz-40 {
    font-size: 30px;
  }
  .fz-38 {
    font-size: 26px;
  }
  .fz-36 {
    font-size: 26px;
  }
  .fz-32 {
    font-size: 22px;
  }
  .fz-30 {
    font-size: 22px;
  }
  .fz-28 {
    font-size: 26px;
  }
  .fz-22 {
    font-size: 18px;
  }
  .fz-20 {
    font-size: 18px;
  }
  .fz-18 {
    font-size: 16px;
  }
}
body {
  /*font-family: "Microsoft JhengHei","Helvetica Neue","Helvetica,Arial,sans-serif";*/
  font-size: 18px;
  color: #676767;
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

main {
  min-height: 200px;
}

img {
  max-width: 100%;
}

a {
  /*color: inherit;
  transition: color 0.3s;*/
}
a:hover {
/*  color: inherit;*/
}

input, button, select, optgroup, textarea {
  font-size: 18px;
}
@media (max-width: 767px) {
  input, button, select, optgroup, textarea {
    font-size: 16px;
  }
}

input, button {
  outline: 0;
  padding: 0;
}

input {
  padding: 0;
  border: 0;
  background: transparent;
  -webkit-appearance: none;
}

textarea {
  border: 0;
  outline: 0;
  -webkit-appearance: none;
}

button {
  border: 0;
  background: transparent;
  letter-spacing: inherit;
  color: inherit;
}

ul {
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 22px;
}

.ns {
  list-style: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #A8A8A8;
}

::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #A8A8A8;
}

::-o-placeholder { /* Mozilla Firefox 19+ */
  color: #A8A8A8;
}

::-ms-placeholder { /* Internet Explorer 10+ */
  color: #A8A8A8;
}

::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #A8A8A8;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}

[class^=icon-]:before, [class*=" icon-"]:before {
  width: auto;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: initial;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  outline: none !important;
  opacity: 1;
}

.swiper-button {
  margin-top: 0;
  outline: none !important;
  transition: all 0.3s;
}
.swiper-button::after {
  display: none;
}
.swiper-button.swiper-button-prev {
  left: 0;
}
.swiper-button.swiper-button-next {
  right: 0;
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(30deg);
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}

.modal-content {
  border: 0;
  border-radius: 0;
}

@keyframes rounded {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded-center {
  0% {
    transform: translate(-50%, 50%) rotate(0);
  }
  100% {
    transform: translate(-50%, 50%) rotate(360deg);
  }
}
.more .icon-more-2 {
  font-size: 24px;
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid transparent;
  position: relative;
  background: transparent;
  transition: all 0.3s;
  margin-right: 12px;
  margin-left: 0;
}
.swiper-pagination-bullet::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #3797A4;
  transition: all 0.3s;
  border-radius: 50%;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid #3797A4;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 0;
}

.banner-section {
  height: 480px;
}
.banner-section::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(7, 16, 46, 0.35);
}
.banner-section.imgOp0 .object-fit {
  opacity: 0;
}
.banner-section .object-fit {
  height: 480px;
}
@media (max-width: 575px) {
  .banner-section {
    height: 300px;
  }
  .banner-section .object-fit {
    height: 300px;
  }
}

.breadcrumb-element {
  letter-spacing: 1px;
  top: 120px;
  right: calc((100% - 1440px) / 2);
}
.breadcrumb-element.static .breadcrumb-item:before {
  color: #676767 !important;
}
.breadcrumb-element .breadcrumb-item {
  position: relative;
}
.breadcrumb-element .breadcrumb-item + .breadcrumb-item {
  padding-left: 11px;
  margin-left: 7px;
}
.breadcrumb-element .breadcrumb-item + .breadcrumb-item::before {
  content: "/";
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
  padding: 0;
  color: white;
  font-size: 14px;
}
@media (max-width: 1599px) {
  .breadcrumb-element {
    right: 60px;
  }
}
@media (max-width: 991px) {
  .breadcrumb-element {
    right: 24px;
  }
}
@media (max-width: 767px) {
  .breadcrumb-element {
    top: 80px;
  }
}

.links-element .toggle {
  padding-top: 12px;
  padding-bottom: 12px;
}
.links-element .toggle i::before {
  margin: 0;
}
.links-element a {
  padding: 24.5px 20px;
}
.links-element a.active {
  color: black;
  font-weight: 500;
}
.links-element a:hover {
  color: black;
}
.links-element a + a {
  position: relative;
}
.links-element a + a::before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 18px;
  background: #B5B5B5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .links-element a {
    padding: 8px 0;
    color: white !important;
    font-weight: normal !important;
  }
  .links-element a::before {
    display: none !important;
  }
  .links-element .content {
    background: #3797A4;
    position: absolute;
    width: 100%;
    margin-top: 4px;
    padding: 0 24px;
    display: none;
  }
}

.newItem:hover .title {
  color: #3797A4;
}
.newItem:hover .object-fit {
  transform: scale(1.02);
}
.newItem:hover .more i {
  transform: translateX(5px);
}
.newItem .img-box {
  flex: 0 0 auto;
  width: 43%;
}
.newItem .text-box {
  flex: 0 0 auto;
  width: 57%;
}
.newItem .text-box .text-inner {
  border-top: 1px solid #E1E1E1;
}
.newItem .tag {
  padding: 4px 11px;
}
.newItem .title {
  color: black;
  transition: all 0.3s;
}
.newItem .object-fit {
  transition: all 0.3s;
  height: 355px;
}
.newItem .more i {
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .newItem .object-fit {
    height: 320px;
  }
}
@media (max-width: 991px) {
  .newItem .img-box {
    width: 100%;
  }
  .newItem .text-box {
    width: 100%;
  }
  .newItem .object-fit {
    height: auto;
  }
}
@media (max-width: 575px) {
  .newItem .object-fit {
    height: 208px;
  }
}

.page-element a {
  transition: all 0.3s;
}
.page-element a.dir {
  margin: 0 8px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
.page-element a.dir:hover {
  color: rgb(0, 0, 0);
}
.page-element a.number {
  margin: 0 12px;
  position: relative;
}
.page-element a.number.active, .page-element a.number:hover {
  color: #3797A4;
}
.page-element a.number.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7px;
  height: 1px;
  background: #3797A4;
}
@media (max-width: 767px) {
  .page-element a.dir {
    margin: 0 5px;
  }
}

.video-element {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.video-element iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.editor {
  letter-spacing: 0.5px;
  line-height: 1.55;
}
.editor p {
  margin-bottom: 34px;
}
.editor img {
  height: auto !important;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .editor p {
    margin-bottom: 24px;
  }
  .editor img {
    margin-bottom: 36px;
  }
}

.prev_next .prev, .prev_next .next {
  width: 420px;
}
.prev_next .prev:hover .title, .prev_next .next:hover .title {
  color: #3797A4;
}
.prev_next .prev i, .prev_next .next i {
  font-size: 40px;
}
.prev_next .prev i::before, .prev_next .next i::before {
  margin: 0;
}
.prev_next .dir {
  height: 38px;
}
.prev_next .back {
  color: #3E3A39;
}
.prev_next .back:hover {
  color: #3797A4;
}
.prev_next .back i {
  font-size: 23px;
}
.prev_next .title {
  transition: all 0.3s;
  color: black;
}
@media (max-width: 1199px) {
  .prev_next .prev, .prev_next .next {
    width: 360px;
  }
}
@media (max-width: 991px) {
  .prev_next .prev, .prev_next .next {
    width: auto;
  }
}
@media (max-width: 767px) {
  .prev_next .prev i, .prev_next .next i {
    font-size: 30px;
  }
}

.ul-green-dots li {
  padding-left: 16px;
  position: relative;
}
.ul-green-dots li::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #3797A4;
  top: 11px;
  left: 0;
}
@media (max-width: 767px) {
  .ul-green-dots li:before {
    top: 10px;
  }
}

.ul-circle-dots.style-2 li:before {
  top: 9px;
}
.ul-circle-dots li {
  padding-left: 20px;
  position: relative;
}
.ul-circle-dots li::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid black;
  top: 12px;
  left: 0;
}
@media (max-width: 767px) {
  .ul-circle-dots li:before {
    top: 10px;
  }
}

.ul-counter {
  counter-reset: counter;
}
.ul-counter li {
  padding-left: 26px;
  position: relative;
}
.ul-counter li::before {
  counter-increment: counter;
  content: "(" counter(counter) ")";
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Jost";
}

.form.style-2 .form-field {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: 1px solid #8BCDCD;
  padding: 13px 0;
}
.form.style-2 .form-field.hover {
  box-shadow: none;
}
.form.style-2 .form-field.error, .form.style-2 .form-field.focus {
  border-bottom: 1px solid white;
}
.form.style-2 .form-field .label {
  flex: 0 0 auto;
  min-width: 88px;
  padding-right: 16px;
}
.form.style-2 .form-field input {
  color: white;
}
.form.style-2 .form-field input:-webkit-autofill, .form.style-2 .form-field input:-webkit-autofill:hover, .form.style-2 .form-field input:-webkit-autofill:focus, .form.style-2 .form-field input:-webkit-autofill:active {
  -webkit-text-fill-color: white;
}
.form.style-2 .form-field textarea {
  background: transparent;
  color: white;
}
.form.style-2 ::-webkit-input-placeholder { /* WebKit browsers */
  color: rgba(255, 255, 255, 0.6);
}
.form.style-2 ::-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: rgba(255, 255, 255, 0.6);
}
.form.style-2 ::-o-placeholder { /* Mozilla Firefox 19+ */
  color: rgba(255, 255, 255, 0.6);
}
.form.style-2 ::-ms-placeholder { /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.form.style-2 ::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: rgba(255, 255, 255, 0.6);
}
.form.style-2 .bootstrap-select.changed .dropdown-toggle {
  color: white;
}
.form.style-2 .bootstrap-select .dropdown-toggle {
  color: rgba(255, 255, 255, 0.6);
}
.form .block {
  margin-bottom: 38px;
}
.form .block .title-box {
  border-bottom: 1px solid white;
  padding: 26px 115px 18px 115px;
}
.form .block .content-box {
  padding: 34px 115px 50px 115px;
}
.form .form-field {
  background: white;
  border: 1px solid #E2E2E2;
  padding: 13px 16px;
  transition: all 0.3s;
  font-size: 16px;
}
.form .form-field.hover {
  box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.1);
}
.form .form-field.error, .form .form-field.focus {
  border: 1px solid #3797A4;
}
.form .form-field .label {
  flex: 0 0 100px;
  display: flex;
}
.form .form-field input {
  letter-spacing: 1px;
  font-size: 16px;
  padding: 4px 8px;
}
.form .form-field input#verificationCode + button {
  margin-top: 4px;
}
.form .form-field .close {
  width: 18px;
  height: 18px;
  margin-top: 7px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  font-family: "Noto Sans TC";
}
.form .form-field .close.show {
  opacity: 1;
  pointer-events: all;
}
.form .form-field .close i:before {
  transform: scale(0.62);
  margin: 0;
  margin-left: 1px;
  width: 13px;
  line-height: 18px;
}
.form textarea {
  background: white;
  font-size: 16px;
  letter-spacing: 1px;
}
.form textarea.style-2 {
  padding: 4px 8px;
}
.form label.error {
  font-size: 14px;
  color: #3797A4;
}
.form .radios input {
  display: none;
}
.form .radios input:checked + label::after {
  opacity: 1;
}
.form .radios input:checked + label::before {
  border: 2px solid #3797A4;
}
.form .radios label {
  position: relative;
  padding-left: 30px;
  transition: all 0.3s;
}
.form .radios label:hover {
  color: #3797A4;
}
.form .radios label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #3797A4;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.form .radios label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #E3E3E3;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
  transition: all 0.3s;
}
.form .otherIssue {
  display: none;
}
@media (max-width: 1599px) {
  .form .block .title-box {
    padding: 26px 72px 18px 72px;
  }
  .form .block .content-box {
    padding: 34px 72px 50px 72px;
  }
}
@media (max-width: 1199px) {
  .form .block .title-box {
    padding: 26px 24px 18px 24px;
  }
  .form .block .content-box {
    padding: 34px 24px 50px 24px;
  }
}
@media (max-width: 991px) {
  .form .block .content-box {
    padding: 34px 24px 24px 24px;
  }
}
@media (max-width: 767px) {
  .form .block .title-box {
    padding: 16px 24px 12px 24px;
  }
  .form .block .content-box {
    padding: 16px 24px 16px 24px;
  }
}
@media (max-width: 575px) {
  .form.style-2 .form-field {
    padding-bottom: 0;
  }
  .form.style-2 .form-field .label {
    border-bottom: 0;
    padding: 0;
    min-width: 51px;
  }
  .form.style-2 .form-field .label.verificationCode-label {
    flex: 0 0 100%;
  }
  .form.style-2 .form-field input {
    padding: 8px 0;
  }
  .form.style-2 .form-field .close {
    margin-top: 7px;
  }
  .form.style-2 .form-field .bootstrap-select {
    padding: 8px 0 8px 0;
  }
  .form .form-field {
    padding: 0 16px;
  }
  .form .form-field .label {
    flex: 0 0 100%;
    padding: 10px 0;
    border-bottom: 1px solid #E2E2E2;
  }
  .form .form-field input {
    flex: 0 0 calc(100% - 50px);
    padding: 10px 0px;
  }
  .form .form-field input#verificationCode {
    flex: 0 0 calc(100% - 150px);
  }
  .form .form-field textarea {
    padding: 10px 0;
  }
  .form .form-field textarea.style-2 {
    flex: 0 0 calc(100% - 50px);
  }
  .form .form-field .close {
    margin-top: 13px;
  }
}

.checkbox-element img {
  width: 10px;
  height: 10px;
  left: 4px;
  top: 9px;
  opacity: 0;
  transition: all 0.3s;
  z-index: 1;
  pointer-events: none;
}
.checkbox-element input[type=checkbox]:checked + img {
  opacity: 1;
}
.checkbox-element label {
  padding-left: 30px;
}
.checkbox-element label::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #E2E2E2;
  position: absolute;
  left: 0px;
  top: 5px;
  background: white;
  pointer-events: none;
}

.bootstrap-select {
  padding: 2px 8px 6px 8px;
}
.bootstrap-select.changed .dropdown-toggle {
  color: black;
}
.bootstrap-select .dropdown-toggle {
  background: transparent;
  border: 0;
  padding: 0;
  color: #A8A8A8;
  line-height: 18px;
  transition: all 0.3s;
}
.bootstrap-select .dropdown-toggle.bs-placeholder {
  color: #A8A8A8;
}
.bootstrap-select .dropdown-toggle::after {
  border-top: 6px solid;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}
.bootstrap-select .dropdown-menu.inner li .dropdown-item.active, .bootstrap-select .dropdown-menu.inner li .dropdown-item:active {
  background: #3797A4;
}
@media (max-width: 575px) {
  .bootstrap-select {
    flex: 0 0 100%;
    padding: 6px 0 14px 0;
  }
}

#googleMap {
  height: 745px;
}
#googleMap iframe {
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
#googleMap iframe.show {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 991px) {
  #googleMap {
    height: 600px;
  }
}
@media (max-width: 575px) {
  #googleMap {
    height: 400px;
  }
}

.accordion-item {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
}
.accordion-item button {
  margin-bottom: -16px;
  transition: all 0.3s;
}
.accordion-item button.collapsed {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}
.accordion-item button.collapsed:hover {
  color: white;
}
.accordion-item button.collapsed .toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.accordion-item button .toggle {
  width: 16px;
  height: 16px;
}
.accordion-item button .toggle span {
  width: 16px;
  height: 2px;
  background: white;
  transition: all 0.3s;
}
.accordion-item button .toggle span:nth-child(1), .accordion-item button .toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .accordion-item button {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .accordion-item button {
    margin-bottom: 0;
  }
  .accordion-item button .toggle span {
    width: 12px;
  }
}

.coursesItem.row {
  margin-left: -19px;
  margin-right: -19px;
}
.coursesItem.row > * {
  padding-left: 19px;
  padding-right: 19px;
}
@media (max-width: 1599px) {
  .coursesItem.row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .coursesItem.row > * {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.courseItem {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
.courseItem:hover .img-box img {
  transform: scale(1.02);
}
.courseItem:hover .img-box .tag {
  background: white;
  color: #3797A4;
}
.courseItem:hover .text-box {
  background: #3797A4;
}
.courseItem:hover .text-box .date {
  color: white;
}
.courseItem:hover .text-box .title {
  color: white;
}
.courseItem:hover .text-box .description {
  color: white;
}
.courseItem:hover .text-box .teacher-inner {
  color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.courseItem .img-box {
  height: 280px;
}
.courseItem .img-box .tag {
  bottom: 0;
  right: 0;
  color: white;
  background: #3797A4;
  transition: all 0.3s;
}
.courseItem .img-box img {
  transition: all 0.3s;
}
.courseItem .text-box {
  transition: all 0.3s;
}
.courseItem .text-box .date {
  color: #3797A4;
  transition: all 0.3s;
}
.courseItem .text-box .title {
  color: black;
  transition: all 0.3s;
}
.courseItem .text-box .description {
  transition: all 0.3s;
}
.courseItem .text-box .teacher-inner {
  padding: 12px 0;
  color: black;
  border-top: 1px solid #E1E1E1;
  transition: all 0.3s;
}
.courseItem .text-box .teacher-inner .teachers .teacher {
  width: 28px;
  height: 28px;
}
@media (max-width: 991px) {
  .courseItem .img-box {
    height: 218px;
  }
}

.note-element {
  margin-top: 56px;
  border: 1px solid black;
}
.note-element .tag {
  position: absolute;
  top: 0;
  left: 37px;
  transform: translateY(-50%);
}
.note-element .arrow {
  align-self: self-start;
}
@media (max-width: 767px) {
  .note-element {
    border: 0;
  }
  .note-element .tag {
    position: static;
    transform: none;
  }
}

.otherPageItem:hover .title::after {
  opacity: 1;
}
.otherPageItem .title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
  opacity: 0;
  transition: all 0.3s;
}

html.menuOpen {
  overflow: hidden;
}
html.menuOpen header .menu-2 {
  transform: none;
}
@media (max-width: 991px) {
  html.menuOpen header {
    background: white;
  }
  html.menuOpen header .menu-toggle {
    background: #3797A4;
  }
  html.menuOpen header .menu-toggle span.bar1 {
    width: 20px;
    left: 5px;
    top: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  html.menuOpen header .menu-toggle span.bar2 {
    opacity: 0;
  }
  html.menuOpen header .menu-toggle span.bar3 {
    width: 20px;
    left: 5px;
    top: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  html.menuOpen .logo img:nth-child(1) {
    opacity: 0;
  }
  html.menuOpen .logo img:nth-child(2) {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  html.menuOpen header .wrapper {
    height: 56px;
  }
  html.menuOpen header .menu-toggle {
    margin-right: 0;
    height: 56px;
  }
  html.menuOpen header .menu-toggle span.bar1 {
    left: 3px;
    top: 7px;
  }
  html.menuOpen header .menu-toggle span.bar3 {
    left: 3px;
    top: 7px;
  }
}

html.searchMode header {
  background: white;
}
html.searchMode .search-btn i:nth-child(1) {
  opacity: 0;
}
html.searchMode .search-btn i:nth-child(2) {
  opacity: 1;
}
html.searchMode .logo img:nth-child(1) {
  opacity: 0;
}
html.searchMode .logo img:nth-child(2) {
  opacity: 1;
}
html.searchMode .menu-1 {
  color: black;
}
html.searchMode .contact {
  border: 1px solid black;
}
html.searchMode .contact span:nth-child(1) {
  color: black !important;
}

header.scrollMode {
  background: white;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.02);
}
header.scrollMode .wrapper {
  height: 76px;
  max-width: 1920px;
  border-bottom: 0;
}
header.scrollMode .logo {
  width: 260px;
  margin-left: 20px;
}
header.scrollMode .logo img:nth-child(1) {
  opacity: 0;
}
header.scrollMode .logo img:nth-child(2) {
  opacity: 1;
}
header.scrollMode .menu-1 {
  display: none;
}
header.scrollMode .contact {
  border: 1px solid black;
}
header.scrollMode .contact span:nth-child(1) {
  opacity: 0;
}
header.scrollMode .contact span:nth-child(2) {
  opacity: 1;
}
header.scrollMode .search-btn {
  color: black;
}
header.scrollMode .menu-toggle {
  display: flex;
}
header.scrollMode .search-box {
  top: 76px;
}
@media (max-width: 1199px) {
  header.scrollMode .logo {
    width: 200px;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  header.scrollMode .menu-toggle {
    background: #3797A4;
  }
}
@media (max-width: 767px) {
  header.scrollMode .wrapper {
    height: 56px;
  }
  header.scrollMode .menu-toggle {
    margin-right: 0px;
    height: 56px;
  }
}

.white-header header {
  background: white;
}
.white-header header .wrapper {
  border-bottom: 1px solid #C0C0C0;
}
.white-header header .logo img:nth-child(1) {
  opacity: 0;
}
.white-header header .logo img:nth-child(2) {
  opacity: 1;
}
.white-header header .menu-1 {
  color: black;
}
.white-header header .contact {
  border: 1px solid black;
}
.white-header header .contact span:nth-child(1) {
  color: black !important;
}
.white-header header .search-btn {
  color: black;
}
.white-header main {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .white-header main {
    padding-top: 76px;
  }
  .white-header header .menu-toggle {
    background: #3797A4;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .white-header main {
    padding-top: 65px;
  }
}

header {
  transition: background 0.3s;
}
header .wrapper {
  max-width: 1748px;
  height: 90px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  transition: all 0.3s;
}
header .logo {
  width: 280px;
  transition: all 0.3s;
}
header .logo img {
  transition: all 0.3s;
}
header .logo img:nth-child(2) {
  opacity: 0;
}
header .menu-1 {
  transition: all 0.3s;
  color: white;
  display: flex;
}
header .menu-1.hoverMode li a {
  opacity: 0.6;
}
header .menu-1 li.hover a {
  opacity: 1;
}
header .menu-1 li a {
  position: relative;
  padding: 34px 0;
  transition: opacity 0.3s;
}
header .menu-1 li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #3797A4;
  transition: width 0.3s;
}
header .menu-1 li a.active::after, header .menu-1 li a:hover::after {
  width: 100%;
}
header .menu-2 {
  position: fixed;
  top: 0;
  right: 0px;
  max-width: 817px;
  transform: translateX(100%);
  transition: all 0.3s;
}
header .menu-2 .main-block {
  border-right: 1px solid #E2E2E2;
}
header .menu-2 .main-block form {
  border-bottom: 1px solid #E2E2E2;
}
header .menu-2 .main-block form .icon-search {
  font-size: 22px;
}
header .menu-2 .main-block .scrollbarY {
  height: calc(100vh - 300px);
  margin-top: 110px;
}
header .menu-2 .main-block .row ul li {
  position: relative;
  padding-left: 20px;
}
header .menu-2 .main-block .row ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  background: black;
  width: 8px;
  height: 1px;
}
header .menu-2 .aside-block .close-button {
  width: 110px;
  height: 110px;
}
header .menu-2 .aside-block .close-button > span {
  width: 30px;
  height: 30px;
}
header .menu-2 .aside-block .close-button > span span {
  width: 100%;
  height: 2px;
  background: white;
  position: absolute;
}
header .menu-2 .aside-block .close-button > span span.bar1 {
  left: 0px;
  top: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
header .menu-2 .aside-block .close-button > span span.bar2 {
  left: 0px;
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
header .menu-2 .aside-block .icon-fb,
header .menu-2 .aside-block .icon-ig {
  font-size: 20px;
}
header .contact {
  padding: 12px 29px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid transparent;
  transition: all 0.3s;
}
header .contact:hover {
  background: rgb(255, 255, 255);
}
header .contact:hover span {
  color: black;
}
header .contact span {
  transition: all 0.3s;
  color: white;
}
header .contact span:nth-child(2) {
  opacity: 0;
}
header .search-btn {
  font-size: 22px;
  color: white;
  transition: all 0.3s;
}
header .search-btn:hover {
  color: #3797A4;
}
header .search-btn i {
  transition: opacity 0.3s;
}
header .search-btn i:nth-child(2) {
  opacity: 0;
}
header .search-box {
  top: 90px;
  display: none;
  transition: top 0.3s;
}
header .search-box form {
  border-bottom: 1px solid #C0C0C0;
}
header .menu-toggle {
  margin-right: -24px;
  width: 110px;
  height: 100%;
  background: #3797A4;
  display: none;
  transition: all 0.3s;
}
header .menu-toggle:hover {
  background: #44B1BF;
}
header .menu-toggle > span {
  width: 30px;
  height: 18px;
}
header .menu-toggle > span span {
  background: white;
  position: absolute;
  height: 2px;
  transition: all 0.5s;
}
header .menu-toggle > span span.bar1 {
  left: 10px;
  top: 0;
  width: 20px;
}
header .menu-toggle > span span.bar2 {
  left: 0;
  top: 8px;
  width: 30px;
}
header .menu-toggle > span span.bar3 {
  left: 10px;
  top: 16px;
  width: 20px;
}
@media (max-width: 1199px) {
  header .logo {
    width: 200px;
  }
  header .menu-2 {
    max-width: 700px;
  }
  header .menu-2 .main-block .scrollbarY {
    margin-top: 0;
    height: calc(100vh - 200px);
  }
}
@media (max-width: 991px) {
  header::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0));
  }
  header .wrapper {
    height: 76px;
  }
  header .menu-1 {
    display: none;
  }
  header .menu-toggle {
    position: fixed;
    width: 76px;
    height: 76px;
    display: flex;
    background: transparent;
    right: 0;
    margin: 0;
    z-index: 1;
  }
  header .menu-2 {
    top: 76px;
    max-width: initial;
  }
  header .menu-2 .main-block .scrollbarY {
    height: calc(100vh - 350px);
  }
  header .menu-2 .aside-block .close-button {
    width: 76px;
    height: 76px;
  }
}
@media (max-width: 767px) {
  header .wrapper {
    height: 65px;
  }
  header .menu-toggle {
    width: 56px;
    height: 65px;
    margin-right: 9px;
  }
  header .menu-toggle > span {
    width: 26px;
    height: 16px;
  }
  header .menu-toggle > span span.bar1 {
    width: 16px;
  }
  header .menu-toggle > span span.bar2 {
    width: 26px;
    top: 7px;
  }
  header .menu-toggle > span span.bar3 {
    width: 16px;
    top: 14px;
  }
  header .menu-2 {
    top: 56px;
  }
  header .menu-2 .main-block form .icon-search {
    font-size: 18px;
  }
  header .menu-2 .main-block .scrollbarY {
    font-size: 18px;
    height: calc(100vh - 250px);
  }
  header .menu-2 .main-block .scrollbarY .fz-28 {
    font-size: 24px;
  }
  header .mCSB_inside > .mCSB_container {
    margin: 0;
  }
}

main {
  position: relative;
  z-index: 0;
}

footer .logo {
  width: 240px;
}
footer .icon-fb,
footer .icon-ig {
  font-size: 24px;
}
@media (max-width: 767px) {
  footer .logo {
    width: 220px;
  }
  footer .menu {
    font-size: 16px;
  }
}
footer .benchmark {
  font-size: 0;
}
@media (max-width: 767px) {
  footer .benchmark {
    padding: 0;
    margin-top: 30px !important;
    width: 100%;
  }
}
footer .benchmark p {
  display: none;
  font-size: 0 !important;
}
footer .benchmark fieldset {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
footer .benchmark fieldset > div {
  margin: 0 !important;
  font-size: 14px;
  line-height: 14px;
}
footer .benchmark input {
  margin: 0 !important;
  background: #fff;
  border: none;
  padding: 0px 20px;
  width: 200px;
  height: 44px;
  line-height: 44px;
}
footer .benchmark button {
  margin: 0 !important;
  width: 100px;
  transition: all 0.3s;
}
footer .benchmark > div > div > div {
  text-align: right;
  padding: 0 !important;
  background: none !important;
  width: 300px !important;
}
footer .benchmark > div > div > div > div {
  padding: 0 !important;
}

#service .index-banner-section {
  height: calc(100vh - 100px);
}
#service .index-banner-section .swiper-container.img::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}
#service .index-banner-section .swiper-container.img .swiper-slide a {
  transition: all 3s;
}
#service .index-banner-section .swiper-container.img .swiper-slide a img {
  height: calc(100vh - 100px);
}
#service .index-banner-section .swiper-container.img .swiper-slide.swiper-slide-active a {
  transform: scale(1.01);
}
#service .index-banner-section .swiper-container.text {
  letter-spacing: 1px;
}
#service .index-banner-section .swiper-container.text .swiper-slide.swiper-slide-active {
  pointer-events: none;
}
#service .index-banner-section .swiper-container.text .swiper-slide.swiper-slide-active .text-inner .title {
  transform: none;
  transition: all 1s;
  opacity: 1;
  transition-delay: 0.3s;
}
#service .index-banner-section .swiper-container.text .swiper-slide.swiper-slide-active .text-inner .content {
  transform: none;
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}
#service .index-banner-section .swiper-container.text .swiper-slide .text-inner {
  transition: all 0.3s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#service .index-banner-section .swiper-container.text .swiper-slide .text-inner .title {
  transform: translateY(50px);
  transition: all 0s;
  opacity: 0;
}
#service .index-banner-section .swiper-container.text .swiper-slide .text-inner .content {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0s;
}
#service .index-banner-section .swiper-container.text .swiper-buttons {
  pointer-events: all;
}
#service .index-banner-section .swiper-container.text .swiper-buttons .swiper-button.swiper-button-prev {
  left: 5.5%;
}
#service .index-banner-section .swiper-container.text .swiper-buttons .swiper-button.swiper-button-prev:hover i {
  transform: translateX(-10px);
}
#service .index-banner-section .swiper-container.text .swiper-buttons .swiper-button.swiper-button-next {
  right: 5.5%;
}
#service .index-banner-section .swiper-container.text .swiper-buttons .swiper-button.swiper-button-next:hover i {
  transform: translateX(10px);
}
#service .index-banner-section .swiper-container.text .swiper-buttons .swiper-button i {
  transition: all 0.3s;
  font-size: 44px;
}
#service .index-banner-section .scroll-down {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
#service .index-banner-section .scroll-down .arrow {
  left: 50%;
  bottom: calc(50% + 25px);
  transform: translateX(-50%);
}
#service .index-banner-section .scroll-down .circle-ele {
  width: 240px;
  height: 240px;
}
#service .index-banner-section .scroll-down .circle-ele button {
  width: 100px;
  height: 100px;
}
#service .index-banner-section .scroll-down .circle-ele button .text {
  width: 100%;
  height: 100%;
  font-size: 15px;
  line-height: 1.25;
  transition: all 0.3s;
}
#service .index-banner-section .scroll-down .circle-ele button .text:hover {
  background: #5DBBC8 !important;
}
#service .index-banner-section .scroll-down .circle-ele button .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
#service .index-banner-section .scroll-down .circle-ele .circle {
  opacity: 0.5;
}
#service .index-banner-section .scroll-down .circle-ele .circle-1 {
  width: 115px;
}
#service .index-banner-section .scroll-down .circle-ele .circle-1 img {
  animation: rounded 5s linear 0s infinite forwards;
}
#service .index-banner-section .scroll-down .circle-ele .circle-2 {
  width: 135.8333333333px;
}
#service .index-banner-section .scroll-down .circle-ele .circle-2 img {
  animation: rounded 6s linear 0s infinite forwards;
}
#service .index-banner-section .scroll-down .circle-ele .circle-3 {
  width: 156.6666666667px;
}
#service .index-banner-section .scroll-down .circle-ele .circle-3 img {
  animation: rounded 7s linear 0s infinite forwards;
}
#service .news-section .h2-element h2 span:nth-child(2), #service .news-section .h2-element .h2 span:nth-child(2) {
  left: 150px;
}
#service .news-section .h2-element > span {
  top: 16px;
  left: 263px;
}
#service .news-section .tag {
  padding: 4px 11px;
}
#service .news-section .date {
  font-size: 16px;
}
#service .news-section .swiper-container {
  margin-top: -80px;
}
#service .news-section .moreNews {
  top: 0;
  right: 0;
}
#service .news-section .moreNews:hover i {
  transform: translateX(5px);
}
#service .news-section .moreNews i {
  font-size: 24px;
  transition: all 0.3s;
}
#service .news-section .swiper-pagination-current {
  color: #3797A4;
  margin-right: 10px;
}
#service .news-section .swiper-pagination-total {
  margin-left: 10px;
}
#service .news-section .swiper-button i {
  font-size: 14px;
}
#service .news-section .item:hover .title {
  color: #3797A4;
}
#service .news-section .item:hover .img-inner img {
  transform: scale(1.02);
}
#service .news-section .item:hover .more i {
  transform: translateX(3px);
}
#service .news-section .item .title {
  color: black;
  transition: all 0.3s;
  border-bottom: 1px solid #E2E2E2;
}
#service .news-section .item .img-inner img {
  transition: all 0.3s;
  height: 355px;
}
#service .news-section .item .more i {
  transition: all 0.3s;
}
#service .about-section {
  margin-top: -87px;
}
#service .about-section .h2-element h2 span:nth-child(2), #service .about-section .h2-element .h2 span:nth-child(2) {
  left: 67px;
}
#service .about-section .h2-element > span {
  top: 16px;
  left: 180px;
}
#service .about-section .object-fit {
  height: 516px;
}
#service .about-section .more {
  top: 70px;
  right: 17px;
  width: 100px;
  height: 100px;
}
#service .about-section .more:hover .circle {
  background: #44B1BF;
}
#service .about-section .more:hover .dec {
  animation-play-state: paused;
}
#service .about-section .more .dec {
  animation: rounded 10s linear 0s infinite forwards;
}
#service .about-section .more .circle {
  width: 70px;
  height: 70px;
  background: #3797A4;
  transition: all 0.3s;
}
#service .about-section .swiper-pagination-current {
  color: #3797A4;
  margin-right: 10px;
}
#service .about-section .swiper-pagination-total {
  margin-left: 10px;
}
#service .about-section .swiper-button i {
  font-size: 14px;
}
#service .service-section .swiper-slide {
  flex: 0 0 auto;
  width: 33%;
}
#service .service-section .swiper-slide:nth-child(6n-3), #service .service-section .swiper-slide:nth-child(6n-2) {
  width: 33%;
}
#service .service-section .item {
  height: 400px;
}
#service .service-section .item::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
}
#service .service-section .item::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
}
#service .service-section .item:hover::after {
  opacity: 1;
}
#service .service-section .item:hover .text-inner {
  transform: translateY(-50%);
}
#service .service-section .item:hover .text-inner .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  /*background: white;*/
}
#service .service-section .item:hover .text-inner .content {
  opacity: 1;
}
#service .service-section .item:hover .plus {
  opacity: 1;
}
#service .service-section .item .object-fit {
  height: 100%;
}
#service .service-section .item .text-inner {
  top: 50%;
  left: 0;
  transform: translateY(calc(-50% + 240px));
  transition: all 0.5s;
}
#service .service-section .item .text-inner .content {
  opacity: 0;
  /*height: 170px;*/
  transition: all 0.3s;
}
#service .service-section .item .plus {
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
}
#service .service-section .more {
  border: 2px solid black;
}
#service .service-section .more:hover {
  border: 2px solid #3797A4;
}
#service .service-section .more:hover i {
  transform: translateX(5px);
}
#service .service-section .more i {
  font-size: 24px;
  transition: transform 0.3s;
}
#service .course-section .swiper-wrapper {
  height: 640px;
}
#service .course-section .swiper-wrapper .swiper-slide {
  height: auto;
  opacity: 0;
  transition: all 0.3s;
}
#service .course-section .swiper-wrapper .swiper-slide.swiper-slide-prev, #service .course-section .swiper-wrapper .swiper-slide.swiper-slide-next {
  opacity: 1;
  transition: none;
}
#service .course-section .swiper-wrapper .swiper-slide.swiper-slide-active {
  z-index: 1;
  opacity: 1;
  transition: none;
}
#service .course-section .swiper-wrapper .swiper-slide.swiper-slide-active .item .text-inner {
  height: 313px;
}
#service .course-section .swiper-wrapper .swiper-slide.swiper-slide-active .item .text-inner h3, #service .course-section .swiper-wrapper .swiper-slide.swiper-slide-active .item .text-inner .h3 {
  font-size: 28px;
}
#service .course-section .swiper-wrapper .swiper-slide.swiper-slide-active .item .text-inner .more {
  opacity: 1;
  pointer-events: all;
}
#service .course-section .swiper-wrapper .swiper-slide .item {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
}
#service .course-section .swiper-wrapper .swiper-slide .item .object-fit {
  height: 307px;
}
#service .course-section .swiper-wrapper .swiper-slide .item .text-inner {
  padding-right: 65px;
  padding-left: 65px;
  height: 223px;
  transition: all 0.3s;
}
#service .course-section .swiper-wrapper .swiper-slide .item .text-inner h3, #service .course-section .swiper-wrapper .swiper-slide .item .text-inner .h3 {
  font-size: 24px;
  transition: all 0.3s;
}
#service .course-section .swiper-wrapper .swiper-slide .item .text-inner .more {
  padding: 13.5px 64px;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
}
#service .course-section .swiper-button {
  width: 60px;
  height: 60px;
  border: 2px solid #3E3A39;
  color: #3E3A39;
  top: 43%;
}
#service .course-section .swiper-button:hover {
  background: #3E3A39;
  color: white;
}
#service .course-section .swiper-pagination-current {
  color: #3797A4;
  margin-right: 10px;
}
#service .course-section .swiper-pagination-total {
  margin-left: 10px;
}
#service .course-section .more {
  top: 57px;
  right: 0;
}
#service .course-section .more a:hover i {
  transform: translateX(5px);
}
#service .course-section .more i {
  transition: all 0.3s;
}
#service .contact-section {
  height: 662px;
  margin-top: -160px;
}
#service .contact-section .text-inner {
  top: 58%;
  left: 52%;
  transform: translateY(-50%);
}
#service .contact-section .more {
  border: 2px solid white;
  padding: 7px 43px;
  transition: all 0.3s;
}
#service .contact-section .more:hover {
  background: #3797A4;
  border: 2px solid #3797A4;
}
#service .contact-section .more:hover i {
  transform: translateX(5px);
}
#service .contact-section .more i {
  transition: all 0.3s;
}
@media (max-width: 1599px) {
  #service .about-section .object-fit {
    height: 420px;
  }
  #service .course-section .max1268 {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 1399px) {
  #service .course-section .max1268 {
    padding-right: 80px;
    padding-left: 80px;
  }
}
@media (max-width: 1199px) {
  #service .index-banner-section .swiper-container.text .swiper-buttons .swiper-button:hover i {
    transform: none !important;
  }
  #service .about-section {
    margin-top: -120px;
  }
  #service .about-section .more {
    top: 20px;
    right: -30px;
  }
  #service .about-section .object-fit {
    height: 300px;
  }
  #service .news-section .item .img-inner img {
    height: 340px;
  }
  #service .service-section .max1600 {
    max-width: 700px;
  }
  #service .service-section .swiper-wrapper {
    flex-wrap: nowrap;
  }
  #service .service-section .swiper-slide {
    width: 100% !important;
  }
  #service .service-section .item {
    height: auto;
  }
  #service .service-section .item::after, #service .service-section .item:before {
    display: none;
  }
  #service .service-section .item .imgBox {
    height: 0;
    padding-bottom: 64.7%;
    position: relative;
    display: block;
  }
  #service .service-section .item img {
    width: 100%;
    height: 100%;
    position: absolute;
  }
  #service .service-section .item .text-inner {
    transform: none !important;
    background: #3797A4;
  }
  #service .service-section .item .text-inner .title:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 1px;
    background: white;
  }
  #service .service-section .item .text-inner .content {
    opacity: 1;
    height: 120px;
  }
  #service .service-section .item .plus {
    opacity: 1;
  }
  #service .course-section .max1268 {
    padding-right: 0;
    padding-left: 0;
  }
  #service .course-section .max1268 .swiper-button {
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    border: 0;
  }
  #service .course-section .max1268 .swiper-button i {
    font-size: 14px;
  }
  #service .contact-section {
    margin-top: 0;
    height: 450px;
  }
  #service .contact-section .text-inner {
    left: 42%;
    top: 50%;
  }
}
@media (max-width: 991px) {
  #service .index-banner-section .swiper-container.text .swiper-slide .text-inner {
    top: auto;
    bottom: 220px;
    transform: translateX(-50%);
  }
  #service .index-banner-section .swiper-container.text .swiper-buttons {
    position: absolute;
    bottom: 139px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
  }
  #service .index-banner-section .swiper-container.text .swiper-buttons .swiper-button i {
    font-size: 30px;
  }
  #service .news-section .swiper-container {
    margin-top: 0;
  }
  #service .news-section .h2-element {
    width: 400px;
  }
  #service .news-section .item .img-inner img {
    height: auto;
  }
  #service .about-section .h2-element {
    width: 400px;
  }
  #service .about-section .more {
    top: 0;
    right: 0;
  }
  #service .about-section .object-fit {
    height: 440px;
  }
  #service .contact-section .text-inner {
    left: 40%;
  }
}
@media (max-width: 767px) {
  #service .index-banner-section {
    height: calc(100vh - 118px);
  }
  #service .index-banner-section .swiper-container.img .swiper-slide a img {
    height: calc(100vh - 118px);
  }
  #service .index-banner-section .swiper-container.text .content {
    font-size: 15px;
    line-height: 1.3;
  }
  #service .index-banner-section .swiper-container.text .swiper-slide .text-inner {
    bottom: 174px;
  }
  #service .index-banner-section .swiper-container.text .swiper-buttons {
    bottom: 113px;
  }
  #service .index-banner-section .swiper-container.text .swiper-buttons .swiper-button i {
    font-size: 17px;
  }
  #service .index-banner-section .scroll-down .arrow {
    bottom: calc(50% + 15px);
  }
  #service .index-banner-section .scroll-down .circle-ele {
    width: 200px;
    height: 200px;
  }
  #service .index-banner-section .scroll-down .circle-ele button {
    width: 83px;
    height: 83px;
  }
  #service .index-banner-section .scroll-down .circle-ele button .text {
    font-size: 14px;
    line-height: 1.1;
  }
  #service .index-banner-section .scroll-down .circle-ele .circle-1 {
    width: 96px;
  }
  #service .index-banner-section .scroll-down .circle-ele .circle-2 {
    width: 113.3333333333px;
  }
  #service .index-banner-section .scroll-down .circle-ele .circle-3 {
    width: 130.6666666667px;
  }
  #service .news-section .h2-element {
    width: 270px;
  }
  #service .news-section .h2-element h2 span:nth-child(2), #service .news-section .h2-element .h2 span:nth-child(2) {
    left: 113px;
  }
  #service .news-section .h2-element > span {
    top: 6px;
    left: 186px;
    font-size: 20px;
  }
  #service .news-section .tag {
    padding: 1.25px 7px;
  }
  #service .news-section .date {
    font-size: 14px;
  }
  #service .news-section .item .title {
    border: 0;
  }
  #service .news-section .item .content {
    display: none;
  }
  #service .about-section {
    margin-top: 0;
    font-size: 18px;
  }
  #service .about-section .h2-element {
    width: 290px;
  }
  #service .about-section .h2-element h2 span:nth-child(2), #service .about-section .h2-element .h2 span:nth-child(2) {
    left: 50px;
  }
  #service .about-section .h2-element > span {
    top: 6px;
    left: 126px;
    font-size: 20px;
  }
  #service .about-section .lh-16 {
    line-height: 1.5;
  }
  #service .about-section .more {
    width: 90px;
    height: 90px;
    font-size: 15px;
  }
  #service .about-section .more .circle {
    width: 54px;
    height: 54px;
  }
  #service .service-section .fz-22 {
    font-size: 20px;
  }
  #service .service-section .lh-18 {
    line-height: 1.7;
  }
  #service .service-section .item .text-inner .title {
    line-height: 1.6;
  }
  #service .service-section .item .text-inner .content {
    letter-spacing: 0;
    height: auto;
  }
  #service .service-section .item .text-inner .content .mCSB_container {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #service .course-section {
    font-size: 18px;
  }
  #service .course-section .fz-22 {
    font-size: 20px;
  }
  #service .course-section .swiper-wrapper .swiper-slide.swiper-slide-active .item .text-inner h3, #service .course-section .swiper-wrapper .swiper-slide.swiper-slide-active .item .text-inner .h3 {
    font-size: 26px;
  }
  #service .course-section .swiper-wrapper .swiper-slide .item .text-inner {
    padding-right: 24px;
    padding-left: 24px;
  }
  #service .course-section .swiper-wrapper .swiper-slide .item .text-inner h3, #service .course-section .swiper-wrapper .swiper-slide .item .text-inner .h3 {
    font-size: 22px;
  }
  #service .course-section .more {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  #service .news-section .item .img-inner img {
    height: 208px;
  }
  #service .about-section .object-fit {
    height: 208px;
  }
  #service .course-section .swiper-wrapper {
    height: 465px;
  }
  #service .course-section .swiper-wrapper .swiper-slide .item .object-fit {
    height: 222px;
  }
  #service .course-section .swiper-wrapper .swiper-slide .item .text-inner {
    height: 150px;
  }
  #service .course-section .swiper-wrapper .swiper-slide.swiper-slide-active .item .text-inner {
    height: 240px;
  }
  #service .contact-section {
    height: 400px;
  }
  #service .contact-section::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
  }
  #service .contact-section .text-inner {
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    font-size: 18px;
  }
  #service .contact-section .text-inner .more {
    font-size: 16px;
  }
  #service .contact-section .text-inner .fz-40 {
    line-height: 1.4;
  }
  #service .contact-section .text-inner .fw-500 {
    line-height: 1.7;
  }
}
@media (min-width: 1200px) {
  #service .service-section .swiper-wrapper {
    transform: translate3d(0px, 0, 0) !important;
  }
}

#about .fixed-section {
  top: 50%;
  transform: translate(100%, -50%);
  right: 0;
  transition: all 0.3s;
}
#about .fixed-section.show {
  transform: translateY(-50%);
}
#about .fixed-section button {
  position: relative;
  margin-bottom: 35px;
  width: 125px;
}
#about .fixed-section button::after {
  content: "";
  display: block;
  position: absolute;
  background: #E2E2E2;
  width: 24px;
  height: 1px;
  transition: background 0.3s;
  top: 50%;
  right: 40px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
#about .fixed-section button.active::after, #about .fixed-section button:hover::after {
  background: black;
  right: 0;
}
#about .fixed-section button.active span, #about .fixed-section button:hover span {
  opacity: 1;
  transform: none;
}
#about .fixed-section button span {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(20px);
}
#about .section-1 .img-block {
  padding-left: calc((100% - 1420px) / 2);
  flex: 0 0 auto;
  width: 52%;
}
#about .section-1 .img-block img {
  height: 790px;
}
#about .section-1 .text-block {
  padding-right: calc((100% - 1420px) / 2);
}
#about .section-1 .text-block .title-box::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #3797A4;
}
#about .section-1 .text-block .title-box .year-text {
  margin-top: -10px;
}
#about .section-1 .text-block .title-box .number {
  line-height: 0.7;
  margin-right: -10px;
}
#about .section-1 .text-block .title-box .found-text {
  letter-spacing: 10px;
}
#about .section-1 .text-block .content-box .scrollbarY {
  height: 386px;
}
#about .section-2 {
  margin-top: -87px;
}
#about .section-2 .text-block {
  flex: 0 0 auto;
  width: 52%;
  padding-left: calc((100% - 1420px) / 2);
}
#about .section-2 .text-block .scrollbarY {
  height: 480px;
}
#about .section-2 .img-block img {
  height: 872px;
}
#about .section-3 .dec::before {
  content: "";
  display: block;
  position: absolute;
  left: -240px;
  top: 12px;
  background: #E1E1E1;
  width: 200px;
  height: 1px;
}
#about .section-3 .item:hover .img-inner .img img {
  transform: scale(1.02);
}
#about .section-3 .item:hover .img-inner .plus {
  width: 80px;
  height: 80px;
}
#about .section-3 .item:hover .text-inner .name {
  color: #3797A4;
}
#about .section-3 .item .img-inner .img img {
  transition: all 0.3s;
  height: 300px;
}
#about .section-3 .item .img-inner .plus {
  width: 60px;
  height: 60px;
  bottom: 0;
  right: 0;
  transition: all 0.3s;
}
#about .section-3 .item .text-inner .name {
  transition: color 0.3s, opacity 0.5s, transform 0.5s;
  transition-delay: 50ms;
}
@media (max-width: 1599px) {
  #about .section-1 .img-block {
    padding-left: 60px;
  }
  #about .section-1 .text-block {
    padding-right: 60px;
  }
  #about .section-2 .text-block {
    padding-left: 60px;
  }
}
@media (max-width: 1199px) {
  #about .section-1 .img-block img {
    height: 700px;
  }
  #about .section-1 .text-block .title-box .found-text {
    letter-spacing: 18px;
  }
  #about .section-1 .text-block .content-box .scrollbarY {
    height: 320px;
  }
  #about .section-2 .img-block img {
    height: 750px;
  }
  #about .section-2 .text-block .scrollbarY {
    height: 510px;
  }
  #about .section-3 .dec::before {
    width: 100px;
    left: -120px;
  }
  #about .section-3 .item .img-inner .img img {
    height: 211px;
  }
}
@media (max-width: 991px) {
  #about .section-1 .text-block {
    padding-right: 24px;
  }
  #about .section-1 .text-block .content-box .scrollbarY {
    height: auto;
  }
  #about .section-1 .img-block {
    width: 100%;
    padding-left: 24px;
  }
  #about .section-1 .img-block img {
    height: 400px;
  }
  #about .section-2 {
    margin-top: 0;
  }
  #about .section-2 .text-block {
    width: 100%;
    padding-left: 24px;
  }
  #about .section-2 .text-block .content-box .scrollbarY {
    height: auto;
  }
  #about .section-2 .img-block img {
    height: 400px;
  }
  #about .section-3 .item .img-inner .img img {
    height: 244px;
  }
  #about .section-3 .dec::before {
    left: calc(100% + 20px);
  }
}
@media (max-width: 767px) {
  #about .section-3 .dec::before {
    display: none;
  }
  #about .section-3 .item .img-inner .plus {
    width: 40px !important;
    height: 40px !important;
  }
}
@media (max-width: 575px) {
  #about .section-1 .img-block img {
    height: auto;
  }
  #about .section-2 .img-block img {
    height: auto;
  }
}

.personModal {
  background: rgba(255, 255, 255, 0.9);
}
.personModal .modal-dialog {
  max-width: 542px;
  margin: 0 auto;
}
.personModal .modal-dialog .modal-content {
  box-shadow: 0 0 27.6px rgba(0, 0, 0, 0.24);
}
.personModal .modal-dialog .modal-content .close {
  width: 70px;
  height: 70px;
  color: white;
  position: absolute;
  top: 0;
  right: -70px;
  background: #3797A4;
  transition: opacity 0.3s;
}
.personModal .modal-dialog .modal-content .close:hover {
  opacity: 0.75;
}
.personModal .modal-dialog .modal-content .img-inner .img {
  height: 370px;
}
.personModal .modal-dialog .modal-content .img-inner .logo {
  bottom: 0;
  right: 0;
}
.personModal .modal-dialog .modal-content .text-inner ul li ul {
  border-left: 1px solid #E2E2E2;
}
@media (max-width: 767px) {
  .personModal .modal-dialog .modal-content .close {
    width: 50px;
    height: 50px;
    right: auto;
    left: 0;
  }
}
@media (max-width: 575px) {
  .personModal .modal-dialog .modal-content .img-inner .img {
    height: 250px;
  }
  .personModal .modal-dialog .modal-content .img-inner .logo {
    transform-origin: right bottom;
    transform: scale(0.7);
  }
}

.esg-top {
  padding-top: 85px;
  padding-bottom: 35px;
}
.esg-top .text-box {
  padding: 55px 0;
  margin-bottom: 20px;
}
.esg-top .top-date .img-block {
  width: 100%;
}
.esg-top .top-date .img-block img {
  height: 100%;
}
.esg-top .top-date .text-block {
  width: 556px;
  max-width: 50%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
}
.esg-top .top-date .text-block .flex-box {
  position: relative;
  padding: 22px;
  width: 100%;
  background: #fff;
}
.esg-top .top-date .text-block .flex-box:before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 100%;
  background: #fff;
  z-index: 1;
  right: calc(100% - 3px);
  top: 0;
}
.esg-top .top-date .text-block .flex-box:after {
  content: "";
  display: block;
  position: absolute;
  width: 42px;
  height: 100%;
  background: #8BCDCD;
  z-index: 1;
  right: 0;
  top: 0;
}
.esg-top .top-date .text-block .flex-box .img-icon {
  position: absolute;
  width: 53px;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.esg-top .top-date .text-block .bg-box {
  position: relative;
  z-index: 5;
  padding-top: 60px;
  padding-bottom: 32px;
  background: #fff;
  padding-right: 45px;
  z-index: 2;
  min-height: 322px;
}
.esg-top .top-date .text-block .bg-box .in-box {
  width: 400px;
  max-width: 100%;
}
.esg-top .top-date .text-block .bg-box .in-box p {
  margin-bottom: 20px;
}
.esg-top .top-date .text-block .bg-box .in-box p:last-child {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .esg-top .top-date .text-block .bg-box .in-box .fz-20 {
    font-size: 18px;
  }
}
@media (min-width: 1400px) {
  .esg-top .top-date .text-block .bg-box .in-box .fz-20 {
    font-size: 20px;
  }
}
@media (max-width: 1500px) {
  .esg-top .top-date .text-block .bg-box {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .esg-top .top-date .text-block {
    width: 100%;
    max-width: 100%;
    margin-top: -64px;
    padding: 0 30px;
  }
  .esg-top .top-date .text-block .flex-box {
    background: none;
  }
  .esg-top .top-date .text-block .flex-box:before {
    display: none;
  }
  .esg-top .top-date .text-block .flex-box .img-icon {
    left: 52px;
    width: 40px;
    transform: translate(0, -50%);
    top: 22px;
    z-index: 3;
  }
  .esg-top .top-date .text-block .bg-box {
    padding: 52px 30px;
    min-height: inherit;
  }
  .esg-top .top-date .text-block .bg-box .in-box {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .esg-top .top-date .text-block {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: -34px;
  }
  .esg-top .top-date .text-block .flex-box {
    padding: 12px;
  }
  .esg-top .top-date .text-block .flex-box:after {
    width: 32px;
  }
  .esg-top .top-date .text-block .flex-box .img-icon {
    left: 32px;
    width: 35px;
    top: 12px;
  }
  .esg-top .top-date .text-block .bg-box {
    padding: 32px 20px;
  }
  .esg-top .top-date .text-block .bg-box .in-box p {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .esg-top .top-date.right-type .img-block {
    order: 2;
  }
  .esg-top .top-date.right-type .text-block {
    order: 1;
    padding-left: 30px;
    padding-right: 0;
  }
  .esg-top .top-date.right-type .text-block .flex-box {
    padding-right: 0;
  }
  .esg-top .top-date.right-type .text-block .flex-box:before {
    right: auto;
    left: calc(100% - 3px);
  }
  .esg-top .top-date.right-type .text-block .flex-box:after {
    right: auto;
    left: 0;
  }
  .esg-top .top-date.right-type .text-block .flex-box .img-icon {
    left: auto;
    right: 0;
    transform: translate(50%, -50%);
  }
  .esg-top .top-date.right-type .text-block .bg-box {
    padding-right: 0;
    padding-left: 56px;
  }
}
@media (max-width: 991px) {
  .esg-top {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .esg-top .text-box {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .esg-top {
    padding-top: 40px;
  }
  .esg-top .text-box {
    padding: 30px 0;
  }
}

.esg-serve {
  background: #F7F7F7;
  padding-top: 88px;
  padding-bottom: 83px;
}
.esg-serve .serve-title {
  margin-bottom: 50px;
}
.esg-serve .text-box .title {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: solid 1px #8BCDCD;
  display: flex;
}
.esg-serve .text-box .title .fz-26 {
  font-size: 22px;
  line-height: 1.25;
  padding-right: 0.25em;
}
.esg-serve .text-box .title .fz-24 {
  font-size: 20px;
  line-height: 1.3;
}
.esg-serve .text-box .fz-16 {
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .esg-serve .text-box .title {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .esg-serve .text-box .title .fz-26 {
    font-size: 20px;
  }
  .esg-serve .text-box .title .fz-24 {
    font-size: 18px;
  }
}
@media (min-width: 600px) {
  .esg-serve .text-box .title .fz-26 {
    font-size: 22px;
  }
  .esg-serve .text-box .title .fz-24 {
    font-size: 20px;
  }
}
@media (min-width: 850px) {
  .esg-serve .text-box .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .esg-serve .text-box .title .fz-26 {
    font-size: 20px;
  }
  .esg-serve .text-box .title .fz-24 {
    font-size: 18px;
  }
}
@media (min-width: 1280px) {
  .esg-serve .text-box .title {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .esg-serve .text-box .title .fz-26 {
    font-size: 22px;
  }
  .esg-serve .text-box .title .fz-24 {
    font-size: 20px;
  }
  .esg-serve .text-box .fz-16 {
    font-size: 15px;
  }
}
@media (min-width: 1600px) {
  .esg-serve .text-box .title {
    padding-bottom: 14px;
    margin-bottom: 14px;
  }
  .esg-serve .text-box .title .fz-26 {
    font-size: 26px;
  }
  .esg-serve .text-box .title .fz-24 {
    font-size: 24px;
  }
  .esg-serve .text-box .fz-16 {
    font-size: 16px;
  }
}
.esg-serve .serve-in {
  position: relative;
}
.esg-serve .serve-in .serve-img {
  max-width: 95%;
  width: 500px;
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
}
.esg-serve .serve-in .serve-img img {
  width: 100%;
}
@media (min-width: 850px) {
  .esg-serve .serve-in .serve-img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    max-width: 100%;
    z-index: 2;
    pointer-events: none;
    margin-bottom: 0;
  }
  .esg-serve .serve-in .serve-img img {
    pointer-events: visible;
    width: 700px;
    max-width: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
  }
}
@media (min-width: 375px) {
  .esg-serve .serve-in .serve-flex {
    display: flex;
    gap: 2rem;
  }
}
@media (min-width: 850px) {
  .esg-serve .serve-in .serve-flex {
    gap: 0;
  }
}
.esg-serve .serve-in .serve-flex .text-box {
  padding-bottom: 35px;
}
@media (min-width: 375px) {
  .esg-serve .serve-in .serve-flex .text-box {
    width: 50%;
    padding-bottom: 25px;
  }
}
@media (min-width: 850px) {
  .esg-serve .serve-in .serve-flex .text-box {
    padding-bottom: 35px;
  }
  .esg-serve .serve-in .serve-flex .text-box:first-child {
    padding-right: 25%;
  }
  .esg-serve .serve-in .serve-flex .text-box:last-child {
    padding-left: 25%;
    text-align: right;
  }
  .esg-serve .serve-in .serve-flex .text-box:last-child .title {
    justify-content: flex-end;
  }
  .esg-serve .serve-in .serve-flex .text-box .inline-block {
    display: inline-block;
    width: 314px;
    max-width: 100%;
  }
}
@media (max-width: 1520px) {
  .esg-serve {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .esg-serve {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 846px) {
  .esg-serve {
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .esg-serve {
    padding-top: 40px;
  }
}

.esg-team {
  padding-top: 106px;
  padding-bottom: 73px;
}
.esg-team .team-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .esg-team .team-title {
    padding-bottom: 20px;
  }
}
.esg-team .team-lists {
  padding: 60px 83px;
  width: calc(100% - 84px);
  margin-left: 84px;
  border-radius: 30px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 60px;
}
.esg-team .team-lists:last-child {
  margin-bottom: 0;
}
.esg-team .team-lists .team-in {
  position: relative;
  z-index: 2;
}
.esg-team .team-lists .object-bg {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  max-width: 70%;
  width: 630px;
  border-radius: 0 30px 0 0;
  z-index: 1;
}
@media (max-width: 767px) {
  .esg-team .team-lists .object-bg {
    max-width: calc(100% - 30px);
  }
}
.esg-team .team-lists .title-box {
  position: relative;
  padding-top: 45px;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
.esg-team .team-lists .title-box:before {
  position: absolute;
  background: linear-gradient(to left, transparent 0, transparent 50%, #E1E1E1 50%, rgba(0, 0, 0, 0) 100%);
  background-repeat: repeat-x;
  background-size: 4px 4px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  top: 100%;
  width: 100%;
}
.esg-team .team-lists .title-box .title {
  position: relative;
}
.esg-team .team-lists .title-box img {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: -167px;
  width: 130px;
  border-radius: 50%;
  overflow: hidden;
}
.esg-team .team-lists .title-box .fz-18 {
  margin-bottom: 4px;
  position: absolute;
  left: 0;
  bottom: 100%;
}
.esg-team .team-lists .title-box .fz-28 {
  margin-bottom: 0;
}
.esg-team .team-lists .d-md-flex {
  gap: 60px;
  row-gap: 30px;
}
.esg-team .team-lists .d-md-flex .text-box {
  width: 350px;
  max-width: 100%;
}
.esg-team .team-lists .d-md-flex .text-box .title {
  display: inline-block;
  background: #3797A4;
  color: #fff;
  text-align: center;
  padding: 2px 19px;
  border-radius: 100px;
  line-height: 1.5;
  margin-bottom: 14px;
  margin-left: 6px;
}
.esg-team .team-lists .d-md-flex .text-box ul {
  list-style-type: none;
}
.esg-team .team-lists .d-md-flex .text-box ul li {
  font-size: 16px;
  line-height: 24px;
  color: #676767;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.esg-team .team-lists .d-md-flex .text-box ul li:last-child {
  margin-bottom: 0;
}
.esg-team .team-lists .d-md-flex .text-box ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 12px;
  width: 3px;
  height: 3px;
  background: #3797A4;
  transform: translate(0, -50%);
  border-radius: 50%;
}
@media (max-width: 1400px) {
  .esg-team .team-lists .d-md-flex {
    flex-wrap: wrap;
  }
  .esg-team .team-lists .d-md-flex .text-box {
    width: calc(50% - 30px);
  }
}
@media (max-width: 992px) {
  .esg-team .team-lists .d-md-flex .text-box {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .esg-team .team-lists {
    width: 100%;
    margin-left: 0;
    padding: 0 30px;
    padding-bottom: 30px;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .esg-team .team-lists .title-box {
    padding-top: 0;
    text-align: center;
  }
  .esg-team .team-lists .title-box .fz-18 {
    position: relative;
    left: 0;
    bottom: auto;
  }
  .esg-team .team-lists .title-box img {
    position: relative;
    left: 0;
    transform: translate(0, 0);
    margin-bottom: 15px;
    top: auto;
    margin-top: -35px;
    max-width: 45%;
  }
  .esg-team .team-lists .d-md-flex .text-box {
    margin-bottom: 30px;
  }
  .esg-team .team-lists .d-md-flex .text-box:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 550px) {
  .esg-team .team-lists {
    padding: 0 15px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1520px) {
  .esg-team {
    padding-top: 80px;
  }
}
@media (max-width: 991px) {
  .esg-team {
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .esg-team {
    padding-top: 40px;
  }
}

.esg-case {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 180px;
}
.esg-case .case-bg {
  position: absolute;
  left: 0;
  top: 58px;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-left: calc((100% - 1420px) / 2);
}
.esg-case .case-bg img {
  height: 100%;
  border-radius: 0 0 0 80px;
  overflow: hidden;
}
.esg-case .select-box .has-menu {
  display: none;
}
.esg-case .select-box .select-menu {
  margin-bottom: 15px;
}
.esg-case .select-box .select-menu a {
  display: block;
  padding: 17px 20px;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}
.esg-case .select-box .select-menu a:first-child {
  border-top: solid 1px rgba(255, 255, 255, 0);
}
.esg-case .select-box .select-menu a:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0.25);
}
.esg-case .select-box .select-menu a span {
  position: relative;
  padding: 0 14px;
  color: #fff;
  flex-grow: 1;
  z-index: 2;
  margin: 0;
}
.esg-case .select-box .select-menu a:before {
  content: "";
  position: relative;
  width: 3px;
  height: 3px;
  z-index: 2;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
}
.esg-case .select-box .select-menu a:after {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.25);
  transition: all 0.3s;
}
.esg-case .select-box .select-menu a i {
  opacity: 0;
  transition: all 0.3s;
  z-index: 2;
  color: #fff;
}
.esg-case .select-box .select-menu a.active {
  border-top: solid 1px rgba(255, 255, 255, 0);
}
.esg-case .select-box .select-menu a.active:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, 0);
}
.esg-case .select-box .select-menu a.active:after {
  opacity: 1;
}
.esg-case .select-box .select-menu a.active:before {
  opacity: 0;
}
.esg-case .select-box .select-menu a.active i {
  opacity: 1;
}
.esg-case .select-box .select-menu a.active + a {
  border-top: solid 1px rgba(255, 255, 255, 0);
}
.esg-case .select-box .select-menu a:hover i {
  opacity: 1;
}
.esg-case .case-relative {
  padding-right: 50px;
}
.esg-case .case-relative .fz-32 {
  color: #fff;
  margin-bottom: 14px;
}
.esg-case .case-relative .fz-18 {
  color: #AFD5DB;
  margin-bottom: 31px;
}
.esg-case .case-slider {
  overflow: hidden;
}
.esg-case .case-slider:not(.swiper-container-initialized) .swiper-wrapper {
  flex-wrap: wrap;
}
.esg-case .case-slider:not(.swiper-container-initialized) .slider-box {
  width: 33.3333333333%;
}
.esg-case .case-slider .slick-track {
  display: flex;
}
.esg-case .case-slider .slider-box {
  padding: 40px 38px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-left: solid 1px #E1E1E1;
  height: auto;
}
.esg-case .case-slider .slider-box .logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 62px;
  margin-bottom: 50px;
}
@media (max-width: 1520px) {
  .esg-case .case-slider .slider-box .logo {
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .esg-case .case-slider .slider-box .logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .esg-case .case-slider .slider-box .logo {
    margin-bottom: 20px;
  }
}
.esg-case .case-slider .slider-box .fz-18 {
  margin-bottom: 12px;
}
.esg-case .case-slider .slider-box .fz-16 {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
.esg-case .case-member {
  position: relative;
  width: 100%;
}
.esg-case .case-member .case-slider-box {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 1;
}
.esg-case .case-member .case-slider-box:first-child {
  position: relative;
}
.esg-case .case-member .case-slider-box.active {
  pointer-events: visible;
  opacity: 1;
  z-index: 5;
}
.esg-case .case-in {
  position: relative;
  z-index: 5;
  width: 100%;
  max-width: 1920px;
  display: flex;
}
.esg-case .case-in .case-left {
  padding-left: calc((100% - 1420px) / 2);
  flex-shrink: 0;
  width: 628px;
  max-width: 40%;
  position: relative;
  z-index: 1;
  background: #3797A4;
  padding-top: 90px;
  padding-bottom: 88px;
  display: flex;
  align-items: flex-start;
  min-width: 400px;
}
.esg-case .case-in .case-left:before {
  top: 0;
  left: calc(100% - 5px);
  content: "";
  position: absolute;
  width: 110px;
  height: 100%;
  z-index: 2;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 0 0 88px 0;
  background: #3797A4;
}
.esg-case .case-in .case-left .object-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 210px;
  max-width: 30%;
}
.esg-case .case-in .case-right {
  display: flex;
  align-items: flex-end;
  padding-right: calc((100% - 1420px) / 2);
  position: relative;
  z-index: 2;
  padding-top: 90px;
  padding-bottom: 88px;
  width: calc(100% - 628px);
}
.esg-case .case-in .case-right .case-slider-box {
  width: 100%;
}
.esg-case .case-in .case-right .case-slider-box .case-prev, .esg-case .case-in .case-right .case-slider-box .case-next {
  position: absolute;
  z-index: 10;
  width: 54px;
  height: 54px;
  cursor: pointer;
  transition: all 0.3s;
  background: #E99248;
  border-radius: 50%;
  transform: translate(50%, 0);
}
.esg-case .case-in .case-right .case-slider-box .case-prev i, .esg-case .case-in .case-right .case-slider-box .case-next i {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.esg-case .case-in .case-right .case-slider-box .case-prev:hover, .esg-case .case-in .case-right .case-slider-box .case-next:hover {
  background: #f0a464;
}
.esg-case .case-in .case-right .case-slider-box .case-prev.swiper-button-disabled, .esg-case .case-in .case-right .case-slider-box .case-next.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}
.esg-case .case-in .case-right .case-slider-box .case-prev {
  top: 50%;
  right: 0;
  margin-top: 3.5px;
}
.esg-case .case-in .case-right .case-slider-box .case-next {
  bottom: 50%;
  right: 0;
  margin-bottom: 3.5px;
}
@media (max-width: 1520px) {
  .esg-case .case-bg {
    padding-left: 60px;
  }
  .esg-case .case-in .case-left {
    padding-left: 60px;
  }
  .esg-case .case-in .case-right {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .esg-case .case-bg {
    padding-left: 24px;
  }
  .esg-case .case-in .case-left {
    padding-left: 24px;
  }
  .esg-case .case-in .case-right {
    padding-right: 40px;
  }
}
@media (max-width: 767px) {
  .esg-case {
    margin-bottom: 120px;
  }
  .esg-case .case-in {
    display: block;
  }
  .esg-case .case-in .case-left {
    width: calc(100% - 35px);
    max-width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    min-width: inherit;
  }
  .esg-case .case-in .case-left:before {
    display: none;
  }
  .esg-case .case-in .case-left .case-relative {
    position: relative;
    padding-right: 35px;
  }
  .esg-case .case-in .case-right {
    width: calc(100% - 35px);
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }
  .esg-case .case-slider {
    border-radius: 0 0 50px 0;
  }
  .esg-case .case-slider .slider-box {
    padding: 25px 35px;
    padding-left: 24px;
  }
  .esg-case .case-bg img {
    border-radius: 0 0 0 50px;
  }
  .esg-case .select-box .select-menu a {
    padding: 12px 15px;
  }
}
@media (max-width: 400px) {
  .esg-case .select-box .select-menu a {
    font-size: 14px;
  }
}

.esg-brand {
  position: relative;
  padding-top: 125px;
  padding-bottom: 125px;
}
.esg-brand:before {
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 86px;
  background: #F1F1F1;
}
.esg-brand > div {
  position: relative;
  z-index: 5;
}
.esg-brand .beand-in {
  text-align: center;
  padding: 0 30px;
  padding-top: 20px;
}
.esg-brand .beand-in p.fz-32 {
  margin-bottom: 23px;
}
.esg-brand .beand-in p.fz-16 {
  margin-bottom: 27px;
}
.esg-brand .beand-in a {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  color: #fff;
  min-width: 200px;
  padding: 14px 20px;
  background: #3797A4;
  transition: all 0.3s;
  border-radius: 99px;
}
.esg-brand .beand-in a:hover {
  background-color: #4babb8;
}
@media (max-width: 400px) {
  .esg-brand .beand-in a {
    min-width: 160px;
  }
}
.esg-brand .beand-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-right: calc((100% - 1420px) / 2);
}
.esg-brand .beand-bg img {
  height: 100%;
  border-radius: 0 80px 0 0;
}
@media (max-width: 1520px) {
  .esg-brand {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .esg-brand .beand-bg {
    padding-right: 60px;
  }
}
@media (max-width: 991px) {
  .esg-brand {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .esg-brand .beand-bg {
    padding-right: 24px;
  }
  .esg-brand .beand-bg img {
    border-radius: 0 50px 0 0;
  }
  .esg-brand .beand-in a {
    padding: 10px 14px;
  }
}
@media (max-width: 550px) {
  .esg-brand .beand-in p.fz-32 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

#new .new-block {
  top: -62px;
}
#new .tag {
  padding: 4px 11px;
}
#new .society a {
  width: 46px;
  height: 46px;
}
#new .society a i.icon-fb {
  font-size: 16px;
}
#new .society a i.icon-twitter {
  font-size: 15px;
}
@media (max-width: 767px) {
  #new .new-block {
    top: -24px;
  }
}

#service .item:nth-child(odd) .img-inner {
  left: 0;
}
#service .item:nth-child(odd) .text-inner::before {
  left: -10px;
}
#service .item:nth-child(odd) .text-inner .number {
  left: -10px;
}
#service .item:nth-child(even) .img-inner {
  right: 0;
}
#service .item:nth-child(even) .text-inner::before {
  left: -170px;
}
#service .item:nth-child(even) .text-inner .number {
  right: -28px;
}
#service .item .img-inner .object-fit {
  height: 615px;
}
#service .item .text-inner {
  padding-top: 212px;
}
#service .item .text-inner::before {
  content: "";
  display: block;
  position: absolute;
  background: #E2E2E2;
  width: 160px;
  height: 1px;
  top: 350px;
}
#service .item .text-inner .bg-white {
  min-height: 403px;
}
#service .item .text-inner .number {
  top: -110px;
}
#service .apply:hover i {
  transform: translateX(5px);
}
#service .apply i {
  font-size: 24px;
  transition: all 0.3s;
}
@media (max-width: 1599px) {
  #service .item:nth-child(odd) .text-inner::before {
    left: 20px;
  }
  #service .item:nth-child(even) .text-inner::before {
    left: -70px;
  }
  #service .item .text-inner::before {
    width: 100px;
    height: 1px;
    top: 350px;
  }
}
@media (max-width: 1199px) {
  #service .item:nth-child(odd) .text-inner .number {
    left: 0;
  }
  #service .item:nth-child(even) .text-inner .number {
    left: 0;
  }
  #service .item .img-inner .object-fit {
    height: 500px;
  }
  #service .item .text-inner {
    margin-top: -100px;
    padding-top: 0;
  }
  #service .item .text-inner .bg-white {
    min-height: initial;
  }
  #service .item .text-inner::before {
    display: none;
  }
}
@media (max-width: 991px) {
  #service .item .text-inner {
    margin-top: 0;
  }
  #service .item .img-inner .object-fit {
    height: auto;
  }
}
@media (max-width: 575px) {
  #service .item .text-inner .number {
    transform: scale(0.6);
    transform-origin: left bottom;
  }
}

#course .course-section {
  top: -66px;
}
#course .course-section .info-block {
  flex: 0 0 407px;
  position: sticky;
  top: 110px;
}
#course .course-section .info-block .date-box {
  border-bottom: 1px solid #E1E1E1;
}
#course .course-section .info-block .icon-fb,
#course .course-section .info-block .icon-line {
  font-size: 24px;
}
#course .course-section .info-block .icon-twitter {
  font-size: 21.7px;
}
#course .course-section .info-block .icon-next-3 {
  font-size: 22px;
}
#course .course-section .main-block {
  padding-left: 61px;
}
#course .sign-section .img-block img {
  top: 76px;
  height: calc(100vh - 76px);
}
#course .sign-section .text-element .fz-55 span:nth-child(1)::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: white;
}
#course .sign-section .text-element .fz-55 span:nth-child(2) {
  margin-left: 144px;
}
#course .sign-section form button[type=submit] {
  border: 2px solid white;
}
#course .sign-section form .other-box .other {
  color: #98E4EF;
}
#course .sign-section .others-box {
  display: none;
}
@media (max-width: 1399px) {
  #course .course-section .main-block {
    padding-left: 24px;
  }
}
@media (max-width: 1199px) {
  #course .course-section .info-block {
    position: static;
  }
  #course .course-section .main-block {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #course .sign-section .img-block img {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #course .course-section {
    top: -24px;
  }
  #course .sign-section .text-element .fz-55 span:nth-child(1)::after {
    display: none;
  }
  #course .sign-section .text-element .fz-55 span:nth-child(2) {
    margin-left: 20px;
  }
}

#course-ok .section {
  height: 710px;
  min-height: 450px;
}
#course-ok .section .block {
  height: calc(100% - 200px);
}
@media (max-width: 1199px) {
  #course-ok .section {
    height: calc(100vh - 90px);
  }
  #course-ok .section .block {
    height: calc(100% - 160px);
  }
}
@media (max-width: 991px) {
  #course-ok .section {
    height: calc(100vh - 76px);
  }
}
@media (max-width: 767px) {
  #course-ok .section {
    height: calc(100vh - 65px);
  }
}
@media (max-width: 575px) {
  #course-ok .section {
    height: calc(100vh - 250px);
  }
  #course-ok .section .block {
    height: calc(100% - 140px);
  }
}

#page404 {
  min-height: 100vh;
}
#page404 .img {
  width: 310px;
}
#page404 .logo {
  width: 240px;
}
@media (max-width: 575px) {
  #page404 .img {
    width: 200px;
  }
}
#service .service-section .item .text-inner .content p {
	color: white;
}
/*# sourceMappingURL=style.css.map */
