html {
    scroll-behavior: smooth;
}

[id] {
    scroll-margin-top: 100px;
}

a {
    color: red;
}

h1,h2,h3,h4, p, span, li, i {
    color: #323232;
}

iframe {
    z-index: 1;
}

@font-face {
    font-family: 'bebas_neueregular';
    src: url('bebasneue-regular-webfont.woff2') format('woff2'),
    url('bebasneue-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.header-text{
    font-size: 3em;
    font-weight: 700;
    color: #00bbbe;
    font-family: bebas_neueregular;
}
.header2-text{
    font-size: 2em;
    font-weight: 700;
    color: #0c6768;
    font-family: bebas_neueregular;
}
.header3-text{
    font-size: 1em;
    padding-top: 20px;
}
.rounded-bg-yellow{
    background-color: #f3d437;
    padding: 0 0 0 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: large;
    margin-bottom: 20px;
    margin-top: 20px;
}
.rounded-bg-blue{
    background-color: #1C3868;
    padding: 0 0 0 20px;
    border-radius: 10px;
    font-weight: 700;
    font-size: large;
    margin-bottom: 20px;
    margin-top: 20px;
}
.program-text-icon{
    font-size: 0.6em;
    background-color: #2c3b40;
    border-radius: 90px 14px 14px;
    padding-top: 10px;
    font-weight: 200;
}
.program-text{
    padding: 10px;
}
.yellow-text{
    color: #f3d437;
}
.blue-text{
    color: #1C3868;
}
.blue-dark{
    color:  #054679;
}
.light-blue{
    color:  #11b4bb;
}
.violet{
    color:  #652774;
}
.light-red{
    color:  #eb575b;
}
.bg-yellow-list li {
    list-style: none;
    margin: 1em 0;
    font-size: small;
    text-indent: -22px;
    margin-left: 20px;
}
.bg-yellow-list li:before {
    content: '\2713';
    color:#f12711;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    padding: 2px;
    font-size: 8px;
    font-weight: bold;
    line-height: 8px; border: 1px solid #f12711; border-radius: 50%; text-align: right
}
.rouded-button-light-blue{
    padding: 5px 10px;
    color: #fff;
    background-color: #1C3868;
    border-radius: 5px;
    font-size: smaller;
    transition: transform .2s;
}
.rouded-button-light-blue:hover{
    color:#fff;
    background-color: #284E91;
    transform: scale(1.05);
}
.rouded-button-light-red{
    padding: 5px 10px;
    color: #fff;
    background-color: #eb575b;
    border-radius: 5px;
    font-size: 13px;
    transition: transform .2s;
}
.rouded-button-light-red:hover{
    color:#fff;
    background-color: #d54449;
    transform: scale(1.05);
}
.bg-blue-list li {
    list-style: none;
    margin: 1em 0;
    font-size: small;
    text-indent: -22px;
    margin-left: 20px;
}
.bg-blue-list li:before {
    content: '\2713';
    color:#1C3868;
    display: inline-block;
    position: relative;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    padding: 2px;
    font-size: 8px;
    font-weight: bold;
    line-height: 8px;
    border: 1px solid #1C3868;
    border-radius: 50%; text-align: right
}
.circle-partner{
    border: 10px solid;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    font-size: 70px;
    font-family: 'bebas_neueregular', Helvetica, serif;
    padding: 10px;
}
.circle-partner-min{
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
    width: 90px;
    height: 92px;
    font-size: 30px;
    padding: 15px 0;
    border: 8px solid;
    font-family: 'bebas_neueregular', Helvetica, serif;
}
.rounded-well{
    border: 9px solid;
    border-radius: 20px;
    min-height: 150px;
    padding: 20px;
    font-size: 15px;
    transition: transform .2s;
}

.rounded-well:hover {
    transform: scale(1.05);
}
.rounded-well-min{
    border: 6px solid;
    border-radius: 20px;
    min-height: 215px;
    padding: 10px;
    font-size: 11px;
    transition: transform .2s;
}

.rounded-well-min:hover {
    transform: scale(1.05);
}

.audyt-header{
    font-family: 'bebas_neueregular', Helvetica, serif;
    font-size: 40px;
    padding-top: 20px;
}
.audyt-nazwa-firmy{
    background-color: #015792;
    color: #fff;
    padding: 10px 10px;
    border-radius: 20px;
    font-size: 15px;
    width: 450px;
    margin: auto;
}
.grey-bg-radial{
    background: rgb(255,255,255);
    background: -moz-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 30%, rgba(222,222,222,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 30%, rgba(222,222,222,1) 100%);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 30%, rgba(222,222,222,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#dedede",GradientType=1);
}
.list-start{
    list-style: none;
    line-height: 20px;
}
.rodo_mini_text{
    font-family: bebas_neueregular;
    color: #39618B;
    font-size: 13px;
}
.rodo_mini_text_big{
    font-family: bebas_neueregular;
    color: #39618B;
    font-size: 16px;
}
.rodo_mini_text-big{
    font-family: bebas_neueregular;
    color: #39618B;
    font-size: 14px;
}
.rodo_text{
    font-size: 13px;
}
.rodo_title{
    font-size: 15px;
    font-family: 'Montserrat';
    font-weight: 700;
}
.rodo_title_big{
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
}
.ck-button{
    background-color: #0c85cb;
    color: #fff;
    padding: 10px 0;
    display: block;
    margin: 10px 10px;
}
.ck-button a:hover{
    color: #fff;
    background-color: #045e90;
}
.ck-button:hover{
    color: #fff;
    background-color: #045e90;
}
.text-center{
    text-align: center;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.img-responsive{
    display: block;
    /*max-width: 100%;*/
    height: auto;
}
.rounded-info{
    background-color: #efefef;
    text-align: center;
    padding:11px;
    margin: 10px;
    border-radius: 15px;
}

.topmenu{
    font-size: 14px; 
    text-align: right;
    background-color: #efefef;
    color: #555555;
    text-align:right;
}
.topmenu a{
    color:#555555;
}
.topmenu a:hover{
    color:#000;
    text-underline: none
}

#accordion .ui-accordion-content {
    background-color: #f3f3f3;
    color: #777;
    font-size: 10pt;
    line-height: 16pt;
}
#accordion .ui-accordion-content a {
    color: #284E91;
}
#accordion .ui-accordion-header {
    background-color: #ccc;
    margin: 0px;
    color:#fff;
}
#accordion .ui-accordion-header a {
    color: #fff;
    line-height: 42px;
    display: block;
    font-size: 12pt;
    width: 100%;
    text-indent: 10px;
}
#accordion {
    margin: 20px auto;
}

#accordion .ui-accordion-header {
    background-color: #64a2df;
    background-image: -moz-linear-gradient(top,  #64a2df 0%, #284E91 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#64a2df), color-stop(100%,#284E91));
    background-image: -webkit-linear-gradient(top,  #64a2df 0%,#284E91 100%);
    background-image: -o-linear-gradient(top,  #64a2df 0%,#284E91 100%);
    background-image: -ms-linear-gradient(top,  #64a2df 0%,#284E91 100%);
    background-image: linear-gradient(to bottom,  #64a2df 0%,#284E91 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a2df', endColorstr='#284E91',GradientType=0 ); /* IE6-9 */
}


#accordion .ui-accordion-header a {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(250, 250, 250, .2);
}
#accordion .ui-accordion-content {
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, .4),
                inset 0px 1px 1px 0px rgba(0, 0, 0, .2);
}
#accordion .ui-accordion-content:last-of-type {
    box-shadow: inset 0px 1px 1px 0px rgba(0, 0, 0, .2),
                inset 0px 0 0px 0px rgba(0, 0, 0, .5);
}



.informacje {
    width: 100%;
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";

    margin: auto;
    text-align: center;
    font-size: 13px;
}

.warn {
    padding: 5px;
    margin: 8px;
    border: 1px solid #c60000;
    color: #c60000;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.warn:hover {
    color: #9f0000;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
}

.zzycia {
    border-radius: 5px;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
}

.zzycia:hover {
    opacity: 1;
    filter: alpha(opacity=1); /* For IE8 and earlier */
}

.refere {
    float: left;
    font-size: 14px;
    text-align: center;
    height: 350px;
    width: 200px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
     /*display: -webkit-box;*/
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    white-space: nowrap;
}

.zarejestr {
    float: right;
    background: url("../../images/zarejestruj.png");
    width: 62px;
    height: 247px;
    margin-top: 20px;
}

.telefon {
    padding: 5px;
    margin: 8px;
    border: 1px solid #7cc300;
    color: #77bb00;
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px;
}

.telefon:hover {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
}

.powrot {
    background: none repeat scroll 0 0 #009ae1;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 5px;
    text-decoration: none;
    border-radius: 3px;
    display: initial;
}

.powrot:hover {
    background: none repeat scroll 0 0 #0087c5;
    color: #fff;
}

.example-image {
    border-radius: 5px;
    opacity: 0.4;
    filter: alpha(opacity=40); /* For IE8 and earlier */
    height: 285px;
    width: 99%;
}

.example-image:hover {
    border-radius: 5px;
    opacity: 1;
    filter: alpha(opacity=1); /* For IE8 and earlier */
}

