@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap");
@import url("https://use.typekit.net/dgj8nlm.css");
body {
  font-family: 'Roboto', sans-serif;
  color: #546471; }

p {
  font-family: 'Roboto', sans-serif;
  color: #546471;
  font-size: 1.3rem;
  font-weight: 300; }
  p strong {
    font-weight: 900; }

a {
  color: inherit;
  text-decoration: underline; }
  a:hover {
    color: inherit; }

h1 {
  font-family: proxima-nova, sans-serif;
  font-size: 3.3rem;
  line-height: 1;
  color: #3694BB; }
  h1 + p {
    font-family: 'Roboto', sans-serif;
    color: #546471;
    font-size: 1.3rem; }

h2 {
  font-family: proxima-nova, sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  color: #3694BB;
  text-transform: uppercase; }
  h2 + p {
    font-family: 'Roboto', sans-serif;
    color: #546471;
    font-size: 1.3rem; }

h3 {
  font-family: proxima-nova, sans-serif;
  font-size: 2rem;
  line-height: 1;
  color: #546471; }

@media (max-width: 992px) {
  p {
    font-size: 1.1rem; }
  h1 {
    font-size: 2rem; }
    h1 + p {
      font-size: 1.1rem; }
  h2 {
    font-size: 1.5rem; }
    h2 + p {
      font-size: 1.1rem; }
  h3 {
    font-size: 1.2rem; } }

.menu-left {
  height: 100%;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  transform: translate(250px);
  width: 250px;
  overflow-x: hidden;
  font-family: proxima-nova, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #3694BB;
  padding: 30px 10px; }
  .menu-left ul {
    padding: 0;
    margin: 0;
    list-style: none;
    background: #3694BB; }
  .menu-left .metismenu {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .menu-left .metismenu li + li {
      margin-top: 0; }
    .menu-left .metismenu li:first-child {
      margin-top: 0; }
    .menu-left .metismenu li:last-child {
      margin-bottom: 0; }
    .menu-left .metismenu > li {
      /*-webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
      flex: 1 1 0%;*/
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      position: relative; }
  .menu-left a {
    position: relative;
    display: block;
    color: #FFF;
    outline-width: 0;
    transition: all .3s ease-out;
    margin: 5px;
    text-decoration: none; }
  .menu-left ul a {
    padding: 20px 15px; }
  .menu-left ul ul a {
    padding: 10px 15px 10px 15px;
    border: 0 0 1px solid #546471 0;
    color: #546471; }
    .menu-left ul ul a:active, .menu-left ul ul a:focus, .menu-left ul ul a:hover {
      border: 0;
      text-decoration: underline; }
      .menu-left ul ul a:active:last-child, .menu-left ul ul a:focus:last-child, .menu-left ul ul a:hover:last-child {
        border: 0; }
  .menu-left a:hover,
  .menu-left a:focus,
  .menu-left a:active,
  .menu-left a.active {
    text-decoration: underline; }

@media (max-width: 600px) {
  .menu-left {
    margin-top: 0; } }

.navbar {
  font-family: 'Roboto', sans-serif;
  letter-spacing: 2px;
  transition: background-color .4s;
  z-index: 999;
  color: #546471;
  padding: 20px;
  background: transparent; }
  .navbar.darkmode {
    color: white !important; }
    .navbar.darkmode .logo_top.white {
      opacity: 1; }
  .navbar.white-bg {
    background-color: white;
    color: #546471 !important; }
    .navbar.white-bg .logo_top.white {
      opacity: 0; }
  .navbar .toggle_menu {
    font-size: 40px;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 3px;
    color: white;
    vertical-align: middle; }
  .navbar .toggle_rightmenu {
    cursor: pointer; }
  .navbar .logo_top {
    max-width: 230px;
    position: relative;
    transition: opacity .3s; }
    .navbar .logo_top.white {
      position: absolute;
      top: 5px;
      left: 0;
      opacity: 0; }
  .navbar li.link {
    cursor: pointer;
    display: inline;
    text-transform: uppercase;
    margin-right: 3px;
    font-size: 0.9rem;
    border: none;
    text-align: center;
    padding: 0 30px;
    margin-top: -5px; }
    .navbar li.link.active a {
      border-bottom: 5px solid #3694BB;
      text-decoration: none; }
      .navbar li.link.active a.btn-navbar {
        border: 2px solid #3694BB;
        background: #3694BB;
        color: white; }
    .navbar li.link a {
      text-decoration: none;
      height: 100%;
      width: 100%;
      display: block;
      color: inherit;
      border-bottom: 5px solid transparent;
      margin-top: 5px;
      font-weight: 700; }
      .navbar li.link a:hover, .navbar li.link a.active {
        border-bottom: 5px solid #3694BB;
        text-decoration: none; }
      .navbar li.link a.btn-navbar {
        border: 2px solid #3694BB;
        border-radius: 33px;
        display: block;
        padding: 14px 25px 11px 25px;
        margin-left: 35px;
        transition: background-color .3s, color .3s; }
        .navbar li.link a.btn-navbar:hover {
          border: 2px solid #3694BB;
          background: #3694BB;
          color: white; }

@media (max-width: 1100px) {
  .navbar li.link {
    padding: 0 15px; }
    .navbar li.link a {
      font-size: .8rem; }
      .navbar li.link a.btn-navbar {
        padding: 14px 15px 11px 15px;
        margin-left: 20px; } }

@media (max-width: 992px) {
  .navbar {
    padding: 0 0 10px 0; }
    .navbar .menu-top {
      padding: 0; }
    .navbar.darkmode {
      color: inherit !important; }
      .navbar.darkmode .logo_top.white {
        opacity: 1; }
      .navbar.darkmode .toggle_menu {
        color: white !important; }
    .navbar.white-bg {
      background-color: white;
      color: #546471 !important;
      border-bottom: 1px solid #ccc; }
      .navbar.white-bg .logo_top.white {
        opacity: 0; }
      .navbar.white-bg .toggle_menu {
        color: #546471 !important; }
    .navbar .navbar-brand {
      margin: auto;
      vertical-align: middle;
      text-align: center;
      margin-left: 0; }
    .navbar .logo_top {
      width: 200px;
      margin: 15px 0 0 10px; }
    .navbar .toggle_menu {
      margin-left: 10px;
      margin-right: 10px;
      margin-top: 15px;
      float: right;
      color: #546471; } }

.btn-bh {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 30px;
  font-size: 1.2rem;
  text-decoration: none;
  cursor: pointer; }
  .btn-bh i {
    margin-left: 15px; }

.btn-bh-sm {
  font-size: .9rem;
  padding: 10px 30px; }
  .btn-bh-sm i {
    margin-left: 10px; }

.btn-bh-blue {
  background-color: #2F4759;
  color: #FFF; }
  .btn-bh-blue i {
    color: #E8C82A;
    transition: margin-left .3s; }
  .btn-bh-blue:hover {
    text-decoration: none;
    color: white; }
    .btn-bh-blue:hover i {
      margin-left: 25px; }

.btn-bh-white-outline {
  background-color: transparent;
  border: 1px solid #FFF;
  color: #FFF; }
  .btn-bh-white-outline i {
    transition: margin-left .3s; }
  .btn-bh-white-outline:hover i, .btn-bh-white-outline:active i {
    margin-left: 25px; }

.page-top {
  position: relative; }
  .page-top img {
    z-index: 10; }
  .page-top .title {
    position: absolute;
    z-index: 20; }

@media (max-width: 765px) {
  .page-top {
    position: static; }
    .page-top .title {
      position: static;
      z-index: 20; } }

#footer {
  background-color: #3694BB;
  color: white;
  padding: 100px 0 20px 0; }
  #footer h1 {
    color: white; }
  #footer p {
    color: white; }
  #footer .love {
    margin-top: 50px;
    font-size: .8rem; }
    #footer .love i {
      color: #E15554; }

@media (max-width: 992px) {
  #footer {
    padding: 40px 0 20px 0;
    margin-top: 40px; }
    #footer h1 {
      color: white; }
    #footer p {
      color: white; }
    #footer .love {
      margin-top: 50px;
      font-size: .8rem; }
      #footer .love i {
        color: #E15554; } }

/* form starting stylings ------------------------------- */
.group {
  position: relative;
  margin-bottom: 35px; }

input[type=text] {
  font-size: 16px;
  padding: 5px 5px 8px 0;
  display: block;
  width: 100%;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #a8c4d0;
  background: none;
  color: #FFF; }
  input[type=text]::placeholder {
    color: #a8c4d0; }

textarea {
  font-size: 14px;
  padding: 10px;
  border: 1px solid #a8c4d0;
  border-radius: 0;
  background: none;
  color: #FFF;
  width: 100%;
  min-height: 150px;
  transition: border-color .3s, border-width .3s, padding 0.3s; }
  textarea::placeholder {
    color: #a8c4d0; }
  textarea:focus {
    border: 2px solid #FFF;
    padding: 9px; }

input:focus, textarea:focus {
  outline: none; }

/* LABEL ======================================= */
label {
  color: #FFF;
  font-size: .8rem;
  font-weight: normal;
  pointer-events: none; }

/* active state */
input:valid ~ label {
  color: rgba(0, 0, 0, 0.38); }

input:focus ~ label, input:valid ~ label {
  /*top:-15px;
  font-size:12px;*/ }

/* BOTTOM BARS ================================= */
.bar {
  position: relative;
  display: block;
  width: 100%; }

.bar:before, .bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 0px;
  position: absolute;
  background: #FFF;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all; }

.bar:before {
  left: 50%; }

.bar:after {
  right: 50%; }

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
  width: 50%; }

.transition-fade {
  transition: .4s;
  opacity: 1; }

html.is-animating .transition-fade {
  opacity: 0; }

#home section {
  position: relative;
  padding: 0 100px 0 100px;
  margin-top: 200px; }

#home .page-top .title {
  top: 230px;
  left: 100px; }

#home .section-holder {
  position: relative;
  overflow: hidden;
  padding-bottom: 100px; }
  #home .section-holder .head {
    position: absolute;
    height: auto;
    width: 100%;
    left: 40%;
    top: 100px;
    z-index: 0; }

#home #b1 .text-content h1, #home #b2 .text-content h1 {
  margin-bottom: 30px; }

#home #b1 .text-content p, #home #b2 .text-content p {
  max-width: 50%;
  margin-bottom: 30px;
  font-size: 1.2rem; }

#home #b1 img, #home #b2 img {
  position: absolute;
  width: 45%;
  top: 50%;
  right: 0;
  transform: translateY(-50%); }

#home #b2 img {
  position: absolute;
  height: 100%;
  width: auto;
  top: 50%;
  left: 60%;
  transform: translateY(-50%); }

