.article-details .page-header {
    display: none;
}
.zmdi-close {
    line-height: 1px !important;
    margin-right: 7px;
}

.com-content section#sp-main-body {
    background: linear-gradient(180deg, #ffffff00 0%, #fffffff5 25%, #fffffff5 0% 100%), url(/images/bgglobe.webp) !important;
}

.uslmob h3 {
    color: white;
    text-align: center;
}

.uslmob .uk-panel-teaser {
    width: 130px;
    padding: 10px;
    border: 1px solid white;
    border-radius: 10px;
    margin: 0px auto 10px auto;
}

.n2-ss-slider-controls {
    position: absolute;
    z-index: 100 !important;
}

.tc2.soc i {
    font-size: 22px !important;
    margin-right: 9px !important;
    margin-top: 5px !important;
}

.sltxt i {
    color: #F5A603 !important;
    font-style: normal;
}
.topform input::placeholder,
.topform input {
    color: white !important;
}

.formzag {
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
@media(max-width: 960px){
    .topform{
        right: 0;
    }
}
.maintxtsec {
    /*margin-top: -50px !important;*/
    /*background: linear-gradient(180deg, #07479800 0%, #074798 100%) !important*/
    /*background: #074798;*/
}

.newssec {
    background: white !important;
}

.topform {
    background: none !important;
    /*width: 344px;*/
    /*position: absolute;*/
    /*top: -435px;*/
    /*right: 120px;*/
}

.hook {
    position: absolute;
    top: -430px;
    right: -90px;
    z-index: 10;
}

.hooksec {
    position: relative;
    /*margin-top: -30px !important;*/
}
@media(max-width: 960px){
    .hook{
        width: 33%;
        right: -50px;
    }

    #section-id-1627639243013{
        position: absolute !important;
        width: 100%;
    }
}
.topslider {
    margin-top: -222px !important;
    max-height: 728px;

}

.bx-pager-item {
    display: none !important;
}

.sppb-articles-carousel-content {
    background: none !important;
    box-shadow: none !important;
    padding: 0px 0px 25px;
    margin-bottom: 15px;
}

.cifr .t {
    font-family: Roboto;
    font-weight: 400;
}

.cifr .uk-margin {
    padding: 10px 40px;
}
.characters-wrapper{
    display: none;
}
.cifr .lab {
    display: inline-block;
    color: white;
    padding: 5px 10px;
    background: #064798;
    font-family: roboto Condensed;
    font-weight: bold;
    font-size: 25px;
}

.cifr .zag {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    margin: 10px 0;
}

.cifr {
    margin-top: 180px;
}

.dostbl {
    max-width: 1110px;
    margin: 0px auto !important;
}

.seczag,
.formzag1 {
    font-family: 'Raleway', sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: #064798;
    text-align: center;
    margin-bottom: 20px;
}

.pogrsec {
    background: #f7f7f9 url(/images/bgblue2.webp) center/cover repeat-x !important;
    text-align: right;

}


.dostsec {
    background: #f7f7f9 url(/images/bgglobe.webp) top right no-repeat !important;
}

.vrbl .threeD-flip-front,
.vrbl .threeD-flip-back {
    border-radius: 10px;
    background: url(/images/bgvrbl.jpg);
    height: 370px;
}

.threeD-content-wrap {
    height: 330px
}

p.bltxt {
    text-align: center !important;
    font-weight: bold;
    font-size: 17px;
    color: white;
    text-transform: uppercase
}

.vrbl div.threeD-content-inner {
    padding: 0 18px !important;
}

.vrbl .threeD-flip-back div.threeD-content-inner {
    padding: 0 20px !important;
}

.vrbl .threeD-flip-back p {
    font-size: 17px;
    line-height: 20px;
    color: #ffffff;
}

