@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&subset=latin-ext');

@media only screen and (max-width: 767px) {
    .footer__paragraph__fundations_div {
        justify-content: center !important;
    }
    span.footer__paragraph__fundations, .footer__paragraph__xxx{
        width: 100%;
        text-align: center;
    }
    .footer__image_fundation2, .footer__image_fundation1 {
        margin: 20px 30px !important;
    }
    .footer__image_fundation1 {
      transform: scale(1.5);
    }
    .footer__image {
      margin-right: 25%;
      margin-bottom: 10px;
    }

    .navbar--custom {
        background-color: #f6f6f6;
        border-bottom: 0;
    }

    .navbar-toggle--custom {
        border-radius: 0;
        border: none;
    }

    .navbar--custom .navbar-toggle .icon-bar {
        background-color: #343632;
    }

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-collapse {
        background-color: transparent;
    }

    .navbar.navbar-default .navbar-collapse {
        background-color: #f6f6f6;
        border: none;
        box-shadow: none;
    }

    .navbar-brand {
        padding-top: 10px;
    }

    .navbar-brand__image {
        height: 30px;
        width: auto;
    }

    .navbar__list{
        margin-top: 25px;
    }

    .navbar__item {
        text-align: center;
    }

    .languages {
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 99999;
    }

    .header.home {
        height: 800px;
    }

    .header__container {
        padding-top: 100px;
    }

    .col-xs--margin-top {
        margin-top: 30px;
    }

    .col-xs--align-center {
        text-align: center;
    }

    .xs--hidden {
        display: none;
    }

    .xs--spacer {
        height: 1px;
        clear: both;
    }

    .btn--absolute {
        bottom: 0;
    }

    #carousel, .carousel-inner {
        min-height: 500px;
    }

    .carousel-control {
        width: 8%;
    }
    .case-studies {
      margin-top: 125px;
    }
    .footer__paragraph__xxx{
      height: auto !important;
    }
}

@media only screen and (min-width: 768px) {
    .case-studies {
      margin-top: 350px;
    }
    .navbar--custom {
        background-color: #f6f6f6;
        height: 114px;
        width: 100%;
    }

    .navbar--right {
        text-align: right;
        display: inline-block;
    }

    .navbar-nav li a {
        padding-top: 0;
        padding-bottom: 0;
        line-height: 114px;
    }

    .navbar__list {
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .navbar--custom .navbar__item {
        margin-left: 5px;
        margin-right: 5px;
        float: left;
    }

    .navbar--custom .navbar__list > li > a:hover, .navbar--custom .navbar__list > li > a:focus, .navbar--custom .navbar__list > li > a.current {
        background: url(/images/bg-nav.png) no-repeat top center;
    }

    .header.header--home {
        min-height: 730px;
    }

    .header__container {
        padding-top: 180px;
    }

    .desktop--hidden {
        display: none;
    }

    .header__image {
        max-width: 100%;
    }

    .publications__row p {
        margin-top: 16px;
    }

    .footer__image {
        height: auto;
        max-width: 100%;
    }

    .btn--absolute {
        bottom: 15px;
    }

    #carousel, .carousel-inner {
        min-height: 250px;
    }
}

@media only screen and (min-width: 1500px) {
    .case-studies {
      margin-top: 320px;
    }
  }

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .navbar-brand {
        padding-top: 0;
        height: 34px;
        line-height: 114px;
    }

    .navbar-brand__image {
        height: 34px;
        width: auto;
    }

    .languages {
        position: absolute;
        top: 124px;
        left: 0;
        z-index: 99999;
    }

    .col-sm--align-center {
        text-align: center;
    }

    .col-sm--margin-top {
        margin-top: 30px;
    }

    .sm--hidden {
        display: none;
    }

    .sm--spacer {
        height: 1px;
        clear: both;
}

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .navbar-brand {
        padding-top: 0;
        height: 49px;
        line-height: 120px;
    }

    .navbar-brand__image {
        height: 49px;
        width: auto;
    }

    .languages {
        position: absolute;
        top: 124px;
        left: 0;
        z-index: 99999;
    }

    .col-md--align-right {
        text-align: right;
    }

    .col-md--margin-top {
        margin-top: 30px;
    }

    .md--hidden {
        display: none;
    }

}