.example-image-link {
    background-color: #fff;
    border-radius: 6px;
    display: inline-block;
    line-height: 0;
    margin: 0 0.5rem 1rem;
    padding: 4px;
    transition: background-color 0.5s ease-out 0s;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
}

.example-image-link:hover {
    background-color: #33c3f0;
}

#preview {
    position: absolute;
    border: 3px solid #fff;
    border-radius: 10px;
    -webkit-transition: width 0.2s; /* Safari */

    -webkit-transition-timing-function: linear; /* Safari */
    transition: width 0.2s;

    transition-timing-function: linear;
    background: #fff;
    padding: 5px;
    display: none;
    color: #fff;
    -webkit-box-shadow: -1px 0px 19px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 0px 19px -4px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 0px 19px -4px rgba(0, 0, 0, 0.75);
}

.kontaktmapa a {
    color: #000;
    background: #fff;
    padding: 2px;
    border-radius: 5px;
}

.kontaktmapa a:hover {
    color: #0c85cb;
}

.lab_login {
    width: 200px;
}

.register {
    display: none;
}

.input_login {
    width: 200px;
}

.close {
    background: #0c85cb;
    border-radius: 15px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 1px 4px;
}

.shadow {
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 34, 75, 0.5);
    background: rgba(0, 34, 75, 0.5);
    color: rgba(0, 34, 75, 0.5);
    width: 100%;
    height: 100%;
    z-index: 98;
    display: none;

}

.shadowtop {
    background: #fff;
    width: 500px;
    border-radius: 5px;
    z-index: 99;
    margin: 20px auto;
    padding: 10px;
    display: none;
}

.shadowtop2 {
    background: #fff;
    width: 700px;
    border-radius: 5px;
    z-index: 99;
    margin: 20px auto;
    padding: 10px;
    display: none;
}

#1 {
    display: none;
}

.odd {
    background: #f2f2f2;
}

tr {
    padding: 0 10px 0 10px;
}

#logout {
    background: none repeat scroll 0 0 #009ae1;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    text-decoration: none;
    cursor: pointer
}

#logout:hover {
    background: #0081bc;
}

/* Shared
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
    border-radius: 10px;
    margin-right: 5px;
}

/* Sections
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
    text-align: center;
}

.section-heading,
.section-description {
    margin-bottom: 1.2rem;
}

/* Hero
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.phones {
    position: relative;
}

.phone {
    position: relative;
    max-width: 80%;
    margin: 3rem auto -12rem;
}

.phone + .phone {
    display: none;
}

/* Values
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.values {
    background-image: url("../../user/images/user_back.jpg");
    background-size: cover;
    color: #fff;
    padding-bottom: 5rem;
    min-height: 80vh;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.values2 {
    display: none;
    background-image: url("../../user/images/user_back.jpg");
    background-size: cover;
    color: #fff;
    padding-bottom: 5rem;
    height: 539px;
    -webkit-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 500ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */

    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.value-multiplier {
    margin-bottom: .5rem;
    color: #11DFC7;
}

.value-heading {
    margin-bottom: .3rem;
}

.value-description {
    opacity: .8;
    font-weight: 300;
}

/* Referencje */
.referencje-section{
    color: #222;
    border-bottom: 1px solid #dedede;
}

/* Aktualnosci */
.aktualnosci-section{
    color: #222;
    border-bottom: 1px solid #dedede;
}
.news{
    padding: 10px;
    width: 45%;
    float: left;
    min-height: 230px;
    border: 1px solid #dedede;
    border-radius: 15px;
    margin: 10px;
    min-width: 500px;
    -webkit-transition: 0.3s; /* Safari */
    transition:  0.3s;
}

.news:hover{
    border: 1px solid #33c3f0;
    -webkit-transition: 0.3s; /* Safari */
    transition:  0.3s;
}
.news-short-text{
    padding: 10px;
    min-height: 100px;
}

.news-more{
    float:right;
}

.news-more-more{
    text-align: center;
    padding-top: 30px;
}
.top-icons a{
    font-size: 16px;
    color: #036ee4;
    padding-bottom: 10px;

}

/* Help
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.get-help {
    border-bottom: 1px solid #ddd;
}

/*.get-help a{*/
/*    color: #284E91;*/
/*}*/

/*.get-help a:hover{*/
/*    color: #3e4653;*/
/*}*/

/* Categories
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.categories {
    background-image: url('/images/values-bg.jpg');
    color: #4f4f4f;
    background-repeat: repeat-y;
    min-height: 300px;
    border-bottom: 1px solid #dedede;
    overflow: auto;
}

.categories .section-description {
    margin-bottom: 4rem;
    margin-top: 100px;
}

.kontaktmapa2 {
    font-size: 18px;
}

#info {
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    padding: 10px 0 10px 0;
    width: 100%;
    text-align: center;
    margin: 20px 0;
    background: #009ae0;
    color:#fff;
}

.rodo-countdown{
    background: #9f001c;
}

.counter{display: inline;

border-left: 1px solid #323232;

color: #323232;

padding: 2px 5px;

border-right: 1px solid #323232;
}

/*Menu 
--------------------------------------------------*/
.menu{
    
}

/* Custom grid */
.row{
    display: inline;
    width: 100%;
    padding: 10px 0;
}
.col-md-5{
    display: inline;
    width: 45%;
        float: left;
}
.col-md-7{
    display: inline;
    width: 67%;
        float: left;
}
.col-md-9{
    display: inline;
    width: 75%;
    float: left;
}
.col-md-6{
    display: inline;
    width: 50%;
    float: left;
}
.col-md-3{
    display: inline;
    width: 25%;
    float: left;
}
.col-md-4{
    display: inline;
    width: 33%;
    float: left;
    padding-bottom: 10px;
}
.well{
    border: 1px solid #dedede;
    border-radius: 5px;
    padding: 5px;
    margin: 5px;
    background: #fff;
}
.oddzial-detale{
    padding: 10px;
    min-height: 100px;
}
    .widthxl{
        width:50vw;
    }

.dzialy-firmy{
    padding: 20px 0 50px;
    display: inline-block;
}

.dzialy-firmy i{
    color: #1C3868;
}

.dzialy-firmy a{
    color: #284E91;
}

.dzialy-firmy a:hover{
    color: #1C3868;
    font-weight: bold;
}

.dzial{
    float: left;
    min-width: 300px;
    border: 1px solid rgba(15, 15, 15, 0.15);
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    width: 100%;
}
.dzial-header{
    font-size: 20px;
    font-weight: 600;
    color: #284E91;
}
.company-data{
    float:left;
    text-align:center;
    width:40%;
}
.company-contact-form{
    width:50%;
    float:right;
    margin-right:20px;
}

.btn-szkolenia{
    width: 100%;
    border-radius: 4px;
    background-color: #33c3f0;
    margin-top: 10px;
    color: #fff;
    border: 0;
    display: block;
    padding: 4px 0;
}
.btn-szkolenia:hover{
    background-color:#1395bd;
    color: #fff;
}

.col-md-4 {
    display: inline;
    width: 90%;
    padding-bottom: 10px;
}
.grey{
  -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
  filter: grayscale(80%);
  transition: 1s filter;
}
.grey:hover{
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.imgmax{
    width: 100%;
}
.product-box{
    background-color: #fff;
    border: 1px #64a2df solid;
    border-radius: 5px;
    text-align: center;
    min-height: 240px;
    box-shadow: 3px 3px 3px #efefef;
    margin: 10px;
    position: relative;
    padding-top:15px;
}
.more-button{
    color: #fff;
    padding: 10px;
    bottom: 0;
    line-height:35px;
}
.more-button:hover{
    color: #fff;
}
.more-footer{
    width: 100%;
    bottom: 0;
    text-align: center;
    background-color: #1d3c41;
    color: #fff;
    border-radius: 0 0 5px 5px;
    position:absolute;
    transition: 0.5s background-color ;
}
.more-footer:hover{
    background-color: #0c85cb;
    transition: 0.5s background-color ;
}
.focus-in-contract-bck {
    -webkit-animation: focus-in-contract-bck 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: focus-in-contract-bck 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes focus-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(12px);
        transform: translateZ(12px);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
@keyframes focus-in-contract-bck {
    0% {
        letter-spacing: 1em;
        -webkit-transform: translateZ(300px);
        transform: translateZ(300px);
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateZ(12px);
        transform: translateZ(12px);
        -webkit-filter: blur(0);
        filter: blur(0);
        opacity: 1;
    }
}
.color-change-2x{-webkit-animation:color-change-2x 2s ease-in infinite alternate both;animation:color-change-2x 2s ease-in infinite alternate both}
@-webkit-keyframes color-change-2x {
    0% {
        background: #009ae1;
    }
    100% {
        background: #48a19e;
    }
}
@keyframes color-change-2x {
    0% {
        background: #009ae1;
    }
    100% {
        background: #48a19e;
    }
}
.bg-pan-right {
    -webkit-animation: bg-pan-right 8s ease-in;
    animation: bg-pan-right 8s ease-in;
}
@-webkit-keyframes bg-pan-right {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}
@keyframes bg-pan-right {
    0% {
        background-position: 0% 50%;
    }
    100% {
        background-position: 100% 50%;
    }
}

.szkolenie-opis{
    background-color: #fff;
    border: 1px #64a2df solid;
    border-radius: 0 0 5px 5px;
    min-height: 240px;
    box-shadow: 3px 3px 3px #efefef;
    position: relative;
    padding: 15px;
}

.edycja {
    background: none repeat scroll 0 0 #009ae1;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    padding: 5px;
    text-decoration: none;
    margin-bottom: 20px;
    margin-top: 20px;
}

.edycja:hover {
    background: none repeat scroll 0 0 #0081bc;
}

#edycja_danych_konta {
    display: none;
}

.warn2 {
    padding: 5px;
    margin: 8px;
    color: #c60000;
    font-size: 11px;
    text-align: center;
}

.warn {
    padding: 5px;
    margin: 8px;
    border: 1px solid #c60000;
    color: #c60000;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.warn:hover {
    color: #9f0000;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
}

.success {
    padding: 5px;
    margin: 8px;
    border: 1px solid #15b000;
    color: #15b000;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.success:hover {
    color: #108900;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
}

.info-danger {
    padding: 5px;
    margin: 8px;
    border: 1px solid #ab0000;
    color: rgb(166, 0, 20);
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}
.info {
    padding: 5px;
    margin: 8px;
    border: 1px solid #0065ab;
    color: #0065ab;
    font-size: 15px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.info:hover {
    color: #00548e;
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
}

.telefon {
    padding: 5px;
    margin: 8px;
    border: 1px solid #284E91;
    color: #284E91 !important;
    font-size: 22px;
    font-weight: bold;
    border-radius: 5px;
}

.telefon a {
    color: #284E91;
}
.telefon:hover a {
    color: #1C3868;
}

.telefon:hover {
    -webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.35);
}

#preview{
    position:absolute;
    border: 3px solid #fff;
    border-radius: 10px;
    -webkit-transition: width 0.2s; /* Safari */

    -webkit-transition-timing-function: linear; /* Safari */
    transition: width 0.2s;

    transition-timing-function: linear;
    background:#fff;
    padding:5px;
    display:none;
    color:#fff;
    -webkit-box-shadow: -1px 0px 19px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 0px 19px -4px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 19px -4px rgba(0,0,0,0.75);
}