@media screen and (max-width:1200px) {
    p.bltxt {
        font-size: 19px;
    }

    .vrbl div.threeD-content-inner {
        padding: 0 10px !important;

    }
}
@media screen and (max-width:992px) {
    p.bltxt {
        font-size: 24px;
    }

    .vrbl div.threeD-content-inner {
        padding: 0 30px !important;

    }
}

p.bltxt img {
    margin: 30px auto !important;

}

.usl .sppb-btn-custom {
    background: #F5A603 !important;
    border-radius: 30px;
    color: white;
    text-decoration: none !important;
    padding: 10px;
    font-size: 19px !important;
}

.usl ul.sppb-nav {
    display: flex;
    justify-content: flex-start;
}

.usl ul.sppb-nav li {
    margin-left: auto;
    margin-right: auto;
}


.usl ul.sppb-nav li:first-child {
    margin-left: 0px;
}

.usl ul.sppb-nav li:last-child {
    margin-right: 0px;
}
/*.usl ul.sppb-nav li a:before{
    font-family: "Font Awesome 5 Free";
    content: "\f358";
    font-size: 6rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 200%;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
    display: none;
}*/
/*.usl ul.sppb-nav li:hover a:before{
    display: block;
}*/
.usl ul.sppb-nav li img{
    opacity: 1;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.usl ul.sppb-nav li:hover img{
    /*opacity: 0.5;*/
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}

.usl .sppb-img-responsive.image-fit {
    border: 3px solid white;
    border-radius: 35px;
}

.usl .sppb-tab-subtitle {
    display: block;
    max-width: 200px;
}

.usl .sppb-nav-modern>li>a {

    font-size: 16px;
    color: white;
    text-decoration: none !important;
    background: none;
    border: none;
    text-align: center;
    background: none !important;
    color: white !important;
}

.usl .sppb-nav-modern>li.active>a {
    background: none !important;
}

.usl .sppb-nav-modern>li>a:hover {
    background: #074798;
    color: white;
}

.usl .sppb-nav>li>a>img {
    border: 1px solid white;
    padding: 25px;
    border-radius: 20px;
    margin-bottom: 20px;
}

.usl .sppb-nav>li.active>a>img {
    background: #F5A603;
}

.usl .sppb-nav>li:hover>a>img {
    background: #3879cb;
}

.bluesec {
    color: white;
    background: #074798
}

.wtxt h1 {
    color: white;
}

.topcont * {
    color: white;

}

.topcont a:hover {
    color: #f5a603 !important;

}

.topcont {
    font-size: 14px;
    font-weight: 400;

}

#sp-top1,
#sp-top2 {
    margin-top: 30px;
    font-family: Roboto;
    font-weight: 400;
    z-index: 10 !important;

}

.topcont .tc2 {
    font-size: 18px;
}

#sp-top2 {
    text-align: center;
    margin-top: 40px;
    z-index: 1;
}

#clock {
    display: block !important;
    float: none !important;
    color: white;
    font-size: 14px;
    text-align: center;
}

.article-ratings-social-share {
    display: none !important;
}



.topform {
    padding: 40px 0 40px 0;
}

.topform .formzag1 {
    font-size: 35px;
}

.b1 {
    background: #F5A603;
    border-radius: 30px;
    color: white;
    text-decoration: none !important;
    padding: 10px 15px;
    font-size: 19px;
    font-weight: 400;
    border: none;
}

.pogrsec .b1 {
    padding: 14px 19px;
    font-size: 25px;
}

.b1:hover {
    background: #ffc348;
    color: white;
}

.lbform .formzag {

    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: -30px;
    color: #074798;
}



.topform .sogl,
.topform .sogl a {
    font-weight: 400;
    color: rgb(255 255 255) !important;
    font-size: 13px;
}

.rcol {
    background: #ffffff5c;
    padding: 30px;
}

.lcol h3 {
    font-size: 40px;
}

.brsec {
    color: white;
}

.brsec h3 {
    color: white;
    text-align: center;
}



#sp-bottom {
    background-color: #ffffff42 !important
}



/*------------ form--------------- */