@media only screen and (min-width: 1200px) {

    .navbar-brand {
        padding-top: 0;
        height: 34px;
        line-height: 114px;
    }

    .navbar-brand__image {
        height: 34px;
        width: auto;
    }

    .languages {
        position: absolute;
        top: 52px;
        left: 400px;
    }

    .col-lg--align-right {
        text-align: right;
    }

    .col-lg--margin-top {
        margin-top: 30px;
    }

    .lg--hidden {
        display: none;
    }

    .carousel-control {width: 15%;}

    .btn--yellow::after{
        transition: right .3s;
    }

    .btn--yellow:hover::after{
        right: -5px;
    }

    .btn--form{
        transition: filter .3s;
    }

    .btn--form:hover{
        filter: brightness(1.1);
    }

    .header.header--services,
    .header.header--about{
        background-attachment: fixed !important;
        background-position-y: 100px !important;
        /*min-height: 990px;*/
    }

}

html, body {
    height: 100%;
    font-size: 62.5%;
}

.body {
	background-color: #ffffff;
}

.overflow-x {
    overflow-x: hidden;
}

.overflow-y {
    overflow-y: hidden;
}

h1, h2, h3 {
    margin: 0;
    font-family: 'Lato', sans-serif;
    line-height: normal;
}

p {
    margin-bottom: 16px;
    font-family: 'Lato', sans-serif;
    line-height: 1.5em;
}

p:last-child {
    margin-bottom: 0;
}

.gdpr_list li {
    padding-bottom: 10px;
}

.main li {
    font-family: 'Lato', sans-serif;
    font-size: 2.7em;
    line-height: 1.8em;
}

.wrapper {
    margin: 0 auto;
    height: 100%;
    max-width: 100%;
    position: relative;
}

.container--relative {
    position: relative;
}

.navbar--custom {
    margin: 0;
    border: none;
    border-radius: 0;
}

.navbar--custom .navbar__item {
    font-family: 'Lato', sans-serif;
    font-size: 2.4em;
    font-weight: 700;
    color: #343632;
    line-height: normal;
    text-transform: uppercase;
}

.navbar--custom .navbar__list > li > a {
    color: #343632;
    transition: color .3s;
}

.navbar--custom .navbar__list > li > a:hover, .navbar--custom .navbar__list > li > a:focus {
    color: #bbb410;
    text-decoration: none;
}

strong {
	font-weight: 700;
}

em {
	font-style: italic;
}

.languages__list {
    margin: 0;
    padding: 0;
}

.languages__item {
    font-family: 'Lato', sans-serif;
    color: #343632;
    font-size: 2em;
    font-weight: 400;
    line-height: 1em;
    list-style: none;
    text-transform: uppercase;
    float: left;
}

.languages__item:before {
    margin: 0 10px;
    font-family: 'Lato', sans-serif;
    font-size: 1em;
    color: #343632;
    font-weight: 400;
    line-height: 1em;
    content: '|';
}

.languages__item:first-child:before {
    content: '';
}

.languages__item a {
    color: #343632;
    text-decoration: none;
}

.languages__item a:hover, .languages__item a:focus {
    font-weight: 700;
    color: #343632;
    text-decoration: none;
}

.header.header--home {
    background: #f6f6f6 url(/images/bg-header.png) no-repeat bottom center;
    position: relative;
}

.header.header--services{
    background: #f6f6f6 url(/images/services.jpg) no-repeat top right;
    position: relative;
}

.header.header--about {
    background: #f6f6f6 url(/images/about.jpg) no-repeat top right;
    position: relative;
}

.header.header--services .header__heading-1,
.header.header--about .header__heading-1{
    margin-bottom: 50px;
    padding-bottom: 40px;
    background: url(/images/heading.png) no-repeat bottom center;
}