/*  */
#imgszk{
    float:left;
    vertical-align: middle;
    margin-left:5px;
    border: 3px solid #fff;
    border-radius: 10px;
    -webkit-transition: width 0.2s; /* Safari */

    -webkit-transition-timing-function: linear; /* Safari */
    transition: width 0.2s;

    transition-timing-function: linear;
}
#imgszk:hover{
    border: 3px solid #009ae1;
}

#konto, #szkolenia, #kontakt{
    display:none;
}
#effect:hover{
    width:105%;
    height:105%;
}
#effect{
    width:100%;
    height:100%;
    -webkit-transition: width 0.2s; /* Safari */

    -webkit-transition-timing-function: linear; /* Safari */
    transition: width 0.2s;

    transition-timing-function: linear;
}
.startbut{
    border: 2px #fff solid;
    padding: 3px 10px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.startbut:hover{
    font-weight: 900;
    color: #80e4ef;
}
.footer-button{
    background: #0984e3;
    padding: 10px 25px;
    border-radius: 30px;
    border: 0;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    transition: background 0.5s ease;
    margin:20px;
}
.footer-button a{
    color:#fff;
}
.btn-darmowa-wycena{
    background: linear-gradient(0deg, #1C3868, #15479D);
    color: #fff;
    border-radius: 10px;
    display: inline-block;
    padding: 14px 25px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
}
.btn-darmowa-wycena:hover{
    background: linear-gradient(180deg, #1C3868, #15479D);
    color: #fff;
}

.btn-gf-success{
    background:  linear-gradient(0deg, #005d64, #27a4ae);
    border: none !important;
    font-size: 1.1rem !important;
    color: #fff !important;
}

.btn-gf-success:hover{
    background:  linear-gradient(180deg, #005d64, #27a4ae);
}

.l60m100{
    width:60%;
}
.l50m100{
    width:50%;
}
.l40m100{
    width:40%;

}
.top-start-banner{
    background-image: url('/images/tlo-top-banner.jpg');
    background-position-y: bottom;
    background-repeat: no-repeat;
}
.l3m100{
    width: 33.33%;
}
.fl{
    float:left;
}
.l16m50{
    width: 16.66%;
}
.l16m33{
    width: 16.66%;
}
.mwidth{
    min-width: 290px;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.bgblue{
    color:#fff;
    background-color: #009AE0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='1666.7' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.07'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-grey-triangles{
    color: #141e2c;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2000' height='1666.7' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.07'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/svg%3E");
}

.bglightgrey{
    background-color: #f5f5f6;
}

.bglightblue{
    background-color: #F8F9FDFF;
}

.same-div{
    display:table;
}
.sd-row{
    display:flex;
}
.sd{
    flex:1;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 0;
}
.svg-content{
    width: 0;
    height: 0;
}
.svg-icon{
    fill: #274c8e;
}
.icon-box{
    height: 64px;
    width: 64px;
    display: block;
    margin: auto;
}
.icon-box-title{
    font-size: 23px;
}
.icon-box-cont{
    margin-top: 20px;
}
.bg-grey-gene{
    background-color: #ffffff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(219,960,470)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23E3E9FF'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.03'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

.bg-grey-gene2{
    background-color: #DEDEDE;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(0,960,458)'%3E%3Cstop offset='0' stop-color='%23DEDEDE'/%3E%3Cstop offset='1' stop-color='%23FFFFFF'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='1452' height='1210' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.04'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}


.bg-grey-dot{
    background-color: #FFFFFF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%238D9097' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23B9B7DB'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-dark-dot{
    background-color: #274c8e;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='400' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23FFFFFF26' stroke-width='1'%3E%3Cpath d='M769 229L1037 260.9M927 880L731 737 520 660 309 538 40 599 295 764 126.5 879.5 40 599-197 493 102 382-31 229 126.5 79.5-69-63'/%3E%3Cpath d='M-31 229L237 261 390 382 603 493 308.5 537.5 101.5 381.5M370 905L295 764'/%3E%3Cpath d='M520 660L578 842 731 737 840 599 603 493 520 660 295 764 309 538 390 382 539 269 769 229 577.5 41.5 370 105 295 -36 126.5 79.5 237 261 102 382 40 599 -69 737 127 880'/%3E%3Cpath d='M520-140L578.5 42.5 731-63M603 493L539 269 237 261 370 105M902 382L539 269M390 382L102 382'/%3E%3Cpath d='M-222 42L126.5 79.5 370 105 539 269 577.5 41.5 927 80 769 229 902 382 603 493 731 737M295-36L577.5 41.5M578 842L295 764M40-201L127 80M102 382L-261 269'/%3E%3C/g%3E%3Cg fill='%23FFFFFF26'%3E%3Ccircle cx='769' cy='229' r='5'/%3E%3Ccircle cx='539' cy='269' r='5'/%3E%3Ccircle cx='603' cy='493' r='5'/%3E%3Ccircle cx='731' cy='737' r='5'/%3E%3Ccircle cx='520' cy='660' r='5'/%3E%3Ccircle cx='309' cy='538' r='5'/%3E%3Ccircle cx='295' cy='764' r='5'/%3E%3Ccircle cx='40' cy='599' r='5'/%3E%3Ccircle cx='102' cy='382' r='5'/%3E%3Ccircle cx='127' cy='80' r='5'/%3E%3Ccircle cx='370' cy='105' r='5'/%3E%3Ccircle cx='578' cy='42' r='5'/%3E%3Ccircle cx='237' cy='261' r='5'/%3E%3Ccircle cx='390' cy='382' r='5'/%3E%3C/g%3E%3C/svg%3E");
}
.bg-waves-shape {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%23bac4ff' fill-opacity='0.1' d='M0,192L80,208C160,224,320,256,480,256C640,256,800,224,960,202.7C1120,181,1280,171,1360,165.3L1440,160L1440,320L1360,320C1280,320,1120,320,960,320C800,320,640,320,480,320C320,320,160,320,80,320L0,320Z'/%3E%3C/svg%3E");
}

.list-check{
    font-size: 20px;
    padding: 10px 0;
}
.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
    border-radius: 1rem;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-bs {
    box-shadow: 0 0 15px rgba(15, 15, 15, 0.5);
}

.topstartsmall{
    display: none;
}
.topstartbig{
    display: initial;
}
@media(max-width: 1050px){
    #audyt-big{
        display: none;
    }
    #audyt-small{
        display: initial;
    }
}
@media(min-width: 1050px){
    #audyt-big{
        display: initial;
    }
    #audyt-small{
        display: none;
    }
}
@media(max-width: 1010px) {
    .header-text{
        font-size:3em;
    }
    .header2-text{
        font-size:2em;
    }
    .header3-text{
        font-size:1.5em;
    }
    .l3m100{
        width: 100%;
    }
    .sd-row {
        display: inherit;
    }
    .sd {
        /*margin-bottom: 40px;*/
    }
}
@media(max-width: 1040px) {
    .circle-partner{
        margin: auto;
        margin-bottom: 10px;
    }
    .l60m100{
        width:100%;
    }
    .l50m100{
        width:100%;
    }
    .l40m100{
        width:100%;
        text-align: center;
        padding: 0 0 20px 0;
    }
    .col-md-4{
        width: 100%;
    }
    .referencje-section{
        background-size: auto;
    }
    .col-md-6{
        width: 100%;
    }
    .col-md-5{
        width: 100%;
    }
    .example-image {
        max-height: 100px;
    }
    .refere{
        height: initial;
    }
    .l16m33{
        width: 33.33%;
    }
}

@media (max-width: 640px) {
    .topstartsmall{
        display: initial;
    }
    .topstartbig{
        display: none;
    }
}
@media (min-width: 640px) {
    .topstartbig{
        display: initial;
    }
    .topstartsmall{
        display: none;
    }
}
/* Bigger than 550 */
@media (min-width: 150px) {
    .company-data{
        width:100%;
    }
    .company-contact-form{
        width:100%;
    }
    
    #reje1 {
        width: 80%
    }

    #reje2 {
        width: 80%
    }

    .section {
    }

    .hero {
        text-align: left;
    }

    .phone {
        position: absolute;
        top: -7rem;
        right: 3rem;
        max-height: 362px;
        z-index: 3;
    }

    .phone + .phone {
        top: -6rem;
        display: block;
        max-width: 73.8%;
        right: 0;
        z-index: 2;
        max-height: 338px;
    }

    .hero-heading {
        font-size: 2.4rem;
    }

    .refere {
    }

    .example-image {
    }

    .aktualnosci {
        width: 40%;
    }

    .kontaktmapa2 {
        display: block;
    }

    .kontaktmapa {
        display: none;
    }
    
    
    .widthxl{
        width:80vw;
    }
    .news{
        width: 80vw;
        min-height: 250px;
        min-width: 0;
    }
    .news-short-text{
        min-height: 140px;
    }
    .col-md-3{
        width: 90vw;
    }
    .oddzial-detale{
        text-align: center;
    }
    .center-min{
        text-align: center;
    }
}

.rect-top{
    width:33%;
    float:left;
}
.top-block a{
    color:#fff;
}
.top-block a:hover{
    color:#fff;
}
.top-block{
    color:#fff;
}
.top-block:hover{
    color:#fff;
}
.rect-bg-1{
    background-color:rgba(0,176,241,0.8);
    transition: background-color 1s;
}
.rect-bg-1:hover{
    background-color:rgb(0,176,241);
}
.rect-bg-2{
    background-color:rgba(255,162,0,0.8);
    transition: background-color 1s;
}
.rect-bg-2:hover{
    background-color:rgb(255,162,0);
}
.rect-bg-3{
    background-color:rgba(35,154,157,0.8);
    transition: background-color 1s;
}
.rect-bg-3:hover{
    background-color:rgb(35,154,157);
}
.rect-inner{
    margin:0 5px;
    padding:40px 5px 20px 5px;
    border-radius:5px;
    transition: margin 0.5s;
    position: relative;
}
.rect-inner:hover{
    margin: -10px -15px 0 -15px;
    z-index:10;
}
.top-header-title{
    width:100%;
    padding-top:100px;
    padding-bottom: 90px;
    text-shadow: 2px 2px 4px #000;
}
.top-icon{
    font-size: 7em;
}
.top-subtitle{
    font-size: small;
}
.oferta-header-container{
    width: 590px;
    margin: 140px auto;
    position: relative;
}
.blockquote {
    width: 565px;
    font: 2.65em CallunaRegular;
    letter-spacing: .075em;
    float: left;
    padding: 45px 0 30px 25px;
    margin: 0;
    border-top: 2px dotted #858585;
    border-bottom: 2px dotted #858585;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
}
.oferta-header-container:before {
    content: "“";
    font-size: 13em;
    position: absolute;
    left: -100px;
    color: #666;
}

.oferta-header-container:after {
    content: "”";
    font-size: 13em;
    position: absolute;
    right: -100px;
    top: 150px;
    color: #666;
}
.blockquote:first-line {
     font: 1.85em "Sketch Block";
     color: #fff79e;
 }

.blockquote:first-letter {
    font-size: 2.9em;
    text-transform: lowercase;
    float: left;
    line-height: .52em;
    margin-right: -18px;
    position: relative;
    z-index: 1;
}

.blockquote strong:first-child {
    margin-left: 8px;
    letter-spacing: 0;
}

.blockquote strong:last-child {
    font: 2em "Museo 700";
    text-transform: uppercase;
    letter-spacing: 0;
}

.blockquote em {
    border-bottom: 2px dotted #858585;
    padding-left: 5px;
}

.blockquote + b {
    float: right;
    margin-top: 10px;
    font: 1.6em CallunaRegular;
    letter-spacing: .15em;
}

.blockquote + b:first-letter {
    color: #fff79e;
    font-size: 1.3em;
    font-style: italic;
    letter-spacing: .25em;
}

@-moz-document url-prefix() {

    blockquote:first-letter {
        margin-top: -29px;
    }

}
@media (max-width: 750px){
    .powrot{
        width: 100%;
        display:block;
    }
    .rect-top{
        width:100%;
    }
    .top-header-title{
        width:100%;
        padding-top:20px;
        padding-bottom: 20px;
    }
    .rect-inner{
        padding: 5px;
        margin: 0px;
    }
    .top-icon{
        font-size: 4em;
    }
    .top-subtitle{
        margin-bottom: 5px;
    }
    .topmenu{
        text-align: center;
    }
    .top-icons{
        text-align: center
    }
}

/* Bigger than 750 */
@media (min-width: 750px) {
    .rect-top{
        width:33%;
        float:left;
    }
    .company-data{
        float:left;
        text-align:center;
        width:40%;
    }
    .company-contact-form{
        width:50%;
        float:right;
        margin-right:20px;
    }
    #reje1 {
        width: 80%
    }

    #reje2 {
        width: 80%
    }

    .hero {
    }

    .hero-heading {
        font-size: 2.6rem;
    }

    .section {
    }

    .hero {
    }

    .section-description {
        max-width: 60%;
        margin-left: auto;
    }

    .phone {
        top: -14rem;
        right: 5rem;
        max-height: 510px;
    }

    .phone + .phone {
        top: -12rem;
        max-height: 472px;
    }

    .categories {
        padding: 30px 0 30px 0;
    }

    .kontaktmapa2 {
        display: block;
    }

    .kontaktmapa {
        display: none;
    }
    
    .news{
        padding: 10px;
        width: 45%;
        float: left;
        min-height: 230px;
        border: 1px solid #dedede;
        border-radius: 15px;
        margin: 10px;
        min-width: 500px;
        -webkit-transition: 0.3s; /* Safari */
        transition:  0.3s;
    }
    .news-short-text{
        min-height: 140px;
    }
    .col-md-3{
        display: inline;
        width: 25%;
        float: left;
    }
    .col-md-4{
        display: inline;
        width: 33%;
        float: left;
    }
    .oddzial-detale{
        text-align: center;
    }
    .center-min{
        text-align: center;
    }
    .widthxl{
        width:50vw;
    }
    .oddzial-detale{
        text-align: left;
    }
    .center-min{
        text-align: left;
    }
}