@media (max-width: 1100px) {
  #home section {
    position: relative;
    padding: 0 50px;
    margin-top: 100px; }
  #home .page-top .title {
    top: 115px;
    left: 50px; } }

@media (max-width: 765px) {
  #home section {
    position: static;
    padding: 0;
    margin-top: 20px; }
  #home .page-top .title {
    top: auto;
    left: auto;
    padding: 15px 15px 0 15px; }
  #home .section-holder {
    padding: 15px;
    position: relative; }
    #home .section-holder .head {
      display: none; }
  #home #b1 .text-content, #home #b2 .text-content {
    margin-top: 20px; }
    #home #b1 .text-content h1, #home #b2 .text-content h1 {
      margin-bottom: 20px; }
    #home #b1 .text-content p, #home #b2 .text-content p {
      max-width: 100%;
      margin-bottom: 20px;
      font-size: 1.1rem; }
  #home #b1 img, #home #b2 img {
    position: static;
    width: 100%;
    top: 0;
    right: 0;
    transform: none; }
  #home #b2 img {
    position: static;
    width: 100%;
    top: 0;
    right: 0;
    transform: none; } }

#method section {
  position: relative;
  padding: 0 100px 0 100px; }

#method .page-top .title {
  top: 50%;
  transform: translateY(-50%);
  left: 100px;
  max-width: 45%; }

