<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
        
  body, h1, h3, p {
    margin: 0;
    padding: 0;
  }

  .wrapper{
    position: relative;
    height: 100%;
    width: 100%;
  }
  
  /* nav{
      display: flex;
      padding: 0 150px;
      height: 67px;
      background: #FFFFFF;
      align-items: center;
  } */
  
  .navbar-logo{
      background-image: url("https://zajednica.io/wp-content/themes/svizajedno/page-templates/images/STARTIT2.png");
      height: 47px;
      width: 47px;
      margin-right: 4px;
      background-size: contain; 
  }
  
  .navigation-list{
      list-style: none;
  }
  
  .navigation-list li{
      display: inline;
      font-family: m700;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      margin-right: 25px;
  
  }
  
  .navigation-list li:last-of-type{
    font-family: m300;
    font-weight: 250;
  }
  
  .jobs{
      background-color: #D7FFDC;
      display: inline-block;
      font-family: m700;
      font-style: normal;
      font-weight: bold;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -0.02em;
      color: #000000;
      padding: 11px 7px 15px 16px;
  }
  
  .menu{
    background-image: url("https://zajednica.io/wp-content/themes/svizajedno/page-templates/images/Group\ 24.png");
    height: 44px;
    width: 30px;
    background-repeat: no-repeat;
    background-position: center;
    display: none;
  }
  
  .search{
      background-image: url("https://zajednica.io/wp-content/themes/svizajedno/page-templates/images/LUPA\ 1.png");
      height: 24px;
      width: 24px;
      background-size: contain;
      margin-left: 10px;
  
  }
  
  .navbar-right{
      display: flex;
      align-items: center;
      position: absolute;
      right: 150px;
  }

  .title-div{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0C2DE9;
    color: #FFFFFF;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}

.main-title{
    font-family: m300;
    font-weight: 300;
    font-size: 45px;
    line-height: 63px;
    letter-spacing: 0.01em;
    margin-bottom: 16px;
/* text-align: center; */
}

.header-text{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
    max-width: 570px;
}

.main-content{
    display: flex;
    justify-content: center;
    padding: 60px 205px;
}

.legal-headline{
    font-family: m700;
    font-weight: bold;
    font-size: 55px;
    line-height: 66px;
    letter-spacing: 0.01em;
    margin-bottom: 28px;
}

.popular-headline{
    font-family: m300;
    font-style: normal;
    font-weight: 300;
    font-size: 55px;
    line-height: 66px;
    letter-spacing: 0.01em;
    margin-bottom: 29px;
}

.text{
    font-family: Arial;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.legal-text{
    /* height: 150px; */
    margin-bottom: 50px;
}

.left{
    flex-basis: 515px;
    /* margin-right: 55px; */
    text-align: center;
}

.right{
    flex-basis: 460px;
}

.conditions-headline{
    font-family: m700;
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
}

.box{
    background: #FFFAC0;
    padding: 50px 40px;
}

.box-text{
    font-family: "Comic Sans MS";
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 30px;
}

.first-box{
    margin-top: 297px;
}

.second-box{
    margin-top: 706px;
}

.third-box{
    margin-top: 1087px;
}

.bottom-section{
    background-color:#F2F2F2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bottom-text{
    font-family: m300;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.01em;
    max-width: 672px;
    margin-top: 77px;
}

.bottom-button{
    font-family: m300;
    font-size: 16px;
    line-height: 19px;  
    background: #38A600;
    border: 1px solid #38A600;
    box-sizing: border-box;
    color: white;
    width: 432px;
    height: 47px;
    margin-bottom: 72px;
    margin-top: 54px;
}

footer{
    background-color: black;
    color: white;
    text-align: center;
    padding: 72px;
  }

.footer-text{
    font-family: m700;
    font-style: normal;
    font-weight: bold;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
    margin-top: 24px;
    margin-bottom: 88px;
}

.footer-logo{
    width: 127px;
    height: 123px;
}

.circles{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .circle-footer{
    background-image: url("https://zajednica.io/wp-content/themes/svizajedno/page-templates/images/Ellipse\ 16.png");
    height: 59px;
    width: 59px;
    margin-left: 40px;
  }
  
  .circle-footer:first-of-type{
    margin-left: 0;
  }

  @media only screen and (max-width: 1300px) {
    .main-content{
        padding: 60px 120px;
    }
  }

  @media only screen and (max-width: 1201px) {
    nav{
        padding: 0 100px;
    }

    .navbar-right{
        right: 100px;
      }

    .main-content{
        padding: 60px 80px;
    }
    
  }

  @media only screen and (max-width: 1024px) {
    nav{
        padding: 0 50px;
       }
      
    .navbar-right{
        right: 50px;
    }
    
    .navbar-logo{
        margin-right: 0px;
    }

    .main-content{
        padding: 60px 50px;
    }

  }

  @media only screen and (max-width: 768px) {
    .navigation-list, .jobs, .search{
        display: none;
      }
    
      .menu{
        display: block;
      }

      .title-div{
          padding: 70px 50px 65px 50px;
      }


    .main-content{
        flex-wrap: wrap;
    }

    .bottom-section{
        padding: 0 50px;
    }

    .left{
        margin-right: 0;
    }

    .right{
        flex-basis: 515px;
        margin-top: 50px;
    }

    .popular-text{
        height: 177px;
    }

    .box{
        margin-top: 25px;
    }

    .first-box{
        margin-top: 8px;
    }

    .footer-text{
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 50px;
    }

    .legal-headline, .conditions-headline, .popular-headline{
        text-align: center;
    }

    .legal-text{
        margin-bottom: 17px;
    }

    
  }

  @media only screen and (max-width: 480px) {
    .navbar-logo{
        height: 40px;
        width: 40px;
      }

    nav{
        padding: 0 10px;
    }

    .navbar-right{
        right: 30px;
    }

    .title-div{
        padding: 37px 30px;
    }

    .main-content{
        padding: 37px 30px;
    }

    .bottom-section{
        padding: 0;
    }

    .main-title{
        font-size: 32px;
        line-height: 139.5%;
        margin-bottom: 12px;
    }

    .header-text{
        font-size: 14px;
    }

    .legal-headline{
        font-size: 28px;
        line-height: 34px;
        text-align: center;
        letter-spacing: 0.01em;
        margin-bottom: 12px;
        font-weight: bold;
    }

    .text{
        font-size: 15px;
        line-height: 23px;
        text-align: center;
    }

    .legal-text{
        height: auto;
        margin-bottom: 17px;
    }

    .conditions-headline{
        font-size: 20px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 12px;
    }

    .popular-headline{
        font-weight: 300;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
        letter-spacing: 0.01em;
        margin-bottom: 15px;
    }

    .box-text{
        font-size: 14px;
        line-height: 155%;
    }

    .box{
        padding: 7px 15px;
    }

    .bottom-text{
        font-size: 20px;
        line-height: 139.5%;
        text-align: center;
        letter-spacing: 0.01em;
        margin: 30px 53px 12px 53px;
    }

    .bottom-button{
        margin-top: 0;
        margin-bottom: 30px;
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        line-height: 19px;
        padding: 0;
    }

    footer{
        padding: 81px 24px 57px 24px;
    }

    .footer-text{
        font-size: 23px;
        line-height: 28px;
        text-align: center;
        height: 83px;
        margin-bottom: 8px;
    }
}

@font-face {
    font-family: m500;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-500-webfont.ttf);
  }
  
  @font-face {
    font-family: m100;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-100-webfont.ttf);
  }
  
  @font-face {
    font-family: m300;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-300-webfont.ttf);
  }
  
  @font-face {
    font-family: m700;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-700-webfont.ttf);
  }
  
  @font-face {
    font-family: m900;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
  }
  
  @font-face {
    font-family: Abel;
    font-style: normal;
    font-weight: normal;
    src: url(./fonts/Abel-Regular.ttf);
  }
</pre></body></html>