/* Bigger than 1000 */
@media (min-width: 1000px) {
    .section {

    }

    .hero {

    }

    .hero-heading {
        font-size: 3.0rem;
    }

    .phone {
        top: -16rem;
        max-height: 615px;
    }

    .phone + .phone {
        top: -14rem;
        max-height: 570px;
    }

    .kontaktmapa2 {
        display: none;
    }

    .kontaktmapa {
        display: block;
    }

    #reje1 {
        width: 40%
    }

    #reje2 {
        width: 45%
    }
}

.custom-header-span-1 {
    color:#284E91;
}

.custom-header-span-2 {
    color: #1C3868;
}

.custom-header-span-3 {
    color: #42464e;
}

.btn-custom-primary{
    /*background: linear-gradient(0deg, #ff9100, #ffbf00);*/
    background: linear-gradient(0deg, rgb(253, 208, 92), rgb(250, 194, 46));
    /*color: #284E91;*/
    color: #323232;
    border-radius: 10px;
    display: inline-block;
    padding: 14px 25px;
    font-size: 15px;
    text-decoration: none;
    font-weight: 700;
}
.btn-custom-primary:hover{
    background: linear-gradient(180deg, rgb(253, 208, 92), rgb(250, 194, 46));
    color: #323232;
}

.w-custom-m60-l100 {
    width: 60%;
    margin: auto;
}

@media (max-width: 767px) {
    .my-account-right-section {
        border-top: 1px solid !important;
        border-left: none !important;
    }
    span:not(.custom-header-span-1, .custom-header-span-2){
        font-size: 0.8em;
    }

    h4 {
        font-size: 1.2em !important;
    }

    .w-custom-m60-l100 {
        width: 95%;
    }

    .gf-company-logo-container img{
        max-height: 30px !important;
    }

    .gf-pr-card-1 .gf-pr-card-body {
        padding: 10px 10px 10px 0 !important;
    }

    .gf-pr-card-1 .gf-pr-icon-col {
        margin-right: 7px !important;
        padding: 0.5em !important;
    }

    .gf-pr-card-1 .gf-pr-icon {
        font-size: 1.2em !important;
    }
}