.lbform .ba-form-acceptance-field label.ba-form-checkbox>span {
    background: rgb(255 255 255);
    border: 2px solid #07479869;
}

.lbform {
    max-width: 550px !important;
    margin: 0px auto !important;
}

.formzag1 {
    color: #ffffff;
    margin-bottom: 0px;
}


.formzag2,
.formzag15 {
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: -20px;

}

.formzag15 {
    margin-bottom: 30px;
    font-size: 25px;
}

#__lpform_72,
#__lpform_46 {
    display: none;
}

label.ba-form-checkbox>span {
    width: 20px !important;
    height: 20px !important;
    font-weight: 400 !important;
    margin-top: 4px;
}

.ba-form-acceptance-field .ba-field-container,
.ba-form-field-item .ba-form-checkbox-wrapper .ba-checkbox-wrapper {
    padding-left: 30px !important;
    margin: 0px !important;
}



.ba-form-acceptance-field label.ba-form-checkbox input[type="checkbox"]:checked+span:before,
.ba-form-field-item .ba-form-checkbox-wrapper input[type="checkbox"]:checked+span:before {

    font: normal normal normal 18px/20px 'Material-Design-Iconic-Font' !important
}

.ba-form-page input::placeholder,
.ba-form-page textarea::placeholder {
    font-weight: 400 !important;
    color: rgb(37 37 37) !important;
}

.botform {
    max-width: 700px;
    margin: 0px auto;
}



.ba-form-submit-btn-wrapper span {
    margin: 0px auto !important;
}


.botform .sogl,
.botform .sogl a {
    color: white !important;
    font-weight: 400 !important;
}

.sogl a {
    text-decoration: underline;
}

.sppb-carousel-extended-nav-control .nav-control {
    color: #074798;
    border: 1px solid #074798
}

.btn {
    background: #074798;
    border-radius:7px;
    color: #fff;
    text-decoration: none !important;
}

.btn:hover {
    background: #422c2ec4;
    border-radius: 7px;
    color: white;
}

#sp-logo {
    z-index: 1;
    position: relative;
}

#sp-main-body {
    padding: 40px 0;

}

body {
    background: none;
}

body.home {
    background: #074798
}



a {
    color: #074798
}

#sp-main-body a {
    text-decoration: underline;
}

.voprform {
    margin-top: -30px;
}

h1 {
    font-size: 35px !important;
    padding-bottom: 10px;
    font-weight: bold;

}





#sp-footer {
    border: 1px dotted white;

}

#sp-footer p {
    color: white;
}

.logobot img {
    margin-top: 14px;
}

.terms-content p {
    font-size: 14px !important;
}


.ba-form input,
.ba-form textarea {

    border-radius: 8px !important;
}

.ba-btn-submit {
    padding: 10px 20px 34px 20px important;
    margin-top: 10px;
}

.formsec a,
.otzform a {
    color: #e3e3e3;
}

.zag {
    font-size: 35px;
}



@media screen and (max-width:992px) {}



.uk-dotnav>*>*,
.mobsl .uk-dotnav>*>* {
    background: rgba(255, 255, 255, 0.4) !important;

}

.uk-dotnav>*>*:hover {
    background: rgba(255, 255, 255, 0.7) !important;

}

.uk-dotnav>.uk-active>* {
    background: rgba(250, 250, 250, 0.5) !important;
    -webkit-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
}

h2 {
    color: #074798;
    margin-bottom:20px;
    font-size: 25px;
}
h3 {
    color: #074798;
    margin-bottom:20px;
    font-weight: bold;
    font-size: 28px;
}
.seczag .t.wh {
    color: white;

}
.cont {
    color: #074798;
    margin:0px auto;

}

.cont .mail,
.cont .mail a {
    color: #808080;
    font-size: 16px;
}



.custom.top2 .com-baforms {
    margin-right: 70px;
}



@media screen and (max-width:992px) {
    #sp-top2 .custom {
        display: none !important;
    }

    #sp-top1 .custom {
        height: 90px;
    }
}






