html {
  scroll-behavior: smooth;
  max-width: 100%;
  width:100%;
}
.overflow-scroll {
  overflow-y: scroll;
}
body {
  background: white;
  color: #333;
  overflow-x: hidden; 
  font-family: Inter;
  max-width: 100%;
  width: 100vw;
}
h1, h2, h3, h4 {
  color: #102030;
  font-weight: 600;
  letter-spacing: -1px;
}
/* overwrite materialize value to maintain original layout/code and improve page visibility */
body h2,
h1.contact-title{
  font-size: 1.92rem;
  line-height: 110%;
  letter-spacing: -1px;
  font-weight: 600;
  margin: 1.0933333333rem 0 .656rem 0;
}
  .card .card-content p {
    padding-top: 1rem;
  }

@media only screen and (max-width: 400px)  {
  #blog-h2 {
    font-size:25px !important;
    top: 0.8em !important;
  }
}
@media only screen and (max-width: 800px) and (min-width: 400px) {
  #blog-h2 {
    font-size:30px !important;
    top: 0.8em !important;
  }
}
@media only screen and (max-width: 800px) {
  .card .card-content {
    padding: 16px !important;
  }
  h2 {

    text-align: left;
    margin: 0.6rem 0 0.5rem 0 !important;
    font-size: 1.8rem !important;
  }
  h3 {
    text-align: left;
    margin: 0.6rem 0 0.5rem 0 !important;
    font-size: 1.6rem !important;
  }
  h4 {
    text-align: left;
    margin: 0.6rem 0 0.5rem 0 !important;
    font-size: 1.28rem !important;
  }
}

/* TUTAJ MENU*/
nav {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: 60px;
}

nav ul {
  list-style: none;
  margin: 0;
  float: right;
}

nav ul li {
  display: inline-table;
  margin: 0;
  padding: calc(3vh - 5px) calc(1vw - 3px);
  transition: .45s ease-in-out;
}
nav .lang-picker option {
  background-color: rgba(0.5,0.5,0.5,1);
  border:0;
  outline: 0;
}
nav .lang-picker:hover option{
  color: #fff;
  cursor: pointer;
}
.hand {
  cursor: pointer;
  padding: 10px;
  margin: -10px;
}
nav a, nav .lang-picker, nav span.dropdown {
  outline: 0px;
  cursor: pointer;
  border: none;
  background: none;
  width: 100%;
  color: white;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: lighter;
  transition: .25s ease-in-out;
}
nav span.dropdown img {
  padding-right: 5px;
}

/* @media for navbar items- prevent from wrapping into new line */
@media screen and (max-width: 1095px) {
  nav.bg-hidden span.dropdown, nav.bg-hidden a{
    font-size: 1.05em;
  }
  nav.bg-visible span.dropdown, nav.bg-visible a{
    font-size: 1.1em;
  }
}

@media screen and (max-width: 1047px) {
  nav.bg-hidden span.dropdown, nav.bg-hidden a{
    font-size: 0.95em;
  }
  nav.bg-visible span.dropdown, nav.bg-visible a{
    font-size: 1.0em;
  }
}

@media screen and (max-width: 992px) {
  nav.bg-hidden span.dropdown, nav.bg-hidden a{
    font-size: 1.1em;
  }
  nav.bg-visible span.dropdown, nav.bg-visible a{
    font-size: 1.15em;
  }
}
@media screen and (max-width: 885px) {
  nav.bg-hidden span.dropdown, nav.bg-hidden a{
    font-size: 0.95em;
  }
  nav.bg-visible span.dropdown, nav.bg-visible a{
    font-size: 1.0em;
  }
}
@media screen and (max-width: 805px) {
  nav.bg-hidden span.dropdown, nav.bg-hidden a{
    font-size: 0.90em;
  }
  nav.bg-visible span.dropdown, nav.bg-visible a{
    font-size: 0.95em;
  }
}
@media screen and (max-width: 780px) {
  nav.bg-hidden span.dropdown, nav.bg-hidden a{
    font-size: 0.80em;
  }
  nav.bg-visible span.dropdown, nav.bg-visible a{
    font-size: 0.85em;
  }
}

@media screen and (max-width: 730px) {
  nav.bg-hidden span.dropdown, nav.bg-hidden a{
    font-size: 0.90em;
  }
  nav.bg-visible span.dropdown, nav.bg-visible a{
    font-size: 0.95em;
  }
}
@media screen and (max-width: 695px) {
  nav.bg-hidden span.dropdown, nav.bg-hidden a{
    font-size: 0.80em;
  }
  nav.bg-visible span.dropdown, nav.bg-visible a{
    font-size: 0.85em;
  }
}


nav.bg-visible a, nav.bg-visible .lang-picker, nav.bg-visible #services {
  color: #555;
}
nav.bg-visible .lang-picker option {
  background-color: #fff;
}
nav.bg-visible .lang-picker:hover option {
  color: #555;
}
nav.bg-visible ul li {
  padding: .9em calc(1.2vw - 5px);
  transition: .25s ease-in-out;
}
.nav-main { max-height: 60px; }
@media only screen and (max-width: 400px) {
  .card .card-content {  padding: 8px !important; }
  #logo-normal { display: none; width: 0 !important; }
  #logo-small { display: inline; }
  .nav-main { text-align: center !important; }
  .mb-hide { visibility: hidden; }
  .nav-menu-btn { display: block; }
  nav img {
    padding:3px;
    height:63px;
  }
  nav.bg-visible img {
    padding:2px;
    height:58px;
  }
}
@media only screen and (min-width: 401px) and (max-width: 660px) {
  .card .card-content { padding: 8px !important; }
  #logo-normal { display: inline;  }
  #logo-small { display: none; width: 0 !important; }
  .nav-main { text-align: center !important; }
  .mb-hide { display: none; }
  .nav-menu-btn { display: block !important;}
  #sidemenu-btn { display: block !important;}
}
@media only screen and (min-width: 661px) and (max-width: 730px) {
  /* .mb-hide { visibility: hidden; } */ /* comment line because there were no manu on some width*/
  #logo-normal { display: none; width: 0 !important; }
  #logo-small { display: inline;  }
}
@media only screen and (min-width: 731px) {
  #logo-normal { display: inline;  }
  #logo-small { display: none; width: 0;}
}
@media only screen and (min-width: 731px) and (max-width: 1000px) {
}
nav img {
  padding:5px;
  padding-left:0px;
  height:74px;
  transition-delay: 1s;
  transition: .45s ease-in-out;
}
nav.bg-visible img {
  padding:3px;
  filter: invert(80%);
  height: 63px;
  transition: .15s ease-in-out;
}
nav a:hover, nav .lang-picker:hover, nav div:hover{
  color: #d93128;
}
nav .hover{
  color: #d93128;
}
.nav-bg {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  width: 100vw;
  height: 100%;
  max-width: 100%;
  z-index: -1;
  background: white;
  border-bottom: 1px solid #ccc;
  transition: .45s ease-in-out;
}
nav.bg-visible {
  height: 64px;
}

nav.bg-hidden .nav-bg {
  opacity: 0;
}

nav.bg-visible .nav-bg {
  opacity: 1;
}
.nav-main {
  text-align: left;
}
nav.bg-visible .nav-menu-btn {
  margin-top: 8px;
  color: #000;
}
.nav-menu-btn {
  width: 0;
  color: white;
  margin-top: 12px;
  cursor: pointer;
}
@media only screen and (min-width: 601px) {
  .nav-menu-btn {
    display: none !important;
  }
  .only-xs {
    display: none !important;
  }
}
.only-xs img {
  max-width: 100%;
  height: auto !important;
}

.nav-menu-btn {
  float:left;
}

