  :root{
    --default: 'Atkinson Hyperlegible';
    --blue: #4282E3;
    --dark: #333;
  }

  body{
    background: #fff;
  }

  body.disablescroll{
    overflow-y: hidden;
  }

  .container{
    width: 1200px;
    margin: 0 auto 0 auto;
  }

  header{
    position: fixed;
    width: 100%;
    left: 0; 
    top: 0;
    z-index: 2;
    padding: 40px 0;
    transition: 0.3s;
  }

  header.fixed{
    background: #0f346c;
    padding: 20px 0;
    box-shadow: 5px 5px 5px rgba(0,0,0,0);
  }

  a.logo{
    float: left;
  }

  a.logo img{
    float: left;
    width: 250px; 
    height: auto;
  }

  a.showmenu, a.hidemenu{
    display: none;
  }

  .menublock{
    float: right;
    margin: 0 0 0 0;
  }

  nav, nav ul, nav ul li{
    float: left;
  }

  nav ul li{
    font-family: var(--default);
    font-size: 14px;
    color: #fff;
    margin-right: 30px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }

  nav ul li:last-of-type{
    margin-right: 0;
  }

  nav ul li a{
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 5px;
  }
  
  nav ul li.active a{
    background: #4282E3;;
  }
  
  .banner{
    float: left;
    width: 100%;
    /* background: #2e5795; */
    background: linear-gradient(45deg, #2e5795, #0d3068);
    padding: 200px 0 100px 0;
  }

  .banner .text{
    float: left;
    width: 35%;
    font-family: var(--default);
  }

  .banner .text h1{
    font-size: 62px;
    color: #fff;
    margin-bottom: 50px;
  }

  .banner .text p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 50px;
  }

  .banner .text a{
    font-size: 21px;
    color: var(--blue);
    text-decoration: none;
    font-style: italic;
  }

  .banner .visual{
    float: right;
    width: 58%;
  }

  .about{
    float: left;
    width: 100%;
    padding: 70px 0 70px 0;
  }

  .about .text{
    float: left;
    width: 100%;
    font-family: var(--default);
  }

  .about .text h2{
    width: 30%;
    font-size: 62px;
    color: #000;
    margin-bottom: 50px;
  }

  .about .text .para{
    width: 58%;
  }

  .about .text p{
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
  }

  .about .visual{
    float: left;
    width: 100%;
    margin-top: 60px;
  }

  .about .visual img{
    float: left;
    width: 100%;
    height: auto;
    aspect-ratio: 16/8;
  }

  .purposes{
    float: left;
    width: 100%;
    padding: 70px 0 70px 0;
    font-family: var(--default);
    background: #f7f7f7;
  }

  .purposes h2{
    font-size: 62px;
    color: #000;
    margin-bottom: 50px;
  }

  .purposes-items{
    float: left;
    width: 100%;
  }

  .purposes-items .item{
    float: left;
    width: 30%;
    /* margin-bottom: 60px; */
    padding: 40px 40px;
    text-align: center;
    background: #fff;
    border: 1px solid #ddd;
    color: #000;
    transition: 0.3s;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  .purposes-items .item.type2{
    background: #1891ff;
    border: 1px solid #116fc4;
    color: #fff;
  }

  .purposes-items .item i{
    width: 60px; 
    height: 60px;
    font-size: 48px;
    margin-bottom: 20px;
    text-transform: uppercase;
  }

  .purposes-items .item h3{
    font-size: 30px;
    margin-bottom: 20px;
  }

  .purposes-items .item p{
    font-size: 16px;
  }

  .careers{
    float: left;
    width: 100%;
    margin:0 0 0 0;
    /* padding: 100px 0; */
    padding: 70px 0 70px 0;
  }

  .link-container{
    text-align: center;
  }


  .careers .link-container a{
    /* float: left; */
    display: inline-block;
    /* width: 190px; */
    /* height: 52px; */
    padding: 16px 32px;
    background: var(--blue);
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: var(--default);
    /* font-style: ; */
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }
  
  .careers .container i{
    padding-left: 5px;
  }

  /* .careers span{
    border: 1px solid red;
    padding: 20px;
  } */


  .careers h2{
    font-size: 62px;
    color: #000;
    margin-bottom: 50px;
    font-family: var(--default);

  }

  .project-item{
    float: left;
    width: 100%;
    margin-bottom: 50px;
  }

  .project-item:last-of-type{
    margin-bottom: 0;
  }

  .project-item .text{
    width: 45%;
    font-family: var(--default);
    color: #000;
  }

  .project-item .text h3{
    font-size: 48px;
    margin-bottom: 30px;
  }

  .project-item .text p{
    font-size: 16px;
    margin-bottom: 20px;
  }

  .project-item .visual{
    width: 45%;
  }

  .project-item .visual img{
    float: left;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 16/9;
  }

  .contact{
    float: left;
    width: 100%;
    /* background: #2E5895; */
    background: linear-gradient(45deg, #2e5795, #0d3068);
    padding: 100px 0;
    font-family: var(--default);
  }

  .contact h2{
    font-size: 62px;
    color: #fff;
    margin-bottom: 50px;
  }

  .contact-options{
    float: left;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }

  .formarea{
    float: left;
    width: 60%;
  }

  form.contactform{
    float: left;
    width: 100%;
  }

  form.contactform fieldset{
    float: left;
    width: 100%;
    border: none;
    margin-bottom: 30px;
  }

  form.contactform fieldset.half{
    width: 48%;
  }

  form.contactform fieldset.full{
    width: 100%;
  }

  form.contactform fieldset label{
    float: left;
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
  }

  form.contactform fieldset input,
  form.contactform fieldset textarea{
    float: left;
    width: 100%;
    height: 48px;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    border: none;
    outline: 0;
    padding: 0 0 0 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }

  form.contactform fieldset textarea{
    height: 160px;
    padding: 20px;
  }

  form.contactform button{
    float: left;
    width: 190px;
    height: 52px;
    background: var(--blue);
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  }


  .contact-info-item {
    display: flex;
    margin-bottom: 40px;
  }

  .contact-info-icon {
    height: 55px;
    width: 55px;
    /* background-color: #fff; */
    border: 1px solid white;
    text-align: center;
    border-radius: 10%;
    color: #fff;
  }

  .contact-info-icon i {
    line-height: 52px;
  }

  .contact-info-content {
    margin-left: 20px;
    color: #fff;
  }

  .contact-info-content h3 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
  }
  /* .contact-info-content p {
    font-size: 18px;
  } */








  footer {
    float: left;
    width: 100%;
    background: #0f346c;
    padding: 20px 0;
    /* --primary: #2E5895; */
    /* --primary-dark: #032352; */
  }

  footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* gap: 20px; */
    /* border: 1px solid red;  */
  }

  footer .copyright {
    /* float: left; */
    color: #fff;
    font-size: 16px;
    font-family: var(--default);
  }

  footer .logo-gptw {
    width: 200px;
    /* border: 1px solid green;  */
  }




  footer .social {
    /* float: right;  */
    /* background: grey;   */
  }
  
  footer .social-network {
    /* background: yellow; */
    text-align: right;
    margin-bottom: 20px;
  }

  footer .social-network a {
    /* float: left; */
    /* text-align: left; */
    color: #fff;
    font-size: 16px;
    /* margin-right: 0px; */
    transition: 0.8s;
    display: inline-block;
  }

  footer .social-network a:hover {
    color: var(--blue);
    transform: rotateY(360deg);
  }

  footer .social img {
    width: 150px;
  }



  
  /* footer .logo-flox {
    float: left;
    width: 150px; 
    height: auto;
  }

  .social-logo .social {
    border: 1px solid palevioletred; 
  }

  .social-logo img {
    float: none;
    border: 1px solid yellow; 
  }

  .social-logo .social a {
    margin-bottom: 20px;
  } */