#method .section-holder {
  position: relative;
  overflow: hidden; }
  #method .section-holder .head {
    position: absolute;
    height: auto;
    width: 100%;
    left: 40%;
    top: 100px;
    z-index: 0; }

#method #b1 {
  padding-top: 150px; }
  #method #b1 .icon-list .item {
    clear: both;
    margin-bottom: 100px;
    overflow: hidden; }
    #method #b1 .icon-list .item .icon {
      text-align: center;
      width: 300px;
      float: left; }
      #method #b1 .icon-list .item .icon img {
        margin-top: 5px; }
    #method #b1 .icon-list .item .description {
      float: left;
      margin-left: 20px;
      width: 50%; }
      #method #b1 .icon-list .item .description h2 {
        margin-bottom: 20px; }

@media (max-width: 1100px) {
  #method section {
    position: relative;
    padding: 0 50px; }
  #method .page-top .title {
    top: 50%;
    transform: translateY(-40%);
    left: 50px;
    max-width: 45%; }
  #method .section-holder {
    position: relative; }
  #method #b1 {
    padding-top: 100px; }
    #method #b1 .icon-list .item {
      clear: both;
      margin-bottom: 60px;
      overflow: hidden; }
      #method #b1 .icon-list .item .icon {
        text-align: center;
        width: 150px;
        float: left; }
        #method #b1 .icon-list .item .icon img {
          margin-top: 5px; }
      #method #b1 .icon-list .item .description {
        float: left;
        margin-left: 40px;
        width: calc(100% - 220px); }
        #method #b1 .icon-list .item .description h2 {
          margin-bottom: 20px; } }