.hero {
  color: #eee;
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background: rgb(50, 50, 50);
  background: url("../img/numlabs_background_1_90.jpg") no-repeat;
  background-size: cover;
  background-position: center top;
  overflow: hidden;
}
@media screen and (min-width: 1200px){
    .hero .text p {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 800px){
  .hero{
    background-image: url("../img/numlabs_background_1_75.jpg");
  }
}
@media screen and (max-width: 600px){
  .hero {
    background-image: url("../img/numlabs_background_1_75_mobile.jpg")
  }
}
@media screen and (min-width: 1921px){
  .hero{
    background-image: url("../img/numlabs_background_1.jpg");
  }
}
.hero.services {
  background: url("../img/numlabs_background_3.png") no-repeat;
  background-size: cover;
}
.hero.nlp .text, .hero.logistics .text, .hero.backoffice .text {
  width: 50vw;
  max-width: 100%;
}

.hero.nlp {
  background: url("../img/backgrounds/nlp_background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.hero.big-data {
  background: url("../img/backgrounds/big_data_background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.hero.time-series {
  background: url("../img/backgrounds/time_series_background.jpg") no-repeat;
  background-size: cover;
}
.hero.spatial-data {
  background: url("../img/backgrounds/spatial_data_background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.hero.computer-vision {
  background: url("../img/backgrounds/computer_vision_background.jpg") no-repeat;
  background-size: cover;
}
.hero.deep-learning {
  background: url("../img/backgrounds/deep_learning_background.jpg") no-repeat;
  background-size: cover;
}
.hero.backoffice {
  background: url("../img/backgrounds/backoffice_background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.hero.logistics {
  background: url("../img/backgrounds/transport2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.hero.consulting {
  background: url("../img/backgrounds/consulting_background.jpg") no-repeat;
  background-size: cover;
}
.hero.production-industry {
  background: url("../img/backgrounds/production_background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.hero.research {
  background: url("../img/backgrounds/research_background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.hero.sales-and-marketing {
  background: url("../img/backgrounds/sales_background.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
.hero.about {
  background: url("../img/backgrounds/about_us_background2.jpg") no-repeat;
  background-position: left top;
  background-size: cover;
}
.hero.careers {
  background: url("../img/backgrounds/careers_background6.jpg") no-repeat;
  background-position: left top;
  background-size: cover;
}

.hero.invoice-tracker-ocr{
  background: url("../img/backgrounds/nlp_background.jpg") no-repeat;
  background-size: cover;
}
.hero.technical-analysis-algorithms{
  background: url("../img/backgrounds/investio_background.jpg") no-repeat;
  background-size: cover;
}
.hero.ad_engagement_estimation{
  background: url("../img/backgrounds/nlp_background.jpg") no-repeat;
  background-size: cover;
}
.hero.production_line_monitoring{
  background: url("../img/backgrounds/nlp_background.jpg") no-repeat;
  background-size: cover;
}
.hero.retail_conversion_measurements{
  background: url("../img/backgrounds/nlp_background.jpg") no-repeat;
  background-size: cover;
}
.hero.how-do-we-work{
  background: url("../img/backgrounds/how_do_we_work_background.jpg") no-repeat;
  background-size: cover;
}

@media screen and (max-width: 450px) {
  .hero h1 { font-size: 26px !important; }
  .hero .text { height: 70vh !important; font-size: 18px !important; padding: 0.3em !important; }
  .only-above-xs { display: none !important; }
}
@media screen and (min-width: 451px) and (max-width: 600px) {
  .hero h1 { font-size: 30px !important; }
  .hero .text { height: 70vh !important; font-size: 22px !important; padding: 0.4em !important; }
  .only-above-xs { display: none !important; }
}
@media screen and (min-width: 601px) and (max-width: 800px) {
  .hero h1 { font-size: 36px !important; }
  .hero .text { height: 50vh !important; font-size: 24px !important; padding: 0.7em !important; }


}
.hero h1 {
  color: #eee;
  font-size: 3rem;
}
#blog-h2 { font-size: 40px; position:relative; top: 0.4em; text-align: center !important; }

@media screen and (max-width: 600px) {
  .s-padding {
    margin-top: 2em;
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 300px) {
  .hero .text { min-width: 250px; }
}
@media only screen and (max-width: 350px) {
  .hero .text { min-width: 300px; }
}
@media only screen and (min-width: 350px) {
  .hero .text {
    min-width: 340px;
  }
}
@media only screen and (min-width: 600px) {
.hero .text {
    min-width: 550px;
  }
}
@media only screen and (min-width: 800px) {
  .hero .text {
    position: absolute;
    min-width: 650px;
    left: 15vw;
  }
  ul.slashed li {
    font-size: 20px;
  }
}
.hero .text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 40vw;
  height: 30vh;
  min-height: 300px;
  max-width: 100%;
  max-height: 100%;
  padding: 1em;
  font-size: 1.1rem;
  line-height: 1.3em;
  font-family: Inter;
  font-weight: 300;
  margin: auto;
}

.content {
  background-color: white;
  max-width: 100%;
}
@media only screen and (max-width: 600px) {
  .blog-background { height: 45vh;}
}
@media only screen and (min-width: 601px) and (max-width: 800px) {
  .blog-background { height: 50vh;}
}
@media only screen and (min-width: 801px) {
  .content p {
    font-size: 1rem;
  }
  .blog-background { height: 60vh;}
}
.content-wrapper h1 {
  margin: 0;
  color: rgb(220, 120, 0);
}

.content-wrapper p {
  font-family: "Inter";
  text-indent: 1.5em;
}

/* @font-face {
font-family: "Avenir";
src:
url("../fonts/AvenirLTStd-Roman.otf") format("opentype");
} */

@font-face {
  font-family: "Prompt";
  src:
  url("../fonts/Prompt-Light.ttf") format("truetype");
}
  
@font-face {
font-family: "Montserrat";
src:
url("../fonts/Montserrat-Regular.otf") format("opentype");
}
/*@font-face {
font-family: "proxima";
src: 
url("../fonts/proxima_nova_regular.ttf") format("opentype");
}*/

@font-face {
font-family: "Inter";
src:
url("../fonts/Inter-Regular.woff2") format("woff2");
}

.divide-line {
    border-bottom: solid 3px #d93128;
    width: 34px;
}
.divide-line.color-cyan {
    border-bottom: solid 3px #6ED3D7;
}

.desktop-center {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
}
.desktop-center a {
  position: absolute;
}
#scroll-prompt {

    float: right;
}
#typed {
  font-family: Courier New, Lucida Console;
}
.color-cyan {
  color: #6ED3D7;
}
.typed-wrapper {
    line-height: 1em;
    margin: 0;
}
#scroll-down {
  cursor: pointer;
}

.btn.white-btn{
  background-color: rgba(0,0,0,0);
  border: 1px solid white;
  padding: 8px 20px;
  height: 50px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.btn.white-btn:hover {
background-color: #fff;
color: #d93128;
font-weight: 600;
border: none;
}
.color-1 {
  color: #d93128;
}
.color-0 {
  color: #16212b;
}
footer.page-footer,
footer.page-footer a{
  color: #C0C0C0;
  background-color: #122333;
}
.page-footer .row{
  margin-bottom: 0;
}
.page-footer h5.title{
  margin: 1rem 0 3rem 0;
}
.page-footer .link-wrapper{
  display: flex;
  align-items: flex-start;
  min-height: 30px;
  margin-bottom: 30px;
}

.page-footer .link-wrapper .column-wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-content: space-between;
}
.page-footer .link-wrapper .column-wrapper div{
  display: flex;
  width: 100%;
  max-width: 200px;
  justify-content: space-between;
}
.page-footer .link-wrapper img{
  height: 30px;
  width: auto;
  margin-right: 40px;
}

.page-footer .link-wrapper p,
.page-footer .link-wrapper a{
  margin: 4px 0 0 0;
  line-height: 1.67;
}
.page-footer .socials-wraper{
  display: flex;

}
.page-footer .socials-wraper a img{
  height: 40px;
  width: auto;
}
.page-footer .socials-wraper > a{
  margin-right: 20px;
}
.page-footer .copyright-divide-line{
  margin-top: 20px;
  border-top: 1px solid #304559;
}
.page-footer .copyrights-wrapper{
  margin-bottom: 60px;
}
.page-footer .copyrights-wrapper p {
  font-size: 12px;
  font-weight: 300;
}
footer p.address {
  font-size: 1rem !important;
}
.background-darkblue, .bg-darkblue {
  background-color: #122333;
}
.background-lightblue {
  background-color: #12233308;
}
.footer-logo {
  width: 280px;
  padding-top: 15px;
}
.location-pin {
  height: 20px;
}
.achievements .box {
  text-align: center;
}
.achievement-enum {
  color: #d93128;
  font-weight: 500;
  font-size: 2.5em !important;
  margin-bottom: 0;
  text-align: center;
}
.achievement-small {
  text-align: center;
  font-size: 0.9em !important;
}
footer .links p {
  line-height: 1.1em;
  font-size: 1.64rem;
  margin: 1.093rem 0 -0.156rem 0;
}
.section-divider-right {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMjZweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0xMjgwIDE0MFYwSDBsMTI4MCAxNDB6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 100% 100px;
  height: 100px;
}
.section-divider-left {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMjZweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmZmZmZmYiPjxwYXRoIGQ9Ik0wIDB2MTQwaDEyODBMMCAweiIvPjwvZz48L3N2Zz4=);
  background-size: 100% 100px;
  height: 100px;
}
.blue-img-bg {
  background-size: cover;
  background-image: url("../img/abstract_background_2.jpg")
}
@media screen and (max-width: 800px){
  .blue-img-bg {
    background-image: url("../img/abstract_background_2_mobile2.jpg")
  }
}
@media screen and (max-width: 600px){
  .blue-img-bg {
    background-image: url("../img/abstract_background_2_mobile.jpg")
  }
}

.row.cards {
  grid-auto-rows: 1fr;
}
.row.cards .col{
}
.row.cards .col .card{
  height: 100%;
  padding: 20px;
}
ul.slashed li {
  list-style-type: square !important;
  margin-left: 30px;
  color: #d93128;
}
.text-grey {
  color: #333;
}
ul.slashed {
  padding-left: 1em;
}
.padding-top-40 {
  position: relative;
  top: 30px;
}
.geo-background-4 {
  height: 400px;
  background-size: 45vw 400px;
  background-position: 0 30px;
  background-image: url("../img/geometric_background_4.jpg");
  background-repeat: no-repeat;
  background-position: left;
}
.onsite-img {
  height: 320px;
  background-position: center;
  background-repeat: no-repeat;
}
.nlp-img {
  background-image: url("/static/img/pages/nlp.svg");
}
.social-media-img {
  background-image: url("/static/img/pages/social_media.svg");
}
.customers-img {
  background-image: url("/static/img/pages/customers.svg");
}
.logistics-img {
  background-image: url("/static/img/pages/logistics.svg");
}
.consulting-img {
  background-image: url("/static/img/pages/consulting.svg");
}
.customer-support-img {
  background-image: url("/static/img/pages/customer_support.jpg");
}
.forecasting-img {
  background-image: url("/static/img/pages/forecasting.png");
}
.anomaly-img {
  background-image: url("/static/img/pages/anomaly.png");
}
.finances-img {
  background-image: url("/static/img/pages/finances.png");
}
.document-management-img {
  background-image: url("/static/img/pages/document-management.svg");
}
.time-series-img {
  background-image: url("/static/img/pages/time-series-img.png");
}
.work-img {
  background-image: url("/static/img/pages/praca.svg");
}
.semantic-ai-img {
  background-image: url("/static/img/pages/semantic-AI.svg");
}
.ai-innovation-img {
  background-image: url("/static/img/pages/ai-innovation.png");
}
.fashion-img {
  background-image: url("/static/img/pages/fashion.png");
}
.dl-1-img {
  background-image: url("/static/img/pages/deep-learning-encoder.png");
}
.dl-2-img {
  background-image: url("/static/img/pages/wykrywanie-03.png");
}
.dl-3-img {
  background-image: url("/static/img/pages/mona.png");
}
.dl-4-img {
  background-image: url("/static/img/pages/deep-learning-translator.png");
}
.dl-5-img {
  background-image: url("/static/img/pages/wykrywanie-03.png");
}
.dl-6-img {
  background-image: url("/static/img/pages/wykrywanie-03.png");
}
.praca-img {
  background-image: url("/static/img/pages/praca-08.svg");
}
.industry-iot-img {
  background-image: url("/static/img/pages/industry-iot.png");
}
.predictive_maintenance-img {
  background-image: url("/static/img/pages/predictive_maintenance.png");
}
.customer-data-img {
  background-image: url("/static/img/pages/customer-data.png");
}
.r-and-d-img {
  background-image: url("/static/img/pages/r_and_d.png");
}
.heatmap-img {
  background-image: url("/static/img/pages/heatmap.png");
}
.routing-img {
  background-image: url("/static/img/pages/routing.png");
}
.big-data-img {
  background-image: url("/static/img/pages/big-data.png");
}
.sales-funnel-img {
  background-image: url("/static/img/pages/sales-funnel.jpg");
}
.recommendation-img {
  background-image: url("/static/img/pages/recommendation.png");
}
.custom-detection-img {
  background-image: url("/static/img/pages/custom-detection.png");
}
.marketing-img {
  background-image: url("/static/img/pages/marketing.png");
}
.densepose-img {
  background-image: url("/static/img/pages/densepose.png");
}
.inspection-img {
  background-image: url("/static/img/pages/inspection.jpg");
}
.aerial-img {
  background-image: url("/static/img/pages/aerial.png");
}
.data-science-img {
  background-image: url("/static/img/pages/data-science.png");
}
.conversational-ai-img {
  background-image: url("/static/img/pages/conversational-ai.png");
}
.opinion-mining-img {
  background-image: url("/static/img/pages/opinion-mining.png");
}
.medtech-img {
  background-image: url("/static/img/pages/medtech.png");
}
.integration-img {
  background-image: url("/static/img/pages/integration.png");
}
.consulting-training-img {
  background-image: url("/static/img/pages/consulting-training.png");
}
.consulting-ds-img {
  background-image: url("/static/img/pages/consulting-ds.png");
}
.grant-application-img {
  background-image: url("/static/img/pages/grant-application.png");
}
.big-data-technologies-img {
  background-image: url("/static/img/pages/big-data-technologies.png");
}
.big-data-appliance-img {
  background-image: url("/static/img/pages/big-data-appliance.png");
}
.big-data-cloud-img {
  background-image: url("/static/img/pages/big-data-cloud.png");
}
.city-background {
  background-image: url("/static/img/city_background.jpg");
  background-repeat: no-repeat;
  background-position: left;
}
.blog-background {
  background-image: url("/static/img/blog_background2.jpg");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
}
img.blog-header-img {
  -webkit-filter: grayscale(50%) opacity(0.8); /* Safari 6.0 - 9.0 */
  filter: grayscale(50%) opacity(0.8);
}
img.blog-suggested-img {
  -webkit-filter: grayscale(80%); /* Safari 6.0 - 9.0 */
  filter: grayscale(80%);
}
a:hover img.blog-header-img {
  -webkit-filter: grayscale(0) opacity(0.8); /* Safari 6.0 - 9.0 */
  filter: grayscale(0) opacity(0.8);
}
a:hover img.blog-suggested-img {
  -webkit-filter: grayscale(0); /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
}
.blog-box, .blog-box a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: calc(100% - 160px);
}
a:hover .blog-content {
  background-color: #eee;
}
.blog-box .blog-content hr {
    margin-top: auto;
    width: 100%;
    color: #333;
    border: 1px solid #d93128;
}
.blog-box .blog-title {
    min-height: 72px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    color: #21a7dd;
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.blog-box .blog-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media only screen and (max-width: 450px) {
.row.suggested .col {
  margin-bottom: 20px;
}
}
@media only screen and (min-width: 451px) {
  .row.suggested .col {
     flex: 0 0 33.333333%;
  }
  .row.suggested {
  display: flex;
  }
}
@media only screen and (min-width: 451px)  and (max-width: 1400px) {
  .row.suggested {

  margin-left: -17vw !important;
  margin-right: -17vw !important;
  }
}
@media only screen and (max-width: 800px) {
  .blog-box .blog-title {
  font-size: 16px;
}
  p.blog-excerpt {
  font-size: 90%;
}
}
p.blog-excerpt {
  color: #333;
}
.blog-author {
  font-weight: 600;
  color: #666;
}

.blog-box .blog-thumbnail img {
    display: block;
    position: relative;
    height: 160px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}
.blog-box .blog-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 2px;
    font-size: 14px;
    color: #939393;
}
@media only screen and (max-width: 800px) {
.btn.btn-tag {
  height: 24px !important;
  line-height: 24px !important;
  font-size: 12px !important;
}
  }
.btn.btn-tag {
  background-color: rgba(0,0,0,0);
  border: 1px solid #122333;
  color: #122333;
  padding: 0 7px;
  margin-bottom: 2px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  letter-spacing: 0.1em;
  box-shadow: none;
  transition: 0.25s ease-in-out;
}
.btn.btn-tag:hover {
background-color: #fff;
border: 1px solid #d93128;
color: #d93128;
font-weight: 500;
box-shadow: none;
transition: 0.25s ease-in-out;
}
.darkblue-separator {
  letter-spacing: 1px;
  font-size: 1.1em;
  margin-top: 42px;
  height: 70px;
  width: 100%;
  background-color: #3F4D5B;
  align-content: center;
  text-align: center;
  padding: 18px;
  color: white;
}
.langTxt {
    padding-right: 20px;
}
.darkblue-separator .langBtn {
  background: #3ea36b;
}
.langClose {
    margin-left: 30px;
}
.darkblue-separator div {
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.fade {
  opacity: 0;
}
/*posts*/
@media only screen and (max-width: 600px) {
.post-flex {  flex-direction: column; align-items: left;}
}
@media only screen and (min-width: 601px) {
.post-flex {  flex-direction: row; align-items: center;}
}
.post h4.post-title {
  font-size: 1.8rem;
  margin: 1rem 0 1rem 0;
}
@media only screen and (min-width: 801px) {
.post p { font-size: 1.1rem; }
}
div.post-content img {
  max-width: 100% !important;
}
div.post-content {
    margin-left: auto;
    min-height: auto;
}
div.post-footer {
    text-align: right;
}
ul.comments {
    list-style-type: none;
    padding: 0px;
    margin: 16px 0px 0px 0px;
}
ul.comments li.comment {
    margin-left: 32px;
    padding: 8px;
    border-bottom: 1px solid #e0e0e0;
}
ul.comments li.comment:nth-child(1) {
    border-top: 1px solid #e0e0e0;
}
ul.comments li.comment:hover {
    background-color: #f0f0f0;
}
div.comment-date {
    float: right;
}
div.comment-author {
    font-weight: bold;
}
div.comment-thumbnail {
    position: absolute;
}
div.comment-content {
    margin-left: 48px;
    min-height: 48px;
}
div.pagination {
    width: 100%;
    text-align: right;
    padding: 0px;
    margin: 0px;
}
div.flask-pagedown-preview {
    margin: 10px 0px 10px 0px;
    border: 1px solid #e0e0e0;
    padding: 4px;
}
div.flask-pagedown-preview h1 {
    font-size: 140%;
}
div.flask-pagedown-preview h2 {
    font-size: 130%;
}
div.flask-pagedown-preview h3 {
    font-size: 120%;
}
.post-body h1 {
    font-size: 140%;
}
.post-body h2 {
    font-size: 130%;
}
.post-body h3 {
    font-size: 120%;
}
.table.followers tr {
    border-bottom: 1px solid #e0e0e0;
}
/*end of posts*/
progress {
  z-index: 999;
  position: fixed;
  left: 0;
  top: 63px;
  width: 100%;
  height: 3px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  color: #d93128;
}
progress::-webkit-progress-bar {
  background-color: transparent;
}
progress::-webkit-progress-value {
  background-color: #d93128;
}
progress::-moz-progress-bar {
  background-color: #d93128;
}
.about-icon {
 margin:auto;
}

@media only screen and (min-width:0) {
.about-icon {
 max-height: 150px;
 }
  .about-icon-right {
   padding-right: 10%;

 }
 .about-icon-left {
   padding-left: 10%;
 }
}
@media only screen and (min-width: 450px) {
.about-icon {
 max-height: 140px;
 }
.about-icon-right {
 padding-right: 20%;

}
.about-icon-left {
 padding-left: 20%;
}
}
nav.sidenav.off {
  transition: .25s ease-in-out;
  visibility: hidden;
  left: -70vw;
}
nav.sidenav {
  z-index: 1001;
  visibility: visible;
  transition: .25s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  min-width: 250px;
  width: 70vw;
  height: 100%;
  background-color: #122333;
  opacity: 0.96;
}
nav.sidenav .nav-menu-btn {
  padding-left: 10px;
  cursor: pointer;
}
.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.mask {
  background-color: #000;
  opacity: 0.3;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  height: 100vh;
  width: 100vw;
  max-width: 100%;
  transition: opacity .25s ease-in-out;
}
.mask.off {
  transition: opacity .25s ease-in-out, width .25s ease-in-out .25s;
  opacity: 0;
  width: 0;
}
.geometric-background-2 {
  background-image: url("/static/img/coffee.svg");
  height: 400px;
  width:100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
}

.geometric-background-1 {
  background-image: url("/static/img/geometric_background_2.jpg");
  height: 400px;

}
.geometric-background-4 {
  height: 400px;
  background-image: url("/static/img/geometric_background_4.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.geometric-background-5 {
  height: 400px;
  background-image: url("/static/img/abstract_3.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 500px) {
  .geometric-background-4 {  background-position: 50% top !important; }
}
@media screen and (min-width: 1000px) {
.geometric-background-4 {  background-position: left top; }
}
.card-object {
  flex: 1;
}
.flex {
  display: flex;
}
.card-content .col-img {  min-height: 72px !important; }
@media screen and (max-width: 600px) {
  .xsf12 { flex: 10; }
  .footer-logo { width: 70vw; }
  .flex { flex-direction: column; }
  .cs3 { width: 25%; min-width: 60px;}
  .cs9 { width: 75%;}
  .card-content .col {  height: 65px; }
  .content-spacer { height: 6vh; }
  .content-spacer-big { height: 10vw; }
  .m-only {display: none;}
}
@media screen and (min-width: 601px) {
  .sflex { display: flex; }
  .flex { flex-direction: row; }
  .card-object { width: 33.3%; margin-left: 0.7vw !important; margin-right: 0.7vw !important; }
  .cm12 { width: 100%;}
  .content-spacer { height: 6vw; }
  .content-spacer-big { height: 12vw; }
}
@media screen and (min-width: 651px) {
  .card-object { width: 33.3%; margin-left: 1.5vw !important; margin-right: 1.5vw !important; }
}
@media screen and (min-width: 100px) and (max-width : 450px) {
  .row .col.xs1 {
  width: 8.3333333333% !important;
}
.row .col.xs2 {
  width: 16.6666666667% !important;
}
.row .col.xs3 {
  width: 25% !important;
}
.row .col.xs4 {
  width: 33.3333333333% !important;
}
.row .col.xs5 {
  width: 41.6666666667% !important;
}
.row .col.xs6 {
  width: 50% !important;
}
.row .col.xs7 {
  width: 58.3333333333% !important;
}
.row .col.xs8 {
  width: 66.6666666667% !important;
}
.row .col.xs9 {
  width: 75% !important;
}
.row .col.xs10 {
  width: 83.3333333333% !important;
}
.row .col.xs11 {
  width: 91.6666666667% !important;
}
.row .col.s12 {
  width: 100% !important;
}
}
.alert {
  margin: 2rem 0 2rem 0;
}
.alert-box.red .alert { color: #fff; }
.alert-box {
  background-color: #9FF799;
}
.alert-box.red {
  background-color: #EF6161 !important;
}
.author {
  font-size: 1.2rem;
  font-weight: bold;
}
.intro {
  font-weight: 600;
  font-size: 1rem;
}
.post-hr {
  border-top: 2px solid #d93128;
}
.post-wrapper h4, .post-wrapper h2 {
  color: #122333;
  margin: 2.5rem 0 1.8rem 0;
}
.post ul {
  color: #122333;
  list-style: none;
  margin-left: 30px;
  font-size: 1.2rem;
}
.post ul li::before {
  content: "\25AA";
  color: #d93128;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.post strong {
  font-weight: bold;
}
.post-wrapper .share-icon {
  padding-right: 2px;
}

.blockquote {
    padding: 10px 20px 10px;
    position: relative;
    border-left: none;
    background-color: rgba(18,35,51,0.1);
    margin:40px 0;
}
.blockquote p {
    font-family: "Utopia-italic";
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
}

.blockquote::after {
    content: "";
    top: 20%;
    left: 0;
    position: absolute;
    border-left: 3px solid #d93128;
    height: 60%;
    width: 2px;
}
.tech-slider {
  width: 100%;
  margin: auto;
  overflow: hidden;
}

.tech-slider ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  /*animation: slider 15s linear infinite;*/
}

.tech-slider ul li {
  flex-shrink: 0;
  display: block;
  margin: 20px;
  height: 100px;
  box-sizing: border-box;
}

.tech-slider img {
  width: auto;
  height: 60px;
}


/*careers*/

.careers-item, .careers-item .collection-item {
  font-size: 17px;
  border: none !important;
  text-align: left;
}

.moved-icon {
  position: relative;
  top: 2px;
}

.moved-icon-title {
  margin-right: 8px;
}

.custom-collapsible-header, .custom-collapsible-header2 {
  cursor: pointer;
}

.custom-collapsible-content, .custom-collapsible-content2 {
  display: none;
}

.careers-title {
  font-size: 20px;
  display: flex;
  align-items: center;
}

.careers-note {
  font-size: 15px !important;
}

.careers-list-header {
  text-align: center;
}

.divide-line-small {
    border-bottom: solid 3px #d93128;
    width: 25px;
    margin-bottom: 15px;
}

.no-offers-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
/*IFRAME FOR BLOG*/

.iframe {
  width: 100%;
  height: 800px;
  border-width: 0;
}


/* Loader Common */
@keyframes hideLoader{
    0%{ width: 100%; height: 100%; }
    100%{ width: 0; height: 0; }
}
body > div.loader{
    position: fixed;
    background: white;
    width: 100vw;
    height: 100vh;
    z-index: 1071;
    opacity: 0;
    transition: opacity .5s ease;
    overflow: hidden;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
body:not(.loaded) > div.loader{
    opacity: 1;
}
body:not(.loaded){
    overflow: hidden;
}
body.loaded > div.loader{
    animation: hideLoader .5s linear .5s forwards;
}

.arrow-button img {
  margin-top: 0em;
  transition: margin-top 0.5s ease;
}
a.arrow-button:hover img {
  transition: margin-top 0.5s ease-in-out;
  margin-top: 1em;
}

.posts .avatar, .post-wrapper .avatar, .contact-form .avatar {
  width: 75px;
  max-height: 75px;
  display: inline-block;
  vertical-align: middle;
  padding: 0px;
  border-radius: 50%;
}
.posts .author, .contact-form .expert {
    list-style: none;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 18px;
    font-size: 14px;
    color: #444;
}

.posts .details, .contact-form .details {
  display: flex;
}
@media screen and (max-width: 990px) {
  .footer-form .footer-form__details {
    margin: 30px 0;
  }
}
.posts .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    height: 100%;
    border-radius: 0;
    margin: 0;
}
.posts .card {
  background-color: #eaebee;
}
.cards{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;list-style:none;margin:0;padding:0}
.cards.row .col{margin-left:0!important;padding:1rem}
.cards__item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.posts .card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;overflow:hidden;height:100%;border-radius:0;margin:0}
.card__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;padding-top:20px}
.card__image-container{height:11vw;margin: -20px;}
.card__image-container.big{height:310px}
.card__image-container.big .thumbimg{height:330px}
.card__image{background-position:center center;background-repeat:no-repeat;background-size:cover;-webkit-filter:contrast(70%);filter:contrast(70%);overflow:hidden;position:relative;-webkit-transition:-webkit-filter .5s cubic-bezier(0.43,.41,.22,.91);transition:filter .5s cubic-bezier(0.43,.41,.22,.91)}
.card__image::before{content:"";display:block;padding-top:56.25%}
@media (min-width:40rem){.card__image::before{padding-top:66.6%}
}
.card__text{color:#444!important}
.card__text{-webkit-box-flex:1;-webkit-flex:1 1 auto;-ms-flex:1 1 auto;flex:1 1 auto;font-size:.875rem;line-height:1.8;font-family:"Open Sans";color:#74797b}
.card p{margin:0;}
.card__text p{font-size: 15px;}
.card .card-button{margin:auto 25px 25px}
.card .card-button .btn,.card .card-button .btn-large{border-radius:0;font-size:.75rem;min-height:32px;height:auto;line-height:30px;padding:0 15px;box-shadow:none;font-weight:500;letter-spacing:1px}
.card .logo{margin-top:15px;height:200px}
.card__content{padding-top:20px}
.list-style{padding-left:30px!important}
.list-style li{list-style-type:circle!important;padding:.5rem 0}
.single-job .main-container .post__body p,.single-job .main-container .offer__body p,.single-post .main-container .post__body p,.single-post .main-container .offer__body p{text-align:left}
.single-job .main-container .post__body ul:not(.browser-default),.single-job .main-container .offer__body ul:not(.browser-default),.single-post .main-container .post__body ul:not(.browser-default),.single-post .main-container .offer__body ul:not(.browser-default){list-style-type:disc;padding-left:40px}
.single-job .main-container .post__body ul:not(.browser-default)>li,.single-job .main-container .offer__body ul:not(.browser-default)>li,.single-post .main-container .post__body ul:not(.browser-default)>li,.single-post .main-container .offer__body ul:not(.browser-default)>li{list-style-type:disc}
strong{font-weight:700}
p{line-height:1.67}
.button-collapse{color:#26a69a}
.parallax-container{min-height:380px;line-height:0;height:auto;color:rgba(255,255,255,.9)}
.parallax-container .section{width:100%}
@media only screen and (max-width:992px){.parallax-container .section{position:absolute;top:40%}
#index-banner .section{top:10%}
}
@media only screen and (max-width:600px){#index-banner .section{top:0}
}
.blog-header{background:#003057;min-height:30rem;position:relative;width:100%;border-bottom-right-radius:50% 5%;border-bottom-left-radius:50% 5%;color:#fff}
.blog-header .container.headimage{min-height:30rem;position:relative;background-image:url(../images/blog.png);background-repeat:no-repeat;background-position:right top;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.blog-header__slogan{color:#fff;text-shadow:.5px .5px #444;font-size:4rem;line-height:1.1}
.blog-header__slogan .col{margin-top:80px}
.blog-header__slogan--playfairitalic{font-style:italic}
.blog-header__slogan--playfairbold{font-weight:600}
.blog__catlist{padding:2em 0 1.5em;list-style:none;text-align:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}
.blog__catlist li{padding:0 20px}
.blog__catlist li a{text-decoration:none;color:#007fa3;letter-spacing:1px;position:relative}
.blog__catlist li a:hover{color:#003057}
.blog__catlist li.active a{color:#003057}
.blog__catlist li.active a::after{content:'';position:absolute;width:100%;height:0;left:0;bottom:-3px;border-bottom:1px solid #003057}
.blog__grid .category{margin:20px 0 0;display:block;text-align:center; min-height: 3rem;}
.blog__grid .category ul{list-style:none;padding:0;margin:0}
.blog__grid .category ul li{padding:0 2px;display:inline-block}
.blog__grid .category a{font-size:14px;text-transform:uppercase;text-decoration:none;color:#005a70}
.blog__grid .card__content{padding-top:20px}
.blog__grid .title{font-size:24px;color:#003057;text-decoration:none;line-height:32px;text-align:center}
.blog__grid__title{min-height:5rem}
.blog__grid__title h4{margin:0}
.blog__grid .details{padding:20px 0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}
.blog__grid .avatar{width:75px;max-height:75px;display:inline-block;vertical-align:middle;padding:5px;border-radius:50%}
.blog__grid .author{list-style:none;float:left;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-flow:column wrap;-ms-flex-flow:column wrap;flex-flow:column wrap;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;vertical-align:middle;padding-left:10px;line-height:18px;font-size:14px;color:#444}
.blog__grid .author .date{font-size:13px;color:#057}
.blog__grid .author span{font-weight:700;vertical-align:middle}
.blog__grid .author a{color:#122333;font-weight:700;text-decoration:none}
.blog__grid .author a:hover{text-decoration:underline}
.blog__grid .preview p{margin:0}
.blog__grid .card-button{margin:20px 0 0}
.blog__grid .thumbimg{height:240px;width:100%;border-bottom-right-radius:50% 8%;border-bottom-left-radius:50% 8%}
.blog_post{margin-bottom:5rem}
.blog_post__header{background:#007fa3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}
.blog_post__header__title{padding:5rem 0}
.blog_post__header__title h1{color:#fff}
.blog_post__header__author{color:#fff}
.blog_post__header__author .details{padding:2rem 0}
.blog_post__header__author .author_metas{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;line-height:50px}
.blog_post__header__author .avatar{width:40px;vertical-align:middle}
.blog_post__header__author .avatar img{border-radius:50%;height:40px}
.blog_post__header__author .author{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row;vertical-align:middle;padding-left:10px}
.blog_post__header__author .author span{padding:0 7px;vertical-align:middle}
.blog_post__header__author .author a{color:#fff;font-family:"Open Sans";text-decoration:none}
.blog_post__header__author .author a:hover{text-decoration:underline}
.blog_post__header__author .comments_count{display:none}
.blog_post .container{width:60%}
@media only screen and (max-width:600px){.blog_post .container{width:90%}
}
.blog_post__category .blog-link{display:inline-block}
.blog_post__category .blog-link a{text-decoration:none;color:#007fa3}
.blog_post__category .blog-link a:hover{color:#003057}
.blog_post__category .separator{color:#007fa3;display:inline-block}
.blog_post__category .category-name{display:inline-block}
.blog_post__category .category-name ul{list-style:none;padding:0}
.blog_post__category .category-name ul li{padding:0 2px;display:inline-block}
.blog_post__category .category-name a{display:inline-block;background:#007fa3;color:#fff;padding:3px 6px;text-decoration:none}
.blog_post .author_bio{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;overflow:auto;padding:30px 40px 40px;background:#bce9e8}
.blog_post .author_bio .avatar{margin-top:5px;display:table-cell}
.blog_post .author_bio .avatar .image{max-width:150px;min-width:50px;margin:0 auto}
.blog_post .author_bio .avatar .image img{border-radius:50%}
.blog_post .author_bio .description{display:block;vertical-align:top}
.blog_post .author_bio .description .name{padding-top:0;margin-top:0}
.blog_post .author_bio .description .name a{color:#005a70;text-decoration:none;font-weight:600;font-family:"Playfair Display"}
.blog_post .author_bio .description .name a:hover{text-decoration:underline}
.blog_post .tags{padding-top:5rem}
.blog_post .tags span{color:#003057;font-size:120%}
.blog_post .tags .tag-list{list-style:none;display:block;padding:0}
.blog_post .tags .tag-list li{background:#505759;display:inline-block;margin:4px 2px;padding:3px 12px;border-radius:5px;font-size:90%}
.blog_post .tags .tag-list li:hover{background:#000}
.blog_post .tags .tag-list li a{text-decoration:none;color:#fff}
.blog_post .tags .tag-list li a:hover{color:#fff}
.blog_post .category{padding:2rem 0}
.blog_post .category .separator{padding:0 10px}
.blog_post .category .category-name a{padding:2px 8px}
.blog_post .sharedaddy{padding-top:2rem}
.blog_post div.sharedaddy h3.sd-title{display:none}
.blog_post .comments{padding:3rem 0}
@media only screen and (max-width:600px){.card__image-container.big{height:10vw;}
.card__image-container.big .thumbimg{height:10vw;}
.career-home__slogan--playfairitalic,.career-home__slogan--playfairbold{display:inline}
.blog-home .card .card-content p{font-size:12px!important}
.blog-home .card .card-title{font-size:24px!important}
.carousel .carousel-item{width:200px}
}
@media only screen and (max-width:992px){nav a.button-collapse{height:80px;line-height:90px}
.career-home .container.headimage,.about-us-header .container.headimage,.career-header .container.headimage,.blog-header .container.headimage,.contact-header .container.headimage{background-image:none}
.career-home__slogan,.about-us-header__slogan,.career-header__slogan,.blog-header__slogan,.contact-header__slogan{font-size:4rem;line-height:1.1;text-align:center;padding-top:4rem}
.career-home__slogan .col,.about-us-header__slogan .col,.career-header__slogan .col,.blog-header__slogan .col,.contact-header__slogan .col{margin-top:0}
.blog-home .card .card-content p{font-size:12px}
.blog-home .card .card-title{font-size:22px}
footer .footer-wrapper{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:20px}
footer .footer-wrapper ul li{float:none}
footer .footer-wrapper ul li a{text-align:left;padding:15px}
footer .footer-wrapper .copyright{text-align:center}
}
@media only screen and (min-width:993px){.container{width:80%}
}
@media only screen and (min-width:1201px){.container{width:80%}
}
.posts img{max-width:100%;height:auto}

.overlay{
    background: rgba(39,62,84,0.9);
    overflow: hidden;
    height: 98%;
    z-index: 2;
    width: 100%;
    position: relative;
    left: 0;
    top: -2%;
}

/* Dropdown Content (Hidden by Default) */
nav.bg-hidden .dropdown {
  padding-bottom: 25px;

}
nav.bg-visible .dropdown {
  padding-bottom: 20px;

}
.dropdown-content img.a {
  margin-top: -10px;
  height: 50px;
}
.dropdown-content a.about-us img.a {
  margin-top: 0px !important
}
.dropdown-content a.about-us {
  margin-top: -15px;
}
.dropdown-content {
  width: 50%;
  max-width: 450px;
  margin-top: 16px;
  cursor: default;
  background-color: #fafafa;
  color: #555;
  visibility: hidden;
  position: absolute;
  border: 1px solid #efefef;
  border-radius: 10px;
  font-size: 15px;
  z-index: 1;
  display: block;
  opacity: 0;
  -webkit-transition: height 0.25s ease-out, opacity 0.3s ease 0.3s;
  -moz-transition: height 0.25s ease-out, opacity 0.3s ease 0.3s;
  -o-transition: height 0.25s ease-out, opacity 0.3s ease 0.3s;
  transition: height 0.25s ease-out, opacity 0.3s ease 0.3s;
  height: 0px;
  max-height: 80vh;
  width: auto;
  color: #fff;
  padding: 10px;
  overflow: hidden;
}
/* slightly transparent fallback */
.dropdown-content {
  background-color: rgba(255, 255, 255, .95);
}

#services {
  margin-bottom: 20px;
}
.dropdown-content .row {
  z-index: 1;
  position: relative;
}
.dropdown-content .dropdown-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  z-index: 0;
  background-color: #122333;
}
nav.bg-visible .dropdown-content .dropdown-bg {
  background-color: #122333;
  opacity: 0.8;
}

.dropdown-content li {
  position: relative;
}
.dropdown-content p.bold {
  font-weight: bold;
}
.dropdown-content p {
  margin-top: 5px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 1.2em;
  color: #444;
}
/* Links inside the dropdown */
.dropdown-content a {
  color: #555;
  display: inline-block;
  padding: 10px 16px;
  text-decoration: none;
  transition: .25s ease-in-out;
  line-height: 1.2rem;
}
nav.bg-visible .dropdown-content a {
  color: #555;
  transition: color .2s ease-in-out;
}
nav.bg-visible .dropdown-content a:hover {
  transition: color .2s ease-in-out;
  color: #d93128;
}
nav .dropdown-content img.a {
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  filter: hue-rotate(356deg);
 }
nav .dropdown-content a:hover img.a {
  transition-property: -moz-filter, -ms-filter, -o-filter, -webkit-filter, filter;
  transition-duration: 1s;
  filter: hue-rotate(356deg) invert(18%) sepia(76%) saturate(6151%) brightness(97%) contrast(75%);
}
#nav-img {
  margin-top: 30px;
  margin: -10px;
  transition: .5s ease-in-out;
}
.dropdown:hover .menu-item {
  color: #d93128;
  transition: color .2s ease-in-out;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content.industries {
  height: 380px;
}
.dropdown:hover .dropdown-content {
  -webkit-transition: height 0.25s ease-out, opacity 0.3s ease 0.3s;
  -moz-transition: height 0.25s ease-out, opacity 0.3s ease 0.3s;
  -o-transition: height 0.25s ease-out, opacity 0.3s ease 0.3s;
  transition: height 0.25s ease-out, opacity 0.3s ease 0.3s;
  visibility: visible;
  height: 440px;
  max-height: 80vh;
  opacity: 1;

}
.dropdown:hover .dropdown-content.x-small {
  height: 100px;
  width: 120px;
}
@media screen and (max-width: 1000px){
  .dropdown:hover .dropdown-content.x-small{
    right: 20px;
  }
}
.dropdown:hover .dropdown-content.small {
  height: 315px;
  width: 260px;
}
@media screen and (max-width: 885px){
  .dropdown:hover .dropdown-content.small {
    right: 15px;
  }
}
.dropdown:hover .dropdown-content.small img.a {
  margin-top: -15px;
}
.dropdown-content a:hover {
  transition: .25s ease-in-out;
  color: #d93128;
}

.dropdown {
  display: table-cell;
}
nav.bg-visible .dropdown.hand {
  padding-top: 0px;
  padding-left: 0;
  padding-right: 0;
}
nav.bg-visible .dropdown.hand.lang{
position: relative;
}
nav.bg-hidden .dropdown.hand {
  padding-top: 5px;
  padding-left: 0;
  padding-right: 0;
}

.blur {
    /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);

}

.dropdown-content span {
  transition: .25s ease-in-out;
  font-size: 1rem;
}
.dropdown-content small {
  transition: .25s ease-in-out;
  font-size: 0.9rem;
  color: #aaa;
}

.arrow-up {
  width: 0;
  height: 0;
  position: relative;
  top:22px;
  right: 50%;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-top: 5px solid #d93128;
}

.bounce {
  -moz-animation: bounce 3s infinite;
  -webkit-animation: bounce 3s infinite;
  animation: bounce 3s infinite;
}
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

i.dropdown-icon {
  font-size: 0.8em;

}
.dropdown:hover i.dropdown-icon {
  transform: rotate(180deg);

}

@font-face {
  font-family: 'fontello';
  src: url('/static/fonts/fontello.eot?90607263');
  src: url('../font/fontello.eot?90607263#iefix') format('embedded-opentype'),
       url('/static/fonts/fontello.woff2?90607263') format('woff2'),
       url('../font/fontello.woff?90607263') format('woff'),
       url('../font/fontello.ttf?90607263') format('truetype'),
       url('../font/fontello.svg?90607263#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?90607263#fontello') format('svg');
  }
}
*/

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;


  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-down-open-big:before { content: '\e800'; } /* '' */

.animation--state-0 {
  transform: translate(68px, 26px);
}
.quote {
  margin-bottom: 40px;
  color: #4D4D4D;
  background-image: url(/static/img/icons/quote_icon.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 15px 0;
  padding-top: 24px;
  padding-left: 30px;
  padding-right: 30px;
  border-left: none;
  font-size: 1.2rem;
}
.quote__author {
  padding-left: 30px;
  font-style: italic;
  font-size: 0.8rem;
}

.ml-auto, .mx-auto {
    margin-left: auto!important;
}

.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.w-100 {
    width: 100%!important;
}

.align-items-center {
    align-items: center!important;
}
.d-flex {
    display: flex!important;
}
.p-0 {
    padding: 0!important;
}

.m-0 {
    margin: 0!important;
}

/*Mobile styling- Kamil */

/* main page video styling*/
.video-main-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-main-wrapper .content-centered{
  margin: 0 auto;
}
.video-main{
  width: 540px;
  max-width: 100%;
  height: auto;
}

@media only screen and (min-width: 993px ) {
  .video-main-wrapper{
    flex-direction: row;
  }
  .video-main-wrapper .content-centered{
    margin: unset;
  }
}
/*main page locker img styling*/
.img-main{
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 993px){
  .img-main{
  max-width: 350px;
  }
}

/*dropdown mobile menu*/
nav span.dropdown-mobile{
  position: relative;
}
nav.sidenav a{
  font-size: 1em;
}
.dropdown-mobile:hover .menu-item{
  color: inherit;
}
.dropdown-content-mobile{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 60vw;
  height: fit-content;
  max-width: 450px;
  margin-top: 16px;
  visibility: visible;
  position: absolute;
  font-size: 15px;
  z-index: 1002;
  opacity: 1;
  -webkit-transition: height 0.25s ease-out, opacity 0.3s ease 0.3s;
  -moz-transition: height 0.25s ease-out, opacity 0.3s ease 0.3s;
  -o-transition: height 0.25s ease-out, opacity 0.3s ease 0.3s;
  transition: height 0.25s ease-out, opacity 0.3s ease 0.3s;
  color: #fff;
  overflow: hidden;
  background-color:#122333;
}
.dropdown-content-mobile a{
  color: white;
  display: flex;
  align-items: center;
  padding: 5px 0;
  text-decoration: none;
  transition: .25s ease-in-out;
}
.dropdown-content-mobile .nav-img-item img{
  height: 40px;
  /*black to white filter for svg icons*/
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(331deg) brightness(114%) contrast(107%);
}
.nav-img-item.about-us {
  display: flex !important;
  height: 70px !important;
  align-items: center !important;
}
.project-name{
  font-weight: 600;
}
.off{
  transition: .25s ease-in-out;
  height: 0;
  visibility: hidden;
  opacity: 0
}

@media only screen and (max-device-height: 420px) and (orientation: landscape) {
  .dropdown-mobile .dropdown-content-mobile a.nav-img-item{
    padding: 0;
  }
  .dropdown-content-mobile img{
    padding: 0 5px 0 0;
  }
}


/*client section*/
.client-section{
  background-color: #EFEFEF;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
.client-section .client-description{
  margin: 20px 0;
  font-family: Inter;

}

.client-section .client-logo{
  margin: 30px auto;
  max-width: 150px;

}
.client-section .client-logo.createc-logo{
  max-width: 300px;

}
.client-section .client-logo img{
  width: 100% ;
  height: auto;
}

@media screen and (min-width: 601px) {
  .client-section{
    flex-direction: row;
    align-items: center;
  }
  .client-section .client-logo{
    margin: auto 0;
  }
  .client-section .client-description{
  margin: 60px 0;
  }

}
@media screen and (min-width: 1020px) {
    .client-section{
    align-items: flex-end;
  }
}
/*case-study section*/

.case-study .description .solution{

  margin-top: 5vw;
}
.case-study .img-container{
  position: relative;

}
.case-study .img-container .cs_sat_1{
  max-width: 200px;
}
.case-study .img-container .cs_sat_2{
  top: 40%;
  right: 20%;
}
.case-study .img-container .cs_sat_3{
  bottom: 10%;
}
.case-study .img-container img{
  position: absolute;
  width: 100%;
  height: auto;
  max-width: 120px;
}
.case-study .img-container .cs_nlp_1{
  max-width: 150px;
}
.case-study .img-container .cs_nlp_2{
  top: 25%;
  right: 0;
}
.case-study .img-container .cs_nlp_3{
  bottom: 27%;
}
.case-study .img-container .cs_nlp_4{
  max-width: 250px;
  bottom: 0;
}

.case-study .img-container .cs_aee_1 {
  max-width: 170px;
  left: 15%;
}
.case-study .img-container .cs_aee_2 {
  max-width: 100px;
  top: 29%;
  right: 0;
}
.case-study .img-container .cs_aee_3 {
  max-width: 130px;
  bottom: 30%;
}
.case-study .img-container .cs_aee_4 {
  max-width: 250px;
  bottom: 0;
}

.case-study .img-container .cs_plm_1 {
  left: 0;
}
.case-study .img-container .cs_plm_2 {
  max-width: 150px;
  top: 29%;
  right: 0;
}
.case-study .img-container .cs_plm_3 {
  max-width: 130px;
  bottom: 30%;
}
.case-study .img-container .cs_plm_4 {
  max-width: 250px;
  bottom: 0;
}
.case-study .img-container .cs_taa_1 {
  max-width: 250px;
  left: 0;

}
.case-study .img-container .cs_taa_2 {
  max-width: 150px;
  top: 29%;
  right: 0;
}
.case-study .img-container .cs_taa_3 {
  max-width: 130px;
  bottom: 30%;
}
.case-study .img-container .cs_taa_4 {
  max-width: 100px;
  bottom: 30px;
}
.case-study .img-container .cs_taa_5 {
  max-width: 250px;
  bottom: 0;
}

.case-study .img-container .cs_sklip_1{
  max-width: 150px;
  right: 20%;
}
.case-study .img-container .cs_sklip_2{
  top: 19%;
  left: 0;
}
.case-study .img-container .cs_sklip_3{
  bottom: 42%;
  right: 0;
}
.case-study .img-container .cs_sklip_4{
  max-width: 220px;
  bottom: 0;
}
.case-study .img-container .cs_si_1{
  max-width: 50px;
  left: 10%;
}
.case-study .img-container .cs_si_2{
  top: 10%;
  right: 0;
}
.case-study .img-container .cs_si_3{
  bottom: 42%;
  left: 0;
}
.case-study .img-container .cs_si_4{
  max-width: 80px;
  bottom: 45%;
  right: 0;
}
.case-study .img-container .cs_si_5{
  max-width: 250px;
  bottom: 0;
}

.description .goal .only-xs{
  display: flex;
  flex-direction: row;
}

.description .row{
  margin: 0;
}
/*data-boxes section*/
.data-boxes{
  display: flex;
  flex-direction: column;
}

.data-boxes .box-container{
  display: flex;
  flex-direction: column;
  align-items: center;

}
.data-boxes .box-container .box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  height: 170px;
  background-color: #122333;
  position: relative;
  z-index: 3;
  margin-top: 40px;
}

.data-boxes .box-container .box::after,
.data-boxes .box-container .box::before{
  content: "";
  display: block;
  width: 130px;
  height: 130px;
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
}
.data-boxes .box-container .box::after{
  border-bottom: 3px solid #FF5E5E;
  border-right: 3px solid #FF5E5E;
  right: -7px;
  bottom: -7px;
}
.data-boxes .box-container .box::before{
  border-top: 3px solid #FF5E5E;
  border-left: 3px solid #FF5E5E;
  left: -7px;
  top: -7px;
}
.data-boxes .box-container .box p{
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 601px ){
  .data-boxes{
    flex-direction: row;
  }
  .data-boxes .box-container{
    justify-content: space-between;
        flex-direction: row;

  }
  .data-boxes .box-container .box{
    width: 130px;
    height: 90px;
  }
  .data-boxes .box-container .box::after,
  .data-boxes .box-container .box::before{
    width: 60px;
    height: 60px;
  }
  .data-boxes .box-container .box p{
    font-size: 16px;
  }
}
@media screen and (min-width: 750px ){
  .data-boxes .box-container .box{
    width: 150px;
    height: 100px;
  }
  .data-boxes .box-container .box::after,
  .data-boxes .box-container .box::before{
    width: 80px;
    height: 80px;
  }
  .data-boxes .box-container .box p{
    font-size: 16px;
  }
}
@media screen and (min-width: 900px ){
  .data-boxes .box-container .box{
    width: 180px;
    height: 130px;
  }
  .data-boxes .box-container .box::after,
  .data-boxes .box-container .box::before{
    width: 100px;
    height: 100px;
  }
  .data-boxes .box-container .box p{
    font-size: 18px;
  }
}

@media screen and (min-width: 1050px ){
  .data-boxes .box-container .box{
    width: 220px;
    height: 150px;
  }
  .data-boxes .box-container .box::after,
  .data-boxes .box-container .box::before{
    width: 120px;
    height: 120px;
  }
  .data-boxes .box-container .box p{
    font-size: 22px;
  }
}

@media screen and (min-width: 1150px ){
  .data-boxes .box-container .box{
    width: 270px;
    height: 170px;
  }
}


/*testimonial section*/
.row .col.testimonial{
  display: flex;
  flex-direction: column;
  background-color: #122333;
  padding: 20px 0;

}

.testimonial .img-container{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 24px;
position: relative;
}


.testimonial .img-container .img{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: whitesmoke;
  height: 180px;
  width: 180px;
}
.testimonial .text p{
  font-family: Inter;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #E9EAEC;
  text-align: center;
}
@media screen and (min-width: 601px){
  .row .col.testimonial{
      flex-direction: row;
  padding: 50px 0 40px;

  }
  .testimonial .img-container .img{
    height: 130px;
    width: 130px;
  }
  .testimonial .text p{
    font-size: 22px;
  }
}
@media screen and (min-width: 720px){
  .testimonial .img-container .img{
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 850px){
  .testimonial .img-container .img{
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 993px){
  .testimonial .img-container .img{
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1151px){
  .testimonial .img-container .img{
    width: 170px;
    height: 170px;
  }
}

/*achievements section */
.achievements{
  padding: 0 21px;
}
@media screen and (max-width: 400px){
  .achievements{
  padding: 0;
  }
}

@media screen and (min-width: 993px) {
  .achievements .box{
  margin: 0 15px;
  }
}

/*contact section*/

.white-text{
  margin: 28px 0 28px 5px;
}

@media screen and (min-width: 993px) {
  input.btn.btn-success{
  padding: 0;
  width: 100%;
  }
}
.contact-form-btn-row{
  display: flex;
  justify-content: space-between;
}
.datePicker{
  min-height: 490px;
}
.datePicker .contact-form-btn-row{
  justify-content: flex-end;
  position: relative;
  bottom: 0;
}
.datePicker .hours-wrapper{
  height: 125px;
}
.datePicker .hours-wrapper p{
  margin: 0 0 8px;
  color: #ddd;
}

@media screen and (max-width: 450px) {
  .contact-form-info-section{
    margin-top: 15px;
  }
  input.btn.btn-success{
  padding: 0;
  width: 100%;
  }
}

/*end of mobile styling*/

/* CONTACT FORM */
.contact-form {
  position: relative;
  color: #aaa;
  z-index: 0;
}
.contact-form .background {
  background-color: #f0f0f0;
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 80%;
}

.contact-form .footer-form {
    margin: 0;
    padding-top: 3vh;
    padding-bottom: 3vh;
    position: relative;

}
.contact-form .footer-form__title{
  margin-bottom: 20px;
}
.contact-form .footer-form__form {
  /* min-height: 490px; */
  padding-right: 4.333333%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact-form .footer-form__form #contact-form .row{
  margin-bottom: 10px;
}
.contact-form .footer-form__form #book,
.contact-form .footer-form__form #next{
  margin-right:4.333333%;
}
@media screen and (min-width: 993px){
   .contact-form .footer-form__form #book,
   .contact-form .footer-form__form #next{
    margin-right:7.333333%;
  }
}
@media (min-width: 992px) {
  .contact-form .footer-form__form {
    border-right: 1px solid #d93128;
  }
}
.contact-form .footer-form {
  padding-right: 8.333333%;
  padding-left: 8.333333%;
}
@media screen and (max-width: 370px){
  .contact-form .footer-form {
  padding-right: 3.333333%;
  padding-left: 3.333333%;
}
}
.contact-form .flex-row {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {

.contact-form .l7 
{
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}
.contact-form .col .l3 {

    flex: 0 0 41.6555555%;
    max-width: 41.6555555%;
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 4%;
} 

}
@media (max-width: 991px) {
.contact-form .s12 {
    flex: 0 0 100%;
    max-width: 100%;
}
}
.contact-form input {
  padding: 7.5px 4px;
  border-bottom: 1px solid rgba(255,255,255,.75);
  color: #fff;
}
.contact-form .expert-img img {
    max-width: 60px;
    max-height: 60px;
    width: auto;
    height: auto;
    border-radius: 50px;
    overflow: hidden;
}
.contact-form .gfield_consent_label {
    color: rgba(255,255,255,.75);
    font-size: .6875rem;
    line-height: 15px;
}
.footer-form .gfield_consent_label:before {
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 6px;
    background-color: transparent!important;
}

.contact-form .consent_label:before {
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 6px;
    background-color: transparent!important;
}

.contact-form .consent_label:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 30px;
    background-color: #ccc;
    border-radius: 5px;
    transition: 0.2s ease all;
}
.contact-form .ginput_container_consent input[type=checkbox]+label, .footer-cover .footer-form .gform_wrapper .ginput_container_consent input[type=radio]+label {
    color: rgba(255,255,255,.75);
    font-size: .6875rem;
    line-height: 15px;
}
.contact-form .consent_label {
  min-height: 113px;

    position: relative;
    font-size: 12px;
    opacity: .9;
    line-height: 18px;
    transform: translateY(-4px);
    padding-left: 50px;
    cursor: pointer;
    padding-top: 7px;
    display: inline-block;
}
.contact-form .btn{
  padding: 6px 15px;
  height: 50px;
  font-size: 15px;
  width: 100%;
}
.contact-form input[type='checkbox'] {
    position: absolute;
    top: -10px;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.contact-form .expert .name {
  color: #ccc;
  font-size: 1.5em;
  font-weight: bold;
}
.contact-form .expert .position {
  color: #ccc;
}
.contact-form .email {
  font-size: 1.2em;
  color: #ccc;
  font-weight: bold;
}
.contact-form .email span {
  font-weight: normal;
  font-size: 0.9em;
  }
.contact-form .consent input:checked~.consent_label:after {
    content: "";
}
.contact-form .consent .consent_label:after {
    display: block;
    position: absolute;
    left: 10px;
    top: 6px;
    width: 10px;
    height: 20px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.contact-wrapper .background {
    content: "";
    display: block !important;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    background-color: #555;
    z-index: 1;
    height: 90vh;
    clear:  all !important;
}
.footer-form:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 92%;
    height: 150px;
    box-shadow: 0 3px 80px #122333;
    z-index: -1;
}

.divide-line-client-stories {
  width: 120px;
  height: 10px;
}
.captcha {
  height: auto;
  overflow: hidden;
  transition: height 0.5s ease-out;
}
.captcha.hidden {
  height: 0;
}
@media screen and (min-width: 601px) and (max-width: 800px){
  .divide-line-client-stories  {
    width: 100px;
  }
}
@media screen and (min-width: 451px) and (max-width: 600px){
  .divide-line-client-stories  {
    width: 90px;
  }
}
@media screen and (max-width: 450px){
  .divide-line-client-stories  {
    width: 80px;
  }
}

/* ***** *** Testimonial styles ***** *** */

.testimonial-section .flex {
  position: relative;
}
.testimonial-section .flex .bg-grey {
  position: absolute;
  z-index: 0;
  height: 90%;
  width: 110vw;
  top: 10%;
  left: -10vw;
  background-color: #EFEFEF;
}
@media screen and (max-width: 600px) {
  .l-only {display: none;}
} 
.testimonial-section .testimonial-title {
  font-size: 3.8rem;
  color: #333;
  text-align: center;
  margin: 0;
}
.testimonial-section .divide-line {
  margin: 0 auto;
  width: 119px;
  font-size: 5px;
}
.testimonial-section .card{
  margin-bottom: 27px;
  height: calc(100% - 73px);
}
.testimonial-section .card .card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 44px 24px 34px;
}
.testimonial-section .card-content .quotation-wrapper{
  position: absolute;
  z-index: 1;
  top: -25px;
  left: 10px;
}
.testimonial-section .card-content .quotation-wrapper img{
  height: 51px;
  width: auto;
}

.testimonial-section .card-content .logo-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.testimonial-section .card-content .logo-wrapper img{
  height: 80px;
  width: auto;
}
.testimonial-section .card-content .logo-wrapper .logo-reducer{
  width: 100%;
  max-width: 180px;
  height: auto;
}
.testimonial-section .card-content .text {
  margin: 10px 0 20px;
  padding-top: 0;
}
.testimonial-section .name-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.testimonial-section .name-wrapper .name {
  font-weight: bold;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
}
.testimonial-section .name-wrapper .job-title {
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
}
.testimonial-section .card-object .card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  font-family: Monserrat, sans-serif;
  font-size: 1.4rem;
  color: #122333;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #fff;
  transition: box-shadow .25s;
  border-radius: 2px;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%)
}
.card-btn.hidden {
  visibility: hidden;
}
.testimonial-section .card-object .card-btn:hover {
  color: #fff;
  background-color: #122333;
}
@media screen and (max-width: 600px){
  .s-only{
    display: inline-block;
  }
}
@media screen and (min-width: 1501px){
  .testimonial-section .card-object-middle{
    margin-left: 5.0vw !important;
    margin-right: 5.0vw !important;
  }
}
@media screen and (min-width: 1351px) and (max-width: 1500px){
  .testimonial-section .card-object-middle{
    margin-left: 3.0vw !important;
    margin-right: 3.0vw !important;
  }
}
@media screen and (min-width: 1150px) and (max-width: 1350px){
  .testimonial-section .card-object-middle{
    margin-left: 2.0vw !important;
    margin-right: 2.0vw !important;
  }
}

@media screen and (min-width: 801px) and (max-width: 1100px){
  .testimonial-section .card-content .quotation-wrapper img{
    height: 51px;
  }
}
@media screen and (min-width: 801px) and (max-width: 950px){
  .testimonial-section .card-content .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1100px){
  .testimonial-section .card-content .text {
    font-size: 16px;
  }
}
@media screen and (min-width: 601px) and (max-width: 800px){
  .testimonial-section .testimonial-title {
    font-size: 3.2rem;
  }
  .testimonial-section .divide-line {
    width: 100px;
  }
  .testimonial-section .card-content .quotation-wrapper img{
    height: 41px;
  }
  .testimonial-section .card-object .card-btn{
    font-size: 1.3rem;
  }
  .testimonial-section .card-content{
    padding-top: 30px !important;
  }
  .testimonial-section .name-wrapper .name {
    font-size: 1.5rem;
  }
  .testimonial-section .name-wrapper .job-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 451px) and (max-width: 600px){
  .testimonial-section .testimonial-title {
    font-size: 2.9em;
  }
  .testimonial-section .divide-line {
    width: 90px;
  }
  .testimonial-section .name-wrapper .name {
    font-size: 1.6rem;
  }
  .testimonial-section .name-wrapper .job-title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 450px){
  .testimonial-section .testimonial-title {
    font-size: 2.5rem;
  }
  .testimonial-section .divide-line {
    width: 80px;
  }
  .testimonial-section .card-content .quotation-wrapper img{
    height: 51px;
  }
  .testimonial-section .name-wrapper .name {
    font-size: 1.8rem;
  }
  .testimonial-section .name-wrapper .job-title {
    font-size: 1.8rem;
  }
  .testimonial-section .card-object .card-btn{
    padding: 15px 0;
  }
  .testimonial-section .card-content .logo-wrapper .logo-reducer{
    max-width: 180px;
  }
}


/* new About Section styling */

#core-values .box{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 10px 40px;
  margin: auto;
}
#core-values .box .icon{
  /* background-color: darkblue; */
  width: 80px;
  height: 80px;
  /* margin: 28px 0 34px; */
}
#core-values .box h3.name{
  font-weight: 700;
  /* font-size: 34px; */ /* te są za duże wg mnie*/
}
#core-values .box p.description{
  color: #122333;
  text-align: center;
  /* font-size: 24px;  */ /* te są za duże wg mnie*/
}



@media screen and (min-width: 801px) and (max-width: 1100px){
  #core-values .box{
    padding: 10px 20px;
  
  }
}
@media screen and (min-width: 601px) and (max-width: 800px){
  #core-values .box{
    padding: 10px 10px;
  
  }
}

@media screen and (max-width: 600px){
  #core-values .box{
   margin-bottom: 20px;
  
  }
}

#our-story{
  position: relative;
  z-index: 0;
}
#our-story .outlined-btn{
  margin: 0;
  min-width: 320px;
  height: 80px;
  position: relative;
}
#our-story .outlined-btn p{
  position: absolute;
  font-family: Monserrat, sans-serif;
  font-size: 1.5rem;
  color: #122333;
  margin: 0;
}
#our-story .outlined-btn .on-hover{
  opacity: 0;
  color: white;
  transition: all 0.1s linear;
}
#our-story .outlined-btn:hover .default,
#our-story .outlined-btn:active .default{
  transition: all 0.1s linear;
}
#our-story .outlined-btn:hover .on-hover,
#our-story .outlined-btn:active .on-hover{
  opacity: 1;
}
#our-story .outlined-btn:hover .default,
#our-story .outlined-btn:active .default{
  opacity: 0;
}
#our-story h2{
  margin: 1.52rem 0 2.52rem 0;
}
#our-story p{
  text-align: left;
}

#our-story .photos-container{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
}
#our-story .photos-container .photo-row1,
#our-story .photos-container .photo-row2{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;

}
#our-story .photos-container .photo-row1{
  height: 40%;
}

#our-story .photos-container .photo-row2{
  height: 60%;
}

#our-story .photos-container .photo{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#our-story .photos-container .photo1{
  background-image: url("../img/new_page/our-story-images/22.jpg");
  width: 50%;
  height: 100%;

}
#our-story .photos-container .photo2{
  background-image: url("../img/new_page/our-story-images/23.jpg");
  width: 50%;
  height: 100%;
}
#our-story .photos-container .photo3{
  background-image: url("../img/new_page/our-story-images/21.jpg");
  width: 70%;
  height: 100%;
}
#our-story .photos-container .photo4{
  background-image: url("../img/new_page/our-story-images/24.jpg");
  width: 30%;
  height: 100%;
}
#our-story .photo-slider{
  display: none;
  height: 40vh;
  max-height: 300px;
  overflow-x: scroll;
  margin-top: 30px;
}
#our-story .photo-slider .slide{
  height: 100%;
  width: auto;
}

@media screen and (max-width: 600px){
  #our-story .only-above-s{
    display: none;
  }
  #our-story .photo-slider{
    display: flex;
  }
  #our-story .outlined-btn{
    margin: 0 auto;
  }
  #our-story .background-grey{
    top: -5%;
    height: 110%;
  }
}


#company-facts .company-facts-step{
  flex-direction: row;
  width: 100%;
}
#company-facts .cloud{
  background-color: #fff;
  border-radius: 7px;
  position: relative;
  padding: 40px;
  /* overflow-y: auto; */
  border: 1px solid #122333;
  height: fit-content;
  /* background: center / contain  no-repeat url("../img/new_page/icon_cloud.svg"); */
}

