
@font-face {
    font-family: 'Title';
    src: url("./curse.ttf") format('truetype');
    font-style: normal;
    font-display: swap;
    letter-spacing: 2rem;
}			
    
body{
    color: whitesmoke;
    font-family: 'Merriweather';
    background-color: #000;
    background-image: url("../images/fundo.png");
    background-position: 50% 50%;
    background-attachment: fixed;     
    background-repeat: repeat;
    
}

.font-title{
    font-family: 'Title';
}
.font-normal{
    font-family: 'Merriweather';
}
.font-italic{
    font-family: 'Merriweather';
    font-style: italic;
}

h2{
    margin:0;
}

.login-form input {
    width: 100%;
}

.blog-header {
    line-height: 1;
    border-bottom: 1px solid #242424;
}

.blog-header-logo {
font-family: 'Title';
font-size: 2.25rem;
}

.blog-header-logo:hover {
text-decoration: none;
}

.hormenu{
    font-family: 'Merriweather';
    color: whitesmoke !important;
    text-decoration: none;
}

.dropdown-menu{
    background-color: black;
    color: whitesmoke;
    font-family: 'Merriweather';
}

.dropdown-item{
    color: whitesmoke;
}
.dropdown-item:active{
    background-color: gray;
}

.form-input{
    position: relative;
}

a {
    color:#6c757d;
}
a:hover{
    color: #494c4e;
}

.login-form .form-group input{
        background: rgba(255, 255, 255, 0.2);
        color: rgba(255, 255, 255, 0.8) !important;
        padding: 0.25rem;
        padding-left: 2rem;
        border-radius: 2px;
        border: none;
        border-bottom: 1px solid #6c757d;
}

.form-group .icon {
    position: absolute;
    margin-left: 10px;
    top: 0;
    left: 0;
    bottom: 0;
    background: transparent;
}


.hormenu:hover{
    font-weight:700;
    color: rgb(141, 141, 141);
    
}

.nav-container {
    position: sticky;
    top: 0;
    z-index:100;
}
  
.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
padding-top: .75rem;
padding-bottom: .75rem;
font-size: .875rem;
}

.btn{
    color: whitesmoke;
}
.btn:focus{
    box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 25%);
}


.btn-ctrl{
    width: 40px;
}