.header__heading-1 {
    margin-bottom: 30px;
    font-size: 4.8em;
    color: #343632;
}

.header.header--home .header__heading-1 span {
    font-weight: 900;
}

.header__paragraph {
    font-size: 2.7em;
    color: #343632;
}

.header__paragraph a, .header__paragraph a:hover, .header__paragraph a:focus {
    color: #343632;
    text-decoration: none;
}

.header__image {
    height: auto;
    max-width: 100%;
}

.badge__image {
    height: auto;
    max-width: 30%;
}

.header__icon {
    margin-bottom: 30px;
    height: 150px;
    width: auto;
}

.header__securityawareness__icon {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header__ransomwareattacksimulation__icon {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.header__inner {
    position: relative;
    z-index: 99;
    padding-bottom: 166px;
}

.header__mask {
    background: url(/images/mask.png) no-repeat top center;
    height: 292px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 98;
    background-size: cover;
}

.clients--padding {
    padding: 70px 0;
}

.clients__heading-2 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: url(/images/heading.png) no-repeat bottom center;
    font-size: 4.8em;
    font-weight: 700;
    color: #343631;
}

.clients__image {
    height: auto;
    max-width: 100%;
}

.services {
    background: url(/images/offer.jpg) no-repeat bottom center;
}

.services.services--home{
    background: none;
}

.services--home.services--padding {
    padding: 0 0 20px 0;
}

.services--padding {
    padding: 70px 0 250px 0;
}

.services__inner {
    padding: 30px;
    background-color: #ffffff;
    min-height: 290px;
    border: 1px solid rgba(229,229,229,1);
    transition: box-shadow .3s;
}

.services__heading-2 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: url(/images/heading.png) no-repeat bottom center;
    font-size: 4.8em;
    font-weight: 700;
    color: #343631;
}

.services__heading-3 {
    font-size: 2.6em;
    font-weight: 900;
    color: #343631;
}

.services__icon {
    margin-right: 15px;
    height: 60px;
    float: left;
}

.services__image {
    height: 49px;
    width: auto;
}

.services__paragraph {
    font-size: 2.7em;
    color: #343632;
}

.why--padding {
    padding: 70px 0 0 0;
}

.why p {
    font-size: 2.7em;
    color: #343632;
}

.why__row {
    padding: 20px 0;
}

.why__row--background-bottom {
    padding-bottom: 50px;
    background: url(/images/bg-why.png) no-repeat bottom center;
}

.why__row--background-bottom-2 {
    padding-bottom: 80px;
    background: url(/images/bg-why2.png) no-repeat bottom center;
}

.why__image {
    height: auto;
    max-width: 100%;
}

.blog {
    background: url(/images/offer.jpg) no-repeat bottom center;
}

.blog--padding {
    padding: 120px 0 250px 0;
}

.publications {
    background: url(/images/offer.jpg) no-repeat bottom center;
}

.publications--padding {
    padding: 70px 0 250px 0;
}

.publications__heading-2 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    background: url(/images/heading.png) no-repeat bottom center;
    font-size: 4.8em;
    font-weight: 700;
    color: #343631;
}

.publications__heading-3 {
    margin-bottom: 5px;
    font-size: 2.4em;
    font-weight: 900;
    color: #343631;
}

.publications__heading-4 {
    font-size: 2.4em;
    font-weight: 400;
    color: #343631;
}

.publications p {
    font-size: 2.7em;
    color: #343632;
}

.publications__fa {
    width: 30px;
    font-size: 1em;
    color: #d8d8d8;
}