#company-facts .cloud .cloud-arrow{
  height: auto;
  width: 30px;
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 2;
  transform: translateY(-50%);
}

#company-facts .divide-line{
  width: 80px;
}

#after-work{
  position: relative;
  z-index: 0;
  min-height: 700px;
  max-height: 70vh;
}

#after-work .wrapper{
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#after-work .wrapper .upper-row{
  display: flex;
  width: 100%;
  /* height: 100%; */
}
#after-work .wrapper .bottom-row{
  display: flex;
  height: 40%;
  width: 100%;
}
#after-work .wrapper .info,
#after-work .wrapper .images{
  display: flex;
  flex-direction: column;
  height: 100%;
}
#after-work .wrapper .info{
  padding: 0 3vw 0 0;
  width: 50%;
  /* overflow-y: auto; */
}
#after-work .wrapper .images{
  width: 50%;
}
@media screen and (max-width: 1600px) {
  #after-work .wrapper .info{
    width: 55%;
  }
  #after-work .wrapper .images{
    width: 45%;
  }
}
@media screen and (max-width: 1255px) {
  #after-work .wrapper .info p{
    font-size: 16px;
  }
  #after-work .wrapper .info{
    width: 50%;
  }
  #after-work .wrapper .images{
    width: 50%;
  }
}