.gf-container-title {
    font-size: 2.75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.gf-container-subtitle {
    font-size: 2.25rem;
    font-weight: 700;
}

.gf-inner-container-span {
    font-size: 1.85rem;
}


.footer {
    position: relative;
    background: linear-gradient(135deg, #1f3255, #12284e);
    overflow: hidden;
}

.shape {
    z-index: 1;
    position: absolute;
    opacity: 0.2;
}

.shape-radial {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
}

.small {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    top: 30px;
    left: 30px;
    animation: moveInEight 20s infinite linear;
}

.biggest {
    width: 1320px;
    height: 1320px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.001), rgba(255, 255, 255, 0.2));
    bottom: -200px;
    left: -200px;
    /*border: 1px solid rgba(255, 255, 255, 0.3);*/
    border-radius: 50%;
    animation: moveBiggest 25s infinite alternate ease-in-out;
}

.large {
    width: 180px;
    height: 180px;
    background: rgba(255, 255, 255, 0.2);
    bottom: -50px;
    right: -50px;
    animation: moveLarge 25s infinite alternate ease-in-out;
}

@keyframes moveInEight {
    0% {
        transform: translate(0px, 0px) rotate(0deg);
    }
    25% {
        transform: translate(20px, 40px) rotate(45deg);
    }
    50% {
        transform: translate(0px, 80px) rotate(90deg);
    }
    75% {
        transform: translate(-20px, 40px) rotate(135deg);
    }
    100% {
        transform: translate(0px, 0px) rotate(180deg);
    }
}

@keyframes moveLarge {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(-250px, -250px);
    }
}

@keyframes moveBiggest {
    from {
        transform: translate(0, 0);
    }
    to {
        transform: translate(250px, 250px);
    }
}

.footer-column span {
    font-weight: 600;
}

.footer-column li {
    margin-bottom: 0.5rem;
}

.footer-column a {
    background-image: linear-gradient(
            to right,
            #fdc604,
            #fdc604 50%,
            #ffffff 50%
    );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    padding: 3px 0;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.4s ease-in-out;
    font-weight: 600;
}

.footer-column a:before {
    content: '';
    background: #fdc604;
    display: block;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.3s ease-in-out;
}

.footer-column a:hover {
    background-position: 0;
}

.footer-column a:hover::before {
    width:100%;
}

.social-icon a{
    text-align: center;
    width: 60px;
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding: 15px;
    text-decoration: none;
    color: black;
    overflow: hidden;
}

.social-icon a::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: height 0.3s ease-in-out, top 0.3s ease-in-out;
    z-index: -1;
}

.social-icon a:hover::after {
    height: 100%;
    bottom: 0;
}