.btn-ctrl i {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabela{
    background-color: whitesmoke;
    width: 100%;
    max-width: 100%;
    overflow: visible;
    margin-top: 1rem;
}

.tabela-small{
    background-color: whitesmoke;
    height: 270px;
    font-size: 0.7rem;
    display: block;
    overflow: auto;
    margin-top: 1rem;
}

.center-box{
    border-radius: 5px;
    text-align: center;
    max-width: 600px;
    min-width: 350px;
    
    padding: 2rem;
    background-color: black;
    box-shadow: 0px 0px 11px 3px#1e1e1e;
}
.white{
    background-color: rgb(255, 255, 255);
    color: black;
}

.btn-custom{
    background-color: #c18c41;
    font-weight: 500;
}
.btn-custom:hover{
    background-color: #9e6e2a;
    color: white;
    font-weight: 600;
}

.form-fields{
    margin: 1rem 0;
}

.g-recaptcha{
    margin-bottom:1rem ;
}

.tabela-small td{
    padding: 0.25rem;
}

.table{
    margin: 0px;
}

th{
    white-space: nowrap;
    word-wrap: break-word;
    max-width: 700px;
}
td{
    word-wrap: break-word;
    max-width: 700px;
}

.modal{
    color: black;
}
.modal-form{
    margin: 0px;
}



.btn-left{
    float: right;
    background-color: black;
}

.modal-form-fields{
    margin: 0.75rem 1rem;
}

.form-group:not(:first-child){
    margin-top: 0.5rem;
}

.ts-field{
    width: 155px;
}

.ts-field-sm{
    width: 100px;
}

.help-block{
    margin: 0px;
}

.navbar-collapse{
    max-width: 800px;
}

.navbar-toggler{
    display: none;
}
.navbar-toggler-main{
    display: none;
}

.navbar-brand{
    margin-right: 2rem;
    text-decoration: none;
    white-space: nowrap;
    font-family: 'Title';
    color: whitesmoke;
}

.navbar-brand:hover{
    color: whitesmoke;
}

.nav-link:focus{
    color: white;
}

.divisor{
    border-left: 2px solid #ffffff;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.CAM{
    font-weight: 1000;
    color: white;
    background-color: #f90000 !important;
}
.CEE{
    font-weight: 1000;
    color: white;
    background-color: darkblue !important;
}
.CEC{
    font-weight: 1000;
    color: black;
    background-color: yellow !important;
}
.CAEP{
    font-weight: 1000;
    color: white;
    background-color: green!important;
}
.AEQ{
    font-weight: 1000;
    color: white;
    background-color: rgb(78, 189, 226) !important;
}
.CEN{
    font-weight: 1000;
    color: white;
    background-color: black !important;
}
.CMR{
    font-weight: 1000;
    color: black;
    background-color: orange !important;
}
.CAEA{
    font-weight: 1000;
    color: white;
    background-color: purple !important;
}



@media (max-width: 991px) {
    .navbar-toggler{
        display: block;
        float: left;
        border-color: #6c757d;
        color: white;
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
        border-radius: 0.2rem;
    }
    .navbar-toggler-main{
        display: block;
        float: right;
        border-color: #6c757d;
        color: white;
        background-color: transparent;
        padding: 0.25rem 0.5rem;
        font-size: 1rem;
        border-radius: 0.2rem;
    }
 
    .navbar-toggler-icon{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-toggler:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0.05rem;
    }
    .navbar-toggler-main:focus {
        text-decoration: none;
        outline: 0;
        box-shadow: 0 0 0 0.05rem;
    }
}
.tabela {
    overflow: auto;
}
.logo{
    max-height: 50px;
}
.logo-grande{
    max-height: 700px;
    margin-left: -20%;
    margin-right: -20%;
    margin-top: -100px;
}


.justificado {
    text-align: justify;
    text-justify: inter-word;
}

@media (max-width: 768px) {
    .navbar-brand{
        margin-right: 0;
    }
    .logo{
        max-height: 45px;
    }
    .ts-field{
        width: 70px;
    }
    .center-box{
        width: 100%;
        margin: auto;
        max-width: 100%;
        min-width: 0px;
    }
    .container .min-vh-100{
        min-height: 0 !important;
        margin-top: 1rem;
    }
    .flip-card{
        margin-bottom: 1rem;
    }
}

/* Generated on: Sun Dec 19 2021 12:30:24 GMT+0000 (Coordinated Universal Time) */
/* ==========================================================================
   normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css 
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/* ==========================================================================
   Start of base Webflow CSS - If you're looking for some ultra-clean CSS, skip the boilerplate and see the unminified code below.
  ========================================================================== */
  .personagens{
    background-color: black;
    padding: 1rem;
    filter: drop-shadow(0px 0px 9px rgba(255, 255, 255, 0.3));
    margin: 1rem;
  }
  
    .section{
      margin:0;
  }
  
  .p-top{
      padding-top: 100px;
  }
  
  .p-bot{
      padding-bottom: 100px;
  }
  
  img{
      max-width:100%;
      vertical-align:middle;
      display:inline-block
  }
  .w-inline-block{
      max-width:100%;
      display:inline-block
  }
  .w-clearfix:before,.w-clearfix:after{
      content:" ";
      display:table;
      grid-column-start:1;
      grid-row-start:1;
      grid-column-end:2;
      grid-row-end:2
  }
  .w-clearfix:after{
      clear:both
  }
  .w-hidden{
      display:none
  }
  .w-button{
      display:inline-block;
      padding:9px 15px;
      background-color:#3898EC;
      color:white;
      border:0;
      line-height:inherit;
      text-decoration:none;
      cursor:pointer;
      border-radius:0
  }
  .w-list-unstyled{
      padding-left:0;
      list-style:none
  }
  .w-embed:before,.w-embed:after{
      content:" ";
      display:table;
      grid-column-start:1;
      grid-row-start:1;
      grid-column-end:2;
      grid-row-end:2
  }
  .w-embed:after{
      clear:both
  }
  .w-video{
      width:100%;
      position:relative;
      padding:0
  }
  .w-video iframe,.w-video object,.w-video embed{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%
  }
  fieldset{
      padding:0;
      margin:0;
      border:0
  }
  .w-form{
      margin:0 0 15px
  }
  .w-form-done{
      display:none;
      padding:20px;
      text-align:center;
      background-color:#dddddd
  }
  .w-form-fail{
      display:none;
      margin-top:10px;
      padding:10px;
      background-color:#ffdede
  }
  .w-input,.w-select{
      display:block;
      width:100%;
      height:38px;
      padding:8px 12px;
      margin-bottom:10px;
      font-size:14px;
      line-height:1.42857143;
      color:#333333;
      vertical-align: middle;
      background-color:#fff;
      border:1px solid #cccccc
  }
  .w-input:-moz-placeholder,.w-select:-moz-placeholder{
      color:#999
  }
  .w-input::-moz-placeholder,.w-select::-moz-placeholder{
      color:#999;
      opacity:1
  }
  .w-input:-ms-input-placeholder,.w-select:-ms-input-placeholder{
      color:#999
  }
  .w-input::-webkit-input-placeholder,.w-select::-webkit-input-placeholder{
      color:#999
  }
  .w-input:focus,.w-select:focus{
      border-color:#3898EC;
      outline:0
  }
  .w-input[disabled],.w-select[disabled],.w-input[readonly],.w-select[readonly],fieldset[disabled] .w-input,fieldset[disabled] .w-select{
      cursor:not-allowed;
      background-color:#eeeeee
  }
  textarea.w-input,textarea.w-select{
      height:auto
  }
  .w-select{
      background-color:#f3f3f3
  }
  .w-select[multiple]{
      height:auto
  }
  .w-form-label{
      display:inline-block;
      cursor:pointer;
      font-weight:normal;
      margin-bottom:0
  }
  .w-radio{
      display:block;
      margin-bottom:5px;
      padding-left:20px
  }
  .w-radio:before,.w-radio:after{
      content:" ";
      display:table;
      grid-column-start:1;
      grid-row-start:1;
      grid-column-end:2;
      grid-row-end:2
  }
  .w-radio:after{
      clear:both
  }
  .w-radio-input{
      margin:4px 0 0;
      margin-top:1px \9;
      line-height:normal;
      float:left;
      margin-left:-20px
  }
  .w-radio-input{
      margin-top:3px
  }
  .w-file-upload{
      display:block;
      margin-bottom:10px
  }
  .w-file-upload-input{
      width:.1px;
      height:.1px;
      opacity:0;
      overflow:hidden;
      position:absolute;
      z-index:-100
  }
  .w-file-upload-default,.w-file-upload-uploading,.w-file-upload-success{
      display:inline-block;
      color:#333333
  }
  .w-file-upload-error{
      display:block;
      margin-top:10px
  }
  .w-file-upload-default.w-hidden,.w-file-upload-uploading.w-hidden,.w-file-upload-error.w-hidden,.w-file-upload-success.w-hidden{
      display:none
  }
  .w-file-upload-uploading-btn{
      display:flex;
      font-size:14px;
      font-weight:normal;
      cursor:pointer;
      margin:0;
      padding:8px 12px;
      border:1px solid #cccccc;
      background-color:#fafafa
  }
  .w-file-upload-file{
      display:flex;
      flex-grow:1;
      justify-content:space-between;
      margin:0;
      padding:8px 9px 8px 11px;
      border:1px solid #cccccc;
      background-color:#fafafa
  }
  .w-file-upload-file-name{
      font-size:14px;
      font-weight:normal;
      display:block
  }
  .w-file-remove-link{
      margin-top:3px;
      margin-left:10px;
      width:auto;
      height:auto;
      padding:3px;
      display:block;
      cursor:pointer
  }
  .w-icon-file-upload-remove{
      margin:auto;
      font-size:10px
  }
  .w-file-upload-error-msg{
      display:inline-block;
      color:#ea384c;
      padding:2px 0
  }
  .w-file-upload-info{
      display:inline-block;
      line-height:38px;
      padding:0 12px
  }
  .w-file-upload-label{
      display:inline-block;
      font-size:14px;
      font-weight:normal;
      cursor:pointer;
      margin:0;
      padding:8px 12px;
      border:1px solid #cccccc;
      background-color:#fafafa
  }
  .w-icon-file-upload-icon,.w-icon-file-upload-uploading{
      display:inline-block;
      margin-right:8px;
      width:20px
  }
  .w-icon-file-upload-uploading{
      height:20px
  }
  .w-container{
      margin-left:auto;
      margin-right:auto;
      max-width:940px
  }
  .w-container:before,.w-container:after{
      content:" ";
      display:table;
      grid-column-start:1;
      grid-row-start:1;
      grid-column-end:2;
      grid-row-end:2
  }
  .w-container:after{
      clear:both
  }
  .w-container .w-row{
      margin-left:-10px;
      margin-right:-10px
  }
  .w-row:before,.w-row:after{
      content:" ";
      display:table;
      grid-column-start:1;
      grid-row-start:1;
      grid-column-end:2;
      grid-row-end:2
  }
  .w-row:after{
      clear:both
  }
  .w-row .w-row{
      margin-left:0;
      margin-right:0
  }
  .w-col{
      position:relative;
      float:left;
      width:100%;
      min-height:1px;
      padding-left:10px;
      padding-right:10px
  }
  .w-col .w-col{
      padding-left:0;
      padding-right:0
  }
  .w-col-1{
      width:8.33333333%
  }
  .w-col-2{
      width:16.66666667%
  }
  .w-col-3{
      width:25%
  }
  .w-col-4{
      width:33.33333333%
  }
  .w-col-5{
      width:41.66666667%
  }
  .w-col-6{
      width:50%
  }
  .w-col-7{
      width:58.33333333%
  }
  .w-col-8{
      width:66.66666667%
  }
  .w-col-9{
      width:75%
  }
  .w-col-10{
      width:83.33333333%
  }
  .w-col-11{
      width:91.66666667%
  }
  .w-col-12{
      width:100%
  }
  .w-hidden-main{
      display:none !important
  }
  @media screen and (max-width:991px){
      .w-container{
          max-width:728px
      }
      .w-hidden-main{
          display:inherit !important
      }
      .w-hidden-medium{
          display:none !important
      }
      .w-col-medium-1{
          width:8.33333333%
      }
      .w-col-medium-2{
          width:16.66666667%
      }
      .w-col-medium-3{
          width:25%
      }
      .w-col-medium-4{
          width:33.33333333%
      }
      .w-col-medium-5{
          width:41.66666667%
      }
      .w-col-medium-6{
          width:50%
      }
      .w-col-medium-7{
          width:58.33333333%
      }
      .w-col-medium-8{
          width:66.66666667%
      }
      .w-col-medium-9{
          width:75%
      }
      .w-col-medium-10{
          width:83.33333333%
      }
      .w-col-medium-11{
          width:91.66666667%
      }
      .w-col-medium-12{
          width:100%
      }
      .w-col-stack{
          width:100%;
          left:auto;
          right:auto
      }
  }
  @media screen and (max-width:767px){
      .w-hidden-main{
          display:inherit !important
      }
      .w-hidden-medium{
          display:inherit !important
      }
      .w-hidden-small{
          display:none !important
      }
      .w-row,.w-container .w-row{
          margin-left:0;
          margin-right:0
      }
      .w-col{
          width:100%;
          left:auto;
          right:auto
      }
      .w-col-small-1{
          width:8.33333333%
      }
      .w-col-small-2{
          width:16.66666667%
      }
      .w-col-small-3{
          width:25%
      }
      .w-col-small-4{
          width:33.33333333%
      }
      .w-col-small-5{
          width:41.66666667%
      }
      .w-col-small-6{
          width:50%
      }
      .w-col-small-7{
          width:58.33333333%
      }
      .w-col-small-8{
          width:66.66666667%
      }
      .w-col-small-9{
          width:75%
      }
      .w-col-small-10{
          width:83.33333333%
      }
      .w-col-small-11{
          width:91.66666667%
      }
      .w-col-small-12{
          width:100%
      }
  }
  @media screen and (max-width:479px){
      .w-container{
          max-width:none
      }
      .w-hidden-main{
          display:inherit !important
      }
      .w-hidden-medium{
          display:inherit !important
      }
      .w-hidden-small{
          display:inherit !important
      }
      .w-hidden-tiny{
          display:none !important
      }
      .w-col{
          width:100%
      }
      .w-col-tiny-1{
          width:8.33333333%
      }
      .w-col-tiny-2{
          width:16.66666667%
      }
      .w-col-tiny-3{
          width:25%
      }
      .w-col-tiny-4{
          width:33.33333333%
      }
      .w-col-tiny-5{
          width:41.66666667%
      }
      .w-col-tiny-6{
          width:50%
      }
      .w-col-tiny-7{
          width:58.33333333%
      }
      .w-col-tiny-8{
          width:66.66666667%
      }
      .w-col-tiny-9{
          width:75%
      }
      .w-col-tiny-10{
          width:83.33333333%
      }
      .w-col-tiny-11{
          width:91.66666667%
      }
      .w-col-tiny-12{
          width:100%
      }
  }
  .w-widget{
      position:relative
  }
  .w-widget-map{
      width:100%;
      height:400px
  }
  .w-widget-map label{
      width:auto;
      display:inline
  }
  .w-widget-map img{
      max-width:inherit
  }
  .w-widget-map .gm-style-iw{
      text-align:center
  }
  .w-widget-map .gm-style-iw>button{
      display:none !important
  }
  .w-widget-twitter{
      overflow:hidden
  }
  .w-widget-twitter-count-shim{
      display:inline-block;
      vertical-align:top;
      position:relative;
      width:28px;
      height:20px;
      text-align:center;
      background:white;
      border:#758696 solid 1px;
      border-radius:3px
  }
  .w-widget-twitter-count-shim *{
      pointer-events:none;
      -webkit-user-select:none;
      -moz-user-select:none;
      -ms-user-select:none;
      user-select:none
  }
  .w-widget-twitter-count-shim .w-widget-twitter-count-inner{
      position:relative;
      font-size:15px;
      line-height:12px;
      text-align:center;
      color:#999;
      font-family:serif
  }
  .w-widget-twitter-count-shim .w-widget-twitter-count-clear{
      position:relative;
      display:block
  }
  .w-widget-twitter-count-shim.w--large{
      width:36px;
      height:28px
  }
  .w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner{
      font-size:18px;
      line-height:18px
  }
  .w-widget-twitter-count-shim:not(.w--vertical){
      margin-left:5px;
      margin-right:8px
  }
  .w-widget-twitter-count-shim:not(.w--vertical).w--large{
      margin-left:6px
  }
  .w-widget-twitter-count-shim:not(.w--vertical):before,.w-widget-twitter-count-shim:not(.w--vertical):after{
      top:50%;
      left:0;
      border:solid transparent;
      content:" ";
      height:0;
      width:0;
      position:absolute;
      pointer-events:none
  }
  .w-widget-twitter-count-shim:not(.w--vertical):before{
      border-color:rgba(117,134,150,0);
      border-right-color:#5d6c7b;
      border-width:4px;
      margin-left:-9px;
      margin-top:-4px
  }
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:before{
      border-width:5px;
      margin-left:-10px;
      margin-top:-5px
  }
  .w-widget-twitter-count-shim:not(.w--vertical):after{
      border-color:rgba(255,255,255,0);
      border-right-color:white;
      border-width:4px;
      margin-left:-8px;
      margin-top:-4px
  }
  .w-widget-twitter-count-shim:not(.w--vertical).w--large:after{
      border-width:5px;
      margin-left:-9px;
      margin-top:-5px
  }
  .w-widget-twitter-count-shim.w--vertical{
      width:61px;
      height:33px;
      margin-bottom:8px
  }
  .w-widget-twitter-count-shim.w--vertical:before,.w-widget-twitter-count-shim.w--vertical:after{
      top:100%;
      left:50%;
      border:solid transparent;
      content:" ";
      height:0;
      width:0;
      position:absolute;
      pointer-events:none
  }
  .w-widget-twitter-count-shim.w--vertical:before{
      border-color:rgba(117,134,150,0);
      border-top-color:#5d6c7b;
      border-width:5px;
      margin-left:-5px
  }
  .w-widget-twitter-count-shim.w--vertical:after{
      border-color:rgba(255,255,255,0);
      border-top-color:white;
      border-width:4px;
      margin-left:-4px
  }
  .w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner{
      font-size:18px;
      line-height:22px
  }
  .w-widget-twitter-count-shim.w--vertical.w--large{
      width:76px
  }
  .w-widget-gplus{
      overflow:hidden
  }
  .w-background-video{
      position:relative;
      overflow:hidden;
      height:500px;
      color:white
  }
  .w-background-video>video{
      background-size:cover;
      background-position:50% 50%;
      position:absolute;
      margin:auto;
      width:100%;
      height:100%;
      right:-100%;
      bottom:-100%;
      top:-100%;
      left:-100%;
      object-fit:cover;
      z-index:-100
  }
  .w-background-video>video::-webkit-media-controls-start-playback-button{
      display:none !important;
      -webkit-appearance:none
  }
  .w-slider{
      position:relative;
      height:300px;
      text-align:center;
      background:#dddddd;
      clear:both;
      -webkit-tap-highlight-color:rgba(0,0,0,0);
      tap-highlight-color:rgba(0,0,0,0)
  }
  .w-slider-mask{
      position:relative;
      display:block;
      overflow:hidden;
      z-index:1;
      left:0;
      right:0;
      height:100%;
      white-space:nowrap
  }
  .w-slide{
      position:relative;
      display:inline-block;
      vertical-align:top;
      width:100%;
      height:100%;
      white-space:normal;
      text-align:left
  }
  .w-slider-nav{
      position:absolute;
      z-index:2;
      top:auto;
      right:0;
      bottom:0;
      left:0;
      margin:auto;
      padding-top:10px;
      height:40px;
      text-align:center;
      -webkit-tap-highlight-color:rgba(0,0,0,0);
      tap-highlight-color:rgba(0,0,0,0)
  }
  .w-slider-nav.w-round>div{
      border-radius:100%
  }
  .w-slider-nav.w-num>div{
      width:auto;
      height:auto;
      padding:.2em .5em;
      font-size:inherit;
      line-height:inherit
  }
  .w-slider-nav.w-shadow>div{
      box-shadow:0 0 3px rgba(51,51,51,0.4)
  }
  .w-slider-nav-invert{
      color:#fff
  }
  .w-slider-nav-invert>div{
      background-color:rgba(34,34,34,0.4)
  }
  .w-slider-nav-invert>div.w-active{
      background-color:#222
  }
  .w-slider-dot{
      position:relative;
      display:inline-block;
      width:1em;
      height:1em;
      background-color:rgba(255,255,255,0.4);
      cursor:pointer;
      margin:0 3px .5em;
      transition:background-color 100ms,color 100ms
  }
  .w-slider-dot.w-active{
      background-color:#fff
  }
  .w-slider-dot:focus{
      outline:none;
      box-shadow:0 0 0 2px #fff
  }
  .w-slider-dot:focus.w-active{
      box-shadow:none
  }
  .w-slider-arrow-left,.w-slider-arrow-right{
      position:absolute;
      width:80px;
      top:0;
      right:0;
      bottom:0;
      left:0;
      margin:auto;
      cursor:pointer;
      overflow:hidden;
      color:white;
      font-size:40px;
      -webkit-tap-highlight-color:rgba(0,0,0,0);
      tap-highlight-color:rgba(0,0,0,0);
      -webkit-user-select:none;
      -moz-user-select:none;
      -ms-user-select:none;
      user-select:none
  }
  .w-slider-arrow-left [class^='w-icon-'],.w-slider-arrow-right [class^='w-icon-'],.w-slider-arrow-left [class*=' w-icon-'],.w-slider-arrow-right [class*=' w-icon-']{
      position:absolute
  }
  .w-slider-arrow-left:focus,.w-slider-arrow-right:focus{
      outline:0
  }
  .w-slider-arrow-left{
      z-index:3;
      right:auto
  }
  .w-slider-arrow-right{
      z-index:4;
      left:auto
  }
  .w-icon-slider-left,.w-icon-slider-right{
      top:0;
      right:0;
      bottom:0;
      left:0;
      margin:auto;
      width:1em;
      height:1em
  }
  .w-slider-aria-label{
      border:0;
      clip:rect(0 0 0 0);
      height:1px;
      margin:-1px;
      overflow:hidden;
      padding:0;
      position:absolute;
      width:1px
  }
  .w-slider-force-show{
      display:block !important
  }
  
  .w-lightbox-active{
      opacity:.3
  }
  .w-lightbox-thumbnail{
      position:relative;
      height:10vh;
      background:#222;
      overflow:hidden
  }
  .w-lightbox-thumbnail-image{
      position:absolute;
      top:0;
      left:0
  }
  .w-lightbox-thumbnail .w-lightbox-tall{
      top:50%;
      width:100%;
      -webkit-transform:translate(0, -50%);
      -ms-transform:translate(0, -50%);
      transform:translate(0, -50%)
  }
  .w-lightbox-thumbnail .w-lightbox-wide{
      left:50%;
      height:100%;
      -webkit-transform:translate(-50%, 0);
      -ms-transform:translate(-50%, 0);
      transform:translate(-50%, 0)
  }
  .w-lightbox-spinner{
      position:absolute;
      top:50%;
      left:50%;
      box-sizing:border-box;
      width:40px;
      height:40px;
      margin-top:-20px;
      margin-left:-20px;
      border:5px solid rgba(0,0,0,0.4);
      border-radius:50%;
      -webkit-animation:spin .8s infinite linear;
      animation:spin .8s infinite linear
  }
  .w-lightbox-spinner:after{
      content:"";
      position:absolute;
      top:-4px;
      right:-4px;
      bottom:-4px;
      left:-4px;
      border:3px solid transparent;
      border-bottom-color:#fff;
      border-radius:50%
  }
  .w-lightbox-hide{
      display:none
  }
  .w-lightbox-noscroll{
      overflow:hidden
  }
  
  .b-social{
    width: 100%;
  }
  @media (min-width:768px){
    .b-social{
      width: 33%;
    }
      .w-lightbox-content{
          height:96vh;
          margin-top:2vh
      }
      .w-lightbox-view,.w-lightbox-view:before{
          height:96vh
      }
      .w-lightbox-group,.w-lightbox-group .w-lightbox-view,.w-lightbox-group .w-lightbox-view:before{
          height:84vh
      }
      .w-lightbox-image{
          max-width:96vw;
          max-height:96vh
      }
      .w-lightbox-group .w-lightbox-image{
          max-width:82.3vw;
          max-height:84vh
      }
      .w-lightbox-left,.w-lightbox-right{
          display:block;
          opacity:.5
      }
      .w-lightbox-close{
          opacity:.8
      }
      .w-lightbox-control:hover{
          opacity:1
      }
  }
  .w-lightbox-inactive,.w-lightbox-inactive:hover{
      opacity:0
  }
  .w-richtext:before,.w-richtext:after{
      content:" ";
      display:table;
      grid-column-start:1;
      grid-row-start:1;
      grid-column-end:2;
      grid-row-end:2
  }
  .w-richtext:after{
      clear:both
  }
  .w-richtext[contenteditable="true"]:before,.w-richtext[contenteditable="true"]:after{
      white-space:initial
  }
  .w-richtext ol,.w-richtext ul{
      overflow:hidden
  }
  .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after{
      outline:2px solid #2895f7
  }
  .w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div{
      outline:2px solid #2895f7
  }
  .w-richtext figure.w-richtext-figure-type-video>div:after,.w-richtext figure[data-rt-type="video"]>div:after{
      content:'';
      position:absolute;
      display:none;
      left:0;
      top:0;
      right:0;
      bottom:0
  }
  .w-richtext figure{
      position:relative;
      max-width:60%
  }
  .w-richtext figure>div:before{
      cursor:default !important
  }
  .w-richtext figure img{
      width:100%
  }
  .w-richtext figure figcaption.w-richtext-figcaption-placeholder{
      opacity:.6
  }
  .w-richtext figure div{
      font-size:0;
      color:transparent
  }
  .w-richtext figure.w-richtext-figure-type-image,.w-richtext figure[data-rt-type="image"]{
      display:table
  }
  .w-richtext figure.w-richtext-figure-type-image>div,.w-richtext figure[data-rt-type="image"]>div{
      display:inline-block
  }
  .w-richtext figure.w-richtext-figure-type-image>figcaption,.w-richtext figure[data-rt-type="image"]>figcaption{
      display:table-caption;
      caption-side:bottom
  }
  .w-richtext figure.w-richtext-figure-type-video,.w-richtext figure[data-rt-type="video"]{
      width:60%;
      height:0
  }
  .w-richtext figure.w-richtext-figure-type-video iframe,.w-richtext figure[data-rt-type="video"] iframe{
      position:absolute;
      top:0;
      left:0;
      width:100%;
      height:100%
  }
  .w-richtext figure.w-richtext-figure-type-video>div,.w-richtext figure[data-rt-type="video"]>div{
      width:100%
  }
  .w-richtext figure.w-richtext-align-center{
      margin-right:auto;
      margin-left:auto;
      clear:both
  }
  .w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image>div,.w-richtext figure.w-richtext-align-center[data-rt-type="image"]>div{
      max-width:100%
  }
  .w-richtext figure.w-richtext-align-normal{
      clear:both
  }
  .w-richtext figure.w-richtext-align-fullwidth{
      width:100%;
      max-width:100%;
      text-align:center;
      clear:both;
      display:block;
      margin-right:auto;
      margin-left:auto
  }
  .w-richtext figure.w-richtext-align-fullwidth>div{
      display:inline-block;
      padding-bottom:inherit
  }
  .w-richtext figure.w-richtext-align-fullwidth>figcaption{
      display:block
  }
  .w-richtext figure.w-richtext-align-floatleft{
      float:left;
      margin-right:15px;
      clear:none
  }
  .w-richtext figure.w-richtext-align-floatright{
      float:right;
      margin-left:15px;
      clear:none
  }
  .w-tabs{
      position:relative
  }
  .w-tabs:before,.w-tabs:after{
      content:" ";
      display:table;
      grid-column-start:1;
      grid-row-start:1;
      grid-column-end:2;
      grid-row-end:2
  }
  .w-tabs:after{
      clear:both
  }
  .w-tab-menu{
      position:relative
  }
  .w-tab-link{
      position:relative;
      display:inline-block;
      vertical-align:top;
      text-decoration:none;
      padding:9px 30px;
      text-align:left;
      cursor:pointer;
      color:#222222;
      background-color:#dddddd
  }
  .w-tab-link.w--current{
      background-color:#C8C8C8
  }
  .w-tab-link:focus{
      outline:0
  }
  .w-tab-content{
      position:relative;
      display:block;
      overflow:hidden
  }
  .w-tab-pane{
      position:relative;
      display:none
  }
  .w--tab-active{
      display:block
  }
  @media screen and (max-width:479px){
      .w-tab-link{
          display:block
      }
  }
  .w-ix-emptyfix:after{
      content:""
  }
  @keyframes spin{
      0%{
          transform:rotate(0deg)
      }
      100%{
          transform:rotate(360deg)
      }
  }
  .w-dyn-empty{
      padding:10px;
      background-color:#dddddd
  }
  .w-dyn-hide{
      display:none !important
  }
  .w-dyn-bind-empty{
      display:none !important
  }
  .w-condition-invisible{
      display:none !important
  }
     /* ==========================================================================
        Start of custom Webflow CSS
        ========================================================================== */
     .w-layout-grid {
       max-width: 1000px;
       margin:auto;
       display: -ms-grid;
       display: grid;
       grid-auto-columns: 1fr;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       -ms-grid-rows: auto auto;
       grid-template-rows: auto auto;
       grid-row-gap: 16px;
       grid-column-gap: 16px;
     }
     
     .w-checkbox {
       display: block;
       margin-bottom: 5px;
       padding-left: 20px;
     }
     
     .w-checkbox::before {
       content: ' ';
       display: table;
       -ms-grid-column-span: 1;
       grid-column-end: 2;
       -ms-grid-column: 1;
       grid-column-start: 1;
       -ms-grid-row-span: 1;
       grid-row-end: 2;
       -ms-grid-row: 1;
       grid-row-start: 1;
     }
     
     .w-checkbox::after {
       content: ' ';
       display: table;
       -ms-grid-column-span: 1;
       grid-column-end: 2;
       -ms-grid-column: 1;
       grid-column-start: 1;
       -ms-grid-row-span: 1;
       grid-row-end: 2;
       -ms-grid-row: 1;
       grid-row-start: 1;
       clear: both;
     }
     
     .w-checkbox-input {
       float: left;
       margin-bottom: 0px;
       margin-left: -20px;
       margin-right: 0px;
       margin-top: 4px;
       line-height: normal;
     }
     
     .w-checkbox-input--inputType-custom {
       border-top-width: 1px;
       border-bottom-width: 1px;
       border-left-width: 1px;
       border-right-width: 1px;
       border-top-color: #ccc;
       border-bottom-color: #ccc;
       border-left-color: #ccc;
       border-right-color: #ccc;
       border-top-style: solid;
       border-bottom-style: solid;
       border-left-style: solid;
       border-right-style: solid;
       width: 12px;
       height: 12px;
       border-bottom-left-radius: 2px;
       border-bottom-right-radius: 2px;
       border-top-left-radius: 2px;
       border-top-right-radius: 2px;
     }
     
     .w-checkbox-input--inputType-custom.w--redirected-checked {
       background-color: #3898ec;
       border-top-color: #3898ec;
       border-bottom-color: #3898ec;
       border-left-color: #3898ec;
       border-right-color: #3898ec;
       background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
       background-position: 50% 50%;
       background-size: cover;
       background-repeat: no-repeat;
     }
     
     .w-checkbox-input--inputType-custom.w--redirected-focus {
       box-shadow: 0px 0px 3px 1px #3898ec;
     }
     
     .w-form-formradioinput--inputType-custom {
       border-top-width: 1px;
       border-bottom-width: 1px;
       border-left-width: 1px;
       border-right-width: 1px;
       border-top-color: #ccc;
       border-bottom-color: #ccc;
       border-left-color: #ccc;
       border-right-color: #ccc;
       border-top-style: solid;
       border-bottom-style: solid;
       border-left-style: solid;
       border-right-style: solid;
       width: 12px;
       height: 12px;
       border-bottom-left-radius: 50%;
       border-bottom-right-radius: 50%;
       border-top-left-radius: 50%;
       border-top-right-radius: 50%;
     }
     
     .w-form-formradioinput--inputType-custom.w--redirected-focus {
       box-shadow: 0px 0px 3px 1px #3898ec;
     }
     
     .w-form-formradioinput--inputType-custom.w--redirected-checked {
       border-top-width: 4px;
       border-bottom-width: 4px;
       border-left-width: 4px;
       border-right-width: 4px;
       border-top-color: #3898ec;
       border-bottom-color: #3898ec;
       border-left-color: #3898ec;
       border-right-color: #3898ec;
     }
     
     .section.bg-gray-3 {
       background-color: #e4e0dd;
     }
     
     .section.bg-gray-4 {
       background-color: #000;
     }
     
     .section.bg-primary-2 {
       -webkit-transition: background-color 200ms ease, border 200ms ease;
       transition: background-color 200ms ease, border 200ms ease;
     }
     
     .section.additional-bottom-space {
       padding-bottom: 156px;
     }
     
     .section.contained-hero-section {
       padding-right: 76px;
       padding-left: 76px;
     }
     
     .section.no-top-space {
       padding-top: 0px;
     }
     
     .section.side-padding {
       margin-right: 26px;
       margin-left: 26px;
     }
     
     .section.space-small {
       padding-top: 52px;
       padding-bottom: 52px;
     }
     
     .section.space-small.no-bottom-space {
       padding-bottom: 0px;
     }
     
     .section.no-space {
       padding-top: 0px;
       padding-bottom: 0px;
     }
     
     .section.blog-title-section {
       padding-top: 76px;
       padding-bottom: 76px;
     }
     
     .section.case-study-large-section {
       overflow: hidden;
       padding-top: 0px;
       padding-bottom: 0px;
       -webkit-perspective: 1000px;
       perspective: 1000px;
     }
     
     .section.project-body-section {
       padding-top: 156px;
       padding-bottom: 156px;
     }
     
     .section.project-title-section {
       padding-bottom: 76px;
     }
     
     .section.bg-gray-1 {
       background-color: #0c0c0c;
     }
     
     .section.bg-paper {
       background-image: url("../images/ruina.png");
       background-position: 50% 50%;
       background-size: cover;
       background-repeat: no-repeat;
       background-attachment: fixed;
     }
     
     .section.bg-paper.extra-space {
       background-image: url("../images/ruina.png");
     }
     
     .section.bg-texture {
       background-position: 50% 50%, 0px 0px;
       background-size: contain, auto;
       background-attachment: fixed, scroll;
     }
    .text-lead {
       position: static;
       font-family: 'Merriweather', sans-serif;
       font-size: 22px;
       line-height: 32px;
       font-weight: 400;
     }
     
     .text-small {
       font-family: 'Merriweather', sans-serif;
       font-size: 14px;
       line-height: 22px;
     }
     
     .text-small.text-muted {
       color: #62636b;
     }
     
     .text-small-caps {
       font-family: 'Merriweather', sans-serif;
       font-size: 14px;
       line-height: 22px;
       font-weight: 700;
       letter-spacing: 0.1em;
       text-transform: uppercase;
     }
     
     .row {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 100%;
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
       direction: ltr;
     }
     
     .row.style-guide-content-row {
       margin-bottom: 13px;
     }
     
     .row.style-guide-icons-row {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: auto;
       padding: 13px 13px 0px;
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       -webkit-box-align: stretch;
       -webkit-align-items: stretch;
       -ms-flex-align: stretch;
       align-items: stretch;
     }
     
     .row.row-justify-center {
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
     }
     
     .row.justify-row-between {
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
     }
     
     .link-lead {
       font-family: 'Merriweather', sans-serif;
       font-size: 22px;
       line-height: 32px;
       font-weight: 500;
       text-decoration: none;
     }
     
     .style-guide-title {
       position: relative;
       width: 25%;
       margin-right: 26px;
       padding-top: 0px;
       padding-right: 26px;
       padding-bottom: 26px;
     }
     
     .style-guide-content {
       min-width: 640px;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
     
     .text-muted {
       font-family: 'Merriweather', sans-serif;
       color: #fff;
     }
     
     .button {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       height: 52px;
       min-width: 130px;
       padding-right: 26px;
       padding-left: 26px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-style: solid;
       border-width: 1px;
       border-color: #111112;
       background-color: #111112;
       -webkit-transition: color 200ms ease, background-color 200ms ease;
       transition: color 200ms ease, background-color 200ms ease;
       color: #fff;
       font-size: 16px;
       line-height: 26px;
       font-weight: 500;
       text-align: center;
     }
     
     .button:hover {
       background-color: transparent;
       color: #111112;
     }
     
     .button.button-large {
       height: 63px;
       min-width: 241px;
       background-color: #000;
       -webkit-transition: all 200ms ease, color 200ms ease, background-color 200ms ease;
       transition: all 200ms ease, color 200ms ease, background-color 200ms ease;
       font-family: 'Merriweather', sans-serif;
       font-size: 14px;
       letter-spacing: 2px;
       text-transform: uppercase;
     }
     
     .button.button-large:hover {
       color: #fff;
       letter-spacing: 1px;
     }
     
     .button.button-large:active {
       letter-spacing: 1px;
     }
     
     .button.button-large.button-outline-white {
       font-weight: 400;
     }
     
     .button.button-large.form-button {
       margin-top: 26px;
     }
     
     .button.button-small {
       height: 42px;
     }
     
     .button.button-outline {
       background-color: transparent;
       font-family: 'Merriweather', sans-serif;
       color: #111112;
       letter-spacing: 2px;
       text-transform: uppercase;
     }
     
     .button.button-outline:hover {
       background-color: #111112;
       color: #fff;
     }
     
     .button.icon-button {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       padding-right: 16px;
       padding-left: 16px;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .button.icon-button:hover {
       border-color: #111112;
     }
     
     .button.button-circle-small {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 28px;
       height: 28px;
       min-width: 0px;
       padding: 4px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-radius: 50%;
     }
     
     .button.button-circle {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 52px;
       height: 52px;
       min-width: 0px;
       padding: 0px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-radius: 50%;
     }
     
     .button.button-circle:hover {
       background-color: #111112;
     }
     
     .button.button-circle.bg-white {
       background-color: #fff;
     }
     
     .button.button-circle.bg-white:hover {
       background-color: #fff;
     }
     
     .button.bg-white {
       border-color: #fff;
       color: #111112;
     }
     
     .button.bg-white:hover {
       border-color: #fff;
       background-color: #e4e0dd;
       color: #111112;
     }
     
     .button.bg-white.disabled {
       background-color: #fff;
       -webkit-transition-property: none;
       transition-property: none;
     }
     
     .button.bg-white.disabled:hover {
       background-color: #fff;
       -webkit-transition-property: none;
       transition-property: none;
       color: #111112;
     }
     
     .button.disabled {
       background-color: #111112;
       opacity: 0.5;
       -webkit-transition-property: none;
       transition-property: none;
     }
     
     .button.disabled:hover {
       background-color: #111112;
       opacity: 0.5;
       -webkit-transition-property: none;
       transition-property: none;
       color: #fff;
     }
     
     .button.button-wide {
       padding-right: 52px;
       padding-left: 52px;
     }
     
     .button.button-extra-wide {
       padding: 9px 65px;
     }
     
     .button.button-outline-white {
       border-color: #fff;
       background-color: transparent;
     }
     
     .button.button-outline-white:hover {
       border-color: #111112;
       background-color: #111112;
       color: #fff;
     }
     
     .button.button-outline-white.button-space-left {
       margin-left: 16px;
     }
     
     .style-guide-content-item {
       margin-right: 13px;
       margin-bottom: 13px;
     }
     
     .styleguide-content-group {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 52px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       grid-auto-columns: 1fr;
       grid-column-gap: 16px;
       grid-row-gap: 16px;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       -ms-grid-rows: auto auto;
       grid-template-rows: auto auto;
     }
     
     .text-white {
       color: #fff;
     }
     
     
     .grid-quarters {
       width: 100%;
       grid-column-gap: 26px;
       grid-row-gap: 26px;
       -ms-grid-columns: 1fr 1fr 1fr 1fr;
       grid-template-columns: 1fr 1fr 1fr 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .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;
       background-color: #fff;
       color: #111112;
     }
     
     .card.style-guide-color-card {
       overflow: hidden;
       min-width: 104px;
     }
     
     .card.content-width-medium {
       color: #111112;
     }
     
     .card.content-width-medium.grid-content-overlap-left {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       min-height: 420px;
     }
     
     .card.content-width-medium.card-grow {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
     }
     
     .card.card-muted {
       background-color: hsla(0, 0%, 100%, 0.05);
       color: #fff;
     }
     
     .card.blog-card {
       -webkit-box-flex: 0;
       -webkit-flex: 0 0 auto;
       -ms-flex: 0 0 auto;
       flex: 0 0 auto;
       background-color: #000;
     }
     
     .card.card-medium-height {
       min-height: 416px;
     }
     
     .style-guide-color {
       width: 100%;
       height: 104px;
     }
     
     .style-guide-color.bg-primary-1 {
       width: 100%;
       background-color: #041e3d;
     }
     
     .style-guide-color.bg-gray-4 {
       border-style: solid;
       border-width: 1px;
       border-color: #e4e0dd;
     }
     
     .style-guide-color.bg-success {
       background-color: #51d37e;
     }
     
     .style-guide-color.bg-warning {
       background-color: #fab14e;
     }
     
     .style-guide-color.bg-danger {
       background-color: #fc4343;
     }
     
     .style-guide-color.bg-info {
       background-color: #8ae2f0;
     }
     
     .card-body {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       padding: 39px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: stretch;
       -webkit-align-items: stretch;
       -ms-flex-align: stretch;
       align-items: stretch;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
     
     .card-body.card-body-tall {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       min-height: 520px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-box-align: stretch;
       -webkit-align-items: stretch;
       -ms-flex-align: stretch;
       align-items: stretch;
       direction: ltr;
     }
     
     .card-body.numbered-list-card {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       padding-right: 52px;
       padding-left: 52px;
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
     
     .card-body.cta-4-card-body {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       min-height: 676px;
       padding: 52px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
     }
     
     .card-body.blog-card-body {
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
     }
     
     .card-body.align-left {
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
     }
     
     .bg-primary-2 {
       background-color: #052c25;
       color: #fff;
     }
     
     .bg-primary-1 {
       background-color: #041e3d;
       color: #fff;
     }
     
     .bg-primary-3 {
       background-color: #d2c0a6;
     }
     
     .bg-primary-4 {
       background-color: #c18c41;
       color: #fff;
     }
     
     .bg-success {
       background-color: #24da78;
     }
     
     .bg-warning {
       background-color: #ff9f1c;
     }
     
     .bg-danger {
       background-color: #da2424;
     }
     
     .bg-info {
       background-color: #adeef8;
     }
     
     .split-section-full-width {
       display: -ms-grid;
       display: grid;
       grid-auto-columns: 1fr;
       grid-column-gap: 0px;
       grid-row-gap: 16px;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
       background-color: #000;
     }
     
     .split-section-full-width.split-section-reverse {
       direction: rtl;
     }
     
     .split-section-full-width.split-section-reverse.bg-primary-2 {
       background-color: #111112;
     }
     
     .space-bottom {
       margin-bottom: 26px;
       font-family: 'Merriweather', sans-serif;
     }
     
     .blurred-background-image-content {
       position: relative;
       z-index: 1;
     }
     
     .large-heading {
       margin-top: 0px;
       margin-bottom: 26px;
       color: #fcf8ee;
       font-family: 'Title', sans-serif;
       letter-spacing: .1rem;
       font-size: 54px;
       line-height: 54px;
     }
     
     .large-heading.content-width-large {
       font-family: 'Title', sans-serif;
     }
     
     .large-heading.space-bottom {
       margin-bottom: 104px;
     }
     
     .large-heading.numbered-list-item-number {
       margin-right: 26px;
       margin-bottom: 0px;
     }
     
     .large-heading.case-study-tile-heading {
       margin-bottom: 13px;
     }
     
     .content-width-large {
       width: 100%;
       max-width: 598px;
       direction: ltr;
     }
     
     .content-width-large.align-center {
       margin-right: auto;
       margin-left: auto;
     }
     
     .subheading {
       margin-bottom: 26px;
       font-family: Feenit2, sans-serif;
       color: #fff;
       font-size: 24px;
     }
     
     .subheading.text-white {
       color: #fff;
     }
     
     .subheading.text-dark {
       color: #000;
     }
     
     .justify-column-between {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       height: auto;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
     
     .justify-column-between.content-width-medium {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       direction: ltr;
       color: #fff;
     }
     
     .justify-column-between.content-width-medium.text-white {
       color: #fff;
     }
     
     .justify-column-between.content-width-small {
       direction: ltr;
     }
     
     .link-underline {
       position: relative;
       height: 2px;
       background-color: rgba(17, 17, 18, 0.1);
     }
     
     .link-underline.bg-white {
       background-color: hsla(0, 0%, 100%, 0.1);
     }
     
     .underlined-link.space-left {
       margin-left: 19px;
     }
     
     .link-underline-animation {
       width: 0%;
       height: 2px;
       background-color: #111112;
     }
     
     .link-underline-animation.bg-white {
       background-color: #fff;
     }
     
     .content-width-medium {
       position: relative;
       display: block;
       width: 100%;
       max-width: 494px;
       margin-right: auto;
       margin-left: auto;
     }
     
     .content-width-medium.section-title {
       margin-left: 0px;
     }
     
     .content-width-medium.centered-in-parent {
       direction: ltr;
     }
     
     .content-width-medium.align-self-center {
       margin-right: auto;
       margin-left: auto;
     }
     
     .content-width-medium.align-left {
       margin-left: 0px;
     }
     
     .border-bottom {
       border-bottom: 1px solid #000;
       border-radius: 1px;
     }
     
     .overflow-hidden {
       overflow: hidden;
     }
     
     .split-section-content {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       padding: 104px 26px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       background-color: #000;
       direction: ltr;
     }
     
     .split-section-content.content-vertical {
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       direction: ltr;
     }
     
     .split-section-content.bg-gray-4 {
       width: 100%;
     }
     
     .split-section-content.align-self-center {
       background-color: transparent;
     }
     
     .display-1.space-bottom {
       margin-bottom: 52px;
     }
     
     .display-1.no-space-bottom {
       margin-bottom: 0px;
       color: #fff;
     }
     
     .display-1.centered-hero-heading {
       position: absolute;
       margin-bottom: 0px;
     }
     
     .display-1.hero-collage-heading {
       position: absolute;
       margin-bottom: 0px;
     }
     
     .display-1.project-heading {
       max-width: 494px;
     }
     
     .content-width-extra-large {
       width: 806px;
     }
     
     .content-width-extra-large.centered {
       display: block;
       margin-right: auto;
       margin-left: auto;
     }
     
     .content-width-extra-large.centered.italic {
       font-weight: 400;
     }
     
     .content-width-extra-large.muted {
       opacity: 0.75;
     }
     
     .centered-marquee {
       position: absolute;
     }
     
     .centered-marquee.display-2.text-white {
       z-index: 2;
       color: #fff;
       white-space: nowrap;
     }
     
     .centered-marquee.display-2.text-white {
       color: #fff;
       white-space: nowrap;
     }
     
     .centered-marquee-container {
       position: relative;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       overflow: hidden;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .border-top {
       padding-top: 13px;
       border-top: 1px solid #111112;
       border-radius: 1px;
     }
     
     .space-top {
       padding-top: 20px;
     }
     
     .align-self-center {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     .align-self-center.bg-primary-2 {
       background-color: #000;
     }
     
     .centered {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
     }
     
     .centered-in-parent {
       margin-right: auto;
       margin-left: auto;
     }
     
     .content-width-small {
       width: 100%;
       max-width: 250px;
       margin-right: auto;
       margin-left: auto;
       font-family: 'Merriweather', sans-serif;
     }
     
     .content-width-small.footer-2-cta {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-left: 0px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
     }
     
     .section-title {
       margin-bottom: 76px;
     }
     
     .section-title.overlap-image-top {
       margin-top: -156px;
     }
     
     .grid-halves {
       display: -ms-grid;
       display: grid;
       grid-auto-columns: 1fr;
       grid-column-gap: 26px;
       grid-row-gap: 26px;
       -ms-grid-columns: 1fr minmax(50%, 1fr);
       grid-template-columns: 1fr minmax(50%, 1fr);
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .grid-halves.overlap-image-pair {
       margin-top: -156px;
       margin-bottom: 104px;
       justify-items: center;
       -webkit-box-align: end;
       -webkit-align-items: end;
       -ms-flex-align: end;
       align-items: end;
     }
     
     .grid-halves.align-center {
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .text-center {
       text-align: center;
     }
     
     .card-body-tall {
       min-height: 416px;
     }
     
     .border-left {
       border-left: 1px solid hsla(0, 0%, 100%, 0.1);
     }
     
     .no-bottom-space {
       margin-bottom: 0px;
       padding-bottom: 0px;
     }
     
     .split-section {
       display: -ms-grid;
       display: grid;
       grid-auto-columns: 1fr;
       grid-column-gap: 50px;
       grid-row-gap: 50px;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .split-section.align-center {
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .split-section.reverse-direction {
       direction: rtl;
     }
     
     .subtitle {
       margin-bottom: 26px;
       font-family: Feenit2, sans-serif;
     }
     
     .grid-content-overlap-left {
       margin-left: -52px;
     }
     
     .full-width-image {
       width: 100%;
     }
     
     .split-section-container {
       width: 100%;
       max-width: 1220px;
       margin-right: auto;
       margin-left: auto;
       padding-right: 26px;
       padding-left: 26px;
     }
     
     .position-relative {
       position: relative;
     }
     
     .list-item-bullet {
       width: 8px;
       height: 8px;
       margin-right: 13px;
       -webkit-box-flex: 0;
       -webkit-flex: 0 0 auto;
       -ms-flex: 0 0 auto;
       flex: 0 0 auto;
       border-radius: 20px;
       background-color: #111112;
     }
     
     .list-item-bullet.text-white {
       background-color: #fff;
     }
     
     .bulleted-list-item {
       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;
       list-style-type: disc;
     }
     
     .bulleted-list-item.border-bottom {
       margin-bottom: 13px;
       padding-bottom: 13px;
       font-family: 'Merriweather', sans-serif;
     }
     
     .bulleted-list-item.border-bottom.no-bottom-space {
       margin-bottom: 0px;
     }
     
     .bulleted-list-item.border-bottom-white {
       margin-bottom: 13px;
       padding-bottom: 13px;
       border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
       color: #fff;
     }
     
     .bulleted-list-item.border-bottom-white.no-bottom-space {
       margin-bottom: 0px;
     }
     
     .grid-thirds {
       display: -ms-grid;
       display: grid;
       grid-auto-columns: 1fr;
       grid-column-gap: 26px;
       grid-row-gap: 26px;
       -ms-grid-columns: 1fr 1fr 1fr;
       grid-template-columns: 1fr 1fr 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .grid-thirds.icon-grid-thirds {
       grid-column-gap: 0px;
     }
     
     .numbered-list-item {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 24px;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       list-style-type: decimal;
     }
     
     .numbered-list-item.border-bottom {
       margin-bottom: 13px;
       padding-bottom: 13px;
       border-bottom-color: hsla(0, 0%, 100%, 0.25);
     }
     
     .numbered-list-item.border-bottom.no-bottom-space {
       margin-bottom: 0px;
     }
     
     .numbered-list-item-number {
       margin-right: 39px;
       margin-bottom: 0px;
     }
     
     .linked-list-item {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
     }
     
     .linked-list-item.border-bottom {
       margin-top: 13px;
       padding-bottom: 13px;
     }
     
     .linked-list-item-icon {
       -webkit-transform: rotate(-45deg);
       -ms-transform: rotate(-45deg);
       transform: rotate(-45deg);
     }
     
     .linked-list-item-link {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 100%;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       align-self: center;
     }
     
     .icon-extra-large {
       position: relative;
       z-index: 1;
       width: auto;
       height: 200px;
     }
     
     .icon-large {
       width: 52px;
       height: 52px;
     }
     
     .grid-40-60 {
       -ms-grid-columns: 40fr minmax(60%, 1fr);
       grid-template-columns: 40fr minmax(60%, 1fr);
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .decorative-circle {
       position: relative;
       width: 26px;
       height: 26px;
       border-radius: 20px;
     }
     
     .decorative-circle.bg-primary-4.position-bottom-right {
       position: absolute;
       left: auto;
       top: auto;
       right: 0%;
       bottom: 0%;
     }
     
     .icon-decoration-container {
       position: relative;
     }
     
     .position-bottom-right {
       position: absolute;
       left: auto;
       top: auto;
       right: 0%;
       bottom: 0%;
     }
     
     .position-top-left {
       position: absolute;
       left: 0%;
       top: 0%;
       right: auto;
       bottom: auto;
     }
     
     .icon-list-item {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 26px;
       padding-bottom: 26px;
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-bottom: 1px solid #000;
     }
     
     .icon-list-item.no-bottom-space {
       margin-bottom: 0px;
     }
     
     .icon-list-item.no-bottom-border {
       margin-bottom: 0px;
       border-bottom-style: none;
     }
     
     .icon-list-item-icon.icon-large {
       margin-right: 26px;
     }
     
     .small-image-overlay {
       width: 208px;
     }
     
     .small-image-overlay.position-top-left {
       margin-top: 76px;
       margin-left: -26px;
     }
     
     .border-bottom-white {
       border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
     }
     
     .block-image-wrapper {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .menu-button {
       margin-left: 0px;
     }
     
     .footer {
       padding-top: 104px;
       padding-bottom: 52px;
     }
     
     .footer-1-top-row {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 104px;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
     }
     
     .medium-heading {
       display: block;
       margin-bottom: 13px;
       font-size: 40px;
       line-height: 48px;
       letter-spacing: -0.03em;
     }
     
     .medium-heading.text-link-white {
       opacity: 1;
       -webkit-transition: opacity 200ms ease;
       transition: opacity 200ms ease;
       color: #fff;
     }
     
     .medium-heading.text-link-white:hover {
       opacity: 0.5;
     }
     
     .medium-heading.button-row-title {
       margin-bottom: 0px;
     }
     
     .vertical-link-menu {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-right: 26px;
       margin-left: 26px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
     }
     
     .vertical-link-item {
       margin-bottom: 13px;
       opacity: 1;
       -webkit-transition: opacity 200ms ease;
       transition: opacity 200ms ease;
       color: #fff;
     }
     
     .vertical-link-item:hover {
       opacity: 0.5;
     }
     
     .footer-menus-wrapper {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-left: 76px;
     }
     
     .footer-subscribe {
       display: -ms-grid;
       display: grid;
       margin-top: 26px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       grid-auto-columns: 1fr;
       grid-column-gap: 16px;
       grid-row-gap: 13px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
       -ms-grid-rows: auto auto;
       grid-template-rows: auto auto;
     }
     
     .footer-1-bottom-row {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       font-size: 14px;
       line-height: 22px;
     }
     
     .social-list {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-right: -6px;
       margin-left: -6px;
     }
     
     .button-round {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 39px;
       height: 39px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-radius: 50%;
     }
     
     .button-round.social-button {
       margin-right: 6px;
       margin-left: 6px;
       background-color: #111112;
       -webkit-transition: -webkit-transform 200ms ease;
       transition: -webkit-transform 200ms ease;
       transition: transform 200ms ease;
       transition: transform 200ms ease, -webkit-transform 200ms ease;
     }
     
     .button-round.social-button:hover {
       -webkit-transform: scale(1.2);
       -ms-transform: scale(1.2);
       transform: scale(1.2);
     }
     
     .button-round.social-button.bg-white {
       background-color: #fff;
     }
     
     .button-round-icon {
       height: 24px;
       max-height: 24px;
     }
     
     .footer-1-menus {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
     
     .footer-fine-print {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
     }
     
     .form-input {
       height: 52px;
       margin-bottom: 0px;
       padding: 12px 12px 12px 20px;
       border-style: solid;
       border-width: 1px;
       border-color: #e4e0dd;
       background-color: transparent;
       font-size: 18px;
       line-height: 26px;
     }
     
     .form-input:focus {
       border-color: #111112;
     }
     
     .form-input.form-input-large {
       overflow: visible;
       height: 63px;
       padding-top: 24px;
       padding-bottom: 24px;
       border: 2px solid #000;
       background-color: transparent;
       font-family: 'Merriweather', sans-serif;
       color: #000;
       font-weight: 400;
     }
     
     .form-input.form-input-large::-webkit-input-placeholder {
       color: rgba(0, 0, 0, 0.75);
     }
     
     .form-input.form-input-large:-ms-input-placeholder {
       color: rgba(0, 0, 0, 0.75);
     }
     
     .form-input.form-input-large::-ms-input-placeholder {
       color: rgba(0, 0, 0, 0.75);
     }
     
     .form-input.form-input-large::placeholder {
       color: rgba(0, 0, 0, 0.75);
     }
     
     .form-input.form-input-large.form-input-white {
       color: #000;
     }
     
     .form-input.form-input-large.form-input-dark {
       border-color: #fff;
       font-family: Feenit2, sans-serif;
       color: #fff;
     }
     
     .form-input.form-input-large.form-input-dark::-webkit-input-placeholder {
       color: #111112;
     }
     
     .form-input.form-input-large.form-input-dark:-ms-input-placeholder {
       color: #111112;
     }
     
     .form-input.form-input-large.form-input-dark::-ms-input-placeholder {
       color: #111112;
     }
     
     .form-input.form-input-large.form-input-dark::placeholder {
       color: #111112;
     }
     
     .form-input.form-input-large.space-bottom {
       margin-bottom: 26px;
     }
     
     .form-input.form-input-large.no-border-right {
       border-left-style: none;
     }
     
     .form-input.form-input-white {
       border-color: #fff;
       color: #fff;
     }
     
     .form-input.form-input-white::-webkit-input-placeholder {
       color: #fff;
     }
     
     .form-input.form-input-white:-ms-input-placeholder {
       color: #fff;
     }
     
     .form-input.form-input-white::-ms-input-placeholder {
       color: #fff;
     }
     
     .form-input.form-input-white::placeholder {
       color: #fff;
     }
     
     .form-input.textarea-input {
       height: auto;
       min-height: 150px;
     }
     
     .form-input.form-input-small {
       height: 42px;
       font-size: 16px;
     }
     
     .form-input.space-bottom {
       margin-bottom: 13px;
     }
     
     .hero-row {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
     }
     
     .hero-row-content {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       padding-right: 13px;
       padding-left: 13px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
     
     .bg-image-wrapper {
       position: absolute;
       left: 0%;
       top: 0%;
       right: 0%;
       bottom: 0%;
     }
     
     .hero-bg-1 {
       position: absolute;
       left: 0%;
       top: 0%;
       right: 0%;
       bottom: 0%;
       z-index: 0;
       background-image: url("https://uploads-ssl.webflow.com/5f6c88c0bb5afc08d2296892/5f6c88c1fd4c1db7623c9494_rectangle-large-2.jpg");
       background-position: 0px 0px;
       background-size: cover;
       opacity: 0.9;
     }
     
     .centered-hero-container {
       position: relative;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       text-align: center;
     }
     
     .hero-collage-section {
       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;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       background-color: #052c25;
       text-align: center;
     }
     
     .hero-collage-image-b {
       position: absolute;
     }
     
     .hero-collage-image-a {
       min-width: 50vw;
       -webkit-align-self: flex-start;
       -ms-flex-item-align: start;
       align-self: flex-start;
     }
     
     .hero-collage-section-2 {
       position: relative;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       overflow: hidden;
       width: 100vw;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       text-align: center;
     }
     
     .hero-collage-image-c {
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
     
     .hero-collage-image-d {
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
     
     .hero-collage-button {
       position: absolute;
       bottom: 52px;
       -webkit-align-self: flex-end;
       -ms-flex-item-align: end;
       align-self: flex-end;
     }
     
     .announcement-bar.bg-gray-1 {
       background-color: #000;
     }
     
     .button-circle {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 52px;
       height: 52px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-radius: 50%;
       background-color: #111112;
       -webkit-transition: -webkit-transform 200ms ease;
       transition: -webkit-transform 200ms ease;
       transition: transform 200ms ease;
       transition: transform 200ms ease, -webkit-transform 200ms ease;
     }
     
     .button-circle:hover {
       -webkit-transform: scale(1.1);
       -ms-transform: scale(1.1);
       transform: scale(1.1);
     }
     
     .button-circle.button-circle-small {
       width: 26px;
       height: 26px;
     }
     
     .button-circle.button-circle-small.bg-white {
       background-color: #fff;
     }
     
     .button-circle.button-circle-large {
       width: 63px;
       height: 63px;
     }
     
     .button-icon-small {
       width: 16px;
       height: 16px;
     }
     
     .announcement-row {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .announcement-dismiss {
       margin-left: 13px;
       padding-top: 13px;
       padding-bottom: 13px;
     }
     
     .form-disclaimer {
       margin-top: 13px;
     }
     
     .form-section-tall-image {
       position: absolute;
       top: 0px;
       z-index: 0;
       height: 100%;
     }
     
     .horizontal-rule {
       margin-top: 26px;
       margin-bottom: 26px;
       border-top: 1px solid #111112;
     }
     
     .horizontal-rule.border-white {
       border-top-color: #fff;
     }
     
     .form-grid-halves {
       display: -ms-grid;
       display: grid;
       margin-bottom: 26px;
       grid-auto-columns: 1fr;
       grid-column-gap: 26px;
       grid-row-gap: 26px;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .form-row {
       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;
     }
     
     .form-grid-vertical {
       display: -ms-grid;
       display: grid;
       grid-auto-columns: 1fr;
       grid-column-gap: 16px;
       grid-row-gap: 13px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
       -ms-grid-rows: auto auto;
       grid-template-rows: auto auto;
     }
     
     .text-bold {
       font-weight: 500;
     }
     
     .quote-slider {
       background-color: transparent;
     }
     
     .display-none {
       display: none;
     }
     
     .quote-slide-nav {
       position: relative;
       padding-top: 26px;
       border-top: 1px solid #fff;
       font-size: 8px;
       text-align: right;
     }
     
     .quote-slide {
       height: auto;
     }
     
     .quote-slide-mask {
       height: auto;
     }
     
     .metric-horizontal {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 52px;
       padding-bottom: 26px;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       border-bottom: 1px solid #111112;
     }
     
     .metric-horizontal.no-bottom-space {
       margin-bottom: 0px;
     }
     
     .metric-horizontal.border-white {
       border-bottom-color: #000;
     }
     
     .metric-horizontal-text {
       max-width: 316px;
       margin-left: 26px;
       font-family: 'Merriweather', sans-serif;
     }
     
     .metrics-grid-horizontal {
       display: -ms-grid;
       display: grid;
       margin-bottom: 26px;
       padding-bottom: 52px;
       grid-auto-columns: 1fr;
       grid-column-gap: 52px;
       grid-row-gap: 16px;
       -ms-grid-columns: 1fr 1fr 1fr;
       grid-template-columns: 1fr 1fr 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
       border-bottom: 1px solid #111112;
     }
     
     .metrics-grid-horizontal.border-white {
       border-bottom-color: hsla(0, 0%, 100%, 0.1);
     }
     
     .video-with-image-row {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
     }
     
     .video-wrapper {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       max-width: 806px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
     
     .video-wrapper.fullwidth-video-wrapper {
       max-width: none;
     }
     
     .video-play-icon {
       position: absolute;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 104px;
       height: 104px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-radius: 50%;
       background-color: #111112;
       -webkit-transition: -webkit-transform 200ms ease;
       transition: -webkit-transform 200ms ease;
       transition: transform 200ms ease;
       transition: transform 200ms ease, -webkit-transform 200ms ease;
     }
     
     .video-play-icon:hover {
       -webkit-transform: scale(1.1);
       -ms-transform: scale(1.1);
       transform: scale(1.1);
     }
     
     .footer-subscribe-wrapper {
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
     
     .accordion-title-panel {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       cursor: pointer;
     }
     
     .accordion-panel {
       margin-bottom: 26px;
       padding-bottom: 26px;
       border-bottom: 1px solid #111112;
     }
     
     .accordion-content {
       padding-top: 26px;
     }
     
     .tabs-center {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 76px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
     }
     
     .text-tab {
       margin-right: 40px;
       margin-left: 40px;
       padding: 0px 0px 6px;
       border-bottom: 1px solid hsla(0, 0%, 100%, 0);
       background-color: transparent;
       -webkit-transition: border-color 200ms ease;
       transition: border-color 200ms ease;
       font-family: 'Merriweather', sans-serif;
       color: #fff;
       font-size: 30px;
       line-height: 30px;
       letter-spacing: 2px;
     }
     
     .text-tab:active {
       border-bottom-width: 2px;
       border-bottom-color: #fff;
       color: #fff;
     }
     .text-tab:hover {
      border-bottom-width: 1px;
      border-bottom-color: #ddd;
      color: #fff;
    }
     
     .text-tab:visited {
       color: #fff;
     }
     
     .text-tab.w--current {
       border-bottom-width: 2px;
       border-bottom-color: #fff;
       background-color: transparent;
       color: #fff;
     }
     
     .text-tab.no-bottom-space.w--current {
       border-bottom-width: 2px;
       border-bottom-color: #fff;
       color: #fff;
     }
     
     .wide-tabs-menu {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
     }
     
     .wide-tabs-button {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       height: 63px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
       border-style: solid none solid solid;
       border-width: 1px;
       border-color: #111112;
       background-color: transparent;
       -webkit-transition: color 200ms ease, background-color 200ms ease;
       transition: color 200ms ease, background-color 200ms ease;
       font-size: 16px;
       text-align: center;
     }
     
     .wide-tabs-button.w--current {
       background-color: #111112;
       color: #fff;
     }
     
     .overlay-title-wrapper {
       position: relative;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       text-align: center;
     }
     
     .overlay-title {
       position: absolute;
       color: #fff;
     }
     
     .overlay-title.display-2 {
       padding-right: 13px;
       padding-left: 13px;
     }
     
     .gallery-slider-row {
       display: -ms-grid;
       display: grid;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       grid-auto-columns: 1fr;
       grid-column-gap: 52px;
       grid-row-gap: 16px;
       -ms-grid-columns: 0.5fr 1fr;
       grid-template-columns: 0.5fr 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .image-slider {
       height: auto;
     }
     
     .image-slider-mask {
       height: auto;
     }
     
     .slider-button-round {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 52px;
       height: 52px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-radius: 50%;
       background-color: #fff;
     }
     
     .slider-button-round.slider-button-right {
       left: auto;
       top: auto;
       right: 52px;
       bottom: -26px;
       margin-top: 0px;
       margin-bottom: 0px;
     }
     
     .slider-button-round.slider-button-left {
       left: auto;
       top: auto;
       right: 113px;
       bottom: -26px;
     }
     
     .slider-button-round.fullwidth-slider-button-right {
       right: 13px;
     }
     
     .slider-button-round.fullwidth-slider-button-left {
       left: 13px;
     }
     
     .fullwidth-slider {
       height: auto;
       background-color: #111112;
     }
     
     .fullwidth-slider-mask {
       height: auto;
     }
     
     .fullwidth-slide-nav {
       bottom: 13px;
       height: auto;
       font-size: 8px;
     }
     
     .fullwidth-slide-container {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       padding-right: 26px;
       padding-left: 26px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       text-align: center;
     }
     
     .fullwidth-slide-text {
       position: absolute;
     }
     
     .fullwidth-slide-text.display-1 {
       max-width: 80vw;
     }
     
     .button-title-row {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 52px;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .gallery-grid {
       display: -ms-grid;
       display: grid;
       grid-auto-columns: 1fr;
       grid-column-gap: 26px;
       grid-row-gap: 16px;
       -ms-grid-columns: 1fr 1fr 1fr 1fr;
       grid-template-columns: 1fr 1fr 1fr 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .form-success {
       background-color: #128800;
     }
     
     .form-success.footer-form-message {
       margin-top: 13px;
     }
     
     .form-error {
       padding: 19px;
       background-color: #da2424;
       color: #fff;
       text-align: center;
     }
     
     .hero-bg-2 {
       position: absolute;
       left: 0%;
       top: 0%;
       right: 0%;
       bottom: 0%;
       background-image: url("https://uploads-ssl.webflow.com/5f6c88c0bb5afc08d2296892/5f6c88c1fd4c1d15823c9493_rectangle-large-1.jpg");
       background-position: 0px 0px;
       background-size: cover;
     }
     
     .blog-grid {
       display: -ms-grid;
       display: grid;
       grid-auto-columns: 1fr;
       grid-column-gap: 26px;
       grid-row-gap: 26px;
       -ms-grid-columns: 1fr 1fr 1fr;
       grid-template-columns: 1fr 1fr 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .card-foot.blog-card-foot {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       padding-right: 39px;
       padding-bottom: 26px;
       padding-left: 39px;
       -webkit-box-pack: start;
       -webkit-justify-content: flex-start;
       -ms-flex-pack: start;
       justify-content: flex-start;
       font-size: 14px;
       line-height: 22px;
     }
     
     .card-foot.blog-card-foot.text-white {
       font-family: Feenit2, sans-serif;
     }
     
     .badge {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       height: 26px;
       padding-right: 13px;
       padding-left: 13px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       font-size: 14px;
       line-height: 22px;
     }
     
     .badge.blog-badge {
       margin-bottom: 13px;
       background-color: #111112;
       -webkit-transition: -webkit-transform 200ms ease;
       transition: -webkit-transform 200ms ease;
       transition: transform 200ms ease;
       transition: transform 200ms ease, -webkit-transform 200ms ease;
       color: #fff;
     }
     
     .badge.blog-badge:hover {
       -webkit-transform: scale(1.1);
       -ms-transform: scale(1.1);
       transform: scale(1.1);
     }
     
     .badge.post-badge {
       margin-right: 26px;
       background-color: #111112;
       color: #fff;
     }
     
     .badge.bg-gray-2 {
       color: #fff;
     }
     
     .badge.bg-danger {
       color: #fff;
     }
     
     .blog-image-link {
       display: block;
       overflow: hidden;
       background-color: #111112;
     }
     
     .blog-grid-item {
       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;
     }
     
     .post-main-image {
       margin-bottom: 52px;
     }
     
     .post-meta-wrapper {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 26px;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       font-family: 'Merriweather', sans-serif;
     }
     
     .post-meta-text {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
     }
     
     .post-author-wrapper {
       padding-top: 26px;
       border-top: 1px solid #111112;
     }
     
     .post-author-details {
       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;
       font-size: 14px;
       line-height: 22px;
     }
     
     .avatar {
       width: 52px;
       height: 52px;
       border-radius: 50%;
     }
     
     .avatar.author-avatar {
       width: 156px;
       height: 156px;
       margin-right: 39px;
     }
     
     .author-avatar-link {
       margin-right: 13px;
     }
     
     .article {
       font-family: 'Merriweather', sans-serif;
       color: #fff;
     }
     
     .article li {
       margin-bottom: 13px;
       padding-bottom: 13px;
       border-bottom: 1px solid #111112;
       list-style-type: disc;
     }
     
     .article ul {
       max-width: 597px;
       margin: 39px auto;
       padding-left: 26px;
       list-style-type: disc;
     }
     
     .article figure {
       margin-top: 76px;
       margin-bottom: 76px;
     }
     
     .article.content-width-large.align-self-center {
       margin-right: auto;
       margin-left: auto;
     }
     
     .article.project-article p {
       max-width: 597px;
       margin-right: auto;
       margin-left: auto;
     }
     
     .article.project-article h4 {
       max-width: 597px;
       margin-right: auto;
       margin-left: auto;
     }
     
     .article.project-article blockquote {
       max-width: 597px;
       margin-right: auto;
       margin-left: auto;
     }
     
     .empty-state {
       padding: 26px;
       background-color: #e4e0dd;
       text-align: center;
     }
     
     .blog-card-image {
       width: 100%;
     }
     
     .blog-grid-large {
       display: -ms-grid;
       display: grid;
       max-width: 760px;
       margin-right: auto;
       margin-left: auto;
       grid-auto-columns: 1fr;
       grid-column-gap: 16px;
       grid-row-gap: 76px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
       -ms-grid-rows: auto auto;
       grid-template-rows: auto auto;
     }
     
     .blog-grid-large-title {
       margin-top: 26px;
       padding-bottom: 26px;
       border-bottom: 1px solid #111112;
     }
     
     .careers-title {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-top: 79px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
     }
     
     .career-heading {
       margin-bottom: 13px;
     }
     
     .career-meta {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 39px;
     }
     
     .form-grid-thirds {
       display: -ms-grid;
       display: grid;
       grid-auto-columns: 1fr;
       grid-column-gap: 13px;
       grid-row-gap: 16px;
       -ms-grid-columns: 1fr 1fr 1fr;
       grid-template-columns: 1fr 1fr 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .custom-checkbox {
       width: 26px;
       height: 26px;
       margin-top: 0px;
       border-radius: 0px;
       background-color: transparent;
       cursor: pointer;
     }
     
     .custom-checkbox.w--redirected-checked {
       border-color: #111112;
       background-color: #111112;
       background-image: url("https://uploads-ssl.webflow.com/5f6c88c0bb5afc08d2296892/5f6c88c1fd4c1d46cc3c93ec_check.svg");
       background-size: 19px 19px;
     }
     
     .checkbox-field {
       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;
     }
     
     .checkbox-label {
       margin-bottom: 0px;
       margin-left: 13px;
     }
     
     .utility-page-wrap {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 100vw;
       height: 100vh;
       max-height: 100%;
       max-width: 100%;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       background-image: url("../images/ruina.png");
       background-position: 50% 50%;
       background-size: cover;
     }
     
     .utility-page-content {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 100%;
       max-width: 391px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
       text-align: left;
     }
     
     .map {
       height: 100%;
       min-height: 400px;
     }
     
     .footer-2-top-row {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 0px;
       padding-bottom: 0px;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-bottom: 1px solid #111112;
     }
     
     .footer-2 {
       padding-top: 59px;
       padding-bottom: 59px;
     }
     
     .footer-2.bg-gray-1 {
       background-color: #000;
     }
     
     .footer-2-middle-row {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 104px;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       color: #fff;
     }
     
     .footer-2-bottom-row {
       font-size: 14px;
       line-height: 22px;
     }
     
     .case-study-image-large {
       width: 100%;
       max-width: 806px;
       opacity: 0.7;
       -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
     }
     
     .case-study-large-link {
       position: relative;
       z-index: 2;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: start;
       -webkit-justify-content: flex-start;
       -ms-flex-pack: start;
       justify-content: flex-start;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
       -webkit-perspective: 1000px;
       perspective: 1000px;
       -webkit-transition: -webkit-transform 200ms ease;
       transition: -webkit-transform 200ms ease;
       transition: transform 200ms ease;
       transition: transform 200ms ease, -webkit-transform 200ms ease;
       color: #fff;
     }
     
     .project-details-wrapper {
       display: -ms-grid;
       display: grid;
       margin-top: 76px;
       grid-auto-columns: 1fr;
       grid-column-gap: 26px;
       grid-row-gap: 16px;
       -ms-grid-columns: 1fr 1fr 1fr;
       grid-template-columns: 1fr 1fr 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .project-details-item {
       padding-top: 26px;
       border-top: 1px solid #111112;
     }
     
     .project-intro-text {
       margin-bottom: 65px;
       font-size: 28px;
       line-height: 39px;
       font-weight: 500;
       text-align: center;
       letter-spacing: -0.01em;
     }
     
     .case-study-large-title {
       position: absolute;
       z-index: 3;
       max-width: 598px;
       margin-left: -79px;
       -webkit-backface-visibility: hidden;
       backface-visibility: hidden;
       -webkit-transform: translate3d(0px, 0px, 48px);
       transform: translate3d(0px, 0px, 48px);
       -webkit-transform-style: preserve-3d;
       transform-style: preserve-3d;
     }
     
     .case-study-bg {
       position: absolute;
       left: 0%;
       top: 0%;
       right: auto;
       bottom: auto;
       height: 100vh;
       opacity: 0.05;
       -webkit-filter: saturate(0%);
       filter: saturate(0%);
     }
     
     .projects-grid-vertical {
       display: -ms-grid;
       display: grid;
       margin-right: auto;
       margin-left: auto;
       grid-auto-columns: 1fr;
       grid-column-gap: 26px;
       grid-row-gap: 26px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .case-study-tile-title {
       position: absolute;
       max-width: 390px;
       margin-top: 52px;
       margin-left: 52px;
       color: #fff;
     }
     
     .case-study-tile {
       position: relative;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: start;
       -webkit-justify-content: flex-start;
       -ms-flex-pack: start;
       justify-content: flex-start;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
     }
     
     .case-study-tile-image {
       -webkit-transition: -webkit-transform 10000ms ease;
       transition: -webkit-transform 10000ms ease;
       transition: transform 10000ms ease;
       transition: transform 10000ms ease, -webkit-transform 10000ms ease;
     }
     
     .case-study-tile-image:hover {
       -webkit-transform: translate(-72px, 0px) scale(1.2);
       -ms-transform: translate(-72px, 0px) scale(1.2);
       transform: translate(-72px, 0px) scale(1.2);
     }
     
     .case-study-tile-image-wrapper {
       overflow: hidden;
     }
     .style-guide-color-text {
       padding: 13px;
       background-color: #f4f1ee;
     }
     
     .sticky-top {
       position: -webkit-sticky;
       position: sticky;
       top: 26px;
     }
     
     .custom-radio {
       width: 26px;
       height: 26px;
       margin-top: 0px;
     }
     
     .custom-radio.w--redirected-checked {
       border-width: 8px;
       border-color: #111112;
     }
     
     .split-section-scrollable-wrapper {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       overflow: hidden;
       width: 100%;
       height: 720px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .split-section-scrollable-image {
       max-width: 415px;
     }
     
     .demos-wrapper {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-box-align: start;
       -webkit-align-items: flex-start;
       -ms-flex-align: start;
       align-items: flex-start;
     }
     
     .demos-sidebar {
       position: -webkit-sticky;
       position: sticky;
       top: 131px;
       width: 25%;
     }
     
     .author-container {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .author-heading {
       margin-bottom: 13px;
     }
     
     .back-to-top-button-container {
       position: fixed;
       right: 26px;
       bottom: 26px;
       z-index: 99;
       display: block;
       width: 52px;
       height: 52px;
     }
     
     .demo-link {
       position: relative;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       max-width: 598px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-style: solid;
       border-width: 1px;
       border-color: #e4e0dd;
       background-color: #111112;
     }
     
     .demo-grid-vertical {
       display: -ms-grid;
       display: grid;
       justify-items: center;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
       grid-auto-columns: 1fr;
       grid-column-gap: 16px;
       grid-row-gap: 52px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .card-grid-halves {
       grid-column-gap: 24px;
       grid-row-gap: 24px;
       -ms-grid-rows: auto;
       grid-template-rows: auto;
     }
     
     .icon-card-grid-halves {
       grid-column-gap: 12px;
       grid-row-gap: 12px;
       -ms-grid-columns: minmax(200px, 50%) minmax(200px, 50%);
       grid-template-columns: minmax(200px, 50%) minmax(200px, 50%);
     }
     
     .project-main-image {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .utility-page-form {
       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;
       -webkit-box-align: stretch;
       -webkit-align-items: stretch;
       -ms-flex-align: stretch;
       align-items: stretch;
     }
     
     .demo-link-text {
       position: absolute;
       color: #fff;
       font-size: 24px;
       line-height: 30px;
     }
     
     .changelog-item {
       list-style-type: disc;
     }
     
     .changelog-list {
       margin-top: 26px;
     }
     
     .style-guide-note {
       width: 100%;
       margin-top: 13px;
       margin-bottom: 13px;
       padding: 13px;
       background-color: #f4f1ee;
     }
     
     .getting-started-article li {
       margin-top: 13px;
       margin-bottom: 13px;
       list-style-type: decimal;
     }
     
     .getting-started-article ol {
       margin-top: 13px;
       margin-bottom: 13px;
       padding-left: 26px;
     }
     
     .getting-started-list-item {
       margin-top: 13px;
       margin-bottom: 13px;
       list-style-type: disc;
     }
     
     .changelog-grid {
       display: -ms-grid;
       display: grid;
       grid-auto-columns: 1fr;
       grid-column-gap: 24px;
       grid-row-gap: 24px;
       -ms-grid-columns: 1fr;
       grid-template-columns: 1fr;
       -ms-grid-rows: auto auto;
       grid-template-rows: auto auto;
     }
     
     .text-block {
       font-family: 'Merriweather', sans-serif;
     }
     
     .text-block-2 {
       font-family: 'Merriweather', sans-serif;
     }
     
     .center-image {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
     }
     
     .text-span {
       font-family: 'Merriweather', sans-serif;
     }
     
     .link {
       color: #fff;
       text-decoration: underline;
     }
     
     .body-main {
       background-color: #000;
       background-image: url("../images/fundp.png");
       background-position: 50% 50%;
       background-attachment: fixed;     
       background-repeat: repeat;
       font-family: 'Merriweather', sans-serif;
     }
     
     .link-white {
       color: #fff;
     }
     
     .link-white.link-underline {
       text-decoration: underline;
     }
     
     .text-block {
       color: whitesmoke;
      }
     
     
     .bold-text {
       color: whitesmoke;
       letter-spacing: 1px;
     }
     
     .body-2 {
       background-color: #000;
       background-image: url("https://uploads-ssl.webflow.com/5f6c88c0bb5afc08d2296892/5f6cb9d2bb5afc4e332a0cb7_Background%402x.png");
       background-position: 50% 50%;
       background-size: cover;
       background-attachment: fixed;
     }
     
     .link-2 {
       color: #fff;
       font-weight: 400;
       text-decoration: underline;
     }
     
     .heading {
       color: #fff;
     }
     
     .bold-text-2 {
       letter-spacing: 1px;
       text-transform: uppercase;
     }
     
     .section-large {
       padding-top: 0px;
       padding-bottom: 0px;
     }
     
     .background-video {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 100%;
       height: 100%;
       padding-top: 0px;
       padding-bottom: 0px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -o-object-fit: cover;
       object-fit: cover;
     }
     
     .section-intro {
       height: 100vh;
       padding-top: 0px;
       padding-bottom: 0px;
     }
     
     .text-uppercase {
       color: #62636b;
       font-size: 14px;
       font-style: normal;
       font-weight: 400;
       letter-spacing: 0.1em;
       text-transform: uppercase;
     }
     
     .navigation-menu-container {
       position: fixed;
       display: block;
       width: 50vw;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-flex-wrap: nowrap;
       -ms-flex-wrap: nowrap;
       flex-wrap: nowrap;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       background-color: #132625;
       color: #fff;
     }
     
     .page-heading {
       width: 100%;
       text-align: center;
     }
     
     .strikethrough-link-line {
       position: absolute;
       top: 100%;
       width: 100%;
       height: 1px;
       border-top: 1px dotted #000;
       background-color: #132625;
       opacity: 0.25;
     }
     
     .strikethrough-link-line.strikethrough-link-line-white {
       background-color: #fff;
     }
     
     .page-subtitle.button {
       border-color: hsla(0, 0%, 100%, 0.1);
       background-color: transparent;
     }
     
     .page-subtitle.button:hover {
       background-color: #fff;
       color: #132625;
     }
     
     .text-small-2 {
       color: #62636b;
       font-size: 16px;
       font-weight: 400;
     }
     
     .text-small-2.search-categories-title {
       margin-right: 15px;
     }
     
     .search-form {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 0px;
     }
     
     .navigation-menu-left {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       padding: 0px;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
     
     .navigation-menu-left.w--open {
       background-color: transparent;
     }
     
     .navigation-contact-details {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 60px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .search-modal-content {
       position: relative;
       z-index: 1;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 50%;
       height: 100vh;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       background-color: #ffe2d1;
     }
     
     .address {
       font-style: normal;
     }
     
     .social-list-item {
       padding-right: 10px;
       padding-left: 10px;
     }
     
     .search-modal-bg {
       position: absolute;
       left: 0%;
       top: 0%;
       right: 0%;
       bottom: 0%;
       z-index: 0;
       background-color: #132625;
       opacity: 0.5;
     }
     
     .close-search-toggle {
       position: absolute;
       left: 30px;
       top: 30px;
       cursor: pointer;
     }
     
     .button-2 {
       padding: 14px 59px;
       border-style: none;
       border-width: 1px;
       border-color: #132625;
       border-radius: 6px;
       background-color: #132625;
       -webkit-transition: color 200ms ease, background-color 200ms ease;
       transition: color 200ms ease, background-color 200ms ease;
       color: #fff;
       font-size: 16px;
       font-style: normal;
       font-weight: 600;
       letter-spacing: 0.1em;
       text-transform: uppercase;
     }
     
     .button-2.outline-button {
       border-color: rgba(19, 38, 37, 0.1);
       background-color: transparent;
       color: #132625;
     }
     
     .button-2.outline-button:hover {
       background-color: #132625;
       color: #fff;
     }
     
     .button-2.outline-button.outline-button-white {
       border-color: hsla(0, 0%, 100%, 0.1);
       color: #fff;
     }
     
     .button-2.outline-button.outline-button-white:hover {
       background-color: #fff;
       color: #132625;
     }
     
     .button-2.outline-button.outline-button-white.outline-button-round {
       position: absolute;
       bottom: 60px;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 60px;
       height: 60px;
       padding: 0px;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-radius: 50%;
       -webkit-transition: border-color 200ms ease, background-color 200ms ease;
       transition: border-color 200ms ease, background-color 200ms ease;
     }
     
     .button-2.outline-button.outline-button-white.outline-button-round:hover {
       border-color: hsla(0, 0%, 100%, 0);
       background-color: hsla(0, 0%, 100%, 0.25);
     }
     
     .navigation-modal-list {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-bottom: 0px;
       padding-left: 0px;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-box-flex: 0;
       -webkit-flex: 0 auto;
       -ms-flex: 0 auto;
       flex: 0 auto;
     }
     
     .navigation-modal-list-item {
       margin-top: 5px;
       margin-bottom: 5px;
       -webkit-transition: -webkit-transform 350ms ease;
       transition: -webkit-transform 350ms ease;
       transition: transform 350ms ease;
       transition: transform 350ms ease, -webkit-transform 350ms ease;
     }
     
     .navigation-modal-list-item:hover {
       -webkit-transform: translate(10px, 0px);
       -ms-transform: translate(10px, 0px);
       transform: translate(10px, 0px);
     }
     
     .strikethrough-link {
       position: relative;
       display: inline-block;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .strikethrough-link.strikethrough-link-white {
       color: #fff;
     }
     
     .strikethrough-link.strikethrough-link-white.navigation-email-link {
       margin-top: 30px;
       margin-bottom: 30px;
     }
     
     .search-title {
       margin-bottom: 30px;
       font-size: 40px;
       line-height: 50px;
     }
     
     .search-trigger {
       margin-left: 30px;
       cursor: pointer;
     }
     
     .navigation-modal-link {
       display: block;
       color: #fff;
       font-size: 40px;
       line-height: 50px;
       font-style: normal;
     }
     
     .menu-horizontal-item {
       margin-right: 15px;
       margin-left: 15px;
     }
     
     .social-list-link {
       -webkit-transition: -webkit-transform 200ms ease;
       transition: -webkit-transform 200ms ease;
       transition: transform 200ms ease;
       transition: transform 200ms ease, -webkit-transform 200ms ease;
     }
     
     .social-list-link:hover {
       -webkit-transform: scale(1.2);
       -ms-transform: scale(1.2);
       transform: scale(1.2);
     }
     
     .form-input-2 {
       height: 60px;
       margin-bottom: 30px;
       padding: 14px 29px;
       border-style: solid;
       border-width: 1px;
       border-color: rgba(19, 38, 37, 0.1);
       border-radius: 0px;
       background-color: #fff;
       -webkit-transition: border-color 200ms ease;
       transition: border-color 200ms ease;
       font-size: 11px;
       line-height: 30px;
       letter-spacing: 0.1em;
       text-transform: uppercase;
     }
     
     .form-input-2:focus {
       border-color: #132625;
     }
     
     .form-input-2::-webkit-input-placeholder {
       color: rgba(19, 38, 37, 0.5);
     }
     
     .form-input-2:-ms-input-placeholder {
       color: rgba(19, 38, 37, 0.5);
     }
     
     .form-input-2::-ms-input-placeholder {
       color: rgba(19, 38, 37, 0.5);
     }
     
     .form-input-2::placeholder {
       color: rgba(19, 38, 37, 0.5);
     }
     
     .form-input-2.search-form-input {
       margin-right: 15px;
       margin-bottom: 0px;
       border-color: hsla(0, 0%, 100%, 0);
       background-color: hsla(0, 0%, 100%, 0.3);
       -webkit-transition: background-color 200ms ease;
       transition: background-color 200ms ease;
       color: #132625;
     }
     
     .form-input-2.search-form-input:hover {
       border-color: hsla(0, 0%, 100%, 0);
       background-color: hsla(0, 0%, 100%, 0.5);
     }
     
     .form-input-2.search-form-input:focus {
       background-color: hsla(0, 0%, 100%, 0.5);
     }
     
     .navigation-content-wrapper {
       position: absolute;
       left: 0%;
       top: 0%;
       right: auto;
       bottom: auto;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       width: 100%;
       height: 100%;
       max-height: 100vh;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
     }
     
     .search-modal-container {
       position: fixed;
       left: 0%;
       top: 0%;
       right: 0%;
       bottom: 0%;
       z-index: 10;
       display: none;
       -webkit-box-pack: end;
       -webkit-justify-content: flex-end;
       -ms-flex-pack: end;
       justify-content: flex-end;
       grid-auto-columns: 1fr;
       grid-column-gap: 16px;
       grid-row-gap: 16px;
       -ms-grid-columns: 1fr 1fr;
       grid-template-columns: 1fr 1fr;
       -ms-grid-rows: auto auto;
       grid-template-rows: auto auto;
     }
     
     .search-form-categories-container {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-top: 30px;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
     }
     
     .navigation-controls {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-pack: end;
       -webkit-justify-content: flex-end;
       -ms-flex-pack: end;
       justify-content: flex-end;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
     
     .navigation-bar-container {
       position: relative;
       z-index: 10;
     }
     
     .navigation-bar-container.navigation-bar-overlay {
       position: absolute;
       z-index: 3;
       width: 100%;
     }
     
     .social-list-2 {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       margin-right: -10px;
       margin-bottom: 0px;
       margin-left: -10px;
     }
     
     .bg-image {
       position: absolute;
       left: 0%;
       top: 0%;
       right: 0%;
       bottom: 0%;
     }
     
     .bg-image.hero-bg-image {
       background-image: url("https://uploads-ssl.webflow.com/5f6c88c0bb5afc08d2296892/5f6edc6367127a09757e075c_plant.jpg");
       background-position: 50% 50%;
       background-size: cover;
     }
     
     .navigation-list-container {
       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;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-flex: 1;
       -webkit-flex: 1;
       -ms-flex: 1;
       flex: 1;
     }
     
     .menu-horizontal {
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
     }
     
     .navigation-bar {
       position: relative;
       z-index: 99;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       padding: 30px 60px;
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       -webkit-flex-wrap: wrap;
       -ms-flex-wrap: wrap;
       flex-wrap: wrap;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       border-bottom: 1px solid rgba(19, 38, 37, 0.1);
       background-color: transparent;
     }
     
     .navigation-bar.navigation-bar-light {
       border-bottom-color: hsla(0, 0%, 100%, 0.1);
     }
     
     .text-white-2 {
       color: #fff;
     }
     
     .section-2 {
       padding: 120px 0px;
       background-color: transparent;
     }
     
     .section-2.hero-section {
       position: relative;
       display: -webkit-box;
       display: -webkit-flex;
       display: -ms-flexbox;
       display: flex;
       overflow: hidden;
       min-height: 100vh;
       -webkit-box-orient: vertical;
       -webkit-box-direction: normal;
       -webkit-flex-direction: column;
       -ms-flex-direction: column;
       flex-direction: column;
       -webkit-box-pack: center;
       -webkit-justify-content: center;
       -ms-flex-pack: center;
       justify-content: center;
       -webkit-box-align: center;
       -webkit-align-items: center;
       -ms-flex-align: center;
       align-items: center;
       background-color: #132625;
       color: #fff;
     }
     
     .search-form-container {
       width: 100%;
       padding-right: 60px;
       padding-left: 60px;
     }
     
     .down-arrow {
       -webkit-transform: rotate(-90deg);
       -ms-transform: rotate(-90deg);
       transform: rotate(-90deg);
     }
     
     .page-content {
       position: relative;
       z-index: 1;
       background-color: #fff;
     }
     
     .bold-text-3 {
       font-family: Feenit2, sans-serif;
       text-decoration: underline;
     }
     
     .text-span-2 {
       font-family: Feenit2, sans-serif;
     }
     
     .image {
       width: 100%;
       height: 100%;
       background-image: url("https://uploads-ssl.webflow.com/5f6c88c0bb5afc08d2296892/5f788ba1c3e024b5c74fc966_Setup.jpg");
       background-position: 50% 50%;
       background-size: cover;
     }
     
     .text-block-7 {
       font-family: 'Merriweather', sans-serif;
     }
     
     .body-3 {
       font-family: 'Merriweather', sans-serif;
     }
     
     .text-block-8 {
       font-family: 'Merriweather', sans-serif;
     }
     
     .body-4 {
       font-family: 'Merriweather', sans-serif;
     }
     
     .image-split {
       width: 100%;
       height: 900px;
     }
     
     .background-video-2 {
       width: 100%;
       height: 100%;
     }
     
     .special-size {
       font-size: 50px;
     }
     
     .body-5 {
       background-color: #000;
     }
     
     .heading-3 {
       color: #fff;
     }
     
     .text-span-3 {
       text-decoration: line-through;
     }
     
     .tile-animation {
       z-index: 1;
       height: 900px;
     }
     
     .heading-4 {
       font-family: 'Merriweather', sans-serif;
     }
     
     .ghost-pack {
       margin-top: 48px;
     }
     
     .link-3 {
       font-family: 'Merriweather', sans-serif;
       color: #fff;
       font-size: 18px;
       letter-spacing: 1px;
     }
     
     .text-block-9 {
       font-size: 14px;
       letter-spacing: 1px;
     }
     
     @media screen and (min-width: 1920px) {
       .section.bg-paper {
         background-image: url("../images/ruina.png");
         background-position: 50% 50%;
         background-size: cover;
       }
     
       .section.bg-texture {
         background-image: url("https://uploads-ssl.webflow.com/5f6c88c0bb5afc08d2296892/5f6cb9d2bb5afc4e332a0cb7_Background%402x.png"), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000));
         background-image: url("https://uploads-ssl.webflow.com/5f6c88c0bb5afc08d2296892/5f6cb9d2bb5afc4e332a0cb7_Background%402x.png"), linear-gradient(180deg, #000, #000);
         background-size: auto, auto;
       }
     
       .split-section-full-width {
         background-color: #000;
       }
     
       .hero-collage-image-a {
         -o-object-fit: cover;
         object-fit: cover;
       }
     
       .background-video {
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         padding-top: 0px;
         padding-bottom: 0px;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
       }
        
       .image-split.video {
         background-image: none;
       }
     
       .image-2 {
         -o-object-fit: cover;
         object-fit: cover;
       }
     
       .tile-animation {
         position: relative;
         z-index: 1;
         height: 100%;
       }
     }
     
     @media screen and (max-width: 991px) {
       .section.additional-bottom-space {
         padding-bottom: 104px;
       }
     
       .section.case-study-large-section {
         padding-top: 76px;
         padding-bottom: 76px;
       }
     
       .section.project-body-section {
         padding-top: 104px;
         padding-bottom: 104px;
       }
     
       .section.project-title-section {
         padding-bottom: 52px;
       }
     
       .container.careers-container {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
       }
     
       .container.featured-project-container {
         min-height: auto;
       }
     
       .style-guide-title {
         width: 100%;
         min-width: 0px;
         margin-right: 0px;
         margin-bottom: 52px;
         padding-right: 0px;
         padding-bottom: 0px;
       }
     
       .grid-quarters {
         grid-column-gap: 13px;
       }
     
       .card.content-width-medium.grid-content-overlap-left {
         margin-top: -52px;
       }
     
       .card.content-width-medium.card-grow {
         max-width: none;
       }
     
       .card-body {
         padding: 26px;
       }
     
       .card-body.numbered-list-card {
         padding-right: 26px;
         padding-left: 26px;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: start;
         -webkit-align-items: flex-start;
         -ms-flex-align: start;
         align-items: flex-start;
         -webkit-align-self: flex-start;
         -ms-flex-item-align: start;
         align-self: flex-start;
       }
     
       .card-body.cta-4-card-body {
         min-height: auto;
       }
     
       .split-section-full-width {
         justify-items: center;
         grid-row-gap: 0px;
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
         background-color: #000;
       }
     
       .split-section-full-width.split-section-reverse.bg-primary-2 {
         grid-row-gap: 0px;
         background-color: #000;
       }
     
       .split-section-full-width.bg-primary-2 {
         grid-auto-flow: row;
       }
     
       .large-heading.numbered-list-item-number {
         margin-bottom: 13px;
       }
     
       .content-width-large {
         width: 100%;
       }
     
       .justify-column-between.content-width-small {
         margin-right: auto;
         margin-left: auto;
       }
     
       .content-width-medium {
         width: 100%;
       }
     
       .split-section-content {
         padding-top: 76px;
         padding-bottom: 76px;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -webkit-flex-direction: row;
         -ms-flex-direction: row;
         flex-direction: row;
         background-color: transparent;
         direction: ltr;
       }
     
       .display-1.metric {
         margin-bottom: 13px;
         font-size: 40px;
         line-height: 52px;
       }
     
       .content-width-extra-large {
         width: 100%;
         max-width: 806px;
       }
     
       .centered-marquee-container.split-section-content {
         width: 100vw;
       }
     
       .content-width-small {
         width: 100%;
       }
     
       .content-width-small.footer-2-cta {
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         margin-bottom: 52px;
         margin-left: auto;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
       }
     
       .grid-halves {
         justify-items: center;
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .border-left {
         border-left-style: none;
       }
     
       .split-section {
         grid-row-gap: 76px;
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .grid-content-overlap-left {
         margin-left: 0px;
       }
     
       .split-section-container {
         padding: 76px 0px;
       }
     
       .split-section-container.cta-split-section {
         padding-top: 0px;
         padding-bottom: 0px;
       }
     
       .grid-thirds.icon-grid-thirds {
         grid-column-gap: 26px;
       }
     
       .grid-thirds.icon-list-grid-thirds {
         grid-row-gap: 13px;
         -ms-grid-columns: 1fr 1fr;
         grid-template-columns: 1fr 1fr;
       }
     
       .grid-40-60 {
         grid-column-gap: 52px;
         grid-row-gap: 52px;
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .small-image-overlay.position-top-left {
         width: 120px;
       }
  
       .brand {
         -webkit-box-flex: 1;
         -webkit-flex: 1;
         -ms-flex: 1;
         flex: 1;
       }
     
       .menu-button {
         margin-left: 0px;
         padding: 13px;
       }
     
       .menu-button.w--open {
         background-color: transparent;
       }
     
       .footer-1-top-row {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
       }
     
       .footer-menus-wrapper.footer-2-menus-wrapper {
         margin-left: 0px;
       }
     
       .footer-1-menus {
         margin-bottom: 56px;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
       }
     
       .hero-row {
         -webkit-box-orient: vertical;
         -webkit-box-direction: reverse;
         -webkit-flex-direction: column-reverse;
         -ms-flex-direction: column-reverse;
         flex-direction: column-reverse;
       }
     
       .hero-collage-image-a {
         -webkit-align-self: center;
         -ms-flex-item-align: center;
         -ms-grid-row-align: center;
         align-self: center;
         opacity: 0;
       }
     
       .hero-collage-section-2 {
         overflow: hidden;
       }
     
       .hero-collage-image-c {
         display: none;
       }
     
       .form-section-tall-image {
         display: none;
       }
     
       .metrics-grid-horizontal {
         grid-row-gap: 52px;
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .video-with-image-row {
         max-width: 598px;
         margin-right: auto;
         margin-left: auto;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: stretch;
         -webkit-align-items: stretch;
         -ms-flex-align: stretch;
         align-items: stretch;
       }
     
       .gallery-slider-row {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         grid-row-gap: 52px;
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .gallery-grid {
         grid-column-gap: 13px;
       }
     
       .blog-grid {
         -ms-grid-columns: 1fr 1fr;
         grid-template-columns: 1fr 1fr;
       }
     
       .card-foot.blog-card-foot {
         padding-right: 26px;
         padding-left: 26px;
       }
     
       .article figure {
         margin-top: 52px;
         margin-bottom: 52px;
       }
     
       .careers-title {
         margin-top: 39px;
       }
     
       .career-sidebar {
         width: 100%;
         max-width: 598px;
         margin-right: auto;
         margin-bottom: 52px;
         margin-left: auto;
       }
     
       .footer-2-middle-row {
         margin-bottom: 52px;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         text-align: center;
       }
     
       .footer-2-bottom-row {
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
         text-align: center;
       }
     
       .case-study-large-link {
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
       }
     
       .project-intro-text {
         margin-bottom: 39px;
       }
     
       .case-study-large-title {
         margin-left: 0px;
         text-align: center;
       }
     
       .case-study-tile-image {
         width: 100%;
       }
  
       .split-section-scrollable-wrapper {
         height: 580px;
       }
     
       .demos-wrapper {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
       }
     
       .demos-sidebar {
         position: relative;
         top: 0px;
         width: 100%;
         max-width: 598px;
         margin-right: auto;
         margin-bottom: 52px;
         margin-left: auto;
       }
     
       .demo-grid-vertical {
         width: 100%;
       }
     
     
       .background-video {
         padding-top: 104px;
         padding-bottom: 104px;
       }
     
       .section-intro {
         height: auto;
       }
     
       .navigation-menu-container {
         width: 75vw;
       }
     
       .search-modal-content {
         width: 75%;
       }
     
       .navigation-bar {
         padding-right: 30px;
         padding-left: 30px;
       }
     
       .section-2 {
         padding-top: 90px;
         padding-bottom: 90px;
       }
     
       .section-2.hero-section {
         min-height: 80vh;
       }
     
       .search-form-container {
         padding-right: 30px;
         padding-left: 30px;
       }
     
       .heading-2 {
         font-family: 'Merriweather', sans-serif;
       }
     
       .burger {
         -webkit-filter: invert(100%);
         filter: invert(100%);
       }
     
       .image-split {
         height: 675px;
       }
     
       .tile-animation {
         height: 675px;
       }
     }
     
     @media screen and (max-width: 767px) {   
       .section.no-bottom-space {
         padding-bottom: 0px;
       }
     
       .section.additional-bottom-space {
         padding-bottom: 76px;
       }
     
       .section.contained-hero-section {
         padding: 52px;
       }
     
       .container.text-center.margin-bottom {
         margin-bottom: 36px;
       }
     
       .row.style-guide-row {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
       }
     
       .style-guide-content {
         width: 100%;
         min-width: 0px;
       }
     
       .button.button-large.form-button {
         margin-top: 13px;
       }
     
       .style-guide-content-item {
         margin-bottom: 13px;
       }
     
       .grid-quarters {
         width: 100%;
         grid-column-gap: 16px;
         -ms-grid-columns: 1fr 1fr;
         grid-template-columns: 1fr 1fr;
       }
     
       .card.content-width-medium.grid-content-overlap-left {
         min-height: auto;
         margin-top: -39px;
       }
     
       .card.card-medium-height {
         min-height: auto;
       }
     
       .style-guide-color {
         width: 100%;
       }
     
       .card-body.card-body-tall {
         min-height: auto;
       }
     
       .card-body.numbered-list-card {
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -webkit-flex-direction: row;
         -ms-flex-direction: row;
         flex-direction: row;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
       }
     
       .card-body.cta-4-card-body {
         min-height: 520px;
         padding: 26px;
       }
     
       .large-heading {
         font-size: 40px;
         line-height: 48px;
       }
     
       .large-heading.space-bottom {
         margin-bottom: 76px;
       }
     
       .large-heading.numbered-list-item-number {
         margin-bottom: 0px;
       }
     
       .large-heading.process-heading {
         max-width: 390px;
         margin-right: auto;
         margin-left: auto;
       }
     
       .content-width-large.centered-content-mobile {
         margin-right: auto;
         margin-left: auto;
       }
     
       .content-width-medium.section-title {
         margin-bottom: 52px;
         margin-left: auto;
       }
     
       .split-section-content {
         padding-top: 76px;
       }
     
       .display-2 {
         font-size: 54px;
         line-height: 54px;
       }
     
       .display-1 {
         font-size: 54px;
         line-height: 54px;
       }
     
       .display-1.centered-hero-heading {
         position: relative;
         margin-top: 26px;
       }
     
       .content-width-small.footer-2-cta {
         margin-bottom: 26px;
       }
     
       .section-title {
         margin-bottom: 52px;
       }
     
       .section-title.content-width-medium.centered-content-mobile {
         margin-right: auto;
         margin-left: auto;
       }
     
       .section-title.overlap-image-top {
         margin-top: 0px;
       }
     
       .grid-halves {
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .grid-halves.overlap-image-pair {
         margin-top: 0px;
         margin-bottom: 76px;
       }
     
       .grid-halves.space-bottom.no-row-gap {
         grid-row-gap: 0px;
       }
     
       .card-body-tall {
         min-height: 280px;
       }
     
       .split-section {
         grid-row-gap: 52px;
       }
     
       .subtitle {
         margin-bottom: 19px;
       }
     
       .grid-thirds {
         justify-items: center;
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .grid-thirds.icon-list-grid-thirds {
         grid-row-gap: 0px;
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .icon-list-item {
         width: 100%;
         margin-bottom: 13px;
         padding-bottom: 13px;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
       }
     
       .small-image-overlay {
         display: none;
       }
     
       .footer {
         padding-top: 76px;
       }
     
       .footer-1-top-row {
         margin-bottom: 76px;
       }
     
       .medium-heading {
         font-size: 36px;
         line-height: 39px;
       }
     
       .footer-menus-wrapper {
         margin-top: 39px;
         margin-left: 0px;
       }
     
       .footer-1-menus {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         text-align: center;
       }
     
       .form-input.form-input-large.no-border-right.border-right {
         border-left-style: solid;
       }
     
       .form-input.textarea-input {
         min-height: 150px;
         margin-top: 13px;
       }
     
       .hero-bg-1 {
         opacity: 0.5;
       }
     
       .centered-hero-container {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
       }
     
       .hero-collage-image-b {
         opacity: 0;
       }
     
       .hero-collage-image-a {
         opacity: 1;
       }
     
       .form-grid-halves {
         grid-row-gap: 13px;
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .form-grid-halves.space-bottom {
         margin-bottom: 13px;
       }
     
       .form-row {
         display: -ms-grid;
         display: grid;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: stretch;
         -webkit-align-items: stretch;
         -ms-flex-align: stretch;
         align-items: stretch;
         grid-auto-columns: 1fr;
         grid-column-gap: 16px;
         grid-row-gap: 13px;
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
         -ms-grid-rows: auto auto;
         grid-template-rows: auto auto;
       }
     
       .metric-horizontal {
         margin-bottom: 26px;
       }
     
       .tabs-center {
         margin-bottom: 52px;
       }
     
       .text-tab {
         font-size: 18px;
         line-height: 28px;
         text-align: center;
       }
     
       .gallery-grid {
         grid-row-gap: 13px;
         -ms-grid-columns: 1fr 1fr;
         grid-template-columns: 1fr 1fr;
       }
     
       .blog-grid {
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .avatar.author-avatar {
         margin-right: 26px;
       }
     
       .article ul {
         margin-top: 26px;
         margin-bottom: 26px;
       }
     
       .article figure {
         margin-top: 39px;
         margin-bottom: 39px;
       }
     
       .career-meta {
         margin-bottom: 26px;
       }
     
       .form-grid-thirds {
         grid-row-gap: 13px;
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .footer-2-top-row {
         margin-bottom: 39px;
         padding-bottom: 39px;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
       }
     
       .footer-2-logo {
         margin-bottom: 26px;
       }
     
       .project-details-wrapper {
         margin-top: 52px;
         grid-row-gap: 13px;
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .project-details-item {
         padding-top: 13px;
       }
     
       .case-study-tile-title {
         margin-top: 26px;
         margin-left: 26px;
       }
     
       .case-study-tile-image {
         opacity: 0.5;
       }
     
       .split-section-scrollable-wrapper {
         height: 420px;
       }
     
       .back-to-top-button-container {
         display: none;
       }
     
       .demo-grid-vertical {
         grid-row-gap: 26px;
       }
     
       .card-grid-halves {
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .slider-image {
         width: 100%;
       }
     
       .icon-card-grid-halves {
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
       }
     
       .background-video {
         padding-top: 76px;
         padding-bottom: 76px;
       }
     
       .search-form {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
       }
     
       .navigation-contact-details {
         display: none;
       }
     
       .search-modal-content {
         width: 100%;
       }
     
       .search-title {
         font-size: 32px;
         line-height: 40px;
       }
     
       .search-trigger {
         margin-left: 15px;
       }
     
       .form-input-2 {
         height: 50px;
         margin-bottom: 15px;
         padding-right: 14px;
         padding-left: 14px;
       }
     
       .form-input-2.search-form-input {
         margin-bottom: 15px;
       }
     
       .navigation-controls {
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
       }
     
       .navigation-bar {
         padding-right: 15px;
         padding-left: 15px;
       }
     
       .section-2 {
         padding-top: 75px;
         padding-bottom: 75px;
       }
     
       .section-2.hero-section {
         min-height: 100vh;
       }
     
       .burger {
         -webkit-filter: invert(100%);
         filter: invert(100%);
       }
     
       .image-split {
         height: 450px;
       }
     
       .special-size {
         font-size: 40px;
       }
     
       .tile-animation {
         height: 450px;
       }
     }
     
     @media screen and (max-width: 479px) {
       .section.additional-bottom-space {
         padding-bottom: 52px;
       }
     
       .section.contained-hero-section {
         padding: 26px;
       }
     
       .section.side-padding {
         margin-right: 13px;
         margin-left: 13px;
       }
     
       .section.bg-paper {
         min-height: auto;
         background-image: url("../images/ruina.png");
         background-position: 50% 50%;
         background-size: cover;
       }
     
       .section.bg-paper.no-bottom-space {
         min-height: auto;
         padding-bottom: 52px;
       }
     
       .section.bg-paper.extra-space {
         min-height: 1512px;
         background-image: url("../images/ruina.png");
         background-position: 50% 50%;
         background-size: cover;
       }
     
       .container {
         padding-right: 13px;
         padding-left: 13px;
       }
     
       .container.text-center.margin-bottom {
         margin-bottom: 36px;
       }
     
       .text-lead {
         font-size: 16px;
         line-height: 26px;
       }
     
       .link-lead {
         font-size: 16px;
         line-height: 26px;
       }
     
       .button.button-large {
         width: 100%;
         min-width: auto;
       }
     
       .button.button-outline-white {
         margin-bottom: 16px;
       }
     
       .button.button-outline-white.button-space-left {
         margin-left: 0px;
       }
  
       .grid-quarters {
         grid-column-gap: 13px;
         grid-row-gap: 13px;
       }
     
       .card.blog-card {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
       }
     
       .card-body {
         padding: 19px;
       }
     
       .card-body.blog-card-body {
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
       }
     
       .split-section-full-width {
         max-width: 100vw;
       }
     
       .space-bottom {
         margin-bottom: 19px;
       }
     
       .large-heading {
         font-size: 36px;
         line-height: 39px;
       }
     
       .large-heading.space-bottom {
         margin-bottom: 52px;
       }
     
       .large-heading.case-study-tile-heading {
         margin-bottom: 6px;
         font-size: 36px;
         line-height: 39px;
       }
     
       .split-section-content {
         padding-top: 52px;
         padding-bottom: 52px;
       }
     
       .display-2 {
         font-size: 40px;
         line-height: 44px;
       }
     
       .display-1 {
         font-size: 40px;
         line-height: 48px;
       }
     
       .display-1.space-bottom {
         font-size: 72px;
       }
     
       .display-1.hero-collage-heading.text-white {
         padding-right: 13px;
         padding-left: 13px;
       }
     
       .section-title {
         margin-bottom: 26px;
       }
     
       .grid-halves {
         -ms-grid-columns: minmax(100%, 1fr);
         grid-template-columns: minmax(100%, 1fr);
       }
     
       .text-center {
         margin-bottom: 24px;
       }
     
       .subtitle {
         margin-bottom: 13px;
       }
     
       .grid-thirds {
         justify-items: center;
       }
     
       .grid-thirds.icon-grid-thirds {
         grid-row-gap: 13px;
       }
     
       .numbered-list-item.border-bottom {
         -webkit-box-align: start;
         -webkit-align-items: flex-start;
         -ms-flex-align: start;
         align-items: flex-start;
       }
     
       .linked-list-item-link {
         -webkit-box-align: start;
         -webkit-align-items: flex-start;
         -ms-flex-align: start;
         align-items: flex-start;
       }
     
       .grid-40-60 {
         grid-column-gap: 26px;
         grid-row-gap: 26px;
       }
     
       .icon-list-item {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: start;
         -webkit-align-items: flex-start;
         -ms-flex-align: start;
         align-items: flex-start;
       }
     
       .icon-list-item-icon.icon-large {
         margin-bottom: 13px;
       }
     
  
       .footer {
         padding-top: 52px;
         padding-bottom: 26px;
       }
     
       .footer-1-top-row {
         margin-bottom: 39px;
       }
     
       .medium-heading.button-row-title {
         margin-bottom: 13px;
       }
     
       .footer-menus-wrapper {
         margin-top: 26px;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
       }
     
       .footer-1-bottom-row {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
       }
     
       .social-list.author-social-list {
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
       }
     
       .footer-1-menus {
         margin-bottom: 39px;
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
       }
     
       .footer-fine-print {
         margin-bottom: 26px;
       }
     
       .hero-collage-button {
         display: none;
       }
     
       .announcement-dismiss {
         padding-top: 26px;
         padding-bottom: 26px;
       }
     
       .horizontal-rule {
         margin-top: 19px;
         margin-bottom: 19px;
       }
     
       .metric-horizontal {
         margin-bottom: 19px;
         padding-bottom: 19px;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: start;
         -webkit-align-items: flex-start;
         -ms-flex-align: start;
         align-items: flex-start;
       }
     
       .metric-horizontal-text {
         margin-top: 19px;
         margin-left: 0px;
       }
     
       .video-play-icon {
         width: 76px;
         height: 76px;
       }
     
       .tabs-center {
         margin-bottom: 39px;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -webkit-flex-direction: row;
         -ms-flex-direction: row;
         flex-direction: row;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
       }
     
       .text-tab {
         margin-right: 5px;
         margin-bottom: 0px;
         margin-left: 5px;
         font-size: 16px;
       }
     
       .text-tab.w--current {
         margin-right: 5px;
         margin-left: 5px;
       }
     
       .text-tab.no-bottom-space {
         margin-right: 5px;
         margin-bottom: 0px;
         margin-left: 5px;
       }
     
       .wide-tabs-menu {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
       }
     
       .wide-tabs-button {
         border-top-style: none;
         border-left-style: none;
       }
     
       .gallery-slider-row {
         grid-row-gap: 26px;
       }
     
       .slider-button-round.slider-button-right {
         display: none;
       }
     
       .slider-button-round.slider-button-left {
         display: none;
       }
     
       .slider-button-round.fullwidth-slider-button-right {
         display: none;
       }
     
       .slider-button-round.fullwidth-slider-button-left {
         display: none;
       }
     
       .fullwidth-slide-container {
         padding-right: 13px;
         padding-left: 13px;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
       }
     
       .fullwidth-slide-text.display-1 {
         position: relative;
         max-width: none;
         margin-top: 13px;
       }
     
       .button-title-row {
         margin-bottom: 39px;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: stretch;
         -webkit-align-items: stretch;
         -ms-flex-align: stretch;
         align-items: stretch;
       }
     
       .blog-grid {
         grid-row-gap: 13px;
       }
     
       .card-foot.blog-card-foot {
         padding-right: 19px;
         padding-bottom: 19px;
         padding-left: 19px;
         -webkit-box-flex: 0;
         -webkit-flex: 0 0 auto;
         -ms-flex: 0 0 auto;
         flex: 0 0 auto;
       }
     
       .badge.post-badge {
         margin-bottom: 13px;
       }
     
       .post-main-image {
         margin-bottom: 26px;
       }
     
       .post-meta-wrapper {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: start;
         -webkit-align-items: flex-start;
         -ms-flex-align: start;
         align-items: flex-start;
       }
     
       .avatar {
         width: 39px;
         height: 39px;
       }
     
       .avatar.author-avatar {
         width: 104px;
         height: 104px;
         margin-right: 0px;
         margin-bottom: 13px;
       }
     
       .article figure {
         margin-top: 26px;
         margin-bottom: 26px;
       }
     
       .careers-title {
         margin-top: 26px;
       }
     
       .career-sidebar {
         margin-bottom: 39px;
       }
     
       .footer-2-top-row {
         margin-bottom: 26px;
         padding-bottom: 26px;
       }
     
       .footer-2.bg-gray-4 {
         padding-bottom: 26px;
       }
     
       .footer-2-middle-row {
         margin-bottom: 26px;
       }
     
       .case-study-large-link {
         -webkit-box-orient: vertical;
         -webkit-box-direction: reverse;
         -webkit-flex-direction: column-reverse;
         -ms-flex-direction: column-reverse;
         flex-direction: column-reverse;
       }
     
       .project-details-wrapper {
         margin-top: 26px;
       }
     
       .case-study-large-title {
         position: relative;
         margin-top: 26px;
       }
     
       .projects-grid-vertical {
         grid-row-gap: 12px;
       }
     
       .case-study-tile-title {
         margin-top: 0px;
         margin-left: 0px;
         padding-top: 13px;
         padding-right: 13px;
         padding-left: 13px;
       }
       .split-section-scrollable-wrapper {
         height: 380px;
       }
     
       .split-section-scrollable-image {
         max-width: 240px;
       }
     
       .demos-sidebar {
         margin-bottom: 26px;
       }
     
       .author-container {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         text-align: center;
       }
     
       .demo-grid-vertical {
         grid-row-gap: 13px;
       }
     
       .card-grid-halves {
         grid-column-gap: 12px;
         grid-row-gap: 12px;
       }
     
       .text-block {
         font-size: 16px;
       }
     
       .center-image.space-bottom {
         margin-bottom: 18px;
       }
     
       .background-video {
         height: 100%;
         padding-top: 52px;
         padding-bottom: 52px;
         -webkit-box-orient: horizontal;
         -webkit-box-direction: normal;
         -webkit-flex-direction: row;
         -ms-flex-direction: row;
         flex-direction: row;
       }
     
       .section-intro {
         height: auto;
         padding-top: 0px;
         padding-bottom: 0px;
       }
     
       .navigation-menu-container {
         width: 85vw;
       }
     
       .text-small-2 {
         font-size: 12px;
       }
     
       .navigation-menu-left {
         margin-right: 15px;
         -webkit-box-flex: 0;
         -webkit-flex: 0 auto;
         -ms-flex: 0 auto;
         flex: 0 auto;
       }
     
       .navigation-contact-details {
         margin-bottom: 30px;
       }
     
       .button-2 {
         padding-right: 29px;
         padding-left: 29px;
       }
     
       .search-trigger {
         max-width: 24px;
       }
     
       .navigation-modal-link {
         font-size: 28px;
         line-height: 36px;
       }
     
       .container-2 {
         padding-right: 15px;
         padding-left: 15px;
       }
     
       .navigation-controls {
         -webkit-box-flex: 0;
         -webkit-flex: 0 auto;
         -ms-flex: 0 auto;
         flex: 0 auto;
       }
     
       .navigation-bar {
         padding-top: 20px;
         padding-bottom: 20px;
       }
     
       .section-2 {
         padding-top: 60px;
         padding-bottom: 60px;
       }
     
       .burger {
         -webkit-filter: invert(100%);
         filter: invert(100%);
       }
     
       .special-size {
         font-size: 36px;
       }
     }
     
     #w-node-b623da17-1bfb-50f8-2e7e-ae7a321661ee-143c93a9 {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-_871631e1-6c6f-5123-b1bc-3d47a6afa6d6-143c93a9 {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-d6206f94-03f0-468f-90fc-808d38523e51-143c93a9 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-ab3950cb-edcd-a4f4-2887-bac0899aa517-143c93a9 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-ab3950cb-edcd-a4f4-2887-bac0899aa52c-143c93a9 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_92d14507-f063-755e-e75d-1541ce996feb-143c93a9 {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-e0b82982-b2da-a676-f992-176885e6bdcd-143c93a9 {
       -ms-grid-column-align: center;
       justify-self: center;
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-d3c79079-5132-923c-257a-78a3a9625ed3-143c93a9 {
       -ms-grid-row: span 1;
       grid-row-start: span 1;
       -ms-grid-row-span: 1;
       grid-row-end: span 1;
       -ms-grid-column: span 1;
       grid-column-start: span 1;
       -ms-grid-column-span: 1;
       grid-column-end: span 1;
     }
     
     #w-node-_7bb586e1-09fb-3a6a-b733-ad8bfaac4081-faac4073 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_7bb586e1-09fb-3a6a-b733-ad8bfaac4077-faac4073 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-c6f59635-57e1-922b-1c46-d4cc8adbf1b9-4b3c93aa {
       -webkit-align-self: end;
       -ms-flex-item-align: end;
       -ms-grid-row-align: end;
       align-self: end;
     }
     
     #w-node-_3bb86673-3dc3-8abb-77e6-ded54a4b0fd3-4b3c93aa {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-_98d49828-f215-dd82-4c13-06e870e41a70-4b3c93aa {
       -ms-grid-column-align: end;
       justify-self: end;
     }
     
     #w-node-d489fffb-dbfd-f912-3ec7-dd323305a55d-4b3c93aa {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-d489fffb-dbfd-f912-3ec7-dd323305a56a-4b3c93aa {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-b688b747-03cb-8f42-f679-2d596c2e978e-c03c93ab {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-b688b747-03cb-8f42-f679-2d596c2e978f-c03c93ab {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-_13163a2e-6acc-1e1f-7d9c-1bb9fbe37db3-cf3c93ac {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-_65dd9d0e-0814-8046-9a0d-b2cd3d8229f5-cf3c93ac {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-_8713ca9c-38bf-216b-37fe-068347606d9d-3a3c93ad {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-d295f308-3676-ed0b-dbac-3e7354896ed3-4f3c93af {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_77db4ce3-f85b-37d8-f1e6-e72790575833-4f3c93af {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_77db4ce3-f85b-37d8-f1e6-e7279057584b-4f3c93af {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-d295f308-3676-ed0b-dbac-3e7354896ed3-f63c93b0 {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-e76d9300-9b46-df8c-92c2-4b918b8d0c3b-f63c93b0 {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-d6edb2ea-8fc0-d20b-88ed-f54bc8dcbd79-f63c93b0 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_7c7eedb9-1089-53d5-a809-9c60c42c04d6-7a3c93b2 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_5aeeb98f-a4fe-02e6-f4d6-5ef6a2ea8453-7a3c93b2 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_9bee83c4-3dba-f27e-92d1-0c8e13685879-7a3c93b2 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-f548d6e3-14bf-c3cc-c572-9de7ab61fad8-7a3c93b2 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-e684bfa8-0ce9-43b4-127a-3f5f713b65f2-7a3c93b2 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_15b5f8d6-0ff2-6109-32d7-18620c3b90fb-7a3c93b2 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_5d85a96c-da2c-326b-efcd-7b39be7195c4-7a3c93b2 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_608d5db4-148b-fde3-fa8b-e6733c3c61f2-7a3c93b2 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_520fdfbb-e403-fdb7-2aad-6b41ab5f49cf-a13c93b5 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_520fdfbb-e403-fdb7-2aad-6b41ab5f49da-a13c93b5 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_520fdfbb-e403-fdb7-2aad-6b41ab5f49e5-a13c93b5 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_976554cc-25c8-fe4f-0c47-6bd34e99ca76-a13c93b5 {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_23a501bc-cef7-066c-b333-0bc62e91385f-a13c93b5 {
       -ms-grid-column-align: center;
       justify-self: center;
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-_7f7e4154-f6a4-7b52-9e5b-73e78648ace2-d93c93b6 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_7f7e4154-f6a4-7b52-9e5b-73e78648acef-d93c93b6 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_7f7e4154-f6a4-7b52-9e5b-73e78648acfc-d93c93b6 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-a82746ce-7efc-9978-a25d-2e1e7cf8c854-f23c93b8 {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-_2091d797-b668-5517-011d-0f07e87448f3-f23c93b8 {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-ac1f7889-3bd0-3170-4593-044e48e70f42-f23c93b8 {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_9f7e56b9-eebe-2c1f-5045-e8936dd32450-f23c93b8 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_9f7e56b9-eebe-2c1f-5045-e8936dd3245b-f23c93b8 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-e38e9da4-aa1c-1c39-d940-74113c9c3064-683c93b9 {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-_54bba198-877c-8ebf-619c-0830bb0ef40d-683c93b9 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_54bba198-877c-8ebf-619c-0830bb0ef425-683c93b9 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_5a7513d5-a2ec-3801-d1d3-31e71a596da5-683c93b9 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_5a7513d5-a2ec-3801-d1d3-31e71a596db1-683c93b9 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_49bc47af-d2d2-1d5b-d087-c1cc603b522b-ac3c93ba {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-_49bc47af-d2d2-1d5b-d087-c1cc603b522c-ac3c93ba {
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-a6a5a82c-2790-6ad7-8964-3f82d4f115c7-ac3c93ba {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-d95c5162-7f1b-cc4c-5c6a-42966658604a-ac3c93ba {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_38b2de98-0355-4bd6-4344-ccab1b713440-f53c93bb {
       -ms-grid-column-align: center;
       justify-self: center;
       -webkit-align-self: center;
       -ms-flex-item-align: center;
       -ms-grid-row-align: center;
       align-self: center;
     }
     
     #w-node-_761dd8f3-d026-357f-b729-f2743b9d4fec-f53c93bb {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_53d4095f-76e0-3045-717d-b12afab78e71-783c93bc {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-b902fa05-5471-515a-2e6c-6004764f512f-783c93bc {
       -webkit-align-self: end;
       -ms-flex-item-align: end;
       -ms-grid-row-align: end;
       align-self: end;
     }
     
     #name-3.w-node-_5444f9fe-6f90-052f-2c67-606df19e89d2-cf3c93c2 {
       -ms-grid-column-span: 1;
       grid-column-end: span 1;
       -ms-grid-column: span 1;
       grid-column-start: span 1;
       -ms-grid-row-span: 1;
       grid-row-end: span 1;
       -ms-grid-row: span 1;
       grid-row-start: span 1;
     }
     
     #w-node-e8dd92ec-ff0c-147f-9124-075f9db6bc9d-d93c93c3 {
       -ms-grid-row: span 1;
       grid-row-start: span 1;
       -ms-grid-row-span: 1;
       grid-row-end: span 1;
       -ms-grid-column: span 1;
       grid-column-start: span 1;
       -ms-grid-column-span: 1;
       grid-column-end: span 1;
     }
     
     #w-node-_874f91b5-f237-9dff-acff-abb139ece2b7-203c9468 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-ca977122-1825-339b-d73a-fe86917f87cb-6c3c94a1 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-ca977122-1825-339b-d73a-fe86917f87ce-6c3c94a1 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_769a70d8-9edd-10e4-f8c9-cb79707d0e34-94e512c6 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_769a70d8-9edd-10e4-f8c9-cb79707d0e3f-94e512c6 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-fea5164d-3d23-fff1-1e24-dd4726b27c8c-94e512c6 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-fea5164d-3d23-fff1-1e24-dd4726b27c97-94e512c6 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-fea5164d-3d23-fff1-1e24-dd4726b27ca2-94e512c6 {
       -ms-grid-column-align: center;
       justify-self: center;
     }
     
     #w-node-_55e4fd6a-b2e1-5dd2-fa9c-2b0710581c82-94e512c6 {
       -ms-grid-row: span 1;
       grid-row-start: span 1;
       -ms-grid-row-span: 1;
       grid-row-end: span 1;
       -ms-grid-column: span 1;
       grid-column-start: span 1;
       -ms-grid-column-span: 1;
       grid-column-end: span 1;
     }
     
     @media screen and (min-width: 1920px) {
       #w-node-a82746ce-7efc-9978-a25d-2e1e7cf8c854-f23c93b8 {
         -webkit-align-self: center;
         -ms-flex-item-align: center;
         -ms-grid-row-align: center;
         align-self: center;
       }
     }
     
     @media screen and (max-width: 991px) {
       #w-node-_670f76c4-d4f2-da44-58b4-a3fae19fd7e3-143c93a9 {
         -ms-grid-column-align: center;
         justify-self: center;
       }
     
       #w-node-_108ae760-e1e2-e5fc-55a4-3921ccf6ceda-4b3c93aa {
         -webkit-align-self: stretch;
         -ms-flex-item-align: stretch;
         -ms-grid-row-align: stretch;
         align-self: stretch;
         -ms-grid-column-align: stretch;
         justify-self: stretch;
       }
     
       #w-node-c6f59635-57e1-922b-1c46-d4cc8adbf1b9-4b3c93aa {
         -webkit-align-self: stretch;
         -ms-flex-item-align: stretch;
         -ms-grid-row-align: stretch;
         align-self: stretch;
         -ms-grid-column-align: stretch;
         justify-self: stretch;
       }
     
       #w-node-_98d49828-f215-dd82-4c13-06e870e41a70-4b3c93aa {
         -webkit-align-self: center;
         -ms-flex-item-align: center;
         -ms-grid-row-align: center;
         align-self: center;
       }
     
       #w-node-_123b4f68-6a0c-fa1d-9c45-47541a2c4a5a-cf3c93ac {
         -webkit-align-self: center;
         -ms-flex-item-align: center;
         -ms-grid-row-align: center;
         align-self: center;
       }
     
       #w-node-a6a5a82c-2790-6ad7-8964-3f82d4f115b2-ac3c93ba {
         -ms-grid-column-align: center;
         justify-self: center;
       }
     
       #w-node-b902fa05-5471-515a-2e6c-6004764f5122-783c93bc {
         -webkit-align-self: stretch;
         -ms-flex-item-align: stretch;
         -ms-grid-row-align: stretch;
         align-self: stretch;
         -ms-grid-column-align: stretch;
         justify-self: stretch;
       }
     
       #w-node-b902fa05-5471-515a-2e6c-6004764f512f-783c93bc {
         -webkit-align-self: stretch;
         -ms-flex-item-align: stretch;
         -ms-grid-row-align: stretch;
         align-self: stretch;
         -ms-grid-column-align: stretch;
         justify-self: stretch;
       }
     }