@media screen and (max-width: 1160px) {
  #after-work .wrapper .info p{
    font-size: 16px;
  }
  #after-work .wrapper .info{
    width: 55%;
  }
  #after-work .wrapper .images{
    width: 45%;
  }
}

#after-work .wrapper .info h2{
  margin-bottom: 30px;
}
#after-work .wrapper .info p{
  margin-bottom: 0;
}
#after-work .wrapper .after-work-btn{
  margin: 40px auto 40px 0;
  padding: 20px 70px;
}
#after-work .wrapper .images .image-row1,
#after-work .wrapper .images .image-row2{
  display: flex;
  position: relative;
  width: 100%;
  height: 60%;
}
#after-work .wrapper .images .image-row2{
  height: 40%;
}
#after-work .wrapper .images .photo{
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#after-work .wrapper .images .af_photo1{
  width: 35%;
  left: 0;
}
#after-work .wrapper .images .af_photo2{
  width: 65%;
  right: 0;
  position: absolute;
  right: 0;
}
#after-work .wrapper .images .af_photo3{
  width: 55%;
  left: 0;
}
#after-work .wrapper .images .af_photo4{
  width: 45%;
  right: 0;
}

#after-work .wrapper .bottom-row .image-col{
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
#after-work .wrapper .bottom-row .image-col1{
  width: 20%;
}
#after-work .wrapper .bottom-row .image-col2{
  width: 15%;
}
#after-work .wrapper .bottom-row .image-col3{
  width: 30%;
}
#after-work .wrapper .bottom-row .image-col4{
  width: 40%;
}
#after-work .wrapper .bottom-row .photo{
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