@media (max-width: 765px) {
  #method section {
    position: static;
    padding: 0;
    margin-top: 20px; }
  #method .page-top .title {
    top: auto;
    left: auto;
    padding: 15px 15px 0 15px;
    transform: none;
    max-width: 100%; }
  #method .section-holder {
    padding: 15px;
    position: relative; }
    #method .section-holder .head {
      display: none; }
  #method #b1 {
    padding: 0 10px; }
    #method #b1 .icon-list .item {
      clear: both;
      margin-bottom: 20px;
      overflow: hidden; }
      #method #b1 .icon-list .item .icon {
        text-align: center;
        display: block;
        float: none;
        width: 100%; }
        #method #b1 .icon-list .item .icon img {
          margin: 0 0 20px 0;
          width: 30%; }
      #method #b1 .icon-list .item .description {
        float: none;
        margin-left: 0;
        width: 100%; }
        #method #b1 .icon-list .item .description .btn-bh {
          margin-bottom: 40px; }
        #method #b1 .icon-list .item .description h2 {
          margin-bottom: 10px; } }

#building-philosophy section {
  position: relative;
  padding: 0 100px 0 100px; }

#building-philosophy .page-top .title {
  bottom: 6%;
  left: 100px;
  max-width: 45%; }
  #building-philosophy .page-top .title p {
    color: #FFF; }

#building-philosophy .section-holder {
  position: relative;
  overflow: hidden; }
  #building-philosophy .section-holder .head {
    position: absolute;
    height: auto;
    width: 100%;
    left: 40%;
    top: 100px;
    z-index: 0; }

#building-philosophy #b1 {
  padding-top: 150px; }
  #building-philosophy #b1 .icon-list .item {
    clear: both;
    margin-bottom: 100px;
    overflow: hidden; }
    #building-philosophy #b1 .icon-list .item .icon {
      text-align: center;
      width: 300px;
      float: left; }
      #building-philosophy #b1 .icon-list .item .icon img {
        margin-top: 5px; }
    #building-philosophy #b1 .icon-list .item .description {
      float: left;
      margin-left: 20px;
      width: 50%; }
      #building-philosophy #b1 .icon-list .item .description h2 {
        margin-bottom: 20px; }