.gmp iframe {
    width: 100% !important;
}


input.popup-btn {
    float: left;
    padding: 7px 15px !important;
    border-radius: 7px !important;
    color: white !important;
}



table {
    border-collapse: collapse;
    border: 2px solid #8a8a8a;
    width: 100%;
}

table td {
    border-collapse: collapse;
    padding-left: 8px !important;
    border: 1px solid #dcdcdc;

}

table p {
    text-indent: 0px !important;
    margin: 5px 0;
}

tr:nth-child(2n) {
    background: #f6f6f6;
}

.pomnap {
    max-width: 900px;
    margin: 0px auto;

}

.btn-default {
    text-align: center;
}








.pager {
    display: none;
}

#sp-footer .f1,
#sp-footer .f2 {
    margin-top: 30px;
    text-align: center;

}

.cont .tel {
    color: #074798
}

.cont .tel a {
    font-size: 25px;
    font-weight: bold;
}

.cont .tel i {
    color: #074798;
    font-size:18px !important;
}

.logobot {
    margin-top: -25px;
}

.contpod .tel {
    font-size: 25px;

    text-align: center;
}


#sp-footer i,
#sp-logo i {
    margin-right: 3px;
    font-size: 17px;

}

#sp-footer i {
    color: white;
}

#sp-footer {
    background-color: #074798 !important;
}

section#sp-bottom2 {
    padding-top: 30px;
}


section#sp-bottom2,
.topform,
.brsec {
    background: #074798;

}

#sp-footer a {
    color: white !important;
}

#sp-footer p {
    font-size: 17px;
    margin-bottom: 10px;
}

.contpod p span {
    display: block;
    margin-left: 20px;
}

#sp-header,
#sp-logo {
    background: #074798;
    z-index: 10;
}

.home #sp-header,
.home #sp-logo {
    background: none;

}



#sp-header.header-sticky {
    background: #074798 !important;

}



.sp-megamenu-parent>li>span,
.sp-megamenu-parent>li>a {
    font-size: 20px;
    padding: 0 30px;


}

@media screen and (min-width:1200px) {
    .sp-megamenu-parent>li {
        align-items: center;


    }

    ul.sp-megamenu-parent {
        float: none;
        /*display: flex !important;*/
        justify-content: space-between;

    }
}
.sppb-youtube-video-bg iframe {
    border: none;
    width: 100%;
    min-height: 100%;
}
#sp-menu span.sp-menu-heading,
#sp-menu a {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
}
.sp-menu-item:hover>a {
    color: #ffaf02 !important;
}

.sp-dropdown-inner {
    background: #074798 !important;

}
.sp-dropdown-inner li {
    text-align: left;
    padding: 0 4px !important;
}
.sp-dropdown-inner li a {
    line-height: normal !important;
    font-size: 16px !important;
}
#offcanvas-toggler>.fa {
    color: white;
}
#offcanvas-toggler>.fa:hover,
#offcanvas-toggler>.fa:focus,
#offcanvas-toggler>.fa:active {
    color: #090909;
}