#after-work .wrapper .bottom-row .af_photo6,
#after-work .wrapper .bottom-row .af_photo7{
  height: 50%;
}
#after-work .wrapper .bottom-row .af_photo7{
  position: absolute;
  bottom: 0;
}
#after-work .wrapper .bottom-row .af_photo8{
  height: 70%;
  width: 100%;
}
#after-work .wrapper .bottom-row .image-col3 > div{
  display: flex;
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
}
#after-work .wrapper .bottom-row .af_photo9{
  width: 70%;
}
#after-work .wrapper .bottom-row .af_photo10{
  width: 30%;
  position: absolute;
  right: 0;
}
#after-work .wrapper .bottom-row .af_photo10.object-position-right{
object-position: right;
}
#after-work .wrapper .bottom-row .af_photo11{
  height: 30%;
}
#after-work .wrapper .bottom-row .af_photo12{
  height: 70%;
}

#after-work .wrapper .bottom-row .image-col4 > div{
  display: flex;
  position: relative;
  flex: 1;
}

#after-work .photo.transition,
#after-work .photo.first-el{
  position: absolute;
  opacity: 1;
  transition: opacity 2s ease;

}
#after-work .photo.out{
  position: absolute;
  opacity: 0;
  transition: opacity 2s ease;
}
#after-work .info-mobile{
  display: none;
  flex-direction: column;
  width: 100%;
}
#after-work .photo-slider{
  display: none;
  max-height: 300px;
  overflow-x: scroll;
}
#after-work .only-mobile{
  display: none;
}
#after-work .photo-slider .slide {
  height: 100%;
  width: auto;
}
#after-work #after-work-slider1{
  height: 30vh;
  margin-top: 30px;
}
#after-work #after-work-slider2{
  height: 20vh;
}
@media screen and (max-width: 600px){
  #after-work .only-above-s{
    display: none;
  }
  #after-work .info-mobile{
    display: flex;
  }

  #after-work .photo-slider{
    display: flex;
  }
  #after-work .after-work-btn.outlined-btn{
    margin: 48px auto 41px;
  }
  #after-work .only-mobile{
    display: block;
  }
  #after-work .background-grey{
    top: -4%;
    height: 108%;
  }
}