.publications__row {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.publications__image {
    height: 50px;
    width: auto;
}

.pagination__list {
    margin: 0;
    padding: 0;
}

.pagination__item {
    margin: 0 1px;
    padding: 0;
    font-family: 'Lato', sans-serif;
    font-size: 2.7em;
    color: #828282;
    line-height: normal;
    list-style: none;
    display: inline-block;
}

.pagination__item-link {
    margin: 0;
    padding: 5px 0;
    width: 27px;
    background-color: transparent;
    color: #828282;
    text-decoration: none;
    display: block;
}

.pagination__item-link:hover, .pagination__item-link:focus, .pagination__item-link--current {
    margin: 0;
    padding: 5px 0 5px 0;
    background-color: #dcd312;
    width: 27px;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
}

.arrow {
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    right: 0;
}

.arrow__image {
    height: 50px;
    width: 50px;
}


.why__heading-2 {
    margin-bottom: 30px;
    font-size: 4.8em;
    font-weight: 700;
    color: #343631;
}

.why__heading-3 {
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 35px;
    font-size: 6.4em;
    font-weight: 700;
    color: #343631;
    display: table;
}

/* .why__heading-3--yellow {
    background-color: #bbb410;
    color: #ffffff;
} */

.why__paragraph {
    font-size: 2.7em;
    color: #343632;
    font-weight: bold;
}

.why__paragraph__cert {
    font-size: 2.7em;
    color: #343632;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 20px;
}

.why__row {
    padding: 20px 0;
}

.why__row--background-bottom {
    padding-bottom: 50px;
    background: url(/images/bg-why.png) no-repeat bottom center;
}

.why__row--background-bottom-2 {
    padding-bottom: 80px;
    background: url(/images/bg-why2.png) no-repeat bottom center;
}

.why__image {
    height: auto;
    max-width: 100%;
}

.talk {
    margin-top: -140px;
    background: url(/images/bg-talk.png) no-repeat top center;
    height: 1310px;
}

.talk__heading-2 {
    margin-bottom: 30px;
    font-size: 4.8em;
    font-weight: 700;
    color: #ffffff;
}

.talk__paragraph {
    font-size: 2.7em;
    color: #ffffff;
}

.talk__image {
    margin-bottom: 30px;
    height: 60px;
    width: auto;
}

.contact {
    margin-top: -170px;
}

.contact__heading-2 {
    margin-bottom: 10px;
    font-size: 4.8em;
    font-weight: 700;
    color: #343631;
}

.contact__paragraph {
    font-size: 2.4em;
    color: #939393;
}

.contact__paragraph strong,
.contact__paragraph strong a{
    color: #343631 !important;
}

.contact__row-margin-top {
    margin-top: 130px;
}

.contact a {
    color: #939393;
    text-decoration: none;
}

.contact a:hover, .contact a:focus {
    color: #939393;
}

#contactform_status{
    opacity: 0;
    transition: opacity .3s;
}

#contactform_status.success{
    opacity: 1;
    color: #bbb410;
}

#contactform_status.error{
    opacity: 1;
    color: #e20025;
}

.checkbox-gdpr{margin-top:0;}

footer {
	  padding: 50px 0;
    position: relative;
    overflow: hidden;
}

blockquote footer{
    padding: 0;
}

.footer__paragraph {
    font-size: 1.8em;
    color: #b5b5b5;
    text-transform: uppercase;
    vertical-align: middle;
}

.footer__paragraph__fundations {
    font-size: 1.8em;
    color: #b5b5b5;
    text-transform: uppercase;
    vertical-align: middle;
}

.footer__paragraph__fundations_div {
    justify-content: flex-end;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    line-height: 30px;
}

span.footer__paragraph, .footer__paragraph__xxx {
    line-height: 30px;
    height: 30px;
}
footer span a {
	  color: #454541;
	  text-decoration: none;
}

footer span a:hover, footer span a:focus {
    color: #e30613;
    text-decoration: none;
}

.footer__sign {
    position: absolute;
    top: 0;
    right: 0;
}