@media (max-width: 1100px) {
  #building-philosophy section {
    position: relative;
    padding: 0 50px; }
  #building-philosophy .page-top .title {
    left: 50px; }
  #building-philosophy .section-holder {
    position: relative; }
  #building-philosophy #b1 {
    padding-top: 100px; }
    #building-philosophy #b1 .icon-list .item {
      clear: both;
      margin-bottom: 60px;
      overflow: hidden; }
      #building-philosophy #b1 .icon-list .item .icon {
        text-align: center;
        width: 150px;
        float: left; }
        #building-philosophy #b1 .icon-list .item .icon img {
          margin-top: 5px; }
      #building-philosophy #b1 .icon-list .item .description {
        float: left;
        margin-left: 40px;
        width: calc(100% - 220px); }
        #building-philosophy #b1 .icon-list .item .description h2 {
          margin-bottom: 20px; } }

@media (max-width: 765px) {
  #building-philosophy section {
    position: static;
    padding: 0;
    margin-top: 20px; }
  #building-philosophy .page-top .title {
    top: auto;
    left: auto;
    padding: 15px 15px 0 15px;
    transform: none;
    max-width: 100%; }
    #building-philosophy .page-top .title p {
      color: #546471; }
  #building-philosophy .section-holder {
    padding: 15px;
    position: relative; }
    #building-philosophy .section-holder .head {
      display: none; }
  #building-philosophy #b1 {
    padding: 0 10px; }
    #building-philosophy #b1 .icon-list .item {
      clear: both;
      margin-bottom: 20px;
      overflow: hidden; }
      #building-philosophy #b1 .icon-list .item .icon {
        text-align: center;
        display: block;
        float: none;
        width: 100%; }
        #building-philosophy #b1 .icon-list .item .icon img {
          margin: 0 0 20px 0;
          width: 30%; }
      #building-philosophy #b1 .icon-list .item .description {
        float: none;
        margin-left: 0;
        width: 100%; }
        #building-philosophy #b1 .icon-list .item .description h2 {
          margin-bottom: 10px;
          text-align: center; } }

#case-study section {
  position: relative;
  padding: 0 50px 0 100px;
  margin-top: 60px; }

#case-study .page-top .title {
  top: 25%;
  left: 100px; }

#case-study .section-holder {
  position: relative; }
  #case-study .section-holder .head {
    position: absolute;
    height: auto;
    width: 100%;
    left: 40%;
    top: 100px;
    z-index: 0; }

#case-study #b1 {
  position: relative;
  max-width: 1600px; }
  #case-study #b1 ul {
    font-size: 1.1rem;
    font-weight: 300; }
  #case-study #b1 .what-we-did h2, #case-study #b1 .what-we-did h2 + p {
    max-width: 50%; }
  #case-study #b1 .what-we-did .icon-list {
    margin-top: 50px; }
    #case-study #b1 .what-we-did .icon-list .item {
      clear: both;
      margin-bottom: 100px;
      overflow: hidden; }
      #case-study #b1 .what-we-did .icon-list .item .icon {
        text-align: center;
        width: 200px;
        float: left; }
        #case-study #b1 .what-we-did .icon-list .item .icon img {
          margin-top: 5px; }
      #case-study #b1 .what-we-did .icon-list .item .description {
        float: left;
        margin-left: 20px;
        width: 40%; }
        #case-study #b1 .what-we-did .icon-list .item .description h2 {
          margin-bottom: 20px; }
  #case-study #b1 .what-we-did .screens {
    position: absolute;
    left: 60%;
    width: 100%; }
    #case-study #b1 .what-we-did .screens img {
      display: block;
      margin-bottom: 100px;
      width: 60%;
      border-radius: 70px;
      -webkit-box-shadow: -2px 0px 13px -5px rgba(0, 0, 0, 0.7);
      box-shadow: -2px 0px 13px -5px rgba(0, 0, 0, 0.7); }
    #case-study #b1 .what-we-did .screens .img-group {
      margin-bottom: 100px; }
      #case-study #b1 .what-we-did .screens .img-group img {
        margin-bottom: 0; }
        #case-study #b1 .what-we-did .screens .img-group img:nth-child(1) {
          transform: translate(50px, 0); }
        #case-study #b1 .what-we-did .screens .img-group img:nth-child(2) {
          transform: translate(0, -50%); }
        #case-study #b1 .what-we-did .screens .img-group img:nth-child(3) {
          transform: translate(50px, -100%);
          margin-bottom: -30%; }
        #case-study #b1 .what-we-did .screens .img-group img:hover {
          z-index: 99999; }