#afer-work .no-padding{
  padding: 0;
  height: 100%;
}
#after-work .photos-container{
  display: block;
  /* justify-content: center;
  align-items: center; */
  width: 100%;
  height: 100%;
  position: relative;
}

#after-work .outlined-btn{
  margin: 0;
  padding: 20px 50px;
}
#after-work h2{
  font-size: 1.96rem;
  margin: 1.52rem 0 2.52rem 0;
  font-weight: 500;
}

@media screen and (max-width: 600px){
  #after-work .photos-container{
    margin-top: 50px;
  }
  #after-work .photos-container .photo1,
  #after-work .photos-container .photo2{
    position: relative;
  }
}

#contact-us{
  background-color: transparent;
}
#contact-us .contact{
  padding-top: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background: none;
}
#contact-us .contact h2{
  font-size: 40px;
  text-align: center;
}
#contact-us .contact p{
  font-size: 24px;
  text-align: center;

}
#contact-us .contact .outlined-btn{
  padding: 20px 70px;
  margin-top: 70px;
  margin-bottom: 100px;
}
#contact-us .gear-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 30vh ;
}
#contact-us .gear-mobile{
  display: none;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
#contact-us .gear-mobile .gear2{
  position: relative;
  width: 50%;
  top: 0;
  left: 52%;
  opacity: 0.5;

  /* transform: translate(147%, -50%); */
  animation: rotate 10s linear infinite;
}
#contact-us .gear-mobile .gear3{
  position: relative;
  /* transform: translate(-46%, 21%); */
  opacity: 0.3;

  top: -8%;
  right: 10%;
  animation: rotate 12s linear infinite reverse;
}
@media screen and (max-width: 1100px){
  #contact-us .gear-wrapper{
    margin-top: 100px;
  }
}
@media screen and (max-width: 800px){
  #contact-us .contact p{
    font-size: 20px;
  }
  #contact-us .contact .outlined-btn{
    padding: 15px 50px;
  }
}
@media screen and (max-width: 600px){
  #contact-us .only-above-s{
    display: none;
  }
  #contact-us .gear-mobile{
    display: flex;
  }
  #contact-us .contact .outlined-btn{
    margin-bottom: 50px;
  }
}
@keyframes rotate {
  from {transform: rotate(0);}
  to {transform: rotate(360deg);}
}
#contact-us .gear-wrapper .gear1{
  animation: rotate 8s linear infinite;
}
#contact-us .gear-wrapper .gear2{
  position: relative;
  width: 50%;
  top: -10%;
  left: 20%;
  animation: rotate 6s linear infinite;
}
#contact-us .gear-wrapper .gear3{
  position: relative;
  top: -10%;
  right: 25%;
  animation: rotate 8s linear infinite reverse;
}

#meet-team .member-panel{
  max-height: 1000px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
#meet-team .member-panel.dNone{
  max-height: 0;
}
#meet-team .outlined-btn.dNone{
  display: none;
}
#meet-team .member-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1px;
  /* max-width: 200px; */
}

#meet-team .member-card .picture-container {
  display: flex;
  justify-content: center;
  position: relative;
  /* width: fit-content; */
}
#meet-team .member-card .picture-container .picture{
  width: 200px;
  height: auto;
  border-radius: 50%;
}

#meet-team .member-card .picture-container .linked-in{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  bottom: -10px;
  right: -30px;
  
}
#meet-team .member-card .picture-container .linked-in img{
  box-sizing: border-box;
  width: 80%;
  height: 80%;

}
#meet-team .member-card .details{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 40px;
}
#meet-team .member-card .details p{
  margin: 5px 0;
}
#meet-team .member-card .details .name{
  text-transform: uppercase;
}
#meet-team .member-card .details .position{

}
.outlined-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 50px;
  margin: 0 auto;
  font-family: Monserrat, sans-serif;
  font-size: 1.5rem;
  color: #122333;
  border: 2px solid #122333;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #fff;
  transition: border .25s;
}
.outlined-btn:hover {
  color: #fff;
  background-color: #122333;
}


@media screen and (min-width: 801px) and (max-width: 1100px){
  #meet-team .member-card .picture-container .picture{
    width: 150px;
  }
  #meet-team .member-card .details{
    margin-top: 30px;
  }
  #meet-team .member-card .picture-container .linked-in{
    width: 50px;
    height: 50px;  
  }
}
@media screen and (min-width: 601px) and (max-width: 800px){
  #meet-team .member-card .picture-container .picture{
    width: 120px;
  }
  #meet-team .member-card .details{
    margin-top: 20px;
  }
  #meet-team .member-card .picture-container .linked-in{
    width: 45px;
    height: 45px;  
  }
}
@media screen and (max-width: 600px){
  #meet-team .member-card .picture-container .picture{
    width: 150px;
  }
  #meet-team .member-card .details{
    margin: 20px 0 30px;
  }
  #meet-team .only-above-m{
    display: none;
  }
  #meet-team .member-card .picture-container .linked-in{
    width: 50px;
    height: 50px;  
  }
}
.background-grey{
  background-color: #f0f0f0;
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 120%;
  z-index: -1;
}
.with-background{
  position: relative;
  z-index: 0;
}

/* HOW DO WE WORK new section */
#project-ai{}
#project-ai .info{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#project-ai .info p{
  margin-bottom: 50px;
}
#project-ai .info .outlined-btn{
  margin-left: 0px;
  padding: 20px 30px;
}
#project-ai .img-container{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-top: 54px;
  /* height: calc(100% - 54px); */
  height: 100%;
  width: 100%;
}
#project-ai .img-container img{
  max-height: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 400px) {
  #project-ai .info .outlined-btn{
    padding: 15px 25px;
    font-size: 1.4rem;
    width: 100%;
  }
  #project-ai .info{
    align-items: unset;
  }
}

#circle-of-project{}
#circle-of-project .info{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 49px;
}
#circle-of-project .info h2{
  font-size: 2.6rem;
}
#circle-of-project .steps-wrapper{
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 0;
}
#circle-of-project .steps-wrapper .step{
  display: flex;
  flex: 1 1 0px;
  flex-direction: column;
  align-items: center;
  /* margin: 0 15px; */
  padding: 18px 15px 0;
  min-width: 170px;
  position: relative;
}
/* uncomment for version with margin instead of padding- see other commented lines */
/* #circle-of-project .steps-wrapper .step:first-of-type{
  margin-left: 0;
}
#circle-of-project .steps-wrapper .step:last-of-type{
  margin-right: 0;
} */
#circle-of-project .steps-wrapper .step .more-link{
  position: absolute;
  z-index: -1;
  bottom: 20px;
  transform: translateX(-50%);
  left: 50%;
  color: #304559;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.2s ease-out;
}
#circle-of-project .steps-wrapper .step:hover {
  background-color: #C0C0C04A;
}
#circle-of-project .steps-wrapper .step:hover .red-dot{
  margin: 25px 0 30px;
  transition: margin 0.3s ease-out;
}
#circle-of-project .steps-wrapper .step:hover .text{
  margin-top: 30px;
  margin-bottom: 30px;
  transition: margin 0.3s ease-out;
}
#circle-of-project .steps-wrapper .step:hover .more-link{
  z-index: 0;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
#circle-of-project .steps-wrapper .step .number{
  font-size: 1.62rem;
  margin: 0;
}
#circle-of-project .steps-wrapper .step .red-dot{
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #D93128;
  margin: 35px 0 53px;
  transition: margin 0.3s ease-out;
}
#circle-of-project .steps-wrapper .step.link-line::before{
  content: "";
  display: flex;
  position: absolute;
  height: 1px;
  width: 30%;
  background-color: darkgrey;
  left: 85%;
  top: 103px;
  z-index: 1;
  transform: translateY(-50%);
}
#circle-of-project .steps-wrapper .step .title{
  font-size: 1.4rem;
  white-space: nowrap;
}
#circle-of-project .steps-wrapper .step .text{
  padding: 0 20px;
  text-align: center;
  margin-top: 50px;
  transition: margin 0.3s ease-out;
}


