body {
    font-family: "Manrope", sans-serif;
    scroll-behavior: smooth;
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 200;
  src: url('/fonts/manrope-v20-cyrillic_greek_latin_latin-ext-200.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 300;
  src: url('/fonts/manrope-v20-cyrillic_greek_latin_latin-ext-300.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/manrope-v20-cyrillic_greek_latin_latin-ext-400.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 500;
  src: url('/fonts/manrope-v20-cyrillic_greek_latin_latin-ext-500.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/manrope-v20-cyrillic_greek_latin_latin-ext-600.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/manrope-v20-cyrillic_greek_latin_latin-ext-700.woff2') format('woff2'); 
}
@font-face {
  font-display: swap; 
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 800;
  src: url('/fonts/manrope-v20-cyrillic_greek_latin_latin-ext-800.woff2') format('woff2'); 
}
.logomain {
    width: 20%;
    display: flex;
    align-items: center;

}
.logos { 
    height: 45px;
    margin-top: 30px;
    margin-bottom: 10px;
}
@media (min-width: 1600px) {
    .logos { 
    height: 55px;
    margin-top: 30px;
    margin-bottom: 10px;
    }
}
.menubutton {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end; 
    background-color: greenyellow;
    margin: 0;
    padding: 0;
}
.menubutton li { 
    list-style-type: none; 
}
.menubutton a {
    display: inline-block; 
    padding: 5px;
    margin: 0 15px;
    text-align: center;
    text-decoration: none;
    color: black;
    margin: 0;
    padding: 0;
}
.maincol {
    display: flex;
} 
.firstcolmain {
    display: flex;
    flex-direction: column;
    width: 15%;
    flex: 1;
    background-color: rgb(25, 0, 118);
    padding-left: 40px;
    padding-right: 20px;
    position: relative;
}
@media (max-width: 1150px) {
    .firstcolmain {
    display: none;
    }
}
.module1 {
  height: auto; 
  min-height: 2200px;
  position: relative;
}
.module2 {
    height: 1070px; 
    position: relative;
}
.module3 {
    height: 640px; 
    position: relative;
}
.module4 {
    height: 1150px; 
    position: relative;
}
@media (min-width: 1600px) {
    .module1 {
    height: auto; 
    min-height: 2650px;
    position: relative;
    }
    .module2 {
        height: 1150px;  
        position: relative;
    }
    .module3 {
        height: 1100px; 
        position: relative;
    }
    .module4 {
        height: 1450px; 
        position: relative;
    }
}
.el1, .el2, .el3, .el4 {
  position: sticky;
  top: 30px;
  width: 100%;
  display: flex;
  flex-direction: column;
  z-index: 1; 
  padding-bottom: 50px;
}
.el5 {
    position: absolute;
    left: 40px;
    bottom: 20px;
    width: 100%;
    z-index: 5;
}
.module2 .el2 { z-index: 2; }
.module3 .el3 { z-index: 3; }
.module4 .el4 { z-index: 4; }
.text1colmain {
    padding-top: 50px;
}
.headerone {
    color: white;
    font-size: 42px;
    font-weight: 400;
    line-height: 105%;
}
@media (min-width: 1600px) {
    .headerone {
    color: white;
    font-size: 2.986rem;
    font-weight: 400;
    line-height: 120%;
    }
}    
.maintext {
    color: #D0DCFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    padding-top: 7px;
    padding-bottom: 40px;
}
@media (min-width: 1600px) {
    .maintext {
    color: #D0DCFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 130%;
    padding-top: 7px;
    padding-bottom: 40px;
    max-width: 80%;
    margin-top: -1px;
    }
}
.kont1 {
    display: flex;
    gap: 15px;
    row-gap: 20px;
}
.icon1 {
    display: flex;
    width: 58px;
    height: 58px;
    background-color: #D0DCFF;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
@media (min-width: 1600px) {
    .icon1 {
    display: flex;
    width: 68px;
    height: 68px;
    background-color: #D0DCFF;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    margin-right: 4px;
    }
    .iconw {
    width: 75%;
    height: 60px;
    object-fit: cover; 
    }
}
.iconw {
    width: 75%;
    height: 25px;
    object-fit: cover; 
}
.texticon1 {
    display: flex;
    flex: 2;
    flex-direction: column;
}
h3 {
    color: #D0DCFF;
    font-size: 18px;
    font-weight: 600;
}
.text2 {
    color: #D0DCFF;
    font-size: 15px;
    font-weight: 300;
    margin-top: -5px;
    line-height: 130%;
    margin-bottom: 20px;
}
@media (min-width: 1600px) {
    h3 {
    color: #D0DCFF;
    font-size: 20px;
    font-weight: 600;
    }
    .text2 {
    color: #D0DCFF;
    font-size: 16px;
    font-weight: 300;
    margin-top: -1px;
    margin-bottom: 25px;
    line-height: 130%;
    max-width: 70%;
    }
}
.text3par {
    color: #e9fd61;
    font-size: 14.5px;
    font-weight: 500;
    margin-top: 20px;
}
@media (min-width: 1600px) {
    .text3par {
    color: #e9fd61;
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
}
}
.Glsocial {
    display: flex;
    gap: 11px;
    padding-bottom: 20px;
}
.social {
    display: flex;
    max-width: 35px;
    background-color: #e9fd61;
    border-radius: 100%;
    align-items: center;
    justify-content: center;
}
.socialimg {
    width: 80%;
    height: 35px;
    object-fit: cover
}
.foto {
    height: 250px;
    width: 95%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}
.headerdue {
    color: #e9fd61;
    font-size: 42px;
    font-weight: 400;
    line-height: 105%;
}
@media (min-width: 1600px) {
    .headerdue {
    color: #e9fd61;
    font-size: 2.986rem;
    font-weight: 400;
    line-height: 105%;
    margin-top: 20px;
}
}
.secondcolmain {
    display: flex;
    flex: 2;
    flex-direction: column;
    width: 85%;
}
@media (max-width: 1024px) {
    .secondcolmain {
    display: flex;
    flex-direction: column;
    margin-left: 35px;
    margin-right: 35px;
}
}
@media (max-width: 650px) {
.secondcolmain {
    margin-right: 15px;
    margin-left: 15px;
}
}
.headercol2 {
    display: flex;
    justify-content: flex-end;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 70px;
    padding-left: 70px;
}
.headercol2text {
    font-size: 21px;
    font-weight: 400;
    padding-right: 30px;
    line-height: 120%;
    text-align: right;
}
@media (min-width: 1600px) {
    .headercol2text {
    font-size: 25px;
    font-weight: 400;
    padding-right: 30px;
    line-height: 120%;
    text-align: right;
}
}
@media (max-width: 1015px) {
    .headercol2 {
    display: flex;
    justify-content: flex-end;
    padding-top: 20px;
    padding-bottom: 4px;
    padding-right: 5px;
    padding-left: 5px;
}
    .headercol2text {
    font-size: 11px;
    font-weight: 400;
    padding-right: 30px;
    line-height: 120%;
    text-align: right;
    max-width: 90%;
}
}
@media (max-width: 650px) {
    .headercol2 {
    display: flex;
    justify-content: flex-end;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0px;
    padding-left: 0px;
}
    .headercol2text {
    font-size: 13.3px;
    font-weight: 400;
    padding-right: 0px;
    line-height: 120%;
    text-align: right;
    max-width: 90%;
}
    .hide-on-mobile {
        display: none;
    }
}
.colortext {
    color: #190076;
}
.mainimgbox {
    justify-content: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 70px;
}
.mainimg {
    width: 95%;
    height: auto;
    justify-content: center;
    border-radius: 20px;
}
@media (max-width: 650px) {
    .mainimgbox {
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 30px;
}
.mainimg {
    width: 99%;
    height: auto;
    justify-content: center;
}
}
.boxtex {
    padding-left: 48px;
    max-width: 80%;
}
.header3 {
    font-size: 32px;
    font-weight: 500;
    color: #190076;
}
@media (max-width: 1015px) {
    .header3 {
    font-size: 25px;
    font-weight: 500;
    color: #190076;
}
}
@media (max-width: 650px) {
    .boxtex {
    padding-left: 10px;
    max-width: 90%;
}
    .header3 {
    font-size: 25px;
    font-weight: 500;
    color: #190076;
}
}
.partex {
    font-size: 16px;
    font-weight: 400;
    color: #7B7B7B;
    line-height: 130%;
    margin-top: 10px;
}
@media (max-width: 1015px) {
    .partex {
    font-size: 11px;
    font-weight: 400;
    color: #7B7B7B;
}
}
@media (min-width: 1600px) {
    .header3 {
    font-size: 45px;
    font-weight: 500;
    color: #190076;
    }
    .partex {
    font-size: 19px;
    font-weight: 400;
    color: #7B7B7B;
    }
}
.fourboxes {
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 50px;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(2, 350px);
    grid-template-rows: repeat(2, minmax(0, 180px));
    gap: 20px;
}
@media (min-width: 1600px) {
    .fourboxes {
    margin: 50px;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(2, 450px);
    grid-template-rows: repeat(2, minmax(0, 230px));
    gap: 20px;
}
}
@media (max-width: 1015px) {
    .fourboxes {
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
}
@media (max-width: 650px) {
    .fourboxes {
    margin-top: 40px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 0px;
    justify-content: center;
    display: grid;
    grid-template-columns: repeat(1, 300px);
    grid-template-rows: repeat(4, 160px);
    gap: 15px;
}
}
.outbox {
    display: flex;
    flex-direction: column;
    background-color: #e9fd61;
    border-radius: 20px;
    padding-top: 18px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
@media (max-width: 1015px) {
    .outbox {
    display: flex;
    flex-direction: column;
    background-color: #e9fd61;
    border-radius: 20px;
    padding-top: 3px;
    padding-left: 3px;
    padding-right: 3px;
    justify-content: center;
}
}
.headeroutbox {
    color: #190076;
    font-size: 16.5px;
    font-weight: 600;
    line-height: 120%;
    padding-top: 10px;
    padding-left: 10px;
}
@media (min-width: 1600px) {
    .headeroutbox {
    color: #190076;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
    padding-top: 10px;
    padding-left: 10px;
    }
}
@media (max-width: 1015px) {
    .headeroutbox {
    color: #190076;
    font-size: 12px;
    font-weight: 600;
    line-height: 120%;
    padding-top: 10px;
    padding-left: 10px;
    }
}
@media (max-width: 650px) {
    .headeroutbox {
    color: #190076;
    font-size: 14.5px;
    font-weight: 600;
    line-height: 120%;
    padding-top: 10px;
    padding-left: 10px;
}
    .outbox {
    display: flex;
    flex-direction: column;
    background-color: #e9fd61;
    border-radius: 20px;
    padding-top: 30px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
}
.contoutbox {
    display: flex;
    flex-direction: row;
    padding: 10px;
}
.iconw2 {
    width: 50%;
    height: 30%;
    object-fit: cover; 
}
@media (max-width: 1015px) {
    .iconw2 {
    max-width: 40%;
    max-height: 55%;
    object-fit: cover; 
}
}
.textoutbox {
    color: #190076;
    font-size: 13.5px;
    line-height: 125%;
    font-weight: 400;
    padding-left: 3px;
}
@media (min-width: 1600px) {
    .textoutbox {
    color: #190076;
    font-size: 16px;
    line-height: 125%;
    font-weight: 400;
}
}
@media (max-width: 1015px) {
    .textoutbox {
    color: #190076;
    font-size: 11px;
    line-height: 125%;
    font-weight: 400;
} 
}
.contboxwithimg {
    display: flex;
    padding: 40px;
    justify-content: center;
}
@media (max-width: 1015px) {
    .contboxwithimg {
    display: none;
}
}
.boxwithimg {
    display: grid;
    grid-template-columns: 150px 150px 1fr;
    grid-template-rows: 150px;
    grid-template-areas: "imgsss imgsss boxwithimgtext boxwithimgtext";
    gap: 10px;
    align-items: stretch;
    justify-content: center;
}
@media (max-width: 600px) {
    .boxwithimg {
   display: none;
} 
}
@media (min-width: 1600px) {
   .boxwithimg {
    display: grid;
    grid-template-columns: 200px 200px 1fr;
    grid-template-rows: 200px;
    grid-template-areas: "imgsss imgsss boxwithimgtext boxwithimgtext";
    gap: 20px;
    align-items: stretch;
    justify-content: center;
}
}
.imgsss {
    display: flex;
    border-radius: 20px;
    max-width: 100%;
    min-width: 100%;    
}
.up {
    display: flex;
    flex-direction: row;
}
.boxwithimgtext {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: #190076;
    padding-top: -15px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 20px;
    margin: 0 auto;   
}
.up {
    flex-direction: row;
    justify-content: space-between;
}
.iconw3 {
    max-width: 20%;
    max-height: 50%;
    object-fit: cover; 
}
.nexttext1 {
    color: #e9fd61;
    font-size: 13px;
    font-weight: 400;
    line-height: 120%
}
.nexttext2 {
    color: #e9fd61;
    font-size: 24px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -2%;
    margin-bottom: -2px;
}
@media (min-width: 1600px) {
    .nexttext1 {
    color: #e9fd61;
    font-size: 19px;
    font-weight: 400;
    line-height: 120%
    }
    .nexttext2 {
    color: #e9fd61;
    font-size: 33px;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -2%;
    margin-bottom: -2px;
    }
}
.boxwithtext {
    display: flex;
    width: 70%;
    flex-direction: column;
    padding-top: 48px;
    padding-left: 48px;
}
@media (max-width: 1015px) {
    .boxwithtext {
    display: flex;
    width: 70%;
    flex-direction: column;
    padding-top: 0px;
    padding-left: 48px;
}
}
@media (max-width: 650px) {
    .boxwithtext {
        display: flex;
        width: 90%;
        flex-direction: column;
        padding-top: 48px;
        padding-left: 10px;
}
}
.hearrr {
    font-size: 32px;
    font-weight: 400;
    line-height: 109%;
    color: black;
}
.textpar {
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    color: #7B7B7B;
    margin-top: 10px;
    margin-bottom: 30px;
}
@media (min-width: 1600px) {
    .hearrr {
    font-size: 45px;
    font-weight: 400;
    line-height: 109%;
    }
    .textpar {
    font-size: 19px;
    font-weight: 400;
    line-height: 125%;
    }
}
@media (max-width: 1015px) {
    .hearrr {
    font-size: 25px;
    font-weight: 400;
    line-height: 109%;
    color: black;
    }
    .textpar {
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
    }
}
.colblock {
    display: flex;
}
.colblock1 {
  display: flex;
  flex-wrap: wrap;
  width: 30%;
  justify-content: flex-start;
  align-items: left;   
  padding-left: 45px;
  margin-top: 30px;
  margin-right: 20px;
  gap: 10px;
  max-height: 38px;
}
@media (max-width: 1015px) {
.colblock1 {
  display: none;
}
}
.bkont {
    display: inline-flex;
    white-space: nowrap; 
    border-radius: 20px;
    background-color: #e9fd61;
    color: #190076;
    border: #e9fd61;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;      
    height: 44px;
    padding: 0 20px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}
.bkont2 {
    border-radius: 100%;
    background-color: #e9fd61;
    color: #190076;
    border: #e9fd61;
    height: 38px;
    width: 38px;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1600px) {
    .bkont {
    display: inline-flex;
    white-space: nowrap; 
    border-radius: 50px;
    background-color: #e9fd61;
    color: #190076;
    border: #e9fd61;
    font-size: 18px;
    font-weight: 600;
    padding: 0 18px;      
    height: 55px;
    padding: 0 20px;
    margin-right: 5px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    }
    .bkont2 {
    border-radius: 100%;
    background-color: #e9fd61;
    color: #190076;
    border: #e9fd61;
    height: 55px;
    width: 55px;
    align-items: center;
    justify-content: center;
    }
}
@media (max-width: 1900px) {
     .bkont2 {
        display: none;
    }
}
.colblock2 {
    width: 70%;
    margin: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 20px;
    justify-content: center;
}
@media (max-width: 1015px) {
    .colblock2 {
    width: 100%;
    margin: 10x;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 5px;
    justify-content: center;
}
}
@media (max-width: 650px) {
    .colblock2 {
    width: 100%;
    margin: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, minmax(0, 1fr));
    gap: 7px;
    justify-content: center;
}
}
.outbox2 {
    background-color: #EEEEEE;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
}
.dor {
    font-size: 10px;
    font-weight: 500;
    line-height: 115%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #CBCBCB;
}
@media (max-width: 1015px) {
    .dor {
    font-size: 10px;
    font-weight: 500;
    line-height: 115%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #CBCBCB;
}
}
@media (max-width: 650px) {
    .dor {
    font-size: 10px;
    font-weight: 500;
    line-height: 115%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    color: #CBCBCB;
}
}
.headeroutbox1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
}
.textoutbox1 {
    font-size: 11px;
    line-height: 110%;
    font-weight: 300;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
}
@media (min-width: 1600px) { 
    .headeroutbox1 {
    font-size: 23px;
    font-weight: 600;
    line-height: 125%;
    color: black;
    padding-left: 30px;
    padding-right: 20px;
    }
    .textoutbox1 {
    font-size: 18px;
    line-height: 110%;
    font-weight: 300;
    color: black;
    padding-left: 20px;
    padding-right: 20px;
    }
}
@media (max-width: 650px) {
   .headeroutbox1 {
    font-size: 16px;
    font-weight: 600;
    line-height: 125%;
    color: black;
    padding-left: 20px;
    padding-right: 10px;
}

    .textoutbox1 {
    font-size: 11px;
    line-height: 110%;
    font-weight: 300;
    color: black;
    padding-left: 10px;
    padding-right: 10px;
}
}
.zes {
    padding-top: 73px;
}
@media (max-width: 1015px) {
    .zes {
        padding-top: 30px;
    }
}
.headzes {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: #000063;
}
.textzes {
    margin-top: 15px;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    color: black;
}
@media (min-width: 1600px) {
    .headzes {
    text-align: center;
    font-size: 45px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: #000063;
    }
    .textzes {
    margin-top: 15px;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    }
}
@media (max-width: 1015px) {
        .headzes {
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: #000063;
    }
    .textzes {
    margin-top: 11px;
    margin-left: 20%;
    margin-right: 20%;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    }
}
@media (max-width: 650px) {
      .textzes {
    margin-top: 11px;
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    }
}
.colblock3 {
    margin-top: 35px;
    margin-left: 80px;
    margin-right: 80px;
}
@media (max-width: 1015px) {
    .colblock3 {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }
}
.colblock3out {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px 15px;
    align-items: start;
}
@media (max-width: 600px) {
    .colblock3out {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.teamcard {
    display: flex;
    flex-direction: column;
    min-width: 0;
}
.imgzes {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 20px;
    margin-bottom: 10px;
    background-color: #190076;
}
.name1 {
    margin: 0 0 6px 0;
    font-size: 14.5x;
    font-weight: 400;
    line-height: 125%;
    color: black;
}
.role {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 140%;
    color: #CBCBCB;
}
@media (min-width: 1600px) {
    .name1 {
        font-size: 18px;
        margin-top: 7px;
        margin-bottom: -1px;
    }

    .role {
        font-size: 15.5px;
    }
}
@media (max-width: 1015px) {
    .name1 {
        font-size: 12px;
    }

    .role {
        font-size: 9.5px;
    }
}
.teamcardtext {
    width: 100%;
    aspect-ratio: 1 / 1.18;
    border-radius: 20px;
    overflow: hidden;
    background-color: #190076;
    padding: 18px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.textiteamcard {
    margin: 0;
    font-size: 10px;
    line-height: 1.45;
    font-weight: 500;
    color: white;
}
@media (max-width: 1015px) {
    .teamcardtext {
        display: none;
    }
}
@media (min-width: 1600px) {
    .teamcardtext {
        padding: 24px;
    }
    .textiteamcard {
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    color: white;
    }
}
.text4 {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 21px;
    font-weight: 400;
    line-height: 120%;
    color: black;
    letter-spacing: -2%;
}
@media (min-width: 1600px) {
    .text4 {
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 120%;
    color: black;
    letter-spacing: -2%;
}
}
@media (max-width: 650px) {
    .text4 {
        display: none;
    }

}
.img2 {
    display: flex;
    justify-content: center;
    overflow: hidden;
}
@media (max-width: 1015px) {
    .img2 img {
        object-fit: cover;
        max-width: 100%;
        height: auto;
        justify-content: center;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (max-width: 650px) {
    .img2 img {
        display: none;
    }

}
.foto1 {
    height: 300px;
    width: 50%;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}
.text5 {
    margin-top: 70px;
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: black;
    text-align: center;
}
@media (min-width: 1600px) {
    .text5 {
    margin-top: 90px;
    margin-bottom: 70px;
    font-size: 32px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: black;
    text-align: center;
    }
}
@media (max-width: 1015px) {
    .text5 {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: black;
    text-align: center;
    }
}
@media (max-width: 650px) {
    .text5 {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 400;
    line-height: 109%;
    letter-spacing: -2%;
    color: black;
    text-align: center;
}
}
.boxwithQ {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 120px;
}
@media (max-width: 1015px) {
    .boxwithQ {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 20px;
}
}
.faq-item {
  background: #D0DCFF;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 20px 30px;
}
@media (max-width: 1015px) {
.faq-item {
  background: #D0DCFF;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 15px 20px;
}
}
summary {
  list-style: none;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 1600px) {
    summary {
    list-style: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
}
@media (max-width: 1015px) {
    summary {
    list-style: none;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
}
@media (max-width: 650px) {
  summary {
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -2%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
}
summary::after {
  content: "+";
  background: #2d0a8c;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  transition: 0.5s;
}
@media (max-width: 1015px) {
    summary::after {
  content: "+";
  background: #2d0a8c;
  color: white;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  transition: 0.5s;
}
}
@media (min-width: 1600px) {
    summary::after {
  content: "+";
  background: #2d0a8c;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  transition: 0.5s;
}
}
details[open] summary::after {
  content: "−";
  margin-bottom: 15px;
}
@media (max-width: 1015px) {
details[open] summary::after {
  content: "−";
  margin-bottom: 20px;
}
}
.kontakt {
    display: flex;
    flex-direction: row;
    gap: 70px;
}
@media (max-width: 1015px) {
    .kontakt {
    display: flex;
}
}
.firstcolkontakt {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-left: 70px;
}
@media (max-width: 1015px) {
    .firstcolkontakt {
    display: flex;
    flex-direction: column;
    margin-left: 20px;
}
}
@media (max-width: 650px) {
    .firstcolkontakt {
    display: none;
    margin-left: 10px;
}
}
.header4 {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: -2%;
    line-height: 109%;
    color: #190076;
}
.text6 {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    margin-bottom: 200px;
}
@media (min-width: 1600px) {
    .header4 {
    font-size: 35px;
    font-weight: 400;
    letter-spacing: -2%;
    line-height: 109%;
    color: #190076;
    }
    .text6 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    margin-bottom: 200px;
    margin-top: 3px;
    }
}
@media (max-width: 1015px) {
    .text6 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    max-width: 80%;
    }
}
@media (max-width: 650px) {
    .header4 {
    font-size: 25px;
    font-weight: 400;
    letter-spacing: -2%;
    line-height: 109%;
    color: #190076;
    margin-top: 10px;
    }
    .text6 {
    margin-top: 15px;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 125%;
    color: black;
    margin-bottom: 200px;
    margin-top: 3px;
}
}
.grey1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 115%;
    color: #CBCBCB;
    margin-bottom: 10px;
}
.hyperlinks {
    font-size: 16px;
    line-height: 125%;
    font-weight: 400;
    color: black;
    margin-bottom: 20px;
    text-decoration: none;
}
@media (min-width: 1600px) {
    .grey1 {
    font-size: 17.5px;
    font-weight: 400;
    line-height: 115%;
    color: #CBCBCB;
    margin-bottom: 10px;
    }
    .hyperlinks {
    font-size: 19px;
    line-height: 145%;
    font-weight: 400;
    color: black;
    margin-bottom: 20px;
    text-decoration: none;
    }
}
@media (max-width: 650px) {
    .grey1 {
    font-size: 12.5px;
    font-weight: 400;
    line-height: 115%;
    color: #CBCBCB;
    margin-bottom: 10px;
    }
    .hyperlinks {
    font-size: 14px;
    line-height: 145%;
    font-weight: 400;
    color: black;
    margin-bottom: 20px;
    text-decoration: none;
    }
}
.secondcolkontakt {
    display: flex;
    flex: 2;
    border-radius: 20px;
    flex-direction: column;
    margin-right: 70px;
}
@media (max-width: 650px) {
    .secondcolkontakt {
        margin-right: 0;
        width: 100%;
        align-items: center;
    }
    .contact-section,
    .contact-form-wrapper,
    .contact-form {
        width: 100%;
        max-width: 100%;
    }
}
.contact-section {
    width: 100%;
}
.contact-form-wrapper {
    width: 100%;
}
.contact-form {
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
}
.contact-form__field {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 0;
}
.contact-form__field label {
    font-size: 18px;
    line-height: 130%;
    font-weight: 400;
    color: #1f1f1f;
    margin-bottom: 0;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    border: none;
    outline: none;
    background: #f3f3f3;
    border-radius: 20px;
    padding: 12px;
    font-size: 16px;
    line-height: 130%;
    color: #1f1f1f;
    box-sizing: border-box;
    transition: box-shadow 0.2s ease, background-color 0.2s ease;
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}
.contact-form input[type="text"],
.contact-form input[type="tel"],
.contact-form input[type="email"] {
    max-height: 55px;
}
.contact-form textarea {
    min-height: 150px;
    resize: vertical;
}
.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: #a3a3a3;
    opacity: 1;
}
.contact-form input:focus,
.contact-form textarea:focus {
    background: #efefef;
    box-shadow: 0 0 0 2px #d9ef53;
}
.contact-form__consent-wrapper {
    margin-top: 0;
}
.contact-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    cursor: pointer;
    font-size: 13px;
    line-height: 130%;
    color: #1f1f1f;
}
.contact-form__consent input[type="checkbox"] {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin: 1px 0 0;
    border: 1.5px solid #2a2a2a;
    border-radius: 4px;
    background: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    position: relative;
    transition: background-color 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}
.contact-form__consent input[type="checkbox"]::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 1px;
    width: 6px;
    height: 11px;
    border: solid #1f1f1f;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg) scale(0.3);
    transform-origin: center;
    opacity: 0;
    transition: opacity 0.2s ease, transform 0.22s ease;
}
.contact-form__consent input[type="checkbox"]:checked {
    background: #d9ef53;
    border-color: #1f1f1f;
}
.contact-form__consent input[type="checkbox"]:checked::after {
    opacity: 1;
    transform: rotate(45deg) scale(1);
}
.contact-form__consent input[type="checkbox"]:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(25, 0, 118, 0.12);
}
.contact-form__consent span {
    display: inline-block;
    max-width: 100%;
}
.contact-form__consent a {
    color: #1f1f1f;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.contact-form__actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 0;
}
#cf-submit {
    width: 100%;
    min-height: 6px;
    margin-top: 5px;
    border: none;
    border-radius: 30px;
    background: #d9ef53;
    color: #1a1670;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
    padding: 15px;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
}
#cf-submit:hover {
    filter: brightness(0.98);
}
#cf-submit:active {
    transform: translateY(1px);
}
#cf-submit:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(25, 0, 118, 0.14);
}
.contact-form__error {
    min-height: 12px;
    font-size: 10px;
    line-height: 130%;
    color: #c62828;
    margin-top: 0;
}
.contact-form__status {
    min-height: 20px;
    font-size: 14px;
    line-height: 130%;
    color: #1f1f1f;
}
@media (max-width: 650px) {
    .contact-form {
        gap: 0;
        padding-left: 13px;
        padding-right: 13px;
    }
    .contact-form__field {
        gap: 2px;
    }
    .contact-form__field label,
    .contact-form__consent {
        font-size: 11px;
    }
    .contact-form input[type="text"],
    .contact-form input[type="tel"],
    .contact-form input[type="email"],
    .contact-form textarea {
        font-size: 13px;
        padding: 10px;
        border-radius: 20px;
    }
    .contact-form textarea {
        min-height: 130px;
    }
    .contact-form__consent input[type="checkbox"] {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
        border-radius: 4px;
    }
    .contact-form__consent input[type="checkbox"]::after {
        left: 4px;
        top: 0;
        width: 5px;
        height: 9px;
    }
    #cf-submit {
        min-height: 25px;
        font-size: 15px;
        border-radius: 30px;
    }
}
.bigimg {
    margin: 40px;
    background: 
        linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)),
        url(/Images/hunters-race-MYbhN8KaaEc-unsplash\ kopia.webp); 
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 90px;
}
@media (max-width: 1015px) {
    .bigimg {
        display: none;
}
}
.header5 {
    padding-top: 155px;
    padding-left: 40px;
    padding-bottom: 20px;
    color: white;
    font-size: 32px;
    line-height: 113%;
    font-weight: 400;
    letter-spacing: -2%;
    max-width: 55%;
}
@media (min-width: 1600px) {
    .header5 {
    padding-top: 155px;
    padding-left: 40px;
    padding-bottom: 20px;
    color: white;
    font-size: 30px;
    line-height: 113%;
    font-weight: 400;
    letter-spacing: -2%;
    max-width: 55%;
    }
}
.bkont1 {
    display: inline-flex;
    white-space: nowrap; 
    border-radius: 20px;
    background-color: #e9fd61;
    color: #190076;
    border: #e9fd61;
    font-size: 14px;
    font-weight: 500;    
    height: 38px;
    padding: 0 18px;
    width: 25%;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    margin-bottom: 35px;
}
.bkont3 {
    display: flex;
    white-space: nowrap; 
    border-radius: 20px;
    background-color: #190076;
    color: white;
    border: #190076;
    font-size: 14px;
    font-weight: 500;
    padding: 20px 20px;      
    height: 43px;
    padding: 0 20px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
}
@media (min-width: 1600px) {
.bkont1 {
    display: inline-flex;
    white-space: nowrap; 
    border-radius: 50px;
    background-color: #e9fd61;
    color: #190076;
    border: #e9fd61;
    font-size: 16px;
    font-weight: 600;    
    height: 45px;
    padding: 5px 20px;
    width: 25%;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    margin-left: 40px;
    margin-bottom: 115px;
}
.bkont3 {
    display: flex;
    white-space: nowrap; 
    border-radius: 50px;
    background-color: #190076;
    color: white;
    border: #190076;
    font-size: 17px;
    font-weight: 400;
    padding: 17px 21px;      
    height: 48px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
}
@media (max-width: 1015px) {
    .bkont3 {
        display: none;
    }
}

.menu {
    display: flex;
    justify-content: flex-end;
    margin-right: 69px;
    padding-top: 30px;
}
.footer1 { 
    background-color: #e9fd61;
    padding-left: 43px;
    padding-right: 43px;
    padding-top: 43px;
    padding-bottom: 38px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    gap: 115px
}
@media (max-width: 1015px) {
    .footer1 { 
    background-color: #e9fd61;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 23px;
    padding-bottom: 28px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    gap: 115px
}
}
@media (max-width: 650px) {
    .footer1 { 
    background-color: white;
    padding-left: 23px;
    padding-right: 23px;
    padding-top: 23px;
    padding-bottom: 28px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    display: flex;
    gap: 115px
}
}
.kol1 {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-items: baseline;
    margin: 0;
    padding: 0;
    min-height: 300px;
}
@media (max-width: 1015px) {
    .kol1 {
    display: none;
}
}
.kol2 {
    display: flex;
    flex-direction: column;
    flex: 2;
    justify-content: space-between;
    align-items: flex-end;
}
.list {
    list-style: none;
    display: flex;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.pointlist {
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    color: #190076;
    display: flex;
    flex-wrap: nowrap;
}
@media (min-width: 1600px) {
    .pointlist {
    font-size: 19px;
    font-weight: 600;
    line-height: 120%;
    color: #190076;
    display: flex;
    flex-wrap: nowrap;
}
}
.kontakty {
    display: flex;
    flex-direction: column;
}
.blue1 {
    font-size: 14px;
    font-weight: 400;
    line-height: 115%;
    color: #190076;
    padding: 0px;
    margin-bottom: 10px;
}
.hyper { 
    font-size: 16px;
    line-height: 125%;
    font-weight: 400;
    color: black;
    text-decoration: none;
    margin-bottom: 20px;
}
@media (min-width: 1600px) {
    .blue1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 115%;
    color: #190076;
    padding: 0px;
    margin-bottom: 10px;
    }
    .hyper { 
    font-size: 19px;
    line-height: 125%;
    font-weight: 400;
    color: black;
    text-decoration: none;
    margin-bottom: 20px;
    }
}
.photos {
    height: 77px;
    width: 77px;
}
@media (max-width: 1015px) {
    .photos {
    height: 47px;
    width: 47px;
    }
}
@media (max-width: 650px) {
    .photos {
    height: 47px;
    width: 47px;
    justify-content: center;
}
}
.klauz {
    display: flex;
    gap: 20px;
}
.hyper1 { 
    font-size: 14px;
    line-height: 135%;
    font-weight: 400;
    color: black;
    text-decoration: none;
    margin-bottom: -5px;
}
@media (min-width: 1600px) {
    .hyper1 { 
    margin-bottom: -5px;
    font-size: 17px;
    line-height: 125%;
    font-weight: 400;
    color: black;
    text-decoration: none;
}
}
@media (max-width: 1015px) {
    .hyper1 { 
    font-size: 8px;
    line-height: 125%;
    font-weight: 400;
    color: black;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: -5px;
}
}
@media (max-width: 650px) {
    .hyper1 { 
    font-size: 8px;
    line-height: 125%;
    font-weight: 400;
    color: black;
    text-decoration: none;
    margin-top: 10px;
    margin-bottom: -5px;
    text-align: center;
}
}
.no-link-style {
    text-decoration: none;
    color: inherit;
}
/* Cookies baner */
.hidden{
    display: none !important;
}
.cookie-banner{
    position:fixed;
    bottom: 30px;
    left: 50%;
    transform:translateX(-50%) translateY(30px);
    opacity:0;
    animation:cookieSlide 0.6s forwards;
    z-index: 999;
}
@keyframes cookieSlide{
    to{
        opacity:1;
        transform:translateX(-50%) translateY(0);
    }
}
.cookie-card{
    background: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    max-width: 520px;
}
.cookie-header{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
    color: black;
}
.cookie-text{
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 20px;
    color: black;
    text-decoration: none;
}
@media (max-width: 650px) {
    .cookie-header strong {
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
    color: black;
}
    .cookie-text p {
    font-size: 10px;
    line-height: 100%;
    margin-bottom: 20px;
    color: black;
    text-decoration: none;
}
}
.cookie-actions{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.btn-primary{
    background: #190076;
    color: white;
    border: none;
    padding: 10px 16px;
    border-radius: 20px;
    cursor: pointer;
}
.btn-secondary{
    background: #D0DCFF;
    border: none;
    padding: 10px 16px;
    border-radius: 20px;
    cursor: pointer;
}
.btn-link{
    background: none;
    border: none;
    color: #190076;
    cursor: pointer;
}
.cookie-modal{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.cookie-modal-card{
    background: white;
    padding: 30px;
    border-radius: 20px;
    width: 620px;
}
.cookie-option{
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    align-items: center;
}
.switch{
    position: relative;
    display: inline-block;
    width: 46px;
    height: 26px;
}
.switch input{
    opacity: 0;
    width: 0;
    height: 0;
}
.slider{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: gainsboro;
    border-radius: 20px;
    transition: 0.3s;
}
.slider:before{
    position:absolute;
    content:"";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background: #190076;
    border-radius: 50%;
    transition: 0.3s;
}
input:checked + .slider{
    background: #D0DCFF;
}
input:checked + .slider:before{
    transform: translateX(20px);
}
.cookie-floating{
    position:fixed;
    bottom:20px;
    right:20px;
    padding:10px 14px;
    border:none;
    border-radius:20px;
    background: rgba(0,0,0,0.50);
    color: white;
    cursor: pointer;
    z-index: 9998;
    font-size: 13px;
}
@media (max-width:650px) {
    .cookie-floating{
    position:fixed;
    bottom:20px;
    right:20px;
    padding:5px 8px;
    border:none;
    border-radius:20px;
    background: rgba(0,0,0,0.50);
    color: white;
    cursor: pointer;
    z-index: 9998;
    font-size: 12px;
}
}
#techn {
    margin-top: 10px;
    margin-left: 10px;
}