.offcanvas-menu {
    background-color: #ffffff;
    color: #074798
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span {
    color: #074798
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li a:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span:hover,
.offcanvas-menu .offcanvas-inner .sp-module ul>li a:focus,
.offcanvas-menu .offcanvas-inner .sp-module ul>li span:focus {
    color: #074798
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>a>.menu-toggler,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent>.menu-separator>.menu-toggler {
    color: #074798
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li ul li a {
    color: #074798
}

li.menu-parent .menu-toggler {
    display: block;
    position: absolute;
    left: 220px;
    cursor: pointer;
    margin-top: -25px;
    font-family: FontAwesome;

}

li.menu-parent .menu-toggler:after {
    content: "\f055" !important;
    color: #212529 !important;
    display: block !important;

    margin-top: 50px;
}

.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>a>.menu-toggler:after,
.offcanvas-menu .offcanvas-inner .sp-module ul>li.menu-parent.menu-parent-open>.menu-separator>.menu-toggler:after {
    content: "\f056";
}

.tabl {
    border-collapse: collapse;
    border: 2px solid black;

}

.tabl td {
    border-collapse: collapse;
    padding-left: 8px !important;
    border: 1px solid black;

}

.tabl p {
    text-indent: 0px !important;
    margin: 5px 0;
}

#sp-breadcrumbs {
    background-color: #e5e5e5 !important;
}

.breadcrumb {
    padding: 0px;
    margin: 7px 0px;
    background-color: #e5e5e5;
    font-size: 15px;
}


.sp-megamenu-wrapper {
    text-align: center;
}

.sp-megamenu-parent {
    float: none;
}
#sp-header{
    border-bottom: 1px solid white;

}
@media (max-width: 993px) {
    #sp-header{
        display: none;
    }
}
ul.sp-megamenu-parent {
    float: none;
    /* display: flex !important;
    justify-content: space-between;*/
}

.logo a img {
    width: 170px;
    margin: 0px auto 25px auto !important;
    height: auto !important;
}
.mr-1{
    margin-right: 0.5rem;
}


.st {
    position: absolute;
    bottom: 15px;
    color: white;
    font-size: 10px;
    width: 100%;
    text-align: right;
}

.st .container {
    background: transparent;
    padding-right: 20px;
}

.st a,
.st a:hover {
    color: white;
}

body {
    font-size: 18px;
}
#sp-bottom .sp-module {
    margin: 0px;
}

body a:hover {
    color: black;
}
.topform .ba-field-container input[type="text"], 
.topform .ba-field-container input[type="text"]::placeholder{
  color: #fff !important;
}
.burger-icon>span{
    background: #fff;
}
@media(max-width: 960px){
    .topform{
        top: -435px;
        right: 0px;
    }
}
/*.dk-section-1-text{
    color: #fff;
}*/
.dk-section-1-buttom{
    background: #F5A603 !important;
    border-radius: 30px;
    color: white;
    text-decoration: none !important;
    padding: 10px;
    font-size: 19px !important;
}
#section-id-1637056584560 .sppb-row-container,
#column-wrap-id-1637056584601,
#column-id-1637056584601,
#column-id-1637056584601 .sppb-column-addons{
    position: static;
}
#sppb-addon-wrapper-1637056584607{
    position: absolute;
    right: 0;
    bottom: 0;
}
#sppb-addon-wrapper-1637056584610{
    position: absolute;
    right: -140px;
    bottom: -40px;
}
#section-id-1637056584573 .sppb-addon-wrapper:first-child{
    float: left;
    width: 66%;
}
#section-id-1637056584573 .sppb-addon-wrapper:last-child{
    float: left;
    width: 33%;
}
#section-id-1637056584682 .sppb-addon-image-layout-content{
    background: transparent;
    padding: 1rem;
}
#section-id-1637056584682 .sppb-row .sppb-addon-wrapper{
    display: flex;
    height: 100%;
}
#section-id-1637056584682 .sppb-row .sppb-addon-wrapper > div,
#section-id-1637056584682 .sppb-addon-image-layouts,
#section-id-1637056584682 .sppb-addon-content{
    height: 100%;
    max-width: 100%;
}
#section-id-1637056584682 .sppb-addon-image-layout-wrap{
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
#section-id-1637056584682 .sppb-column{
    background: #074798;
    color: #fff;
    border-radius: 2rem;
    padding: 1rem;
}
#section-id-1637072807478 .sppb-btn,
#section-id-1637056584682 .sppb-btn{
    background: #F5A603;
    border-radius: 30px;
    color: white;
    text-decoration: none !important;
    padding: 10px 15px;
    font-size: 19px;
    font-weight: 400;
    border: none;
}
#section-id-1637072807491 .sppb-column-addons{
    display: flex;
    justify-content: center;
}
#sp-menu > div{
    justify-content: center !important;
}
#section-id-1637072807491 .sppb-addon-wrapper{
    width: 70%;
    background: #074798;
    color: #fff;
    padding: 1rem;
    border-radius: 2rem;
    text-align: center;
    font-size: 2rem;
}
#section-id-1637072807491 .sppb-addon-wrapper p{
    margin-bottom: 0;
}
#section-id-1637072807519 .sppb-gallery li{
    padding: 0.5rem;
}
#section-id-1637072807519 .sppb-gallery li a{
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 20%);
}
#section-id-1637083758666 .sppb-addon-image-layout-image{
    width: 100%;
}
#section-id-1637083758666 .sppb-img-responsive{
    float: right;
}
#section-id-1637083758666 .sppb-addon-image-layout-content{
    padding: 0 1rem;
    background: transparent;
    margin-top: -4rem;
}
.blog-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.blog-flex .width50{
    width: calc((100% - 20px) / 2);
    margin-bottom: 2rem;
}
@media screen and (max-width: 992px){
    .blog-flex .width50{
        width: 100%;
    }
}
@media screen and (max-width: 1200px){
    .sp-megamenu-parent>li span,
    .sp-megamenu-parent>li a{
        font-size: 14px;
        /*padding-top: 2rem;*/
    }
}