#circle-details{}
#progress-bar{
  width: 100%;
  position: sticky;
  top: 64px;
  padding-bottom: 50px;
  z-index: 2;
  background-color: #f0f0f0;
  transition: background-color 0.3s ease-in-out;
}
#progress-bar .row.content{
  background-color: transparent;
}
#progress-bar .progress-bar{
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 0;
  margin-bottom: 50px;
}
@media screen and (max-height: 950px){
  #progress-bar .progress-bar{
    margin-bottom: 0;
  }
}
#progress-bar .progress-bar .step{
  display: flex;
  flex: 1 1 0px;
  flex-direction: column;
  align-items: center;
  /* margin: 0 15px; */
  padding: 18px 15px 0;
  min-width: 170px;
  position: relative;
  color: #000;
  background-color: #f0f0f0 ;
  transition: background-color 0.3s ease-in-out
}
#progress-bar:not(.is-sticky) .progress-bar .step:hover {
  background-color: #C0C0C04A;
}
#progress-bar .progress-bar .step .red-dot{
  display: flex;
  flex-grow: 0;
  /* position: relative; */
  width: 20px;
  height: 20px;
  background-color: #D93128;
  border-radius: 50%;
  transition: transform 0.2s ease-out, margin 0.3s ease-out;
  margin: 35px 0 53px;
}
#progress-bar:not(.is-sticky) .progress-bar .step:hover .red-dot{
  margin: 25px 0 30px;
  transition: margin 0.3s ease-out;
}

#progress-bar .progress-bar .step .more-link{
  position: absolute;
  z-index: -1;
  bottom: 20px;
  transform: translateX(-50%);
  left: 50%;
  color: #304559;
  font-weight: 700;
  opacity: 0;
  transition: opacity 0.2s ease-out;
  cursor: pointer;
  font-size: 15px;
  line-height: 15px;
  margin: 0;
}
#progress-bar:not(.is-sticky) .progress-bar .step:hover .more-link{
  z-index: 0;
  opacity: 1;
  transition: opacity 0.2s ease-out;
}
#progress-bar .progress-bar .step .text{
  padding: 0 20px;
  text-align: center;
  margin-top: 50px;
  transition: margin 0.3s ease-out;
  height: fit-content;
  position: relative;
  top: 0;
  opacity: 1;
  transition: margin 0.3s ease-out, height 0.5s ease-out, top 0.3s ease-out, opacity 0.7s ease-in;
}
#progress-bar:not(.is-sticky) .progress-bar .step:hover .text{
  position: static;
  margin-top: 30px;
  margin-bottom: 30px;
}
#progress-bar .progress-bar .step .number{
  font-size: 1.62rem;
  margin: 0;
}
#progress-bar .progress-bar .step .title{
  font-size: 1.4rem;
  white-space: nowrap;
}
#progress-bar .progress-bar .step:hover {
  /* background-color: #C0C0C04A; */
}
#progress-bar .progress-bar .step:hover .red-dot{
  /* transform: scale(1.2);
  transition: transform 0.2s ease-out; */
}
#progress-bar .progress-bar .step.link-line:before{
  content: "";
  display: flex;
  position: absolute;
  height: 1px;
  width: 30%;
  background-color: darkgrey;
  left: 85%;
  top: 103px;
  z-index: 1;
  transform: translateY(-50%);
  transition: top 0.3s ease-out;
}
#progress-bar .progress-bar .step.pb-link-red:after{
  content: "";
  display: flex;
  position: absolute;
  height: 3px;
  width: 0;
  background-color: #D93128;
  left: 50%;
  top: 68px;
  z-index: 1;
  transform: translateY(-50%);
  transition: width 0.3s ease-in-out;
}
#progress-bar .progress-bar .step.pb-link-red.done1:after{
  width: 100%;
}
#progress-bar .progress-bar .step.pb-link-red.done2:after{
  width: 200%;
}
#progress-bar .progress-bar .step.pb-link-red.done3:after{
  width: 300%;
}
#progress-bar .progress-bar .step.pb-link-red.done4:after{
  width: 400%;
}
/* styles for sticky progress-bar */
#progress-bar.is-sticky{
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  padding-bottom: 0;
  /* height: 174px; */
}
#progress-bar.is-sticky.hide-pb{
  height: 0;
  overflow: hidden;
  /* transition: height 0.1s ease-in; */
}
#progress-bar.is-sticky .step{
  background-color: #fff ;
  transition: background-color 0.3s ease-in-out;
}
#progress-bar.is-sticky .progress-bar .step .red-dot{
  margin: 0;
  transition: margin 0.3s ease-out;
}
#progress-bar.is-sticky .progress-bar .step .red-dot.active{
  transform: scale(1.2);
  transition: transform 0.2s ease-out, margin 0.3s ease-out;
}
#progress-bar.is-sticky .progress-bar .step.link-line:before{
  top: 68px;
  transition: top 0.3s ease-out;
}
#progress-bar.is-sticky .progress-bar .step .text{
  height: 0;
  margin: 0;
  position: relative;
  top: -125px;
  z-index: -1;
  opacity: 0;
  transition:  margin 0.3s ease-out, height 0.5s ease-out, top 0.4s ease-in, opacity 1s ease-in;
}

@media screen and (max-width: 860px){
  #progress-bar:not(.is-sticky) .progress-bar{
    display: none;
    margin-bottom: 10px;
  }
  #progress-bar.is-sticky .step{
    min-width: 0;
    padding: 0 15px;
    justify-content: space-between;
  }
  #progress-bar.is-sticky .progress-bar .step.link-line:before{
    top: 30px;
  }
  #progress-bar .progress-bar .step.pb-link-red:after{
    top: 30px;
  }
  #progress-bar .progress-bar .step .number{
    font-size: 1rem;
  }
  #progress-bar .progress-bar .step .title{
    display: none;
  }
  #progress-bar.is-sticky .progress-bar .step .red-dot{
    width: 10px;
    height: 10px;
  }
  #progress-bar.is-sticky .progress-bar .step .red-dot.active{
    width: 12px;
    height: 12px;
  }
  #progress-bar.is-sticky .progress-bar .step .red-dot.active + .number{
    font-size: 1.2rem;
  }
}
.content-spacer-big{
  transition: height 0.4s ease-in-out;

}
.content-spacer-big.sticky-pb{
  height: 0;
  transition: height 0.4s ease-in;

}
#circle-details .h--boab{
  padding-top: 0;
}
#circle-details .clear-sticky{
  position: sticky;
  width: 100%;
  height: 1px;
}
#circle-details .step-wrapper{
  display: flex;
  width: 100%;
  /* height: calc(100vh - 230px); */
  color: #122333;
}

#circle-details .step-wrapper .inner-wrapper{
  display: flex;
  align-items: flex-end;
  /* width: 100%; */
  height: fit-content;
  position: relative;
}
#circle-details .step-wrapper.column-mode{
  flex-direction: column;
}
#circle-details .step-wrapper.column-mode>div{
  display: flex;
  width: 100%;
}
#circle-details .step-wrapper#step-1 .image-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#circle-details .step-wrapper#step-1 .image-wrapper .svg-wrapper{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    min-height: 300px;
    min-width: 300px;
    max-height: 550px;
    max-width: 550px;
    overflow: visible;
}
#circle-details .step-wrapper#step-1 .image-wrapper .svg-wrapper .svg-text{
  font-size: 6px;
}
#circle-details .step-wrapper#step-1 .image-wrapper .svg-wrapper .octa{
  fill: none;
  stroke: #122333;
  stroke-width: 0.3;
}
#circle-details .step-wrapper#step-1 .image-wrapper .svg-wrapper .octa-graph{
  stroke: #D93128;
  stroke-width: 0.5;
  transition: all 0.7s ease-in-out;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 300px;
  min-width: 300px;
  max-height: 550px;
  max-width: 550px;
  overflow: visible;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .inner-wrapper{
  display: flex;
  width: 100%;
  height: fit-content;
  position: relative;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .phase-line{
  fill: none;
  stroke: #9B9B9B;
  stroke-width: 0.3;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .phase-line.active{
  stroke: #D93128;
  stroke-width: 0.6;
  transition: all 0.4s ease-in-out;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .phase-point{
  fill: #D93128;
  transition: all 0.4s ease-in;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .phase-point.active{
  r: 2;
  transition: all 0.4s ease-out 0.2s;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .svg-text{
  font-size: 6px;

}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .outlined-btn{
  display: none; 
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 60%;
  text-transform: none;
  padding: 10px 20px;
  white-space: nowrap;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .outlined-btn.active{
  display: flex;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp{
  display: flex;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transform: translateX(50%);
  left: 10%;
  width: 50%;
  cursor: pointer;
  transition: opacity 0.5s ease-in-out;
  position: absolute;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .title{
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: 1.67rem;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .daily-hours{
  display: none;
  position: absolute;
  top: 14%;
  right: 10%;
  margin: 0;
  font-weight: 700;
  font-size: 1.67rem;
  animation: hour-pulse 1.2s ease-in-out infinite;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .daily-hours.active{
  display: inline-block;
}
@keyframes hour-pulse {
  0% {transform: scale(1);}
  20% {transform: scale(1);}
  30% {transform: scale(1.15);}
  40% {transform: scale(1);}
  100% {transform: scale(1);}
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .divide-line{
  font-size: 10px;
  line-height: 1;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .text{
  margin: 10px 0 0;
  text-align: center;
  font-size: 16px;
}
#circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp.active{
  opacity: 1;
  transition: opacity 0.6 ease-in-out;
}
#circle-details .step-wrapper#step-2 .image-wrapper img.chart-img,
#circle-details .step-wrapper#step-4 .image-wrapper img.monitor-img,
#circle-details .step-wrapper#step-5 .image-wrapper img{
  width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 300px;
  margin: 0;
}
#circle-details .step-wrapper#step-4 .image-wrapper{
  position: relative;
}
#circle-details .step-wrapper#step-4 .image-wrapper img.monitor-img{
  z-index: 1;
}
#circle-details .step-wrapper#step-4 .image-wrapper .tech-slider{
  position: absolute;
  bottom: 55%;
  transform: translateY(50%);
}
#circle-details .step-wrapper#step-4 .image-wrapper .tech-slider ul li{
  height: 100%;
}
#circle-details .step-wrapper#step-4 .image-wrapper .tech-slider img{
  height: 160px;
}
#circle-details .step-wrapper#step-4 .image-wrapper .tech-slider .filter{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgb(255,255,255);
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 5%, rgba(255,255,255,0) 95%, rgba(255,255,255,1) 100%);
}
#circle-details .step-wrapper#step-2 .image-wrapper img.lupe-img{
  position: absolute;
  bottom:64%;
  right:0;
  width: 30%;
  height: auto;
  max-height: 120px;
  object-fit: contain;
  transition: all 0.8s ease-in-out;
}
#circle-details .step-wrapper#step-2 .image-wrapper:hover img.lupe-img{
  bottom:26%;
  right:37%;
  transition: all 0.8s ease-in-out;
}
#circle-details .step-wrapper#step-2 .image-wrapper img.lupe-img.animation{
  bottom:26%;
  right:37%;
  transition: all 0.8s ease-in-out;
}
#circle-details .step-wrapper#step-2 .image-wrapper:hover img.lupe-img.animation{
  bottom:64%;
  right:0;
  transition: all 0.8s ease-in-out;
}
#circle-details .step-wrapper.column-mode .bottom-text,
#circle-details .step-wrapper .description>p{
  font-weight: 700;
}
#circle-details .step-wrapper .description-wrapper{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  height: 100%;
}

#circle-details .step-wrapper .description-wrapper .title-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 10px;
}
#circle-details .step-wrapper .description-wrapper .title-wrapper .title{
  font-weight: 700;
  margin: 0;
}
#circle-details .step-wrapper .description-wrapper .title-wrapper p.number{
  font-size: 4rem;
    line-height: 3.6875rem;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke-color: #9B9B9B;
    display: inline-block;
    vertical-align: middle;
    opacity: .5;
    -webkit-text-stroke-width: 2px;
    margin: 0;
}
#circle-details .step-wrapper .description-wrapper .divide-line{
  width: 60px;
}
#circle-details .step-wrapper .description-wrapper .description ul li{
  list-style-type: square !important;
  margin-left: 30px;
  color: #d93128;
}
#circle-details .step-wrapper .description-wrapper .description ul li p{
  color: #122333;
  margin: 0;
  text-align: left;
}

#circle-details .step-wrapper .image-wrapper{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 60%;
  height: 100%;
}
#circle-details #mobile{
  display: none;
  flex-direction: column;
  align-items: center;
}
#circle-details #mobile .step-wrapper{
  height: fit-content;
  width: 90%;
  margin-bottom: 50px;
}
#circle-details #mobile .description-wrapper{
  width: 100%;
}
@media screen and (max-width: 860px){
  #circle-details .step-wrapper .inner-wrapper{
    align-items: center ;
  }
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper{
    align-items: center;
  }
}
@media screen and (max-width: 870px){
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .title{
    font-size: 1.47rem;
    text-align: center;
  }
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp.phase-1 .title{
    word-wrap: break-word;
  }
}
@media screen and (max-width: 780px){
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .title{
    font-size: 1.27rem;
  }
}
@media screen and (max-width: 700px){
  #circle-details .step-wrapper{
    height: 100%;
  }
  #circle-details .step-wrapper .description>p{
    margin-bottom: 0px;
  }
  /* #circle-details .step-wrapper .image-wrapper,
  #circle-details .step-wrapper#step-3 .image-wrapper,
  #circle-details .step-wrapper#step-1 .image-wrapper{
    display: none;
  } */
  #circle-details .step-wrapper .description-wrapper{
    width: 100%;
  }
  #circle-details .step-wrapper .inner-wrapper{
    flex-direction: column;
  }
  #circle-details .step-wrapper{
    flex-direction: column;
  }
  #circle-details .step-wrapper.column-mode>div{
    flex-direction: column;
  }
  .h--boab .content .boab-process .p-content .c__slide-title.company-facts-step{
    transform: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    top: 17% !important;
  }
  .h--boab .content .boab-process{
    max-width: 100%;
  }
  #circle-details .step-wrapper .image-wrapper{
    width: 100%;
    align-items: flex-start;
    
  }
  #circle-details .step-wrapper#step-2 .image-wrapper img.chart-img, 
  #circle-details .step-wrapper#step-4 .image-wrapper img.monitor-img, 
  #circle-details .step-wrapper#step-5 .image-wrapper img{
    max-height: 150px;
  }
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper{
    min-height: unset;
    height: 200px;
  }
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .title{
    font-size: 1.5rem;
    text-align: center;
  }
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .text{
    font-size: 18px;
  }
  #circle-details .tech-slider ul li{
    height: 70px;
  }
  #circle-details .step-wrapper#step-4 .image-wrapper .tech-slider img{
    height: 100px;
  }
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .daily-hours{
    font-size: 1.47rem;
    top: 12%;
    right: 9%;
  }
}
@media screen and (max-width: 550px){
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .title{
    font-size: 1.4rem;
  }
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .text{
    font-size: 16px;
  }
}
@media screen and (max-width: 450px){
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .title{
    font-size: 1.2rem;
  }
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .text{
    font-size: 14px;
  }
}
@media screen and (max-width: 400px){
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .title{
    font-size: 1.1rem;
  }
  #circle-details .step-wrapper#step-3 .image-wrapper .svg-wrapper .description-wrapper .step-3-descrp .text{
    font-size: 13px;
  }
}
@media screen and (max-width: 321px){
  #circle-details #desktop{
    display: none !important;
  }
  #circle-details #mobile{
    display: flex;
  }
}
#c-channels{}