.social-icon a.facebook::after { background: linear-gradient(0deg, #3B5998FF, rgba(255, 255, 255, 0)); }
.social-icon a.youtube::after { background: linear-gradient(0deg, rgb(255, 0, 0), rgba(255, 255, 255, 0));  }


.team-member {
    position: relative;
    text-align: center;
    margin-top: 50px;
}

.team-info h5 {
    font-size: 1.3em;
    margin-bottom: 0;
}

.team-info p {
    font-size: 0.8em;
    text-transform: uppercase;
    margin-bottom: 0;
}

.background-box {
    background: linear-gradient(0deg, #eaedff, #f8f9fd);;
    width: 100%;
    position: relative;
    border-radius: 10px 10px 0 0 ;
    padding-top: 135px;
    max-height: 200px;
    overflow: hidden;
    z-index: 1;
}

.background-gradient-grey {
    background-color: #EEEEEE;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2000 1500'%3E%3Cdefs%3E%3CradialGradient id='a' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23FFFFFF'/%3E%3Cstop offset='1' stop-color='%23EEEEEE'/%3E%3C/radialGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='0' y1='750' x2='1550' y2='750'%3E%3Cstop offset='0' stop-color='%23f7f7f7'/%3E%3Cstop offset='1' stop-color='%23EEEEEE'/%3E%3C/linearGradient%3E%3Cpath id='s' fill='url(%23b)' d='M1549.2 51.6c-5.4 99.1-20.2 197.6-44.2 293.6c-24.1 96-57.4 189.4-99.3 278.6c-41.9 89.2-92.4 174.1-150.3 253.3c-58 79.2-123.4 152.6-195.1 219c-71.7 66.4-149.6 125.8-232.2 177.2c-82.7 51.4-170.1 94.7-260.7 129.1c-90.6 34.4-184.4 60-279.5 76.3C192.6 1495 96.1 1502 0 1500c96.1-2.1 191.8-13.3 285.4-33.6c93.6-20.2 185-49.5 272.5-87.2c87.6-37.7 171.3-83.8 249.6-137.3c78.4-53.5 151.5-114.5 217.9-181.7c66.5-67.2 126.4-140.7 178.6-218.9c52.3-78.3 96.9-161.4 133-247.9c36.1-86.5 63.8-176.2 82.6-267.6c18.8-91.4 28.6-184.4 29.6-277.4c0.3-27.6 23.2-48.7 50.8-48.4s49.5 21.8 49.2 49.5c0 0.7 0 1.3-0.1 2L1549.2 51.6z'/%3E%3Cg id='g'%3E%3Cuse href='%23s' transform='scale(0.12) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.2) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.25) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(0.3) rotate(-20)'/%3E%3Cuse href='%23s' transform='scale(0.4) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(0.5) rotate(20)'/%3E%3Cuse href='%23s' transform='scale(0.6) rotate(60)'/%3E%3Cuse href='%23s' transform='scale(0.7) rotate(10)'/%3E%3Cuse href='%23s' transform='scale(0.835) rotate(-40)'/%3E%3Cuse href='%23s' transform='scale(0.9) rotate(40)'/%3E%3Cuse href='%23s' transform='scale(1.05) rotate(25)'/%3E%3Cuse href='%23s' transform='scale(1.2) rotate(8)'/%3E%3Cuse href='%23s' transform='scale(1.333) rotate(-60)'/%3E%3Cuse href='%23s' transform='scale(1.45) rotate(-30)'/%3E%3Cuse href='%23s' transform='scale(1.6) rotate(10)'/%3E%3C/g%3E%3C/defs%3E%3Cg transform='rotate(0 0 0)'%3E%3Cg transform='rotate(0 0 0)'%3E%3Ccircle fill='url(%23a)' r='3000'/%3E%3Cg opacity='0.5'%3E%3Ccircle fill='url(%23a)' r='2000'/%3E%3Ccircle fill='url(%23a)' r='1800'/%3E%3Ccircle fill='url(%23a)' r='1700'/%3E%3Ccircle fill='url(%23a)' r='1651'/%3E%3Ccircle fill='url(%23a)' r='1450'/%3E%3Ccircle fill='url(%23a)' r='1250'/%3E%3Ccircle fill='url(%23a)' r='1175'/%3E%3Ccircle fill='url(%23a)' r='900'/%3E%3Ccircle fill='url(%23a)' r='750'/%3E%3Ccircle fill='url(%23a)' r='500'/%3E%3Ccircle fill='url(%23a)' r='380'/%3E%3Ccircle fill='url(%23a)' r='250'/%3E%3C/g%3E%3Cg transform='rotate(0 0 0)'%3E%3Cuse href='%23g' transform='rotate(10)'/%3E%3Cuse href='%23g' transform='rotate(120)'/%3E%3Cuse href='%23g' transform='rotate(240)'/%3E%3C/g%3E%3Ccircle fill-opacity='0.1' fill='url(%23a)' r='3000'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    /*background-attachment: fixed;*/
    background-size: cover;
}

.background-svg-circles {
    background-color: #dbe5f5;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23e1def8' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23e5e2fb' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23e9e7fd' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23edebfe' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23F2F1FF' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23f5f4ff' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23f7f7ff' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23faf9ff' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23fcfcff' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23FFFFFF' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-size: cover;
}

.background-svg-rainbow-vortex {
    background-color: #F6F6F6;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%23A7ACDF' stroke-width='67.3' stroke-opacity='0.05' %3E%3Ccircle fill='%23F6F6F6' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23f6f6f6' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23f6f6f6' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23f6f6f6' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23f6f6f6' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23f6f6f6' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%23f6f6f6' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%23f6f6f6' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%23f6f6f6' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%23f7f7f7' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23f7f7f7' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23f7f7f7' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23f7f7f7' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23f7f7f7' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23f7f7f7' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23f7f7f7' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23f7f7f7' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23F7F7F7' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

.background-box::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: height 0.3s ease-in-out;
    z-index: 2;
}

.team-member:hover .background-box::after {
    height: 100%;
}

.team-member img {
    user-select: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    max-height: 200px;
}


.background-box.box-to-gradient1::after { background: linear-gradient(0deg, #284E91, #64a2df); }
.background-box.box-to-gradient2::after { background: linear-gradient(0deg, #da6142, #ffbdad); }
.background-box.box-to-gradient3::after { background: linear-gradient(0deg, #09cc8e, #7af4cd); }
.background-box.box-to-gradient4::after { background: linear-gradient(0deg, #FFBB00FF, #F8D163FF); }
.background-box.box-to-gradient5::after { background: linear-gradient(0deg, #005d64, #27a4ae); }

.gf-bg-polygon {
    clip-path: polygon(0 0, 86% 3%, 86% 6%, 100% 5%, 100% 93%, 19.2% 100%, 19% 95%, 0 95%);
}

.gf-bg-wave {
    margin-bottom: -1px;
    background-color: #F8F9FDFF;
    clip-path: polygon(0 100%, 25% 70%, 50% 90%, 75% 65%, 100% 100%);
    padding: 40px;
    text-align: center;
}

.gf-card {
    background: #fff;
    border-radius: 20px;
    border: 5px solid #fff;
    overflow: hidden;
    color: var(#fff);
    box-shadow: rgba(0, 0, 0, 0.19) 0 10px 20px,
    rgba(0, 0, 0, 0.23) 0 6px 6px;
    transition: all .2s ease-in-out;
}

.gf-card:hover {
    transform: scale(1.05);
}

.gf-card-header {
    height: 175px;
    width: 100%;
    border-radius:100% 0 100% 0 / 0 50% 50% 100%;
    display: grid;
    place-items: center;
}

.gf-card-header-small {
    height: 64px;
    width: 100%;
    border-radius:100% 0 100% 0 / 0 50% 50% 100%;
    display: grid;
    place-items: center;
}

.gf-card-header i{
    color: #fff;
    font-size: 72px;
}

.gf-card-header.one{
    background:  linear-gradient(0deg, #f12711, #f5af19);;
}

.gf-card-header.two{
    background:  linear-gradient(0deg, #07163c, #0d5297);;
}

.gf-inner-container {
    background: linear-gradient(135deg, #eaedff, #e3e4e8);
    border-radius: 25px;
    /*margin-top: -375px;*/
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0 40px 50px -10px rgba(0, 0, 0, 0.2);
}

.gf-button-transparent-bright {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    transition: all .2s linear;
    border-radius: 5px;
    padding: 1.8rem 3.2rem;
}

.gf-button-transparent-dark {
    background-color: transparent;
    border: 1px solid #313337FF;
    color: #313337;
    cursor: pointer;
    transition: all .2s linear;
    border-radius: 5px;
    padding: 1.8rem 3.2rem;
}

.gf-button-transparent-bright:hover {
     background-color: #fff;
     color: #333;
 }

.gf-button-transparent-dark:hover {
     background-color: #313337FF;
     color: #fff;
 }

.gf-button-transparent-dark:hover span{
     color: #fff;
 }

.google-review-star {
    width: 1.5em;
    height: 1.5em;
    background-color: #fac837;
    clip-path: polygon(
            50% 0%, 61% 35%, 98% 35%,
            68% 57%, 79% 91%, 50% 70%,
            21% 91%, 32% 57%, 2% 35%,
            39% 35%
    );
    display: inline-block;
}

.gf-pattern-background {
    background-color: #FAFAFA;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg %3E%3Cpath fill='%23f5f5f5' d='M486 705.8c-109.3-21.8-223.4-32.2-335.3-19.4C99.5 692.1 49 703 0 719.8V800h843.8c-115.9-33.2-230.8-68.1-347.6-92.2C492.8 707.1 489.4 706.5 486 705.8z'/%3E%3Cpath fill='%23f0f0f0' d='M1600 0H0v719.8c49-16.8 99.5-27.8 150.7-33.5c111.9-12.7 226-2.4 335.3 19.4c3.4 0.7 6.8 1.4 10.2 2c116.8 24 231.7 59 347.6 92.2H1600V0z'/%3E%3Cpath fill='%23ececec' d='M478.4 581c3.2 0.8 6.4 1.7 9.5 2.5c196.2 52.5 388.7 133.5 593.5 176.6c174.2 36.6 349.5 29.2 518.6-10.2V0H0v574.9c52.3-17.6 106.5-27.7 161.1-30.9C268.4 537.4 375.7 554.2 478.4 581z'/%3E%3Cpath fill='%23e7e7e7' d='M0 0v429.4c55.6-18.4 113.5-27.3 171.4-27.7c102.8-0.8 203.2 22.7 299.3 54.5c3 1 5.9 2 8.9 3c183.6 62 365.7 146.1 562.4 192.1c186.7 43.7 376.3 34.4 557.9-12.6V0H0z'/%3E%3Cpath fill='%23E2E2E2' d='M181.8 259.4c98.2 6 191.9 35.2 281.3 72.1c2.8 1.1 5.5 2.3 8.3 3.4c171 71.6 342.7 158.5 531.3 207.7c198.8 51.8 403.4 40.8 597.3-14.8V0H0v283.2C59 263.6 120.6 255.7 181.8 259.4z'/%3E%3Cpath fill='%23e8e8e8' d='M1600 0H0v136.3c62.3-20.9 127.7-27.5 192.2-19.2c93.6 12.1 180.5 47.7 263.3 89.6c2.6 1.3 5.1 2.6 7.7 3.9c158.4 81.1 319.7 170.9 500.3 223.2c210.5 61 430.8 49 636.6-16.6V0z'/%3E%3Cpath fill='%23eeeeee' d='M454.9 86.3C600.7 177 751.6 269.3 924.1 325c208.6 67.4 431.3 60.8 637.9-5.3c12.8-4.1 25.4-8.4 38.1-12.9V0H288.1c56 21.3 108.7 50.6 159.7 82C450.2 83.4 452.5 84.9 454.9 86.3z'/%3E%3Cpath fill='%23f3f3f3' d='M1600 0H498c118.1 85.8 243.5 164.5 386.8 216.2c191.8 69.2 400 74.7 595 21.1c40.8-11.2 81.1-25.2 120.3-41.7V0z'/%3E%3Cpath fill='%23f9f9f9' d='M1397.5 154.8c47.2-10.6 93.6-25.3 138.6-43.8c21.7-8.9 43-18.8 63.9-29.5V0H643.4c62.9 41.7 129.7 78.2 202.1 107.4C1020.4 178.1 1214.2 196.1 1397.5 154.8z'/%3E%3Cpath fill='%23FFFFFF' d='M1315.3 72.4c75.3-12.6 148.9-37.1 216.8-72.4h-723C966.8 71 1144.7 101 1315.3 72.4z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    background-size: cover;
}

.gf-account-link {
    transition: all .2s linear;
}

.gf-account-link.active span{
    font-weight: 700;
}

.gf-account-link span,
.gf-account-link i {
    color: #1C3868;
    font-size: 1.7rem;
}

.gf-account-link i {
    margin-left: 20px;
    margin-right: 10px;
}

.gf-account-link:hover {
    background: #f4f6fd;
    overflow: hidden;
    border-radius: 5px 0 0 5px;
}


.gf-account-link:hover span,
.gf-account-link:hover i {
    color: #284E91;
}

.my-account-right-section {
    border-left: 1px solid;
    border-top: none;
}

.gf-about-us-left {
    border-radius: 10px;
    background: linear-gradient(0deg, #eaedff, #f8f9fd);
}

.gf-login-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.gf-login-wrapper input {
    flex: 1;
    padding-right: 45px !important;
}

#togglePassword {
    right: 5px;
    width: 40px;
}

.gf-row-title {
    font-weight: 700;
}

.gf-job-details {
    display: flex;
}

.gf-job-details i {
    align-self: center;
    width: 15px;
}

.gf-toggleOffer {
    cursor: pointer;
}

.gf-f-gradient-logo {
    background: -webkit-linear-gradient(#fdc604, #ee8207);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gf-svg-icon {
    width: 175px;
    user-select: none;
}

.gf-timeline {
    position: relative;
    padding: 40px 0;
}

.gf-timeline::after {
    content: "";
    position: absolute;
    width: 4px;
    background: linear-gradient(0deg, rgb(253, 208, 92), rgb(250, 194, 46));
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.gf-timeline-item {
    position: relative;
    margin-bottom: 30px;
    width: 45%;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 10px  10px rgba(0, 0, 0, 0.25);
}
.gf-timeline-item.left {
    background: linear-gradient(270deg, #eaedff, #f8f9fd);
    left: 0;
    text-align: right;
}
.gf-timeline-item.right {
    background: linear-gradient(90deg, #eaedff, #f8f9fd);
    left: 55%;
    text-align: left;
}
.gf-timeline-item::before {
    content: "";
    position: absolute;
    top: 20px;
    width: 20px;
    height: 20px;
    background: #284E91;
    border-radius: 50%;
    border: 4px solid white;
    z-index: 1;
}
.gf-timeline-item.left::before {
    right: -12px;
}
.gf-timeline-item.right::before {
    left: -12px;
}
.gf-timeline h3 {
    color: #284E91;
}
.gf-timeline h5 {
    color: #284E91;
    font-weight: 500;
}

@media (max-width: 768px) {
    .gf-timeline::after {
        left: 20px;
    }
    .gf-timeline-item {
        width: 90%;
        left: 0 !important;
        text-align: left !important;
        margin-left: auto;
        margin-right: auto;
    }
    .gf-timeline-item::before {
        left: -12px !important;
        right: auto;
    }

    .background-box {
        padding-top: 150px;
    }

    .team-member {
        margin-top: 75px;
    }

        .team-member img {
        max-height: 200px;
    }
}

.text-dark {
        color: #42464e;
}


.gf-image {
    border-radius: 5px;
    width: 164px;
    height: 128px;
}

.gf-image img{
}

.gf-image:hover {
    border-radius: 5px;
    opacity: 1;
    filter: opacity(75%);
}

.gf-image-link {
    background-color: #fff;
    border-radius: 6px;
    display: inline-block;
    line-height: 0;
    margin: 0 0.5rem 1rem;
    padding: 4px;
    transition: background-color 0.5s ease-out 0s;
    -webkit-box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.35);
    box-shadow: 0 0 2px 0 rgba(50, 50, 50, 0.35);
}

.gf-image-link:hover {
    background-color: #0f2d6e;
}

.gf-company-main-container {
    justify-content: space-between;
    user-select: none;
}
.gf-company-logo-container {
    text-align: -webkit-center;
}

.gf-company-logo-container img{
    max-height: 80px;
    max-width: 100%;
}

.gf-mission-card {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.gf-mission-card:hover {
    transform: translateY(-5px);
}

.gf-mission-card-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    margin-right: 15px;
}
.gf-mission-card-content {
    flex: 1;
}

.gf-mission-icon-background1 {
    background: linear-gradient(45deg, #1184cb, #82acf4);
}

.gf-mission-icon-background2 {
    background: linear-gradient(45deg, #ff7e5f, #feb47b);
}

.gf-mission-icon-background3 {
    background: linear-gradient(45deg, #ffba5f, #fee47b);
}
.gf-ol-cards,
.gf-ol-cards * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.gf-ol-cards {
    list-style: none;
    counter-reset: cardCount;
    display: flex;
    flex-direction: column;
    --cardsGap: 1rem;
    gap: var(--cardsGap);
    padding-bottom: var(--cardsGap);
}
.gf-ol-cards li {
    counter-increment: cardCount;
    display: flex;
    color: #ffffff;
    --labelOffset: 1rem;
    --arrowClipSize: 1.5rem;
    margin-top: var(--labelOffset);
}

.gf-ol-cards li::before {
    content: counter(cardCount, decimal-leading-zero);
    background: linear-gradient(0deg, #eaedff, #f8f9fd);
    color: var(--cardColor);
    font-size: 2em;
    font-weight: 700;
    transform: translateY(calc(-1 * var(--labelOffset)));
    margin-right: calc(-1 * var(--labelOffset));
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-inline: 0.5em;
    border-radius: 10px 0 0 10px;
}

.gf-ol-cards li .content {
    background-color: var(--cardColor);
    --inlinePadding: 1em;
    --boxPadding: 0.5em;
    display: grid;
    padding: var(--boxPadding) calc(var(--inlinePadding) + var(--arrowClipSize))
    var(--boxPadding) calc(var(--inlinePadding) + var(--labelOffset));
    grid-template-areas:
    "icon title"
    "icon text";
    gap: 0.25em 1em;
    clip-path: polygon(
            0 0,
            calc(100% - var(--arrowClipSize)) 0,
            100% 50%,
            calc(100% - var(--arrowClipSize)) 100%,
            calc(100% - var(--arrowClipSize)) calc(100% + var(--cardsGap)),
            0 calc(100% + var(--cardsGap))
    );
    position: relative;
}
.gf-ol-cards li .content::before {
    content: "";
    position: absolute;
    width: var(--labelOffset);
    height: var(--labelOffset);
    left: 0;
    bottom: 0;
    clip-path: polygon(0 0, 100% 0, 0 100%);
    filter: brightness(0.75);
}
.gf-ol-cards li .content::after {
    content: "";
    position: absolute;
    height: var(--cardsGap);
    width: var(--cardsGap);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.25), transparent 50%);
    left: 0;
    top: 100%;
}
.gf-ol-cards li .icon {
    grid-area: icon;
    align-self: center;
    font-size: 2em;
}
.gf-ol-cards li .content .title {
    grid-area: title;
}
.gf-ol-cards li .content .text {
    grid-area: text;
}

.gf-card-3d {
    padding: 2rem;
    display: grid;
}

.gf-card-3d ul {
    width: min(100%, 60rem);
    overflow: hidden;
    margin-inline: auto;
    padding-inline: clamp(1rem, 5vw, 4rem);
    list-style: none;
    perspective: 1000px;
    display: grid;
    row-gap: 0.5rem;
}

.gf-card-3d ul li.card {
    position: relative;
    padding-block: 1.5rem;
    padding-inline: 2rem;
    background-color: var(--bg-color);
    background-image: linear-gradient(to right, rgb(0 0 0 / .15), transparent);
    transform-style: preserve-3d;
    color: var(--color);

    display: grid;
    grid-template: 'icon' 'title' 'content';
    row-gap: 0.5rem;
    column-gap: 2rem;
}

.gf-card-3d ul li.card::before,
.gf-card-3d ul li.card::after {
    --side-rotate: 60deg;
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    transform-origin: calc(50% - (50% * var(--ry))) 50%;
    transform: rotateY(calc(var(--side-rotate) * var(--ry)));
    background-color: inherit;
}

.gf-card-3d ul li.card::before { --ry: -1; right: 100%; }
.gf-card-3d ul li.card::after { --ry: 1; left: 100%; }

.gf-card-3d ul li.card .icon {
    grid-area: icon;
    display: grid;
    place-items: center;
}

.gf-card-3d ul li.card .icon {
    font-size: 2em;
}

.gf-card-3d ul li.card .title {
    grid-area: title;
    text-align: center;
}

.gf-card-3d ul li.card .content {
    grid-area: content;
}

@media (min-width: 30rem) {
    .gf-card-3d ul li.card {
        grid-template: 'icon title' 'icon content';
        text-align: left;
    }
    .gf-card-3d ul li.card .title { text-align: left; }
}

.gf-i-contact-page {
    font-size: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid white;
    text-align: center;
    line-height: 60px;
}

.cookieconsent-placeholder {
    position: absolute;
    z-index: 0;
    background-color: rgba(241, 243, 246, 0.5);
    border: 1px solid #d2d3d6;
    border-radius: 4px;
    color: #3e3e42;
    font-size: 16px;
    margin: 0 auto;
    padding: 24px;
    text-align: center;
    width: 100%;
    height: 100%;
    align-content:center;
}


.gf-carousel-container {
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    gap: 1rem;
    padding: 1rem;
    cursor: grab;
    user-select: none;
    -webkit-overflow-scrolling: touch;
}

.gf-carousel-container.gf-dragging {
    cursor: grabbing;
    scroll-behavior: smooth;
}

.gf-carousel-slide {
    padding: 15px;
    flex: 0 0 auto;
    width: 226px;
    background: linear-gradient(0deg, #284E91, #5190cf);
    border-radius: 12px;
    overflow: hidden;
    scroll-snap-align: start;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}

.gf-carousel-slide img {
    margin: auto auto 10px auto;
    max-width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    -webkit-user-drag: none;
    pointer-events: none;
    border-radius: 5px;
}

.gf-carousel-slide a {
    -webkit-user-drag: none;
}

@media (max-width: 600px) {
    .gf-carousel-slide {
        width: 80%;
    }

    .gf-carousel-slide img {
        width: 95%;
    }
}

.gf-logo-scroller-wrapper {
    overflow: hidden;
    width: 100%;
    background-color: white;
    padding: 20px 0;
}

.gf-logo-scroller {
    display: flex;
    width: max-content;
    animation: scroll-loop 80s linear infinite;
}

.gf-logo-track {
    display: flex;
    gap: 25px;
}

.gf-logo-scroller img {
    height: 60px;
    flex-shrink: 0;
    object-fit: contain;
}

@keyframes scroll-loop {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.gf-logo-scroller-wrapper:hover .gf-logo-scroller {
    animation-play-state: paused;
}


.gf-benefits-container {
    padding: 50px 0;
}

.gf-benefits-section {
    margin-bottom: 30px;
}

.gf-benefits-card {
    border: none;
    overflow: hidden;
    background-color: transparent;
    position: relative;
    border-radius: 10px;
}

.gf-benefits-card-header {
    border: none;
    padding: 0;
    position: relative;
    overflow: hidden;
}

.gf-headercontent {
    background: linear-gradient(45deg, #1184cb, #82acf4);
    padding: 25px 30px;
    color: white;
    position: relative;
    z-index: 2;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
    min-height: 120px;
    display: flex;
    align-items: center;
    place-content: center;
}

.gf-benefits-card.secondary .gf-headercontent {
    background: linear-gradient(45deg, #ff7e5f, #feb47b);
}

.gf-headercontent h4 {
    color: white;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    text-shadow: 2px 2px 4px rgba(0,0,0, 0.5);
}

.gf-headerbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect fill="none" width="100" height="100"/><rect fill="rgba(255,255,255,0.1)" x="25" y="25" width="50" height="50" transform="rotate(45 50 50)"/></svg>');
    background-size: 30px 30px;
    opacity: 0.5;
    z-index: 1;
}

.list-container {
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    margin-top: -20px;
    padding: 30px 0 10px;
    position: relative;
    z-index: 1;
}

.gf-benefit-item {
    padding: 15px 30px;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border-left: 4px solid transparent;
}

.gf-benefit-item:hover {
    border-left: 4px solid #1184cb;
    background-color: #f8f9ff;
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.gf-benefits-card.secondary .gf-benefit-item:hover {
    border-left: 4px solid #ff7e5f;
}

.gf-benefit-icon {
    width: 40px;
    height: 40px;
    background: linear-gradient(45deg, #1184cb, #82acf4);
    color: white;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-size: 1.2rem;
    box-shadow: 0 4px 10px rgba(108, 92, 231, 0.3);
    transition: all 0.3s ease;
    float: left;
}

.gf-benefits-card.secondary .gf-benefit-icon {
    background: linear-gradient(45deg, #ff7e5f, #feb47b);
    box-shadow: 0 4px 10px rgba(0, 184, 148, 0.3);
}

.gf-benefit-item:hover .gf-benefit-icon {
    transform: scale(1.1) rotate(10deg);
}

.gf-benefit-content {
    text-align: left;
    display: inline-block;
    width: calc(100% - 60px);
    vertical-align: middle;
}

.gf-besteller-badge {
    display: inline-block;
    background: linear-gradient(45deg, #fd7979, #e84361);
    color: white;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(232, 67, 147, 0.3);
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-5px); }
    100% { transform: translateY(0px); }
}

.gf-coming-soon-badge {
    display: inline-block;
    background: linear-gradient(45deg, #a29bfe, #284E91);
    color: white;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 10px;
    box-shadow: 0 4px 10px rgba(108, 92, 231, 0.3);
}

.gf-details-badge {
    display: inline-block;
    background: linear-gradient(45deg, #1C3868, #284E91);
    color: white;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: bold;
    margin-left: 10px;
    box-shadow: 0 4px 10px rgb(28, 56, 104);
    margin-bottom: 20px;
}

.gf-details-badge:hover {
    background: linear-gradient(45deg, #284E91, #2e5aa5);
    box-shadow: 0 4px 10px rgb(40, 78, 145);
}

.gf-small-note {
    display: block;
    margin-top: 8px;
    font-size: 1.1rem;
    color: #7f8c8d;
    font-style: italic;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gf-benefit-item {
    display: flex;
    animation: fadeIn 0.5s ease-out forwards;
    opacity: 0;
}

.gf-benefit-item:nth-child(1) { animation-delay: 0.1s; }
.gf-benefit-item:nth-child(2) { animation-delay: 0.2s; }
.gf-benefit-item:nth-child(3) { animation-delay: 0.3s; }
.gf-benefit-item:nth-child(4) { animation-delay: 0.4s; }
.gf-benefit-item:nth-child(5) { animation-delay: 0.5s; }
.gf-benefit-item:nth-child(6) { animation-delay: 0.6s; }
.gf-benefit-item:nth-child(7) { animation-delay: 0.7s; }
.gf-colored_card__container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    width: 100%;
    margin: 40px auto;
}

.gf-colored_card__bx {
    --bg-clr: #ffffff;
    --txt-clr: #ffffff;
    --btn-txt-clr: #333333;
    --transition: all 0.3s ease-in-out;

    border-radius: 70px 20px 20px 20px;
    position: relative;
    background: var(--clr);
    transition: var(--transition);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 10px;
}

.gf-colored_card__1 {
    --clr: #ccefff;
}
.gf-colored_card__2 {
    --clr: #e1e1e1;
}
.gf-colored_card__3 {
    --clr: #ffe1ba;
}
.gf-colored_card__4 {
    --clr: #ffbaba;
}
.gf-colored_card__5 {
    --clr: #c7baff;
}
.gf-colored_card__6 {
    --clr: #d6ffba;
}

.gf-colored_card__bx .gf-colored_card__data {
    position: relative;
    border-radius: 10px;
    background: var(--bg-clr);
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.gf-colored_card__bx .gf-colored_card__data .gf-colored_card__icon {
    position: relative;
    top: 0;
    left: 0;
    border-bottom-right-radius: 50%;
    height: 100px;
    width: 100px;
    background: var(--clr);
}
.gf-colored_card__bx .gf-colored_card__data .gf-colored_card__icon::before {
    content: '';
    position: relative;
    bottom: -30px;
    left: 0;
    height: 30px;
    width: 30px;
    border-top-left-radius: 30px;
    background: transparent;
    box-shadow: -5px -5px 0 5px var(--clr);
}
.gf-colored_card__bx .gf-colored_card__data .gf-colored_card__icon::after {
    content: '';
    position: relative;
    right: -30px;
    top: 0;
    height: 30px;
    width: 30px;
    border-top-left-radius: 30px;
    background: transparent;
    box-shadow: -5px -5px 0 5px var(--clr);
}
.gf-colored_card__bx .gf-colored_card__data .gf-colored_card__icon .gf-colored_card__icon-bx {
    position: absolute;
    inset: 10px;
    border-radius: 50% 10px 50% 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-clr);
    color: var(--clr);
    font-size: 30px;
    transition: var(--transition);
}
.gf-colored_card__bx:hover .gf-colored_card__data .gf-colored_card__icon .gf-colored_card__icon-bx {
    background: var(--clr);
    color: var(--txt-clr);
}
.gf-colored_card__content {
    padding: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    gap: 15px;
    color: var(--txt-clr);
}
.gf-colored_card__bx .gf-colored_card__data .gf-colored_card__content h3 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.gf-colored_card__bx .gf-colored_card__data .gf-colored_card__content p {
    font-size: 14px;
    opacity: 0.75;
    font-weight: 600;
}
.gf-colored_card__bx .gf-colored_card__data .gf-colored_card__content a {
    display: inline-flex;
    margin: 5px;
    align-self: center;
    padding: 10px 15px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    border-radius: 10px;
    border: 2px solid var(--clr);
    color: var(--btn-txt-clr);
    background: var(--clr);
    transition: var(--transition);
}
.gf-colored_card__bx .gf-colored_card__data .gf-colored_card__content a:hover {
    background: transparent;
}


.gf-pr-card {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.gf-pr-long-desc-container {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.gf-pr-card-1 .gf-pr-card-body {
    padding: 20px 20px 20px 0;
}

.gf-pr-card-1 .gf-pr-row {
    display: flex;
    align-items: flex-start;
}

.gf-pr-card-1 .gf-pr-icon-col {
    margin-right: 20px;
    display: flex;
    align-self: flex-start;
    background: linear-gradient(0deg, #284E91, #64a2df);
    border-radius: 0 50em 50em 0;
    padding: 1em;
    justify-content: flex-end;
    box-shadow: inset 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.4);
    flex: 1;
    gap: 1em;
}

.gf-pr-card-1 .gf-pr-icon {
    color: #323232;
    width: 2em;
    height: 2em;
    font-size: 1.8em;
    border-radius: 50%;
    display: grid;
    place-items: center;
    background-color: #fff;
    box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.4),
    inset 0.05em 0.05em rgba(255, 255, 255, 1);
}

.gf-pr-card-1 .gf-pr-content-col {
    width: 100%;
    flex-grow: 1;
}

.gf-pr-card-1 .gf-pr-card-title {
    margin-bottom: 5px;
    font-weight: bold;
}

.gf-pr-card-1 .gf-pr-card-subtitle {
    margin-bottom: 10px;
    color: #6c757d;
}

.gf-pr-card-1 .gf-pr-card-text {
    margin-bottom: 15px;
}

.gf-pr-read-more-btn {
    color: #fff !important;
    height: auto;
    font-size: 12px;
    padding: 0 20px;
}

@media (min-width: 768px) {
    .border-md-left {
        border-left: 1px solid #E5E5E5;
    }
}

table.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

table.responsive-table thead tr {
    background-color: #f0f0f0;
}

table.responsive-table td,
table.responsive-table th {
    padding: 12px;
    text-align: left;
    vertical-align: top;
}

.miniatura-img {
    display: block;
    max-width: 100px;
    height: auto;
    margin: 0 auto;
    border-radius: 6px;
    object-fit: contain;
    line-height: 0;
}

@media (max-width: 768px) {
    table.responsive-table thead {
        display: none;
    }

    table.responsive-table,
    table.responsive-table tbody,
    table.responsive-table tr,
    table.responsive-table td {
        display: block;
        width: 100%;
    }

    table.responsive-table tr {
        margin-bottom: 1rem;
        border: 1px solid #ccc;
        border-radius: 8px;
        background: #f9f9f9;
        overflow: hidden;
        position: relative;
    }

    table.responsive-table td {
        padding: 10px;
        box-sizing: border-box;
        text-align: left;
    }

    table.responsive-table td::before {
        content: attr(data-label);
        font-weight: bold;
        display: block;
        margin-bottom: 5px;
        color: #555;
    }

    td[data-label="Miniatura"] {
        text-align: center;
        padding: 10px 0;
    }

    .gf-image {
        max-width: 100%;
        object-fit: cover;
    }
}

.gf-process-diagram {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gf-process-step {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
}

.gf-process-step:last-child {
    margin-bottom: 0;
}

.gf-process-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(45deg, #1184cb, #82acf4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}

.gf-process-icon i {
    font-size: 24px;
    color: white;
}