@media screen and (max-width:992px) {

    #sp-footer .tc2,
    #sp-footer .tc1 {
        text-align: center;
    }

    .cifr .zag {
        font-size: 25px;
    }

    .seczag,
    .formzag1 {
        font-size: 26px;
    }

    .maintxtsec {
        margin-top: 5px !important;
    }

    .logo a img {
        margin-bottom: 3px !important;
    }

    #sp-menu {
        border-bottom: 1px dashed white;
    }

    #sp-top1 {
        font-size: 14px;
        margin-top: 5px;
    }

    .maintxt h1 {
        font-size: 25px !important;
    }

    .maintxt {
        font-size: 16px !important;
    }

    #sp-top1 .mail {
        display: none;
    }

    #sp-top1 .tc1 {
        display: block;
        float: left;
        margin-right: 10px;
        line-height: 27px;
    }

    #sp-top1 .tc2 {
        float: left;
        font-size: 15px;
        line-height: 27px;
    }

    .bx-controls {
        display: none;
    }

    .tel,
    #sp-footer p {
        text-align: center;
    }

    .cont {
        margin: 20px auto;
        ;
    }

}
#section-id-1735133516838{
    margin: 0 !important;
    padding: 0 !important;
    height: 1px;
}
#userForm .rsform-block-comment textarea{
    width: 100%;
}
.rsform-block-cargo-list label{
    color: #0800ff;
    cursor: pointer;
}
.rsform-block-cargo-list{
    margin-bottom: 1rem;
}
.rsform-block-cargo-list .formControls{
    height: 0px;
    overflow: hidden;
}
#userForm .rsform-block-date-time-form .btnCal.rsform-calendar-button{
    display: none;
}
.banner-applications{
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 0;
    text-align: center;
    width: 100%;
    right: 0;
}
.banner-applications > div{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
}

.banner-applications > div > a:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
.banner-applications > div > a:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.banner-applications > div > a:nth-child(3) { grid-area: 2 / 1 / 3 / 2; }
.banner-applications > div > a:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }

.banner-applications > div > div{
    padding: 0 1rem;
}
.mai9{
    background: #3367AAC2;
    padding: 1rem 2rem;
    border-radius: 1rem;
    color: #fff;
    /*margin-bottom: 1rem;*/
    text-align: center;
    border: 1px solid #9ec0ec;
    backdrop-filter: blur(5px);
    /*margin-top: -4rem;*/
    /*margin-bottom: 4rem;*/
}
.mai9 a:hover,
.mai9 a,
.mai9 h3,
.mai9 h4{
    color: #fff;
    text-decoration: none !important;
}
.mai9 .ba-form-submit-btn{
    font-size: 2rem;
    font-weight: bold;
}
.mai9 .ba-form-submit-btn img{
    display: inline-block;
    height: 4rem;
    width: auto;
}
@media(max-width: 720px){
    .banner-applications > div{
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .banner-applications > div > a:nth-child(1) { grid-area: 1 / 1 / 2 / 2; }
    .banner-applications > div > a:nth-child(2) { grid-area: 2 / 1 / 3 / 2; }
    .banner-applications > div > a:nth-child(3) { grid-area: 3 / 1 / 4 / 2; }
    .banner-applications > div > a:nth-child(4) { grid-area: 4 / 1 / 5 / 2; }

    .mai9{
        /*margin-top: 9rem;*/
        margin-bottom: 0;
    }
}

@media(max-width: 390px){
    .mai9{
        margin-top: 18rem;
    }
}
.footer-applications a,
.banner-applications a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #3367AAC2;
    padding: 1rem 2rem;
    border-radius: 1rem;
    color: #fff;
    text-decoration: none !important;
    /* margin-bottom: 1rem; */
    text-align: center;
    border: 1px solid #9ec0ec;
    backdrop-filter: blur(5px);
}
.footer-applications a:hover,
.banner-applications a:hover{
    background: #3367AAC2;
    color: #fff;
}
.footer-applications .ba-form-submit-btn{
    margin-bottom: 1rem;
}
.banner-applications a p{
    margin-bottom: 0;
}
.banner-applications a h4{
    margin-bottom: 1rem;
}
@media(max-width: 960px){
    .banner-applications{
        margin-top: 3rem;
        padding: 0;
    }

    .banner-applications a{
        font-size: 1rem;
    }
}
.footer-applications > div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.snow-container {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  pointer-events: none;
}

.snowflake {
  position: absolute;
  background-color: white;
  border-radius: 50%;
  opacity: 0.8;
  pointer-events: none;
}

@keyframes fall {
  0% {
    opacity: 0;
    transform: translateY(0);
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0.5;
    transform: translateY(100vh);
  }
}

@keyframes diagonal-fall {
  0% {
    opacity: 0;
    transform: translate(0, 0);
  }

  10% {
    opacity: 1;
  }

  100% {
    opacity: 0.25;
    transform: translate(10vw, 100vh);
  }
}
.tm-error{
    display: none;
}
.form-control.is-invalid + .tm-error{
    display: block;
    color: red;
}
.bid-table .bid-table-row{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    border: 1px solid #333;
    border-right: none;
    margin-bottom: -1px;
}
.bid-table .bid-table-row > div{
    width: calc(100% / 8);
    padding: 5px;
    border-right: 1px solid #333;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.bid-table.cars .bid-table-row > div{
    width: calc(100% / 5);
}
.bid-table.winter .bid-table-row > div{
    width: calc(100% / 9);
    padding: 5px;
    border-right: 1px solid #333;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.bid-table .form-label{
    font-size: 0.75rem;
}
#bid-file{
    height: 0px;
    width: 0px;
}
.bid-file-label{
    color: blue;
    cursor: pointer;
}
.bid-prim p{
    margin-bottom: 0.5rem;
}
#sppb-addon-wrapper-1757676894961,
#sppb-addon-wrapper-1747218737858{
    float: left;
}
.sp-page-builder .page-content #section-id-1627812800451{
    padding-top: 5rem;
    background: #074798;
}
.sp-page-builder .page-content #section-id-1623473393697{
    padding-top: 4rem !important;
}
.cookie-notification{
    position: fixed;
    left: 1rem;
    bottom: 0;
    background: #fff;
    padding: 0.5rem 1rem;
    border-radius: 5px 5px 0 0;
    display: flex;
    max-width: 700px;
    width: 100%;
    z-index: 999;
}
.cookie-notification-text{
    margin-right: 1rem;
}
.cookie-notification-close{
    border-radius: 10px;
    padding: 0.5rem 1rem;
}