@media (max-width: 1100px) {
  #case-study .section-holder {
    padding: 15px; }
  #case-study #b1 {
    padding: 0 50px; }
    #case-study #b1 .what-we-did h2, #case-study #b1 .what-we-did h2 + p {
      max-width: 70%; }
    #case-study #b1 .what-we-did .screens {
      left: 70%; }
    #case-study #b1 .what-we-did .icon-list {
      margin-top: 50px;
      width: 70%; }
      #case-study #b1 .what-we-did .icon-list .item {
        clear: both;
        margin-bottom: 30px;
        overflow: hidden; }
        #case-study #b1 .what-we-did .icon-list .item .icon {
          text-align: center;
          width: 90px;
          float: left; }
          #case-study #b1 .what-we-did .icon-list .item .icon img {
            margin-top: 5px;
            width: 90%; }
        #case-study #b1 .what-we-did .icon-list .item .description {
          float: left;
          margin-left: 20px;
          width: calc(100% - 120px); }
          #case-study #b1 .what-we-did .icon-list .item .description h2 {
            margin-bottom: 20px; } }

@media (max-width: 765px) {
  #case-study section {
    position: static;
    padding: 0;
    margin-top: 20px; }
  #case-study .page-top .title {
    top: auto;
    left: auto;
    padding: 15px 15px 0 15px;
    transform: none;
    max-width: 100%; }
  #case-study .section-holder {
    padding: 15px;
    position: relative; }
    #case-study .section-holder .head {
      display: none; }
  #case-study #b1 {
    padding: 0px; }
    #case-study #b1 ul {
      font-size: 1rem; }
    #case-study #b1 .what-we-did h2, #case-study #b1 .what-we-did h2 + p {
      max-width: 100%; }
    #case-study #b1 .what-we-did .icon-list {
      margin-top: 50px;
      width: 100%; }
      #case-study #b1 .what-we-did .icon-list .item {
        clear: both;
        margin-bottom: 30px;
        overflow: hidden; }
        #case-study #b1 .what-we-did .icon-list .item .icon {
          text-align: center;
          width: 50px;
          float: left; }
          #case-study #b1 .what-we-did .icon-list .item .icon img {
            margin-top: 5px;
            width: 90%; }
        #case-study #b1 .what-we-did .icon-list .item .description {
          float: left;
          margin-left: 20px;
          width: calc(100% - 70px); }
          #case-study #b1 .what-we-did .icon-list .item .description h2 {
            margin-bottom: 20px; }
    #case-study #b1 .what-we-did .screens {
      display: none; } }

#contact #footer {
  margin-top: 106px;
  min-height: calc(100vh - 85px);
  z-index: 9997;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #contact #footer .centralizer {
    position: absolute;
    top: calc(50% - 85px);
    left: 50%;
    transform: translate(-50%, -50%); }
  #contact #footer .love {
    position: absolute;
    bottom: 150px;
    width: 100%;
    left: 0; }

@media (max-width: 1000px) {
  #contact #footer {
    margin-top: 85px; } }

@media (max-width: 765px) {
  #contact #footer {
    margin-top: 85px;
    padding-top: 50px;
    z-index: 1;
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    height: auto; }
    #contact #footer .centralizer {
      position: static;
      top: 0;
      left: 0;
      transform: none; }
    #contact #footer .love {
      position: static;
      margin-top: 30px; } }

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.7);
  pointer-events: none;
  opacity: 0;
  transition: opacity .5s; }

.grecaptcha-badge {
  display: none !important; }