#c-channels .title-wrapper .title{
  font-size: 2.6rem;
}
#c-channels .title-wrapper .text{
  margin-bottom: 70px;
}
#c-channels .channel-wrapper{
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
#c-channels .channel-wrapper .wrap-row{
  display: flex;
  width: 100%;
}
#c-channels .channel{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0 10px;
}
#c-channels .channel img{
  height: 100px;
  width: auto;
  margin-right: 10px;
}
@media screen and (max-width: 550px){
  #c-channels .channel img{
    height: 75px;
  }
}
#c-channels .channel .description{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: flex-start;
}
#c-channels .channel .description .name{
  font-size: 1.6rem;
  margin: 0;
}
#c-channels .channel .description .text{
  text-align: left;
  margin: 0;
}

@media screen and (max-width: 1100px){
  #c-channels .channel-wrapper{
    flex-direction: column;
  }
  #c-channels .channel-wrapper .wrap-row{
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px){
  #c-channels .channel-wrapper .wrap-row{
    flex-direction: column;
    margin-bottom: 0;
  }
  #c-channels .channel-wrapper{
    margin-bottom: 0;
  }
  #c-channels .channel{
    margin-bottom: 20px;
    max-width: 350px;
  }
}


#testimonials{}
#testimonials .wrapper{
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  width: 100%;
}
#testimonials .wrapper .testimonial{
  display: flex;
  flex-direction: column;
  position: relative;
  width: 30%;
  max-width: 400px;
}
#testimonials .wrapper .testimonial img{
  width: 50px;
  height: auto;
  position: absolute;
  z-index: 0;
  top: -15px;
  left: -15px;
  /* filter: opacity(0.5); */
}
#testimonials .wrapper .testimonial .text{
  margin: 0 0 30px;
  z-index: 1;
}
#testimonials .wrapper .testimonial .signature{
  font-style: italic;
  margin-bottom: 0;
}
#testimonials .wrapper .testimonial .company{
  font-style: italic;
  margin-top: 0;
}
@media screen and (max-width: 650px){
  #testimonials .wrapper{
    flex-direction: column;
    padding: 0;
    width: 100%;
  }
  #testimonials .wrapper .testimonial{
    width: 100%;
    margin-top: 40px;
    max-width: unset;
  }
  #testimonials .wrapper .testimonial .text{
    margin-bottom: 0;
  }
  #testimonials .wrapper .testimonial img{
    left: -5px;
  } 
}


#new-form .background-grey{
  height: 80%;
  top: 10%;
}

#new-form .form-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-color: #fff;
  color: #122333;
  min-height: 440px;
  box-sizing: border-box;
  box-shadow: 6px 6px 16px #3045594A;
}
#new-form .form-wrapper .header{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
#new-form .form-wrapper .header .title{
  margin-top: 2rem;
}
#new-form .form-wrapper .header .text{
  margin: 0;
}

#new-form .form-wrapper .form{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  padding: 20px 30px 30px 30px;
}
#new-form .form-wrapper .form .steps{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
#new-form .form-wrapper .form .steps .step-counter{
  font-weight: 700;
}
#new-form .form-wrapper .form .steps .step-wrapper{
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1000px){
  #new-form .form-wrapper .form .steps .step-wrapper{
    flex-direction: column;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .question .prev-btn{
    display: none;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons{
    display: none;
  }
}
#new-form .form-wrapper .form .steps .step-wrapper .question{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 125px;
}
#new-form .form-wrapper .form .steps .step-wrapper .question .text{
  display: flex;
  /* white-space: nowrap; */
}
#new-form .form-wrapper .form .steps .step-wrapper .question .prev-btn{

}
#new-form .form-wrapper .form .steps .step-wrapper .step{
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* max-width: 600px; */
  padding: 10px 10px 0 10px;
  margin-bottom: 81px;
  position: relative;
}
#new-form .form-wrapper .form .steps .step-wrapper .step.step3{
  margin-bottom: 0;
}

#new-form .form-wrapper .form .steps .step-wrapper .step label.radio{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height:130px;
  min-width: 135px;
}
#new-form .form-wrapper .form .steps .step-wrapper .step .info{
  /* width: 50%; */
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}

#new-form .form-wrapper .form .steps .step-wrapper .step .info .error,
#new-form .form-wrapper .form .steps .step-wrapper #cf-step-1 .error,
#new-form .form-wrapper .form .steps .step-wrapper #cf-step-2 .error{
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 25px;
  color: #D93128;
}
#new-form .form-wrapper .form .steps .step-wrapper #cf-step-1 .error,
#new-form .form-wrapper .form .steps .step-wrapper #cf-step-2 .error{
  position: absolute;
  bottom: -25px;
  right: 10px;
}
#new-form .form-wrapper .form .steps .step-wrapper .step .info .error .error-msg,
#new-form .form-wrapper .form .steps .step-wrapper #cf-step-1 .error .error-msg,
#new-form .form-wrapper .form .steps .step-wrapper #cf-step-2 .error .error-msg{
  margin: 0;
}
#new-form .form-wrapper .form .steps .step-wrapper .step .consent{
}
#new-form .form-wrapper .form .steps .step-wrapper .step label.details{
  margin: 0;
  height: 42px;
}
#new-form .form-wrapper .form .steps .step-wrapper .step label.details input,
#new-form .form-wrapper .form .steps .step-wrapper .buttons .captcha-wrapper .captcha #captcha{
  border: 1px solid #304559;
  padding: 10px 5px;
  margin-bottom: 0;
  height: unset;
  color: #122333;
  box-sizing: border-box;
  transition: none;
}
#new-form .form-wrapper .form .steps .step-wrapper .buttons .captcha-wrapper .captcha #captcha{
  max-width: 160px;
}
#new-form .form-wrapper .form .steps .step-wrapper .step label.details input.cf-error{
  border: 1px solid #D93128;
}
#new-form .form-wrapper .form .steps .step-wrapper .step label.details input.cf-error:focus{
  border: 2px solid #304559;
  box-shadow: none;
}
#new-form .form-wrapper .form .steps .step-wrapper .step label.details input.cf-error:focus{
  border-color: #D93128;
}
#new-form .form-wrapper .form .steps .step-wrapper .step .radio input,
#new-form .form-wrapper .form .steps .step-wrapper .step .consent input{
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  z-index: -100;
}
#new-form .form-wrapper .form .steps .step-wrapper .step label.radio input:checked + span {
  border: 2px solid #304559; 
}
#new-form .form-wrapper .form .steps .step-wrapper .step label.radio input:checked + span:hover img {
  border: none; 
}
#new-form .form-wrapper .form .steps .step-wrapper .step label.radio span{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
  padding: 5px;
}
#new-form .form-wrapper .form .steps .step-wrapper .step .consent{
  display: flex;
  flex: 1;
  cursor: pointer;
}
#new-form .form-wrapper .form .steps .step-wrapper .step .consent span{
  height: 42px;
  width: 42px;
  border: 2px solid #304559;
  flex-shrink: 0;
  margin-right: 10px;
  cursor: pointer;
  border: 1px solid #324A6D;
}
#new-form .form-wrapper .form .steps .step-wrapper .step .consent span:hover{
  background-color: lightgrey;
}
#new-form .form-wrapper .form .steps .step-wrapper .step .consent input:checked + span{
  border: 2px solid #324A6D;
  background: url("../img/new_page/icons/confirm_mark.svg");
}
#new-form .form-wrapper .form .steps .step-wrapper .step .consent input:checked + span:hover{
  background-color: lightgrey;
}
#new-form .form-wrapper .form .steps .step-wrapper .step label span:hover img{
  border: 2px solid #304559;
}
#new-form .form-wrapper .form .steps .step-wrapper .step label span img{
  height: 80px;
  width: auto;
}





#new-form .form-wrapper .form .steps .step-wrapper .buttons{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 10px;
}

#new-form .form-wrapper .form .steps .step-wrapper .buttons .outlined-btn,
#new-form .form-wrapper .form .steps .step-wrapper .question .outlined-btn{
  font-size: 15px;
  white-space: nowrap;
  padding: 15px;
  width: fit-content;
  min-width: 117px;
  margin: 0;
}

#new-form .form-wrapper .form .steps .step.hidden,
#new-form .form-wrapper .form .steps.hidden,
#new-form .form-wrapper .header.hidden,
#new-form .form-wrapper .form .steps .hidden,
#new-form .form-wrapper .form .steps .question .text.hidden,
#new-form .form-wrapper .form .submitted.hidden{
  display: none;
}

#new-form .form-wrapper .form .submitted{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  margin: 70px 0;
  text-align: center;
}


#new-form .form-wrapper .form .submitted .congrats{
  font-weight: 700;
  
}
#new-form .form-wrapper .form .submitted img{
  width: 50px;
  height: 50px;
  margin-top: 10px;
}

#new-form .form-wrapper .form .steps .step-wrapper .buttons-mobile{
  display: none;
}

@media screen and (max-width: 1000px){
  #new-form .form-wrapper .form .steps .step-wrapper{
    flex-direction: column;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .question .prev-btn{
    display: none;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons .next-btn,
  #new-form .form-wrapper .form .steps .step-wrapper .buttons .submit-btn{
    display: none;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons .captcha-wrapper{
    width: 100%;
    margin-bottom: 20px;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons .captcha-wrapper .captcha{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons-mobile{
    display: flex;
    flex-direction: column;
    width: 100%;

  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons-mobile .buttons-wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons-mobile .buttons-wrapper .outlined-btn{
    margin: 0;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons-mobile .buttons-wrapper .next-btn,
  #new-form .form-wrapper .form .steps .step-wrapper .buttons-mobile .buttons-wrapper .submit-btn{
    margin-left: auto;
    padding: 15px;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons-mobile .buttons-wrapper .outlined-btn{
    min-width: 150px;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons-mobile .buttons-wrapper .prev-btn{
    margin-right: auto;
    padding: 15px;
  }
  #new-form .form-wrapper .form{
    padding: 30px;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .step,
  #new-form .form-wrapper .form .steps .step-wrapper .step.step3{
    margin-bottom: 30px;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .step .error{
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px){
  #new-form .form-wrapper .form .steps .step-wrapper .step.step3{
    flex-direction: column;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons-mobile .buttons-wrapper .outlined-btn{
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 600px){
  #new-form .form-wrapper .form .steps .step-wrapper .step {
    flex-direction: column;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .step label.radio{
    margin-bottom: 20px;
    min-height: 100px;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .step label.radio span{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 550px){
  #new-form .form-wrapper .form .steps .step-wrapper .buttons .captcha-wrapper .captcha{
    display: flex;
    flex-direction: column;
    margin: 0;
    max-width: 200px;
    margin-bottom: 20px;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons .captcha-wrapper .captcha #captcha{
    max-width: none;
  }
  #new-form .form-wrapper .form .steps .step-wrapper .buttons-mobile .buttons-wrapper .outlined-btn{
    font-size: 1.1rem;
    padding: 10px;
    min-width: 110px;
  }
}
@media screen and (max-width: 400px){
  #new-form .form-wrapper .header .text,
  #new-form .form-wrapper .header .title{
    max-width: 90%;
    text-align: center;
  }

}
/*contact form Kamil styling*/

.step-btn{
  max-width: 140px;
}
#footer-contact .hidden{
  display: none;
}

.footer-form__form > col.s12.datePicker{
  /*taka ścieżka nie działa:(*/
  /*padding: 0;*/
}

.footer-form__form .contact-form-btn-row{
  padding: 0;
  position: absolute;
  bottom: 0;
}
.footer-form__form .summary{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-form__form .summary .success{
  color: #4fa74f;
  text-align: center;
}

.footer-form__form .summary .details-title{
  display: flex;
  font-size: 1.2rem;
  color: #fff
}
.footer-form__form .summary .detail-row{
  display: flex;
}
.footer-form__form .summary .detail-row p{
  margin-bottom: 0;
  margin-right: 7px;
}
.footer-form__form .summary p{
  text-align: center;
}
.footer-form__form .summary .bottom-text{
  margin-top: 45px
}
.footer-form__form div.error-field{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
  min-height: 24px;
}
.footer-form__form .error-field p{
  font-size: 12px;
  line-height: 1.2;
  margin: 0 0 10px;
  color: #d93128;
}
div.Papercups-toggleButtonContainer button{
  box-shadow: 0 0 15px -1px white;
}
div.Papercups-toggleButtonContainer button:hover{
  box-shadow: 0 0 20px 1px lightgrey
}
.cookie-overlay {
  width: 100%;
  padding: 10px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  background: #122333;
  color: #C0C0C0;
  z-index: 2051;
  line-height: 20px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accept-cookies, .decline-cookies {
  color: #FFFFFF;
  background: #122333;
  margin-left: 10px;
  display: flex !important;
  align-items: center;
}
.decline-cookies {
  text-decoration: underline !important;
  box-shadow: none !important;
}
.accept-cookies {
  border: 2px solid #FFFFFF !important;
}
.cookie-overlay > div:first-child {
  width: 458px;
}
.cookie-overlay > .buttons {
  width: fit-content;
  display: flex;
  justify-content: end;
  margin-left: 79px;
}
a.text-red {
  text-decoration: underline;
  color: #D93128 !important;
  cursor: pointer;
}

.cookie-overlay > .close-cookies {
  cursor: pointer;
}
.cookie-overlay > div:first-child {
  width: auto;
}
.cookie-hidden {
  visibility: hidden;
}
.cookie-visible {
  visibility: visible;
}
a b {
  color: #333 !important;
}
@media only screen and (max-width: 500px) {
  .cookie-overlay > .buttons {
    flex-wrap: wrap;
    margin-left: 0px;
  }
  .accept-cookies {
    margin-top: 5px;
  }
}
  