.footer__col--image {
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.row-margin-top {
    margin-top: 30px;
}

.align-center {
    text-align: center;
}

.background--cover {
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.header__image {
    height: auto;
}

.footer__image {
    height: auto;
}

.footer__image_fundation2, .footer__image_fundation1 {
  height: 32px;
  padding: 10px;
  margin-left: 65px;
}
.footer__image_fundation1 {
  transform: scale(1.4);
}

.form-control--custom {
    background: #f8f8f8;
    font-family: 'Lato', sans-serif;
    font-size: 2.7em;
    color: #3f3f3f;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

input.form-control--custom {
    height: 45px !important;
}

.textarea--custom {
    resize: none;
}

input::-webkit-input-placeholder {
    color: #3f3f3f !important;
}

input:-moz-placeholder {
    color: #3f3f3f !important;
}

input::-moz-placeholder {
    color: #3f3f3f !important;
}

input:-ms-input-placeholder {
    color: #3f3f3f !important;
}

textarea::-webkit-input-placeholder {
    color: #3f3f3f !important;
}

textarea:-moz-placeholder {
    color: #3f3f3f !important;
}

textarea::-moz-placeholder {
    color: #3f3f3f !important;
}

textarea:-ms-input-placeholder {
    color: #3f3f3f !important;
}

.calltoactionheader {
    padding-top: 20px;
}
/* skorygowano wg. https://dequeuniversity.com/rules/axe/4.7/color-contrast - dostępność AAA */
.btn--form {
    padding: 15px 35px;
    background-color: #EAE44D;
    width: auto;
    font-family: 'Lato', sans-serif;
    font-size: 2.4em;
    font-weight: 700;
    color: #343631 !important;
    line-height: normal;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn--wide {
    padding: 15px 70px;
}

.btn--form:hover, .btn--form:focus {
    color: white !important;
    background-color: #343631;
    text-decoration: none;
}

.btn--headline {
    padding: 30px;
    padding-right: 30px;
    background: transparent;
    width: auto;
    font-family: 'Lato', sans-serif;
    font-size: 2.4em;
    font-weight: 700;
    color: #bbb410;
    line-height: normal;
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: 45px;
    bottom: 30px;
}

.btn--headline:hover, .btn--headline:focus, .btn--headline:active {
    background: transparent;
    color: #bbb410;
    border: none;
    box-shadow: none;
}

.btn--yellow {
    padding: 0;
    padding-right: 30px;
    background: transparent;
    width: auto;
    font-family: 'Lato', sans-serif;
    font-size: 2.4em;
    font-weight: 700;
    color: #bbb410;
    line-height: normal;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: absolute;
    left: 45px;
    bottom: 30px;
}

.btn--yellow:hover, .btn--yellow:focus, .btn--yellow:active {
    background: transparent;
    color: #bbb410;
    border: none;
    box-shadow: none;
}

.btn--yellow:after {
    height: 18px;
    width: 18px;
    content: url(/images/circle.svg);
    position: absolute;
    top: -2px;
    right: 0;
}

.btn--training{
    position: relative;
    left: auto;
    margin-top: 25px;
    margin-bottom: -20px;
}

.btn--margin-top {
    margin-top: 10px;
}

.btn--absolute {
    position: absolute;
    right: 15px;
}

.vertical-center {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.row-relative {
    position: relative;
}

.pb-30 {
    padding-bottom: 30px !important;
}

a:link,
a:visited{
    color: #343632;
    text-decoration: none;
}

a:active{
    color: #343632;
    text-decoration: underline;
}

a.link--trainning{
    color: #e5e3b1;
    text-decoration: underline;
}

a.link--trainning span{
    color: #343632;
    text-decoration: none;
    padding-left: 10px;
    position: relative;
}

.carousel-control {
    color: #fff !important;
}

.carousel-control.left, .carousel-control.right {
   background-image:none !important;
   filter:none !important;
}

a.link--trainning span:before{
    content: '';
    background: #bbb410;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 1px;
    opacity: .3;
    transition: width .3s;
}
@media only screen and (min-width: 444px) and (max-width: 500px){
  .case-studies {
    margin-top: 200px;
  }
}

.case-studies > div > a {
  z-index: 10;
  margin: 10px;
}

.pdf-icon {
  margin-left: 10px;
}

.case-studies > div {
  display: flex;
  justify-content: center;
  margin: 2.5%;
  flex-wrap: wrap;
}

.case-studies > h3 {
  text-align: center;
  color: white;
  padding: 10px;
}

@media only screen and (max-width: 633px){
    .cta-download {
      justify-content: center;
    }
    .cta-download > p {
      text-align: center;
      background-position: bottom center;
      margin-bottom: 30px;
    }
}

/*styles for mobile contact form*/
@media only screen and (max-width: 533px) {
  .case-studies {
    margin-top: 470px;
  }
  .case-studies > h3 {
    color: #343631;
  }
  .contact{
    margin-top: 75px;
  }
}

@media only screen and (max-width: 375px){
    button[type=submit].btn--absolute{
        position: relative;
        right: auto;
        width: 100%;
        margin: 0px 0 20px 0;
    }
    .case-studies {
      margin-top: 425px;
    }
    .footer__image {
      width: 100%;
      margin-left: 0 !important;
      margin-right: 0 !important;
    }
}

@media only screen and (min-width: 376px) and (max-width: 767px){
    button[type=submit].btn--absolute{
        position: relative;
        right: auto;
        width: auto;
        margin: 0px 0 20px 0;
        float: right;
    }
}

@media only screen and (min-width: 768px){
    button[type=submit].btn--absolute{
        position: relative;
        right: auto;
        width: auto;
        margin: 10px 0 20px 0;
        float: right;
    }
    .talk__inner{
        top: 45% !important;
    }
}

@media only screen and (min-width: 1200px){
    button[type=submit].btn--absolute{
        margin: 10px 0 0 0;
    }
    .services__inner:hover{
        -webkit-box-shadow: 0px 0px 12px 0px rgba(229,229,229,1);
        -moz-box-shadow: 0px 0px 12px 0px rgba(229,229,229,1);
        box-shadow: 0px 0px 12px 0px rgba(229,229,229,1);
    }
    a.link--trainning:hover{text-decoration: none;}
    a.link--trainning:hover span:before {width: 100%;}
}

.form > * {
    position: relative;;
    z-index: 0;
}

#contactform_status{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(255, 255, 255, 0);
    transition: height .3s, background .3s;
    z-index: 1;
    text-align: center;
}
#contactform_status span{
    margin-top: 12%;
    position: relative;
    display: inline-block;
    opacity: 0;
    transition: opacity .3s linear .3s
}
#contactform_status.success,
#contactform_status.error{
    height: 100%;
    background: rgba(255, 255, 255, .8);
    transition: height .3s, background .3s;
}

#contactform_status.success span,
#contactform_status.error span{
    opacity: 1;
}

#cookie-warn {
    position: fixed;
    bottom: 0px;
    background: none repeat scroll 0% 0% rgb(230, 230, 230);
    margin: 0px;
    padding: 15px;
    left: 0px;
    right: 0px;
    text-align: justify;
    font-size: 2.2em;
    z-index: 100;
}

*:active, *:focus {
  outline: 0 !important;
  -moz-outline-style: none !important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: .4 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: .4 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: .4 !important;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: .4 !important;
}

::placeholder { /* Firefox 18- */
  opacity: .4 !important;
}

.cta-home{
  margin-left: 0px;
  width: 100%;
}
.cta-download {
  display: flex;
  margin-top: 30px;
  padding: 15px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgba(229,229,229,1);
}

.cta-download:hover{
  -webkit-box-shadow: 0px 0px 12px 0px rgba(229,229,229,1);
  -moz-box-shadow: 0px 0px 12px 0px rgba(229,229,229,1);
  box-shadow: 0px 0px 12px 0px rgba(229,229,229,1);
}

.cta-download > p {
  padding-bottom: 20px;
  background: url(/images/heading.png) no-repeat bottom left;
}

@media only screen and (max-width: 633px){
  .cta-download {
    justify-content: center;
  }
  .cta-download > p {
    text-align: center;
    background-position: bottom center;
    margin-bottom: 30px;
  }
}

.dlink {
  display: flex;
  align-items: center;
}



.dlink:hover > img {
  filter: grayscale(1);
}
.cm__btn[data-role="necessary"]{display:none !important;}
.cm__btn[data-role="all"]{background-color:#EAE44D !important; color: #343632 !important; border-color:#EAE44D !important;}
