/* ==========================================================================
Variables
========================================================================== */
/**
* container width
*/
/**
* media breakpoints
*/
/**
* Colors
*/
/* ==========================================================================
   Helpers
   ========================================================================== */
.no-overflow {
  overflow: hidden; }

/* ==========================================================================
    NORMALIZE custom
   ========================================================================== */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

h1,
h2,
h3,
h4,
p,
blockquote,
figure,
ol,
ul {
  margin: 0;
  padding: 0; }

main, li {
  display: block; }

h1,
h2,
h3,
h4 {
  font-size: inherit; }

strong {
  font-weight: bold; }

a, button {
  color: inherit;
  transition: .2s; }

a {
  text-decoration: none; }

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

/* ==========================================================================
Base
========================================================================== */
/**
* Font
*/
@font-face {
  font-family: PTsans;
  src: url(../fonts/PT_Sans/PT_Sans-Web-Regular.ttf); }

@font-face {
  font-family: GothamBook;
  src: url(../fonts/GothamBook/GothamBook.woff) format("woff"), url(../fonts/GothamBook/GothamBook.ttf) format("truetype"); }

*,
*::before,
*::after {
  box-sizing: border-box; }

*::before,
*::after {
  display: block; }

body {
  background: #fff;
  font-family: GothamBook;
  font-size: 16px;
  line-height: 1.25; }
  @media (max-width: 1600px) {
    body {
      font-size: 14px; } }

.container {
  width: 1200px;
  margin: 0 auto; }
  @media (max-width: 1600px) {
    .container {
      width: 1000px; } }
  @media (max-width: 1200px) {
    .container {
      width: 100%;
      padding-left: 75px;
      padding-right: 75px; } }
  @media (max-width: 991px) {
    .container {
      padding-left: 50px;
      padding-right: 50px; } }
  @media (max-width: 575px) {
    .container {
      padding-left: 15px;
      padding-right: 15px; } }

p {
  font-family: PTsans;
  font-size: 1.1em;
  line-height: 1.25; }

.title {
  text-transform: uppercase;
  font-size: 1.75em;
  font-weight: 500; }
  @media (max-width: 1600px) {
    .title {
      font-size: 1.5em; } }
  @media (max-width: 1200px) {
    .title {
      font-size: 1.375em; } }

input {
  box-shadow: inset 0px 0px 0px 0px transparent;
  border: 0; }

/* ==========================================================================
   Layout
   ========================================================================== */
#preloader {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: white;
  z-index: 100; }
  #preloader.hide {
    display: none; }
  #preloader #preloader-content {
    width: 64px;
    height: 64px;
    background-color: #2993c8;
    background-image: url("../img/toilet-board-icon.png");
    background-size: 62px 62px;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 50%; }

header {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50;
  background: #1b86c1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 10px 0; }
  header.homepage {
    position: absolute;
    background: transparent; }
  header .navigation-wrapper {
    color: #fff;
    text-transform: uppercase;
    width: calc(1200px + 12px);
    margin-right: -12px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; }
    @media (max-width: 1600px) {
      header .navigation-wrapper {
        width: calc(1000px + 10px);
        margin-right: -10px; } }
    @media (max-width: 1200px) {
      header .navigation-wrapper {
        width: calc(100% - 150px); } }
    @media (max-width: 991px) {
      header .navigation-wrapper {
        display: none; } }
    header .navigation-wrapper.mobile {
      display: none; }
      @media (max-width: 991px) {
        header .navigation-wrapper.mobile {
          display: flex;
          width: calc(100% - 100px);
          margin-right: 0; } }
      @media (max-width: 991px) {
        header .navigation-wrapper.mobile {
          width: calc(100% - 50px); } }
    header .navigation-wrapper > .logo-wrapper {
      margin-right: auto; }
      header .navigation-wrapper > .logo-wrapper > .logo {
        width: 170px;
        margin-right: auto; }
        @media (max-width: 1600px) {
          header .navigation-wrapper > .logo-wrapper > .logo {
            width: 140px; } }
    header .navigation-wrapper a:not(:first-of-type) {
      display: block;
      font-size: 0.9em;
      border-radius: 50px;
      padding: 10px 12px; }
      @media (max-width: 1600px) {
        header .navigation-wrapper a:not(:first-of-type) {
          padding: 8px 10px; } }
      @media (max-width: 1200px) {
        header .navigation-wrapper a:not(:first-of-type) {
          font-size: .8em; } }
      @media (max-width: 991px) {
        header .navigation-wrapper a:not(:first-of-type) {
          font-size: 1em; } }
      header .navigation-wrapper a:not(:first-of-type):not(:last-child) {
        margin-right: 12px; }
      header .navigation-wrapper a:not(:first-of-type):hover, header .navigation-wrapper a:not(:first-of-type).active {
        background-color: #fff;
        color: #1b86c1; }
    @media (max-width: 991px) {
      header .navigation-wrapper a:hover, header .navigation-wrapper a.active {
        background-color: #fff;
        color: #1b86c1; } }

#section-home-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0)), url(../images/background/home-hero.jpg?v=1.0.1);
  background-size: cover;
  position: relative; }
  #section-home-hero::before {
    content: '';
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(2, 0, 36, 0.32535) 0%, rgba(9, 9, 121, 0.423389) 35%, #1b86c1 100%);
    background-size: 120% 200%;
    -webkit-animation: AnimationName 15s ease infinite;
            animation: AnimationName 15s ease infinite; }
    @media (max-width: 991px) {
      #section-home-hero::before {
        background-size: initial;
        -webkit-animation: none;
                animation: none; } }
    @media (max-width: 575px) {
      #section-home-hero::before {
        background: linear-gradient(270deg, rgba(2, 0, 36, 0.32535) 0%, rgba(9, 9, 121, 0.423389) 3%, #1b86c1 100%); } }
  @media (max-width: 991px) {
    #section-home-hero {
      background-position: center; } }
  @media (max-width: 575px) {
    #section-home-hero {
      background-position: 35% center; } }
  #section-home-hero > .container {
    min-height: 75vh;
    position: relative; }
    @media (max-width: 1600px) {
      #section-home-hero > .container {
        min-height: 72vh; } }
    @media (max-width: 991px) and (max-height: 1200px) {
      #section-home-hero > .container {
        min-height: 80vh; } }
    @media (max-width: 575px) {
      #section-home-hero > .container {
        min-height: 500px; } }
    #section-home-hero > .container > .content-wrapper {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-end; }
      @media (max-width: 1200px) {
        #section-home-hero > .container > .content-wrapper {
          right: 75px; } }
      @media (max-width: 991px) {
        #section-home-hero > .container > .content-wrapper {
          right: 50%;
          transform: translate(50%, -50%);
          align-items: center; } }
      #section-home-hero > .container > .content-wrapper > .title, #section-home-hero > .container > .content-wrapper > .sub-title {
        color: #fff;
        width: 400px;
        text-align: right;
        font-size: 2.5em;
        margin-bottom: 10px; }
        @media (max-width: 1600px) {
          #section-home-hero > .container > .content-wrapper > .title, #section-home-hero > .container > .content-wrapper > .sub-title {
            font-size: 2.2em;
            width: 300px; } }
        @media (max-width: 991px) {
          #section-home-hero > .container > .content-wrapper > .title, #section-home-hero > .container > .content-wrapper > .sub-title {
            text-align: center; } }
      #section-home-hero > .container > .content-wrapper > .sub-title {
        font-size: 1.5em;
        font-family: GothamBook; }
      #section-home-hero > .container > .content-wrapper > .description {
        color: gold; }
      #section-home-hero > .container > .content-wrapper > .group-icons > img {
        width: 70px; }
        @media (max-width: 1600px) {
          #section-home-hero > .container > .content-wrapper > .group-icons > img {
            width: 55px; } }

#section-home-about {
  background: #eee;
  padding: 100px 0; }
  #section-home-about > .container {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch; }
    #section-home-about > .container > .content-wrapper {
      width: 57%; }
      @media (max-width: 991px) {
        #section-home-about > .container > .content-wrapper {
          width: 70%; } }
      @media (max-width: 575px) {
        #section-home-about > .container > .content-wrapper {
          width: 100%; } }
    #section-home-about > .container > .content-wrapper {
      text-align: center; }
      #section-home-about > .container > .content-wrapper > .title {
        margin-bottom: 25px; }

#section-home-announcement {
  background: linear-gradient(#eee, #fff);
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch; }
  @media (max-width: 991px) {
    #section-home-announcement {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      background: #fff;
      margin-bottom: 0; } }
  #section-home-announcement > .announcements-wrapper {
    position: relative;
    width: calc(50% - 6px);
    min-height: 100vh;
    background-position: center;
    background-size: cover;
    margin-right: 12px;
    padding: 115px 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch; }
    @media (max-width: 1600px) {
      #section-home-announcement > .announcements-wrapper {
        padding: 106px 0 50px; } }
    @media (max-width: 1200px) {
      #section-home-announcement > .announcements-wrapper {
        padding: 100px 0 50px; } }
    @media (max-width: 991px) {
      #section-home-announcement > .announcements-wrapper {
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
        min-height: initial;
        padding: 150px 50px 100px; } }
    @media (max-width: 991px) {
      #section-home-announcement > .announcements-wrapper {
        padding: 125px 25px 75px; } }
    #section-home-announcement > .announcements-wrapper > .announcement-label {
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: #1b86c1;
      color: #fff;
      padding: 15px 0; }
      #section-home-announcement > .announcements-wrapper > .announcement-label i {
        margin-right: 15px; }
    #section-home-announcement > .announcements-wrapper > .announcement-wrapper {
      width: 60%;
      margin: 0 auto; }
      @media (max-width: 1200px) {
        #section-home-announcement > .announcements-wrapper > .announcement-wrapper {
          width: 70%; } }
      @media (max-width: 991px) {
        #section-home-announcement > .announcements-wrapper > .announcement-wrapper {
          width: 70%; } }
      @media (max-width: 575px) {
        #section-home-announcement > .announcements-wrapper > .announcement-wrapper {
          width: 100%;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
      #section-home-announcement > .announcements-wrapper > .announcement-wrapper:not(:last-of-type) {
        margin-bottom: 75px; }
      #section-home-announcement > .announcements-wrapper > .announcement-wrapper > .title {
        margin-bottom: 5px; }
        @media (max-width: 575px) {
          #section-home-announcement > .announcements-wrapper > .announcement-wrapper > .title {
            text-align: center; } }
      #section-home-announcement > .announcements-wrapper > .announcement-wrapper > .btn {
        align-self: center; }
        @media (max-width: 575px) {
          #section-home-announcement > .announcements-wrapper > .announcement-wrapper > .btn {
            align-self: center; } }
  #section-home-announcement > .other-content {
    width: calc(50% - 6px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch; }
    @media (max-width: 991px) {
      #section-home-announcement > .other-content {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        margin-bottom: 12px; } }
    @media (max-width: 575px) {
      #section-home-announcement > .other-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 12px; } }
    #section-home-announcement > .other-content > .accelerator-content,
    #section-home-announcement > .other-content > .business-content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: stretch;
      padding: 0 20%;
      min-height: calc((100% - 12px) / 2);
      background-position: center;
      background-size: cover; }
      @media (max-width: 1200px) {
        #section-home-announcement > .other-content > .accelerator-content,
        #section-home-announcement > .other-content > .business-content {
          padding: 0 15%; } }
      @media (max-width: 991px) {
        #section-home-announcement > .other-content > .accelerator-content,
        #section-home-announcement > .other-content > .business-content {
          width: 50%;
          padding: 75px 50px;
          min-height: initial; } }
      @media (max-width: 575px) {
        #section-home-announcement > .other-content > .accelerator-content,
        #section-home-announcement > .other-content > .business-content {
          width: 100%;
          padding: 75px 25px; } }
      #section-home-announcement > .other-content > .accelerator-content > .title,
      #section-home-announcement > .other-content > .business-content > .title {
        text-align: center;
        margin-bottom: 25px; }
      #section-home-announcement > .other-content > .accelerator-content > .description:not(:last-of-type),
      #section-home-announcement > .other-content > .business-content > .description:not(:last-of-type) {
        margin-bottom: 10px; }
      #section-home-announcement > .other-content > .accelerator-content > .btn,
      #section-home-announcement > .other-content > .business-content > .btn {
        align-self: center; }
    #section-home-announcement > .other-content > .accelerator-content {
      margin-bottom: 12px; }
      @media (max-width: 991px) {
        #section-home-announcement > .other-content > .accelerator-content {
          margin-right: 12px;
          margin-bottom: 0; } }
      @media (max-width: 575px) {
        #section-home-announcement > .other-content > .accelerator-content {
          margin-right: 0;
          margin-bottom: 12px; } }
  #section-home-announcement .title,
  #section-home-announcement .description {
    color: white; }

#section-home-video {
  color: #fff;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch; }
  @media (max-width: 991px) {
    #section-home-video {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; } }
  #section-home-video > .box-wrapper {
    width: 50%;
    margin-right: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 991px) {
      #section-home-video > .box-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        width: 100%;
        margin-right: 0;
        margin-bottom: 12px; } }
    @media (max-width: 575px) {
      #section-home-video > .box-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    #section-home-video > .box-wrapper > .action-wrapper,
    #section-home-video > .box-wrapper > .projection-wrapper,
    #section-home-video > .box-wrapper > .video-wrapper {
      background-size: cover;
      background-position: center; }
    #section-home-video > .box-wrapper > .action-wrapper {
      padding: 75px 0;
      background: #585d61;
      margin-bottom: 12px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: stretch; }
      @media (max-width: 991px) {
        #section-home-video > .box-wrapper > .action-wrapper {
          width: 50%;
          margin-right: 12px;
          margin-bottom: 0;
          padding: 75px 50px; } }
      @media (max-width: 575px) {
        #section-home-video > .box-wrapper > .action-wrapper {
          width: 100%;
          margin-bottom: 12px;
          margin-right: 0;
          padding: 75px 25px; } }
      #section-home-video > .box-wrapper > .action-wrapper > .content-wrapper {
        width: 60%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; }
        @media (max-width: 1200px) {
          #section-home-video > .box-wrapper > .action-wrapper > .content-wrapper {
            width: 70%; } }
        @media (max-width: 991px) {
          #section-home-video > .box-wrapper > .action-wrapper > .content-wrapper {
            width: 100%; } }
        #section-home-video > .box-wrapper > .action-wrapper > .content-wrapper > .title {
          text-align: center;
          margin-bottom: 25px; }
        #section-home-video > .box-wrapper > .action-wrapper > .content-wrapper > .description:not(:last-of-type) {
          margin-bottom: 10px; }
        #section-home-video > .box-wrapper > .action-wrapper > .content-wrapper > .btn {
          align-self: center; }
    #section-home-video > .box-wrapper > .projection-wrapper {
      padding: 75px 0;
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      @media (max-width: 991px) {
        #section-home-video > .box-wrapper > .projection-wrapper {
          width: 50%;
          padding: 75px 50px; } }
      @media (max-width: 575px) {
        #section-home-video > .box-wrapper > .projection-wrapper {
          width: 100%;
          padding: 75px 25px; } }
      #section-home-video > .box-wrapper > .projection-wrapper > .content-wrapper {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; }
        @media (max-width: 1200px) {
          #section-home-video > .box-wrapper > .projection-wrapper > .content-wrapper {
            width: 70%; } }
        @media (max-width: 991px) {
          #section-home-video > .box-wrapper > .projection-wrapper > .content-wrapper {
            width: 100%; } }
        #section-home-video > .box-wrapper > .projection-wrapper > .content-wrapper > .title {
          text-align: center;
          margin-bottom: 25px; }
        #section-home-video > .box-wrapper > .projection-wrapper > .content-wrapper > .description > p:not(:last-of-type) {
          margin-bottom: 10px; }
  #section-home-video > .video-wrapper {
    width: 50%;
    background-position: center left;
    background-size: cover;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      #section-home-video > .video-wrapper {
        width: 100%;
        padding: 150px 0; } }
    #section-home-video > .video-wrapper > .content-wrapper {
      width: 60%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1200px) {
        #section-home-video > .video-wrapper > .content-wrapper {
          width: 70%; } }
      #section-home-video > .video-wrapper > .content-wrapper > .title {
        text-align: center; }

#section-home-opportunity > .container {
  width: 100%;
  padding: 0 0 12px; }
  @media (max-width: 991px) {
    #section-home-opportunity > .container {
      padding: 0; } }
  #section-home-opportunity > .container > .col-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch; }
    @media (max-width: 991px) {
      #section-home-opportunity > .container > .col-wrapper {
        flex-wrap: wrap; } }
    @media (max-width: 575px) {
      #section-home-opportunity > .container > .col-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    #section-home-opportunity > .container > .col-wrapper > .col {
      width: 25%;
      padding: 50px;
      color: #fff; }
      @media (max-width: 1600px) {
        #section-home-opportunity > .container > .col-wrapper > .col {
          padding: 40px 0px; } }
      @media (max-width: 1200px) {
        #section-home-opportunity > .container > .col-wrapper > .col {
          padding: 25px 0; } }
      @media (max-width: 991px) {
        #section-home-opportunity > .container > .col-wrapper > .col {
          width: calc(50% - 6px);
          margin-bottom: 12px;
          padding: 50px; } }
      @media (max-width: 575px) {
        #section-home-opportunity > .container > .col-wrapper > .col {
          width: 100%;
          margin-bottom: 12px;
          padding: 50px; } }
      #section-home-opportunity > .container > .col-wrapper > .col:not(:first-child) {
        margin-left: 12px; }
        @media (max-width: 991px) {
          #section-home-opportunity > .container > .col-wrapper > .col:not(:first-child) {
            margin-left: 0; } }
      @media (max-width: 991px) {
        #section-home-opportunity > .container > .col-wrapper > .col:nth-of-type(odd) {
          margin-right: 12px; } }
      #section-home-opportunity > .container > .col-wrapper > .col:nth-child(1) {
        background: #5f157c; }
      #section-home-opportunity > .container > .col-wrapper > .col:nth-child(2) {
        background: #1b86c1; }
      #section-home-opportunity > .container > .col-wrapper > .col:nth-child(3) {
        background: #1c9f8e; }
      #section-home-opportunity > .container > .col-wrapper > .col:nth-child(4) {
        background: #f68a3b; }
      #section-home-opportunity > .container > .col-wrapper > .col > .title {
        min-height: 2.5em;
        margin-bottom: 25px;
        text-align: center; }
        @media (max-width: 1600px) {
          #section-home-opportunity > .container > .col-wrapper > .col > .title {
            padding: 0 25px; } }
        @media (max-width: 1200px) {
          #section-home-opportunity > .container > .col-wrapper > .col > .title {
            padding: 0 15px; } }
        @media (max-width: 991px) {
          #section-home-opportunity > .container > .col-wrapper > .col > .title {
            padding: 0 25px; } }
      #section-home-opportunity > .container > .col-wrapper > .col > .header {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        margin-bottom: 25px; }
        @media (max-width: 1600px) {
          #section-home-opportunity > .container > .col-wrapper > .col > .header {
            padding: 0 40px; } }
        @media (max-width: 991px) {
          #section-home-opportunity > .container > .col-wrapper > .col > .header {
            justify-content: center; } }
        #section-home-opportunity > .container > .col-wrapper > .col > .header > .icon {
          margin-right: 7px;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          #section-home-opportunity > .container > .col-wrapper > .col > .header > .icon > img {
            width: 73px; }
        #section-home-opportunity > .container > .col-wrapper > .col > .header > .title {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start; }
          #section-home-opportunity > .container > .col-wrapper > .col > .header > .title > .amount {
            font-weight: 600; }
            #section-home-opportunity > .container > .col-wrapper > .col > .header > .title > .amount.text {
              font-size: 0.8em;
              font-weight: normal; }
      @media (max-width: 1600px) {
        #section-home-opportunity > .container > .col-wrapper > .col > p {
          padding: 0 40px; } }
      @media (max-width: 1200px) {
        #section-home-opportunity > .container > .col-wrapper > .col > p {
          padding: 0 25px; } }
      @media (max-width: 991px) {
        #section-home-opportunity > .container > .col-wrapper > .col > p {
          padding: 0; } }

#section-home-projects {
  color: #fff;
  position: relative; }
  #section-home-projects > .title {
    text-align: center;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 10;
    transform: translateX(-50%); }
    @media (max-width: 575px) {
      #section-home-projects > .title {
        width: 100%;
        padding: 0 25px; } }
  #section-home-projects > .projects-wrapper .project-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex !important;
    height: 75vh;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
    background-size: cover;
    background-position: center;
    position: relative; }
    @media (max-width: 575px) {
      #section-home-projects > .projects-wrapper .project-wrapper {
        min-height: 100vh; } }
    #section-home-projects > .projects-wrapper .project-wrapper > img {
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1; }
    #section-home-projects > .projects-wrapper .project-wrapper > .container > .content-wrapper {
      width: 50%;
      margin-left: auto; }
      @media (max-width: 1200px) {
        #section-home-projects > .projects-wrapper .project-wrapper > .container > .content-wrapper {
          margin: 0 auto;
          width: 60%;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: center; } }
  @media (max-width: 1200px) and (max-width: 575px) {
    #section-home-projects > .projects-wrapper .project-wrapper > .container > .content-wrapper {
      width: 100%; } }
      #section-home-projects > .projects-wrapper .project-wrapper > .container > .content-wrapper > .title {
        margin-bottom: 25px; }
        @media (max-width: 575px) {
          #section-home-projects > .projects-wrapper .project-wrapper > .container > .content-wrapper > .title {
            text-align: center; } }
      #section-home-projects > .projects-wrapper .project-wrapper > .container > .content-wrapper > .description:not(:last-of-type) {
        margin-bottom: 10px; }
  #section-home-projects .slick-next, #section-home-projects .slick-prev {
    z-index: 10; }
    @media (max-width: 575px) {
      #section-home-projects .slick-next, #section-home-projects .slick-prev {
        display: none !important; } }
    #section-home-projects .slick-next:before, #section-home-projects .slick-prev:before {
      font-size: 40px; }
  #section-home-projects .slick-prev {
    left: 25px; }
  #section-home-projects .slick-next {
    left: calc(100vw - 90px); }
  #section-home-projects .slick-dots {
    bottom: 50px; }
    #section-home-projects .slick-dots > li.slick-active button::before,
    #section-home-projects .slick-dots > li button::before {
      color: #fff; }

#section-home-portfolio {
  padding: 50px 0; }
  #section-home-portfolio > .container > .title {
    text-align: center;
    color: #1b86c1;
    margin-bottom: 50px; }
  #section-home-portfolio > .container > .logos-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: -30px; }
    @media (max-width: 575px) {
      #section-home-portfolio > .container > .logos-wrapper {
        margin-right: initial;
        display: block; } }
    #section-home-portfolio > .container > .logos-wrapper .logo-wrapper {
      margin-right: 30px;
      margin-bottom: 30px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-basis: 100px; }
      @media (max-width: 575px) {
        #section-home-portfolio > .container > .logos-wrapper .logo-wrapper {
          margin-right: initial;
          margin-bottom: initial;
          flex-basis: 100px; } }
      #section-home-portfolio > .container > .logos-wrapper .logo-wrapper > img {
        max-height: 100px; }
        @media (max-width: 575px) {
          #section-home-portfolio > .container > .logos-wrapper .logo-wrapper > img {
            margin: 0 auto;
            max-width: 150px; } }
  #section-home-portfolio > .container .slick-slide {
    display: inline-block;
    vertical-align: middle;
    float: none; }

#section-home-blog {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  color: #fff;
  min-height: 50vh; }
  @media (max-width: 991px) {
    #section-home-blog {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      min-height: initial; } }
  #section-home-blog > .blog-wrapper {
    background: #1c9f8e;
    width: 50%;
    margin-right: 12px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: calc((100vw - 1200px) / 2 - 6px);
    padding-right: 75px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    @media (max-width: 1600px) {
      #section-home-blog > .blog-wrapper {
        padding-left: calc((100vw - 1000px) / 2 - 6px);
        padding-top: 45px;
        padding-bottom: 45px;
        order: 2; } }
    @media (max-width: 1200px) {
      #section-home-blog > .blog-wrapper {
        padding-left: 75px; } }
    @media (max-width: 991px) {
      #section-home-blog > .blog-wrapper {
        width: 100%;
        align-items: center;
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 575px) {
      #section-home-blog > .blog-wrapper {
        padding-left: 25px;
        padding-right: 25px; } }
    #section-home-blog > .blog-wrapper > .title {
      margin-bottom: 50px; }
      @media (max-width: 1600px) {
        #section-home-blog > .blog-wrapper > .title {
          margin-bottom: 25px; } }
    #section-home-blog > .blog-wrapper > .blog-item {
      margin-bottom: 50px;
      display: block; }
      @media (max-width: 1600px) {
        #section-home-blog > .blog-wrapper > .blog-item {
          margin-bottom: 45px; } }
      @media (max-width: 991px) {
        #section-home-blog > .blog-wrapper > .blog-item {
          width: 70%; } }
      @media (max-width: 575px) {
        #section-home-blog > .blog-wrapper > .blog-item {
          width: 100%; } }
      #section-home-blog > .blog-wrapper > .blog-item > .blog-title {
        text-transform: uppercase;
        margin: 10px 0 5px;
        line-height: 1.25; }
        @media (max-width: 1600px) {
          #section-home-blog > .blog-wrapper > .blog-item > .blog-title {
            margin: 8px 0 5px; } }
    #section-home-blog > .blog-wrapper > .btn {
      margin-top: 0; }
  #section-home-blog > .image-wrapper {
    min-height: 60vh;
    width: 50%;
    background-size: cover;
    background-position: left; }
    @media (max-width: 1600px) {
      #section-home-blog > .image-wrapper {
        background-position: 12%; } }
    @media (max-width: 991px) {
      #section-home-blog > .image-wrapper {
        width: 100%;
        min-height: 400px; } }

#section-home-members {
  background: #fff;
  padding: 50px 0; }
  @media (max-width: 1600px) {
    #section-home-members {
      padding: 40px 0; } }
  #section-home-members > .container > .title {
    color: #1b86c1;
    margin-bottom: 50px;
    text-align: center; }
  #section-home-members > .container > .logos-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -30px; }
    @media (max-width: 575px) {
      #section-home-members > .container > .logos-wrapper {
        display: block;
        margin-right: initial;
        margin-bottom: initial; } }
    #section-home-members > .container > .logos-wrapper .logo-wrapper {
      margin-right: 30px;
      margin-bottom: 30px;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      flex-basis: 100px; }
      @media (max-width: 575px) {
        #section-home-members > .container > .logos-wrapper .logo-wrapper {
          margin-bottom: initial;
          margin-right: initial; }
          #section-home-members > .container > .logos-wrapper .logo-wrapper > img {
            margin: 0 auto; } }
      #section-home-members > .container > .logos-wrapper .logo-wrapper.large {
        flex-basis: 150px; }
      #section-home-members > .container > .logos-wrapper .logo-wrapper.small-height > img {
        height: 120px;
        width: auto; }
      @media (max-width: 575px) {
        #section-home-members > .container > .logos-wrapper .logo-wrapper > img {
          max-width: 50%; } }
    #section-home-members > .container > .logos-wrapper .slick-slide {
      display: inline-block;
      vertical-align: middle;
      float: none; }

footer {
  background: #231f20;
  font-size: 0.9em; }
  footer > .container .title {
    font-size: 1em;
    margin-bottom: 25px;
    color: #fff; }
    @media (max-width: 575px) {
      footer > .container .title {
        text-align: center; } }
  footer > .container > .footer-content {
    padding: 50px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 575px) {
      footer > .container > .footer-content {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    footer > .container > .footer-content > .subscription-wrapper,
    footer > .container > .footer-content > .navigation-wrapper {
      width: 50%; }
      @media (max-width: 575px) {
        footer > .container > .footer-content > .subscription-wrapper,
        footer > .container > .footer-content > .navigation-wrapper {
          width: 100%; } }
    footer > .container > .footer-content > .subscription-wrapper {
      padding-right: 50px;
      width: 50%; }
      @media (max-width: 575px) {
        footer > .container > .footer-content > .subscription-wrapper {
          width: 100%;
          margin-bottom: 50px;
          padding-right: 0; } }
      footer > .container > .footer-content > .subscription-wrapper > .description {
        margin-bottom: 12px;
        color: #868c8a; }
        @media (max-width: 575px) {
          footer > .container > .footer-content > .subscription-wrapper > .description {
            text-align: center; } }
      footer > .container > .footer-content > .subscription-wrapper > form {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        width: 80%; }
        @media (max-width: 991px) {
          footer > .container > .footer-content > .subscription-wrapper > form {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start; } }
        footer > .container > .footer-content > .subscription-wrapper > form > input:not([type="submit"]) {
          border-radius: 25px;
          padding: 7px 15px;
          margin-bottom: 12px;
          background: #333335;
          color: #fff; }
        footer > .container > .footer-content > .subscription-wrapper > form > input:nth-of-type(1),
        footer > .container > .footer-content > .subscription-wrapper > form > input:nth-of-type(2) {
          width: 100%; }
        footer > .container > .footer-content > .subscription-wrapper > form > input:nth-of-type(3),
        footer > .container > .footer-content > .subscription-wrapper > form > input:nth-of-type(4) {
          width: calc(50% - 6px); }
          @media (max-width: 575px) {
            footer > .container > .footer-content > .subscription-wrapper > form > input:nth-of-type(3),
            footer > .container > .footer-content > .subscription-wrapper > form > input:nth-of-type(4) {
              width: 100%; } }
        footer > .container > .footer-content > .subscription-wrapper > form > input:nth-of-type(3) {
          margin-right: 12px; }
        footer > .container > .footer-content > .subscription-wrapper > form > .btn {
          margin-top: 12px;
          margin-left: auto; }
          footer > .container > .footer-content > .subscription-wrapper > form > .btn:hover {
            cursor: pointer; }
    footer > .container > .footer-content > .navigation-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start; }
      footer > .container > .footer-content > .navigation-wrapper > .col {
        width: 25%; }
        @media (max-width: 1600px) {
          footer > .container > .footer-content > .navigation-wrapper > .col {
            width: 27%; } }
        @media (max-width: 575px) {
          footer > .container > .footer-content > .navigation-wrapper > .col > .title {
            text-align: left; } }
        footer > .container > .footer-content > .navigation-wrapper > .col > a {
          display: block;
          color: #868c8a; }
          footer > .container > .footer-content > .navigation-wrapper > .col > a:not(:last-child) {
            margin-bottom: 12px; }
  footer > .container > .copyright {
    padding: 15px 0;
    border-top: 1px solid #333335;
    text-align: center;
    color: #fff; }

/* ==========================================================================
   Subpages
   ========================================================================== */
/**
 * Toilet accelerator
 */
#section-toilet_accelerator-navigation {
  padding: 50px 0; }
  #section-toilet_accelerator-navigation > .container > .navigation-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    @media (max-width: 575px) {
      #section-toilet_accelerator-navigation > .container > .navigation-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; } }
    #section-toilet_accelerator-navigation > .container > .navigation-wrapper > a {
      text-transform: uppercase;
      color: #1b86c1;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      #section-toilet_accelerator-navigation > .container > .navigation-wrapper > a:not(:last-child) {
        margin-right: 25px; }
        @media (max-width: 575px) {
          #section-toilet_accelerator-navigation > .container > .navigation-wrapper > a:not(:last-child) {
            margin-right: 0;
            margin-bottom: 15px; } }
        #section-toilet_accelerator-navigation > .container > .navigation-wrapper > a:not(:last-child)::after {
          content: "";
          display: block;
          width: 2px;
          height: 18px;
          margin-left: 25px;
          background: #1b86c1; }
          @media (max-width: 575px) {
            #section-toilet_accelerator-navigation > .container > .navigation-wrapper > a:not(:last-child)::after {
              display: none; } }

#section-toilet_accelerator-about {
  background: #1c9f8e; }
  #section-toilet_accelerator-about > .container {
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
    #section-toilet_accelerator-about > .container > .image-wrapper,
    #section-toilet_accelerator-about > .container > .content-wrapper {
      width: 60%; }
      @media (max-width: 991px) {
        #section-toilet_accelerator-about > .container > .image-wrapper,
        #section-toilet_accelerator-about > .container > .content-wrapper {
          width: 70%; } }
      @media (max-width: 575px) {
        #section-toilet_accelerator-about > .container > .image-wrapper,
        #section-toilet_accelerator-about > .container > .content-wrapper {
          width: 100%;
          padding: 0 25px; } }
    #section-toilet_accelerator-about > .container > .image-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 30px; }
      #section-toilet_accelerator-about > .container > .image-wrapper > img {
        width: 300px; }
        @media (max-width: 991px) {
          #section-toilet_accelerator-about > .container > .image-wrapper > img {
            width: 250px; } }
      #section-toilet_accelerator-about > .container > .image-wrapper > .title {
        color: white; }
    #section-toilet_accelerator-about > .container > .content-wrapper {
      color: #fff; }
      #section-toilet_accelerator-about > .container > .content-wrapper > .title {
        text-align: center;
        margin-bottom: 15px; }
      #section-toilet_accelerator-about > .container > .content-wrapper > .description {
        margin-bottom: 15px; }
        #section-toilet_accelerator-about > .container > .content-wrapper > .description > p:not(:last-of-type) {
          margin-bottom: 15px; }
      #section-toilet_accelerator-about > .container > .content-wrapper > .button-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: flex-start; }
        @media (max-width: 575px) {
          #section-toilet_accelerator-about > .container > .content-wrapper > .button-wrapper {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center; } }
        #section-toilet_accelerator-about > .container > .content-wrapper > .button-wrapper > a:first-child {
          margin-right: 25px; }
          @media (max-width: 575px) {
            #section-toilet_accelerator-about > .container > .content-wrapper > .button-wrapper > a:first-child {
              margin-right: 0; } }

#section-toilet_accelerator-cohort {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  #section-toilet_accelerator-cohort > .title {
    text-align: center;
    color: #1b86c1;
    margin-top: 50px; }
  #section-toilet_accelerator-cohort > .btn {
    margin-bottom: 25px; }
  #section-toilet_accelerator-cohort > .cohort-item-wrapper {
    background: #fff;
    padding: 25px 0;
    min-height: 400px;
    display: flex; }
    #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch; }
      @media (max-width: 768px) {
        #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container {
          flex-direction: column; } }
      #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .content-wrapper,
      #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .image-wrapper {
        flex: 0 1 50%; }
      #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .content-wrapper {
        padding-right: 25px; }
        @media (max-width: 768px) {
          #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .content-wrapper {
            padding-right: 0; } }
        #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .content-wrapper > .title-wrapper {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          margin-bottom: 15px; }
          #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .content-wrapper > .title-wrapper > .logo-wrapper {
            padding-right: 15px;
            border-right: 3px solid #1b86c1; }
            #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .content-wrapper > .title-wrapper > .logo-wrapper > img {
              height: 50px;
              width: auto;
              display: block; }
          #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .content-wrapper > .title-wrapper > .title {
            padding-left: 15px;
            font-size: 1.25em; }
        #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .content-wrapper > .button-wrapper {
          margin-top: 15px; }
          @media (max-width: 768px) {
            #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .content-wrapper > .button-wrapper {
              display: flex;
              flex-direction: row;
              justify-content: center;
              align-items: center; } }
          #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .content-wrapper > .button-wrapper > .btn:not(:first-child) {
            margin-left: 15px; }
            @media (max-width: 768px) {
              #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .content-wrapper > .button-wrapper > .btn:not(:first-child) {
                margin-left: 0; } }
      #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .image-wrapper {
        background-size: cover;
        background-position: center; }
        @media (max-width: 768px) {
          #section-toilet_accelerator-cohort > .cohort-item-wrapper > .container > .image-wrapper {
            order: -1;
            min-height: 300px;
            margin-bottom: 25px; } }
  #section-toilet_accelerator-cohort > .cohort-item-wrapper:nth-of-type(even) {
    background: #e6e6e6; }
    #section-toilet_accelerator-cohort > .cohort-item-wrapper:nth-of-type(even) > .container > .image-wrapper {
      order: 1; }
    #section-toilet_accelerator-cohort > .cohort-item-wrapper:nth-of-type(even) > .container > .content-wrapper {
      order: 2;
      padding-right: 0;
      padding-left: 25px; }
      @media (max-width: 768px) {
        #section-toilet_accelerator-cohort > .cohort-item-wrapper:nth-of-type(even) > .container > .content-wrapper {
          padding-left: 0; } }

#section-toilet_accelerator-alumni {
  background: #1b86c1;
  padding: 50px 0;
  overflow-x: hidden; }
  #section-toilet_accelerator-alumni > .container > .title {
    margin-bottom: 50px;
    color: #fff;
    text-align: center; }
  #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -25px;
    margin-bottom: -25px; }
    @media (max-width: 575px) {
      #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper {
        margin-right: 0; } }
    #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper {
      width: calc((100% - 125px) / 5);
      margin-bottom: 25px;
      margin-right: 25px; }
      @media (max-width: 991px) {
        #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper {
          width: calc((100% - 75px) / 3); } }
      @media (max-width: 575px) {
        #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper {
          width: 100%;
          margin-right: 0; } }
      #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper.hide {
        display: none; }
      #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper.show {
        display: block; }
      #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper:hover {
        transform: scale(1.05);
        transition: all ease 0.2s;
        cursor: pointer; }
      #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper > .image-wrapper {
        height: 150px;
        background-color: #868c8a;
        background-size: cover; }
        @media (max-width: 1200px) {
          #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper > .image-wrapper {
            height: 130px; } }
        @media (max-width: 575px) {
          #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper > .image-wrapper {
            height: 250px; } }
      #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper > .label-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        color: #fff;
        background: #231f20;
        padding: 5px 0;
        font-size: 0.75em;
        min-height: 40px;
        text-align: center; }
        @media (max-width: 1600px) {
          #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper > .label-wrapper {
            min-height: 60px; } }
        #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper > .label-wrapper > .company {
          text-transform: uppercase; }
    #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay.hide {
      display: none; }
    #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay.show {
      display: block; }
    #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container {
      padding: 50px;
      background: #fff;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      position: relative; }
      @media (max-width: 991px) {
        #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
      @media (max-width: 575px) {
        #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container {
          padding: 25px; } }
      #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper,
      #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .image-wrapper {
        width: 50%; }
      #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper {
        padding-right: 25px; }
        @media (max-width: 991px) {
          #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper {
            order: 2;
            padding-right: 0;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            width: 100%; } }
        #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .title-wrapper {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: center;
          margin-bottom: 15px; }
          @media (max-width: 575px) {
            #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .title-wrapper {
              align-self: center;
              display: flex;
              flex-direction: column;
              justify-content: flex-start;
              align-items: center; } }
          #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .title-wrapper > .logo-wrapper {
            padding-right: 15px;
            border-right: 3px solid #1b86c1; }
            @media (max-width: 575px) {
              #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .title-wrapper > .logo-wrapper {
                padding-right: 0;
                border-right: 0;
                order: 2;
                margin-top: 15px; } }
            #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .title-wrapper > .logo-wrapper > img {
              height: 50px;
              width: auto;
              display: block; }
              @media (max-width: 575px) {
                #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .title-wrapper > .logo-wrapper > img {
                  height: 75px; } }
          #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .title-wrapper > .title {
            padding-left: 15px;
            font-size: 1.25em; }
            @media (max-width: 575px) {
              #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .title-wrapper > .title {
                text-align: center; } }
        #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .description p:not(:last-of-type) {
          margin-bottom: 15px; }
        #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .button-wrapper {
          margin-top: 15px;
          font-size: .7em; }
          @media (max-width: 991px) {
            #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .button-wrapper {
              align-self: center;
              font-size: inherit; } }
          @media (max-width: 575px) {
            #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .button-wrapper {
              display: flex;
              flex-direction: column;
              justify-content: flex-start;
              align-items: center; } }
          #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .button-wrapper > .btn:not(:first-child) {
            margin-left: 5px; }
            @media (max-width: 575px) {
              #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .content-wrapper > .button-wrapper > .btn:not(:first-child) {
                margin-left: 0; } }
      #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .image-wrapper {
        background-size: cover; }
        @media (max-width: 991px) {
          #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .image-wrapper {
            min-height: 400px;
            width: 100%;
            margin-bottom: 25px; } }
        @media (max-width: 575px) {
          #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .image-wrapper {
            width: 80%;
            min-height: 150px;
            margin: 0 auto 25px; } }
      #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .close-btn {
        position: absolute;
        right: 25px;
        top: 25px;
        transform: translate(50%, -50%);
        font-size: 1.8em; }
        #section-toilet_accelerator-alumni > .container > .alumni-items-wrapper > .alumni-item-wrapper-overlay > .container > .close-btn:hover {
          cursor: pointer; }

#section-toilet_accelerator-infographic {
  padding-top: 75px;
  padding-bottom: 75px; }
  #section-toilet_accelerator-infographic > .container > .title {
    color: #1b86c1;
    text-align: center;
    margin-bottom: 50px; }

#section-toilet_accelerator-impact {
  background: #1c9f8e;
  padding: 50px 0;
  color: #fff; }
  #section-toilet_accelerator-impact > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #section-toilet_accelerator-impact > .container > .title {
      margin-bottom: 25px; }
    #section-toilet_accelerator-impact > .container > .description {
      width: 70%;
      margin: 0 auto; }
      @media (max-width: 575px) {
        #section-toilet_accelerator-impact > .container > .description {
          width: 100%; } }
      #section-toilet_accelerator-impact > .container > .description > p:not(:last-of-type) {
        margin-bottom: 10px; }

#section-toilet_accelerator-investor {
  background: #585d61;
  padding: 50px 0;
  color: #fff; }
  #section-toilet_accelerator-investor > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #section-toilet_accelerator-investor > .container > .title {
      text-align: center;
      margin-bottom: 25px; }
    #section-toilet_accelerator-investor > .container > .description {
      width: 70%;
      margin: 0 auto 35px; }
      @media (max-width: 575px) {
        #section-toilet_accelerator-investor > .container > .description {
          width: 100%; } }
      #section-toilet_accelerator-investor > .container > .description > p:not(:last-of-type) {
        margin-bottom: 10px; }
    #section-toilet_accelerator-investor > .container > .objectives-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 25px; }
      @media (max-width: 575px) {
        #section-toilet_accelerator-investor > .container > .objectives-wrapper {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start;
          margin-bottom: -25px; } }
      #section-toilet_accelerator-investor > .container > .objectives-wrapper > .objective-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        width: 30%; }
        @media (max-width: 575px) {
          #section-toilet_accelerator-investor > .container > .objectives-wrapper > .objective-wrapper {
            width: 100%;
            margin-bottom: 25px; } }
        #section-toilet_accelerator-investor > .container > .objectives-wrapper > .objective-wrapper > .number {
          font-size: 1.75em;
          font-weight: bold;
          margin-right: 15px; }

/**
 * Projects
 */
#section-projects-hero {
  min-height: 60vh;
  background-image: linear-gradient(270deg, rgba(2, 0, 36, 0.32535) 0%, rgba(9, 9, 121, 0.423389) 35%, #1b86c1 100%), url(../images/projects/TBC_technical_image.jpg);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  #section-projects-hero > .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%; }
    @media (max-width: 991px) {
      #section-projects-hero > .container {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; } }
    #section-projects-hero > .container > .content-wrapper {
      width: 50%; }
      @media (max-width: 991px) {
        #section-projects-hero > .container > .content-wrapper {
          width: 70%;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
      @media (max-width: 575px) {
        #section-projects-hero > .container > .content-wrapper {
          width: 100%; } }
      #section-projects-hero > .container > .content-wrapper > .title {
        margin-bottom: 25px;
        color: #1b86c1;
        font-weight: bold; }
        @media (max-width: 991px) {
          #section-projects-hero > .container > .content-wrapper > .title {
            text-align: center;
            align-self: center; } }
      #section-projects-hero > .container > .content-wrapper > .description {
        color: #fff; }
        #section-projects-hero > .container > .content-wrapper > .description:not(:last-of-type) {
          margin-bottom: 10px; }
      @media (max-width: 991px) {
        #section-projects-hero > .container > .content-wrapper > .btn {
          align-self: center; } }

#section-projects-tenders-intro {
  background: #1b86c1;
  color: #fff;
  padding: 75px 0; }
  #section-projects-tenders-intro > .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch; }
    @media (max-width: 575px) {
      #section-projects-tenders-intro > .container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center; } }
    #section-projects-tenders-intro > .container > .title-wrapper {
      width: 50%;
      padding-right: 25px; }
      @media (max-width: 575px) {
        #section-projects-tenders-intro > .container > .title-wrapper {
          width: 100%; } }
      #section-projects-tenders-intro > .container > .title-wrapper > .title {
        text-align: right;
        margin-bottom: 25px; }
        @media (max-width: 575px) {
          #section-projects-tenders-intro > .container > .title-wrapper > .title {
            text-align: center; } }
    #section-projects-tenders-intro > .container > .content-wrapper {
      width: 50%;
      margin: 0 auto; }
      @media (max-width: 575px) {
        #section-projects-tenders-intro > .container > .content-wrapper {
          width: 100%; } }
      #section-projects-tenders-intro > .container > .content-wrapper > .description > p:not(:last-of-type) {
        margin-bottom: 10px; }

#section-projects > .title {
  color: #1b86c1;
  text-align: center;
  margin-top: 50px; }

#section-projects > .project-item-wrapper {
  padding: 50px 0; }
  #section-projects > .project-item-wrapper > .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch; }
    @media (max-width: 991px) {
      #section-projects > .project-item-wrapper > .container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    #section-projects > .project-item-wrapper > .container > .image-wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: #fff;
      text-align: center;
      padding: 0 50px;
      width: calc(50% - 25px);
      background-color: #868c8a;
      background-size: cover;
      background-position: center;
      min-height: 500px; }
      @media (max-width: 991px) {
        #section-projects > .project-item-wrapper > .container > .image-wrapper {
          width: 100%; } }
      @media (max-width: 575px) {
        #section-projects > .project-item-wrapper > .container > .image-wrapper {
          min-height: 300px; } }
      #section-projects > .project-item-wrapper > .container > .image-wrapper > .icon {
        width: 50px;
        margin-bottom: 10px; }
      #section-projects > .project-item-wrapper > .container > .image-wrapper > .title {
        margin-bottom: 10px; }
    #section-projects > .project-item-wrapper > .container > .content-wrapper {
      width: 50%;
      padding-left: 25px; }
      @media (max-width: 991px) {
        #section-projects > .project-item-wrapper > .container > .content-wrapper {
          width: 100%;
          padding-left: 0;
          margin-top: 50px;
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
      #section-projects > .project-item-wrapper > .container > .content-wrapper > .cover-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start; }
        @media (max-width: 991px) {
          #section-projects > .project-item-wrapper > .container > .content-wrapper > .cover-wrapper {
            align-self: center; } }
        @media (max-width: 575px) {
          #section-projects > .project-item-wrapper > .container > .content-wrapper > .cover-wrapper {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: flex-start; } }
        @media (max-width: 575px) {
          #section-projects > .project-item-wrapper > .container > .content-wrapper > .cover-wrapper > .document-cover-wrapper {
            width: 50%; } }
        #section-projects > .project-item-wrapper > .container > .content-wrapper > .cover-wrapper > .document-cover-wrapper:not(:last-of-type) {
          margin-right: 25px; }
        #section-projects > .project-item-wrapper > .container > .content-wrapper > .cover-wrapper > .document-cover-wrapper > img {
          width: 200px;
          margin-bottom: 25px; }
          @media (max-width: 1200px) {
            #section-projects > .project-item-wrapper > .container > .content-wrapper > .cover-wrapper > .document-cover-wrapper > img {
              width: 180px; } }
          @media (max-width: 575px) {
            #section-projects > .project-item-wrapper > .container > .content-wrapper > .cover-wrapper > .document-cover-wrapper > img {
              width: 100%; } }
          #section-projects > .project-item-wrapper > .container > .content-wrapper > .cover-wrapper > .document-cover-wrapper > img.large {
            width: 250px; }
            @media (max-width: 575px) {
              #section-projects > .project-item-wrapper > .container > .content-wrapper > .cover-wrapper > .document-cover-wrapper > img.large {
                width: 100%; } }
      @media (max-width: 991px) {
        #section-projects > .project-item-wrapper > .container > .content-wrapper > .description-wrapper {
          width: 70%;
          align-self: center; } }
      @media (max-width: 575px) {
        #section-projects > .project-item-wrapper > .container > .content-wrapper > .description-wrapper {
          width: 100%; } }
      #section-projects > .project-item-wrapper > .container > .content-wrapper > .description-wrapper > p:not(:last-of-type) {
        margin-bottom: 10px; }
      @media (max-width: 991px) {
        #section-projects > .project-item-wrapper > .container > .content-wrapper > .btn {
          align-self: center; } }

#section-projects > .project-item-wrapper:nth-of-type(even) {
  background: #e6e6e6; }

/**
 * Blog
 */
#section-blog-featured {
  padding: 50px 0;
  background: #1c9f8e; }
  #section-blog-featured > .title {
    color: #fff;
    text-align: center;
    margin-bottom: 50px; }
  #section-blog-featured > .container > .blog-item-wrapper {
    background-color: #e6e6e6;
    min-height: 400px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch; }
    @media (max-width: 575px) {
      #section-blog-featured > .container > .blog-item-wrapper {
        flex-direction: column;
        min-height: initial; } }
    #section-blog-featured > .container > .blog-item-wrapper > .image-wrapper,
    #section-blog-featured > .container > .blog-item-wrapper > .content-wrapper {
      width: 50%; }
      @media (max-width: 575px) {
        #section-blog-featured > .container > .blog-item-wrapper > .image-wrapper,
        #section-blog-featured > .container > .blog-item-wrapper > .content-wrapper {
          width: 100%; } }
    #section-blog-featured > .container > .blog-item-wrapper > .image-wrapper {
      background-size: cover;
      background-position: center;
      min-height: 300px; }
    #section-blog-featured > .container > .blog-item-wrapper > .content-wrapper {
      padding: 25px 50px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch; }
      @media (max-width: 991px) {
        #section-blog-featured > .container > .blog-item-wrapper > .content-wrapper {
          padding: 25px; } }
      #section-blog-featured > .container > .blog-item-wrapper > .content-wrapper > .title {
        color: #1b86c1;
        margin-bottom: 15px;
        font-size: 1.25em; }
      #section-blog-featured > .container > .blog-item-wrapper > .content-wrapper > .date {
        display: block;
        margin-bottom: 15px;
        font-size: 0.75em; }
      #section-blog-featured > .container > .blog-item-wrapper > .content-wrapper > .btn {
        align-self: flex-end; }

#section-blog-posts {
  padding: 50px 0;
  background: #fff; }
  #section-blog-posts > .container > .title {
    text-align: center;
    color: #1b86c1;
    margin-bottom: 50px; }

.blog-items-wrapper,
.stories-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-right: -30px; }
  @media (max-width: 1600px) {
    .blog-items-wrapper,
    .stories-wrapper {
      margin-right: -20px; } }
  .blog-items-wrapper > .blog-item-wrapper,
  .blog-items-wrapper > .story-wrapper,
  .stories-wrapper > .blog-item-wrapper,
  .stories-wrapper > .story-wrapper {
    width: calc((100% - 90px) / 3);
    background-color: #e6e6e6;
    margin-bottom: 30px;
    margin-right: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 1600px) {
      .blog-items-wrapper > .blog-item-wrapper,
      .blog-items-wrapper > .story-wrapper,
      .stories-wrapper > .blog-item-wrapper,
      .stories-wrapper > .story-wrapper {
        margin-right: 20px;
        margin-bottom: 20px;
        width: calc((100% - 60px) / 3); } }
    @media (max-width: 1200px) {
      .blog-items-wrapper > .blog-item-wrapper,
      .blog-items-wrapper > .story-wrapper,
      .stories-wrapper > .blog-item-wrapper,
      .stories-wrapper > .story-wrapper {
        width: calc((100% - 40px) / 2); } }
    @media (max-width: 575px) {
      .blog-items-wrapper > .blog-item-wrapper,
      .blog-items-wrapper > .story-wrapper,
      .stories-wrapper > .blog-item-wrapper,
      .stories-wrapper > .story-wrapper {
        width: 100%; } }
    .blog-items-wrapper > .blog-item-wrapper > .image-wrapper,
    .blog-items-wrapper > .story-wrapper > .image-wrapper,
    .stories-wrapper > .blog-item-wrapper > .image-wrapper,
    .stories-wrapper > .story-wrapper > .image-wrapper {
      min-height: 200px;
      width: 100%;
      background-position: center;
      background-size: cover; }
    .blog-items-wrapper > .blog-item-wrapper > .content-wrapper,
    .blog-items-wrapper > .story-wrapper > .content-wrapper,
    .stories-wrapper > .blog-item-wrapper > .content-wrapper,
    .stories-wrapper > .story-wrapper > .content-wrapper {
      padding: 15px 25px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch;
      position: relative; }
      .blog-items-wrapper > .blog-item-wrapper > .content-wrapper > .title,
      .blog-items-wrapper > .story-wrapper > .content-wrapper > .title,
      .stories-wrapper > .blog-item-wrapper > .content-wrapper > .title,
      .stories-wrapper > .story-wrapper > .content-wrapper > .title {
        color: #1b86c1;
        margin-bottom: 10px;
        font-size: 1.25em; }
        @media (max-width: 1600px) {
          .blog-items-wrapper > .blog-item-wrapper > .content-wrapper > .title,
          .blog-items-wrapper > .story-wrapper > .content-wrapper > .title,
          .stories-wrapper > .blog-item-wrapper > .content-wrapper > .title,
          .stories-wrapper > .story-wrapper > .content-wrapper > .title {
            font-size: 1.125em; } }
      .blog-items-wrapper > .blog-item-wrapper > .content-wrapper > .date,
      .blog-items-wrapper > .story-wrapper > .content-wrapper > .date,
      .stories-wrapper > .blog-item-wrapper > .content-wrapper > .date,
      .stories-wrapper > .story-wrapper > .content-wrapper > .date {
        display: block;
        font-size: 0.9em;
        margin-bottom: 10px; }
      .blog-items-wrapper > .blog-item-wrapper > .content-wrapper > .content,
      .blog-items-wrapper > .story-wrapper > .content-wrapper > .content,
      .stories-wrapper > .blog-item-wrapper > .content-wrapper > .content,
      .stories-wrapper > .story-wrapper > .content-wrapper > .content {
        margin-bottom: 60px; }
      .blog-items-wrapper > .blog-item-wrapper > .content-wrapper > .btn,
      .blog-items-wrapper > .story-wrapper > .content-wrapper > .btn,
      .stories-wrapper > .blog-item-wrapper > .content-wrapper > .btn,
      .stories-wrapper > .story-wrapper > .content-wrapper > .btn {
        position: absolute;
        bottom: 15px;
        right: 25px; }
  .blog-items-wrapper > .story-wrapper,
  .stories-wrapper > .story-wrapper {
    border: 1px solid #1b86c1; }
  .blog-items-wrapper.--related-blogs,
  .stories-wrapper.--related-blogs {
    flex-wrap: nowrap; }
    .blog-items-wrapper.--related-blogs > .blog-item-wrapper,
    .stories-wrapper.--related-blogs > .blog-item-wrapper {
      background-color: #fff; }

/**
 * Blog post
 */
#section-blog_post-hero {
  min-height: 475px;
  padding: 50px 0;
  position: relative; }
  #section-blog_post-hero::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 70%;
    background: #1c9f8e;
    z-index: -1; }
  #section-blog_post-hero > .container > .title {
    color: #fff;
    margin-bottom: 50px; }
  #section-blog_post-hero > .container > .image-wrapper {
    min-height: 600px;
    background-size: cover;
    background-position: center; }
    @media (max-width: 1200px) {
      #section-blog_post-hero > .container > .image-wrapper {
        min-height: 400px; } }

#section-blog_post-author {
  background: #fff; }
  #section-blog_post-author > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    @media (max-width: 575px) {
      #section-blog_post-author > .container {
        flex-direction: column; } }
    #section-blog_post-author > .container > .content-wrapper {
      width: 80%; }
      @media (max-width: 575px) {
        #section-blog_post-author > .container > .content-wrapper {
          width: 100%; } }
      #section-blog_post-author > .container > .content-wrapper p:not(:last-of-type) {
        margin-bottom: 15px; }
      #section-blog_post-author > .container > .content-wrapper p a {
        color: #1b86c1;
        font-weight: bold; }
    #section-blog_post-author > .container > .author-wrapper {
      width: 80%; }
      @media (max-width: 575px) {
        #section-blog_post-author > .container > .author-wrapper {
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          width: 100%; } }
      #section-blog_post-author > .container > .author-wrapper > img {
        width: 100px;
        border-radius: 50px; }
      #section-blog_post-author > .container > .author-wrapper > .author-data-wrapper {
        margin-top: 20px; }
        @media (max-width: 575px) {
          #section-blog_post-author > .container > .author-wrapper > .author-data-wrapper {
            margin-top: 0; } }
        #section-blog_post-author > .container > .author-wrapper > .author-data-wrapper > .author-name,
        #section-blog_post-author > .container > .author-wrapper > .author-data-wrapper > .date {
          display: block;
          margin-bottom: 50px; }
          @media (max-width: 575px) {
            #section-blog_post-author > .container > .author-wrapper > .author-data-wrapper > .author-name,
            #section-blog_post-author > .container > .author-wrapper > .author-data-wrapper > .date {
              text-align: left; } }
        #section-blog_post-author > .container > .author-wrapper > .author-data-wrapper > .author-name {
          margin-bottom: 5px; }

#section-blog_post-content {
  padding: 25px 0 50px;
  background: #fff; }
  #section-blog_post-content > .container p:not(:last-of-type) {
    margin-bottom: 10px; }

#section-blog_post-related {
  background: #e6e6e6;
  padding: 50px 0; }
  #section-blog_post-related > .container > .title {
    margin-bottom: 50px;
    color: #1b86c1;
    text-align: center; }

/**
 * Stories
 */
#section-stories-search {
  min-height: 20vh;
  background: #e6e6e6;
  display: none; }

#section-stories {
  padding: 50px 0; }
  #section-stories > .container > .title {
    margin-bottom: 50px;
    color: #1b86c1;
    text-align: center; }

/**
 * Resources
 */
#section-resources-hero {
  min-height: 30vh;
  background: #1c9f8e; }
  #section-resources-hero > .container {
    padding-top: 50px;
    padding-bottom: 50px; }
    #section-resources-hero > .container > .title {
      color: white;
      text-align: center;
      margin-bottom: 25px; }
    #section-resources-hero > .container > .card-container {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      justify-content: center;
      margin-bottom: 50px; }
      #section-resources-hero > .container > .card-container > .card {
        background: white;
        padding: 15px 25px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; }
        #section-resources-hero > .container > .card-container > .card > .title {
          font-size: 1.2em;
          margin-bottom: 15px;
          color: #1b86c1; }
        #section-resources-hero > .container > .card-container > .card > .summary {
          font-family: GothamBook;
          margin-bottom: 5px; }
        #section-resources-hero > .container > .card-container > .card > .date {
          margin-bottom: 15px;
          font-family: GothamBook;
          font-size: 0.9em; }
        #section-resources-hero > .container > .card-container > .card > .description {
          margin-bottom: 25px; }
        #section-resources-hero > .container > .card-container > .card > .btn {
          margin-top: auto;
          margin-left: auto; }
    #section-resources-hero > .container > .socials-contaier {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      color: white;
      text-align: center; }
      #section-resources-hero > .container > .socials-contaier h3 {
        margin-bottom: 10px; }
      #section-resources-hero > .container > .socials-contaier i {
        font-size: 2rem; }
        #section-resources-hero > .container > .socials-contaier i:first-of-type {
          margin-right: 10px; }
      #section-resources-hero > .container > .socials-contaier a > i {
        font-weight: bold; }

#section-resources {
  padding: 50px 0;
  overflow-x: hidden; }
  #section-resources > .container > .title {
    color: #1b86c1;
    text-align: center;
    margin-bottom: 25px; }
  #section-resources > .container > .navigation-wrapper {
    margin-bottom: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    @media (max-width: 991px) {
      #section-resources > .container > .navigation-wrapper {
        flex-direction: column; } }
    #section-resources > .container > .navigation-wrapper > a {
      text-transform: uppercase;
      color: #1b86c1;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      #section-resources > .container > .navigation-wrapper > a:not(:last-child) {
        margin-right: 25px; }
        @media (max-width: 991px) {
          #section-resources > .container > .navigation-wrapper > a:not(:last-child) {
            margin-right: 0;
            margin-bottom: 25px; } }
        #section-resources > .container > .navigation-wrapper > a:not(:last-child)::after {
          content: "";
          display: block;
          width: 2px;
          height: 18px;
          margin-left: 25px;
          background: #1b86c1; }
          @media (max-width: 991px) {
            #section-resources > .container > .navigation-wrapper > a:not(:last-child)::after {
              display: none; } }
  #section-resources > .container > .resources-section:not(:last-of-type) {
    margin-bottom: 50px; }
  #section-resources > .container > .resources-section > .title {
    text-align: center;
    color: #1b86c1;
    margin-bottom: 25px; }
  #section-resources > .container > .resources-section > .resources-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px; }
    @media (max-width: 991px) {
      #section-resources > .container > .resources-section > .resources-wrapper {
        flex-wrap: wrap;
        align-items: flex-start; } }
    #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper {
      background: #e6e6e6;
      padding: 15px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      width: calc(50% - 20px);
      margin-bottom: 20px;
      margin-right: 20px; }
      @media (max-width: 991px) {
        #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper {
          width: 100%; } }
      @media (max-width: 575px) {
        #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper {
          display: flex;
          flex-direction: column;
          justify-content: flex-start;
          align-items: flex-start; } }
      #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper.hide {
        display: none; }
      #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper.show {
        display: flex; }
      #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper > .image-wrapper {
        margin-right: 20px;
        width: 40%; }
        @media (max-width: 991px) {
          #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper > .image-wrapper {
            width: 60%; } }
        @media (max-width: 575px) {
          #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper > .image-wrapper {
            margin-right: 0;
            margin-bottom: 15px;
            align-self: center; } }
      #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper > .content-wrapper {
        width: 60%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; }
        @media (max-width: 991px) {
          #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper > .content-wrapper {
            width: 100%; } }
        #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper > .content-wrapper > .title {
          font-size: 1.2em;
          margin-bottom: 15px;
          color: #1b86c1; }
        #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper > .content-wrapper > .summary {
          font-family: GothamBook;
          margin-bottom: 5px; }
        #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper > .content-wrapper > .date {
          margin-bottom: 15px;
          font-family: GothamBook;
          font-size: 0.9em; }
        #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper > .content-wrapper > .description {
          margin-bottom: 25px; }
        #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper > .content-wrapper > .btn {
          margin-top: auto;
          margin-left: auto; }
    #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay {
      margin-right: 20px; }
      #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay.hide {
        display: none; }
      #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay.show {
        display: block; }
      #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: stretch;
        background: #e6e6e6;
        padding: 50px;
        position: relative; }
        @media (max-width: 575px) {
          #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container {
            flex-direction: column; } }
        #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container > .image-wrapper {
          width: 30%;
          margin-right: 50px; }
          @media (max-width: 575px) {
            #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container > .image-wrapper {
              width: 90%;
              align-self: center;
              margin-right: 0;
              margin-bottom: 15px; } }
        #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container > .content-wrapper {
          width: 70%; }
          @media (max-width: 575px) {
            #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container > .content-wrapper {
              width: 100%; } }
          #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container > .content-wrapper > .title {
            color: #1b86c1;
            margin-bottom: 25px; }
            @media (max-width: 575px) {
              #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container > .content-wrapper > .title {
                text-align: center;
                margin-bottom: 10px; } }
          #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container > .content-wrapper > .summary {
            margin-bottom: 25px; }
            @media (max-width: 575px) {
              #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container > .content-wrapper > .summary {
                text-align: center; } }
          #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container > .content-wrapper > .description p:not(:last-of-type) {
            margin-bottom: 15px; }
        #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container > .close-btn {
          position: absolute;
          right: 25px;
          top: 25px;
          transform: translate(50%, -50%);
          font-size: 1.8em; }
          #section-resources > .container > .resources-section > .resources-wrapper > .resource-wrapper-overlay > .container > .close-btn:hover {
            cursor: pointer; }

/**
 * Sanitation Economy
 */
#section-sanitation_economy-hero {
  background: white; }

#section-sanitation_economy-intro {
  padding: 50px 0 0;
  background: #fff; }
  #section-sanitation_economy-intro > .container > .content-wrapper {
    width: 70%;
    margin: 0 auto; }
    @media (max-width: 575px) {
      #section-sanitation_economy-intro > .container > .content-wrapper {
        width: 100%; } }
    #section-sanitation_economy-intro > .container > .content-wrapper > .title {
      text-align: center;
      color: #1b86c1;
      margin-bottom: 25px; }
    #section-sanitation_economy-intro > .container > .content-wrapper > .description > p:not(:last-of-type) {
      margin-bottom: 10px; }
    #section-sanitation_economy-intro > .container > .content-wrapper > .btn {
      margin-top: 25px; }

#section-sanitation_economy-calculator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center; }
  #section-sanitation_economy-calculator > .image-wrapper {
    min-height: 500px;
    flex: 2;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #427baa; }
    #section-sanitation_economy-calculator > .image-wrapper:before {
      content: '';
      background-image: url(../images/sanitaiton_economy/calculator-bg.jpg);
      background-size: cover;
      background-position: 50% 0;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .6;
      z-index: 1; }
    #section-sanitation_economy-calculator > .image-wrapper > .content-wrapper {
      z-index: 10;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 75%; }
      @media (max-width: 575px) {
        #section-sanitation_economy-calculator > .image-wrapper > .content-wrapper {
          width: 100%;
          padding-left: 15px;
          padding-right: 15px; } }
      #section-sanitation_economy-calculator > .image-wrapper > .content-wrapper > .title {
        font-size: 3rem;
        color: #fff951;
        font-weight: bold;
        text-align: center; }
        @media (max-width: 1200px) {
          #section-sanitation_economy-calculator > .image-wrapper > .content-wrapper > .title {
            font-size: 1.375em; } }
        #section-sanitation_economy-calculator > .image-wrapper > .content-wrapper > .title:after {
          content: '';
          display: block;
          width: 100%;
          height: 5px;
          background: #fff951;
          margin-top: 5px; }
          @media (max-width: 575px) {
            #section-sanitation_economy-calculator > .image-wrapper > .content-wrapper > .title:after {
              height: 3px;
              margin-top: 3px; } }
      #section-sanitation_economy-calculator > .image-wrapper > .content-wrapper > .description {
        font-size: 1.5rem;
        color: white;
        text-transform: uppercase;
        margin-top: 10px;
        font-weight: bold; }
        @media (max-width: 1200px) {
          #section-sanitation_economy-calculator > .image-wrapper > .content-wrapper > .description {
            font-size: 1.1em; } }
      #section-sanitation_economy-calculator > .image-wrapper > .content-wrapper > .btn {
        margin-top: 50px; }
    #section-sanitation_economy-calculator > .image-wrapper > .arrow {
      z-index: 10;
      position: absolute;
      top: 50%;
      width: 272px;
      height: 120px; }
      @media (max-width: 575px) {
        #section-sanitation_economy-calculator > .image-wrapper > .arrow {
          display: none; } }
      #section-sanitation_economy-calculator > .image-wrapper > .arrow.--left {
        left: -77px;
        transform: translateY(-50%) rotate(90deg); }
      #section-sanitation_economy-calculator > .image-wrapper > .arrow.--right {
        right: -77px;
        transform: translateY(-50%) rotate(-90deg); }

#section-sanitation_economy-types {
  padding: 50px 0;
  background: linear-gradient(#eee, #fff); }
  @media (max-width: 991px) {
    #section-sanitation_economy-types {
      background: #eee; } }
  #section-sanitation_economy-types > .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch; }
    @media (max-width: 991px) {
      #section-sanitation_economy-types > .container {
        flex-wrap: wrap;
        margin-bottom: -20px; } }
    #section-sanitation_economy-types > .container > .type-wrapper {
      width: calc((100% - 60px) / 3);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      background: #fff;
      border-radius: 20px; }
      @media (max-width: 991px) {
        #section-sanitation_economy-types > .container > .type-wrapper {
          width: calc((100% - 25px) / 2);
          margin-bottom: 20px; } }
      @media (max-width: 575px) {
        #section-sanitation_economy-types > .container > .type-wrapper {
          width: 100%; } }
      #section-sanitation_economy-types > .container > .type-wrapper:nth-of-type(1) > .title {
        color: #1b86c1; }
      #section-sanitation_economy-types > .container > .type-wrapper:nth-of-type(1) .btn:hover {
        border-color: #fff; }
      #section-sanitation_economy-types > .container > .type-wrapper:nth-of-type(2) > .title {
        color: #1c9f8e; }
      #section-sanitation_economy-types > .container > .type-wrapper:nth-of-type(2) > .content-wrapper {
        background: #1c9f8e; }
        #section-sanitation_economy-types > .container > .type-wrapper:nth-of-type(2) > .content-wrapper > .btn {
          color: #1c9f8e; }
      @media (max-width: 991px) {
        #section-sanitation_economy-types > .container > .type-wrapper:nth-of-type(3) {
          margin-left: auto;
          margin-right: auto; } }
      #section-sanitation_economy-types > .container > .type-wrapper:nth-of-type(3) > .title {
        color: #f68a3b; }
      #section-sanitation_economy-types > .container > .type-wrapper:nth-of-type(3) > .content-wrapper {
        background: #f68a3b; }
        #section-sanitation_economy-types > .container > .type-wrapper:nth-of-type(3) > .content-wrapper > .btn {
          color: #f68a3b; }
      #section-sanitation_economy-types > .container > .type-wrapper > .title {
        margin-top: 30px;
        margin-bottom: 5px;
        padding: 0 25px;
        text-align: center;
        font-size: 1.6em;
        min-height: calc((1.6em * 2));
        width: 100%; }
        @media (max-width: 1600px) {
          #section-sanitation_economy-types > .container > .type-wrapper > .title {
            padding: 0 20px; } }
        @media (max-width: 1200px) {
          #section-sanitation_economy-types > .container > .type-wrapper > .title {
            font-size: 1.375em; } }
        @media (max-width: 991px) {
          #section-sanitation_economy-types > .container > .type-wrapper > .title {
            min-height: calc(1.375em * 2);
            margin-bottom: 10px; } }
      #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background: #1b86c1;
        padding: 0 0 25px;
        border-radius: 20px;
        min-height: 500px; }
        @media (max-width: 991px) {
          #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper {
            min-height: 475px; } }
        @media (max-width: 575px) {
          #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper {
            min-height: initial; } }
        #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .image-wrapper {
          position: relative;
          width: 100%;
          margin-bottom: 25px; }
          #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .image-wrapper::before {
            content: "";
            width: 100%;
            height: 50%;
            position: absolute;
            left: 0;
            top: 0;
            background: #fff; }
          #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .image-wrapper > img {
            width: 150px;
            margin: 0 auto;
            display: block;
            z-index: 10;
            position: relative; }
            @media (max-width: 991px) {
              #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .image-wrapper > img {
                width: 120px; } }
        #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .btn {
          margin-top: auto;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          padding: 6px 25px; }
          @media (max-width: 575px) {
            #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .btn {
              margin-top: initial; } }
          #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .btn:hover {
            color: #fff; }
          #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .btn > i {
            margin-left: 10px;
            font-size: 2em; }
        #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .description {
          color: #fff;
          padding: 0 25px;
          margin-bottom: 25px; }
        #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .video-wrapper-overlay {
          position: fixed;
          z-index: 30;
          top: 0;
          left: 0;
          width: 100%;
          height: 100vh;
          background: rgba(0, 0, 0, 0.5);
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center; }
          #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .video-wrapper-overlay.hide {
            display: none; }
          #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .video-wrapper-overlay.show {
            display: flex; }
          #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .video-wrapper-overlay > .video-wrapper {
            padding: 50px;
            background: #fff;
            position: relative; }
            #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .video-wrapper-overlay > .video-wrapper > iframe {
              width: 100%;
              min-height: 600px; }
            #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .video-wrapper-overlay > .video-wrapper > .close-btn {
              position: absolute;
              right: 25px;
              top: 25px;
              transform: translate(50%, -50%);
              font-size: 1.8em; }
              #section-sanitation_economy-types > .container > .type-wrapper > .content-wrapper > .video-wrapper-overlay > .video-wrapper > .close-btn:hover {
                cursor: pointer; }

#section-sanitation_economy-report {
  background: #fff;
  padding: 75px 0; }
  #section-sanitation_economy-report > .container > .title {
    color: #1b86c1;
    text-align: center;
    margin-bottom: 50px; }
  #section-sanitation_economy-report > .container > .content-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 575px) {
      #section-sanitation_economy-report > .container > .content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    #section-sanitation_economy-report > .container > .content-wrapper > .image-wrapper,
    #section-sanitation_economy-report > .container > .content-wrapper > .description-wrapper {
      width: 50%; }
      @media (max-width: 575px) {
        #section-sanitation_economy-report > .container > .content-wrapper > .image-wrapper,
        #section-sanitation_economy-report > .container > .content-wrapper > .description-wrapper {
          width: 100%; } }
    #section-sanitation_economy-report > .container > .content-wrapper > .image-wrapper {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: flex-start; }
      @media (max-width: 575px) {
        #section-sanitation_economy-report > .container > .content-wrapper > .image-wrapper {
          justify-content: center; } }
      #section-sanitation_economy-report > .container > .content-wrapper > .image-wrapper img {
        width: 275px; }
    #section-sanitation_economy-report > .container > .content-wrapper > .description-wrapper {
      padding-left: 25px; }
      @media (max-width: 575px) {
        #section-sanitation_economy-report > .container > .content-wrapper > .description-wrapper {
          padding-left: 0;
          text-align: center;
          margin-top: 15px; } }
      #section-sanitation_economy-report > .container > .content-wrapper > .description-wrapper > span {
        font-weight: bold;
        margin: 0 0 10px;
        display: block; }
      #section-sanitation_economy-report > .container > .content-wrapper > .description-wrapper > p:not(:last-of-type) {
        margin-bottom: 10px; }
  #section-sanitation_economy-report > .container > .button-wrapper {
    margin-top: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    @media (max-width: 575px) {
      #section-sanitation_economy-report > .container > .button-wrapper {
        flex-direction: column;
        text-align: center; } }
    #section-sanitation_economy-report > .container > .button-wrapper > .btn:first-child {
      margin-right: 25px; }
      @media (max-width: 575px) {
        #section-sanitation_economy-report > .container > .button-wrapper > .btn:first-child {
          margin-right: 0; } }

#section-sanitation_economy-commitments {
  background: #585d61;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)), url(../images/background/corporate_action.jpg) center/cover;
  color: #fff;
  padding: 75px 0;
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center; }
  @media (max-width: 1200px) {
    #section-sanitation_economy-commitments {
      padding: 75px 75px 60px; } }
  @media (max-width: 575px) {
    #section-sanitation_economy-commitments {
      padding: 50px 25px;
      margin-bottom: -15px; } }
  #section-sanitation_economy-commitments > .title {
    text-align: center;
    margin-bottom: 50px; }
  #section-sanitation_economy-commitments > .cols-wrapper {
    margin: auto 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch; }
    @media (max-width: 1200px) {
      #section-sanitation_economy-commitments > .cols-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap; } }
    @media (max-width: 575px) {
      #section-sanitation_economy-commitments > .cols-wrapper {
        flex-direction: column; } }
    #section-sanitation_economy-commitments > .cols-wrapper > .col-wrapper {
      padding: 35px 40px;
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7));
      width: 20%; }
      @media (max-width: 1600px) {
        #section-sanitation_economy-commitments > .cols-wrapper > .col-wrapper {
          padding: 25px 30px; } }
      @media (max-width: 1200px) {
        #section-sanitation_economy-commitments > .cols-wrapper > .col-wrapper {
          width: 30%;
          padding: 20px 35px;
          margin-bottom: 15px; } }
      @media (max-width: 991px) {
        #section-sanitation_economy-commitments > .cols-wrapper > .col-wrapper {
          width: calc((100% - 30px) / 2); } }
      @media (max-width: 575px) {
        #section-sanitation_economy-commitments > .cols-wrapper > .col-wrapper {
          width: 100%; } }
      #section-sanitation_economy-commitments > .cols-wrapper > .col-wrapper:not(:last-of-type) {
        margin-right: 15px; }
        @media (max-width: 575px) {
          #section-sanitation_economy-commitments > .cols-wrapper > .col-wrapper:not(:last-of-type) {
            margin-right: 0; } }

#section-sanitation_economy-quotes > .quotes-wrapper {
  color: #fff;
  text-align: center;
  margin-bottom: 0; }
  #section-sanitation_economy-quotes > .quotes-wrapper .quote-wrapper {
    min-height: 65vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex !important;
    font-size: 1.2em; }
    @media (max-width: 575px) {
      #section-sanitation_economy-quotes > .quotes-wrapper .quote-wrapper {
        min-height: 100vh; } }
    @media (max-width: 991px) {
      #section-sanitation_economy-quotes > .quotes-wrapper .quote-wrapper > .container {
        width: 70%; } }
    @media (max-width: 575px) {
      #section-sanitation_economy-quotes > .quotes-wrapper .quote-wrapper > .container {
        width: 100%; } }
    #section-sanitation_economy-quotes > .quotes-wrapper .quote-wrapper > .container > .name {
      margin-top: 50px;
      font-family: GothamBook; }

#section-sanitation_economy-quotes .slick-dots {
  bottom: 50px; }
  #section-sanitation_economy-quotes .slick-dots > li.slick-active button::before,
  #section-sanitation_economy-quotes .slick-dots > li button::before {
    color: #fff; }

#section-sanitation_economy-graphics {
  padding: 50px 0;
  background: #e6e6e6; }
  #section-sanitation_economy-graphics > .container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch; }
    @media (max-width: 575px) {
      #section-sanitation_economy-graphics > .container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: -25px; } }
    #section-sanitation_economy-graphics > .container > .graphic-wrapper {
      width: calc((100% - 60px) / 3);
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: stretch; }
      @media (max-width: 991px) {
        #section-sanitation_economy-graphics > .container > .graphic-wrapper {
          width: calc((100% - 45px) / 3); } }
      @media (max-width: 575px) {
        #section-sanitation_economy-graphics > .container > .graphic-wrapper {
          width: 100%; } }
      #section-sanitation_economy-graphics > .container > .graphic-wrapper:not(:nth-of-type(5)) {
        margin-right: 30px; }
        @media (max-width: 991px) {
          #section-sanitation_economy-graphics > .container > .graphic-wrapper:not(:nth-of-type(5)) {
            margin-right: 15px; } }
        @media (max-width: 575px) {
          #section-sanitation_economy-graphics > .container > .graphic-wrapper:not(:nth-of-type(5)) {
            margin-right: 0;
            margin-bottom: 25px; } }
      #section-sanitation_economy-graphics > .container > .graphic-wrapper:hover {
        cursor: pointer;
        transform: scale(1.05);
        transition: all ease 0.2s; }
      #section-sanitation_economy-graphics > .container > .graphic-wrapper > .image-wrapper {
        background: #fff;
        height: 280px; }
        @media (max-width: 991px) {
          #section-sanitation_economy-graphics > .container > .graphic-wrapper > .image-wrapper {
            height: 170px; } }
        @media (max-width: 575px) {
          #section-sanitation_economy-graphics > .container > .graphic-wrapper > .image-wrapper {
            height: 250px; } }
      #section-sanitation_economy-graphics > .container > .graphic-wrapper > .content-wrapper {
        background: #231f20;
        text-align: center;
        padding: 15px 25px;
        min-height: calc(4em + 30px);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        @media (max-width: 991px) {
          #section-sanitation_economy-graphics > .container > .graphic-wrapper > .content-wrapper {
            padding: 15px 20px; } }
        #section-sanitation_economy-graphics > .container > .graphic-wrapper > .content-wrapper > .title {
          color: #fff;
          font-size: 1.3em; }
          @media (max-width: 991px) {
            #section-sanitation_economy-graphics > .container > .graphic-wrapper > .content-wrapper > .title {
              font-size: 1.2em; } }
    #section-sanitation_economy-graphics > .container > .graphic-wrapper-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      z-index: 20;
      background: rgba(0, 0, 0, 0.5);
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      @media (max-width: 1200px) {
        #section-sanitation_economy-graphics > .container > .graphic-wrapper-overlay {
          padding: 75px; } }
      @media (max-width: 575px) {
        #section-sanitation_economy-graphics > .container > .graphic-wrapper-overlay {
          padding: 0; } }
      #section-sanitation_economy-graphics > .container > .graphic-wrapper-overlay.hide {
        display: none; }
      #section-sanitation_economy-graphics > .container > .graphic-wrapper-overlay.show {
        display: flex; }
      #section-sanitation_economy-graphics > .container > .graphic-wrapper-overlay > .container {
        padding: 50px;
        background: #fff;
        position: relative; }
        @media (max-width: 575px) {
          #section-sanitation_economy-graphics > .container > .graphic-wrapper-overlay > .container {
            padding: 0; } }
        #section-sanitation_economy-graphics > .container > .graphic-wrapper-overlay > .container > .close-btn {
          position: absolute;
          top: 25px;
          right: 25px;
          transform: translate(50%, -50%);
          font-size: 1.8em;
          cursor: pointer; }

/**
 * About
 */
#section-about-intro {
  padding: 50px 0;
  background: #1c9f8e;
  color: #fff; }
  #section-about-intro > .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch; }
    #section-about-intro > .container > .content-wrapper {
      width: 70%; }
      @media (max-width: 575px) {
        #section-about-intro > .container > .content-wrapper {
          width: 100%; } }
      #section-about-intro > .container > .content-wrapper > .title {
        text-align: center;
        margin-bottom: 50px; }
      #section-about-intro > .container > .content-wrapper .description:not(:last-of-type) {
        margin-bottom: 15px; }

#section-about-goal_mission {
  padding: 50px 0;
  background: #f68a3b;
  color: #fff; }
  #section-about-goal_mission > .container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch; }
    #section-about-goal_mission > .container > .content-wrapper {
      width: 70%; }
      @media (max-width: 575px) {
        #section-about-goal_mission > .container > .content-wrapper {
          width: 100%; } }
      #section-about-goal_mission > .container > .content-wrapper > img {
        display: block;
        margin: 0 auto;
        width: 100px;
        height: 100px;
        margin-bottom: 25px; }
        @media (max-width: 1600px) {
          #section-about-goal_mission > .container > .content-wrapper > img {
            width: 80px;
            height: 80px; } }
      #section-about-goal_mission > .container > .content-wrapper > .title {
        text-align: center;
        margin-bottom: 25px; }
      #section-about-goal_mission > .container > .content-wrapper > .description > p:not(:last-of-type) {
        margin-bottom: 15px; }

#section-about-featured_testimonials {
  display: none;
  background: #eee;
  padding: 50px 0 0; }
  #section-about-featured_testimonials > .container > .testimonials-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: -15px; }
    @media (max-width: 575px) {
      #section-about-featured_testimonials > .container > .testimonials-wrapper {
        margin-right: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; } }
    #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container {
      width: calc((100% - 45px) / 3);
      background: #fff;
      margin-right: 15px;
      margin-bottom: 15px;
      padding-bottom: 15px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      transition: all ease-in 0.2s; }
      @media (max-width: 991px) {
        #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container {
          width: calc((100% - 30px) / 2); } }
      @media (max-width: 575px) {
        #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container {
          margin-right: 0;
          width: 100%; } }
      #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container:hover {
        transform: scale(1.03); }
      #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container > .logo-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        min-height: 100px;
        background: #fff; }
      #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container > .text-wrapper {
        padding: 25px;
        background: #1b86c1;
        color: #fff;
        font-size: 0.9em;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        text-align: center;
        -webkit-clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%, 0% 0%);
                clip-path: polygon(0% 0%, 100% 8%, 100% 100%, 0% 92%, 0% 0%); }
      #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container:nth-of-type(4) > .text-wrapper,
      #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container:nth-of-type(5) > .text-wrapper,
      #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container:nth-of-type(6) > .text-wrapper {
        -webkit-clip-path: polygon(0% 8%, 100% 0%, 100% 92%, 0% 100%, 0% 8%);
                clip-path: polygon(0% 8%, 100% 0%, 100% 92%, 0% 100%, 0% 8%); }
      #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container > .author-wrapper {
        padding: 25px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: auto; }
        #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container > .author-wrapper > .person {
          color: #1b86c1;
          margin-bottom: 10px;
          font-weight: bold; }
        #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container > .author-wrapper > .position,
        #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container > .author-wrapper > .company,
        #section-about-featured_testimonials > .container > .testimonials-wrapper > .testimonial-container > .author-wrapper > .company-group {
          font-size: 0.9em;
          font-family: PTsans; }

#section-about-featured_companies {
  display: none;
  background: #eee;
  padding: 0 0 50px; }
  #section-about-featured_companies > .container > .companies-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -15px; }
    #section-about-featured_companies > .container > .companies-wrapper > .company-container {
      width: calc((100% - 105px) / 7);
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      padding: 10px;
      min-height: 100px;
      margin-right: 15px;
      margin-bottom: 15px;
      background: #fff; }
      @media (max-width: 991px) {
        #section-about-featured_companies > .container > .companies-wrapper > .company-container {
          width: calc((100% - 75px) / 5); } }
      @media (max-width: 575px) {
        #section-about-featured_companies > .container > .companies-wrapper > .company-container {
          width: calc((100% - 45px) / 3); } }

#section-about-members {
  padding: 50px 0;
  position: relative; }
  #section-about-members > .container > .title {
    text-align: center;
    color: #1b86c1; }
    #section-about-members > .container > .title.--members-position {
      font-size: 1.3em;
      margin: 50px 0 25px; }
  #section-about-members > .container > .members-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -15px; }
    @media (max-width: 1600px) {
      #section-about-members > .container > .members-wrapper {
        margin-right: -10px;
        margin-bottom: -10px; } }
    #section-about-members > .container > .members-wrapper.--directors {
      flex-wrap: nowrap; }
      @media (max-width: 991px) {
        #section-about-members > .container > .members-wrapper.--directors {
          flex-wrap: wrap; } }
      #section-about-members > .container > .members-wrapper.--directors > .member-wrapper {
        margin-bottom: 0;
        width: 25%; }
        @media (max-width: 991px) {
          #section-about-members > .container > .members-wrapper.--directors > .member-wrapper {
            width: calc((100% - 30px) / 3);
            margin-bottom: 10px; } }
        @media (max-width: 575px) {
          #section-about-members > .container > .members-wrapper.--directors > .member-wrapper {
            width: 100%; } }
    #section-about-members > .container > .members-wrapper > .member-wrapper {
      width: calc((100% - 75px) / 5);
      margin-right: 15px;
      margin-bottom: 15px;
      background: #1b86c1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 1600px) {
        #section-about-members > .container > .members-wrapper > .member-wrapper {
          width: calc((100% - 50px) / 5);
          margin-right: 10px;
          margin-bottom: 10px; } }
      @media (max-width: 1200px) {
        #section-about-members > .container > .members-wrapper > .member-wrapper {
          width: calc((100% - 40px) / 4); } }
      @media (max-width: 1200px) {
        #section-about-members > .container > .members-wrapper > .member-wrapper {
          width: calc((100% - 30px) / 3); } }
      @media (max-width: 575px) {
        #section-about-members > .container > .members-wrapper > .member-wrapper {
          width: 100%; } }
      #section-about-members > .container > .members-wrapper > .member-wrapper > .image-wrapper {
        background-position: center;
        background-size: cover;
        min-height: 250px;
        width: 100%;
        position: relative; }
        @media (max-width: 575px) {
          #section-about-members > .container > .members-wrapper > .member-wrapper > .image-wrapper {
            min-height: 350px; } }
        #section-about-members > .container > .members-wrapper > .member-wrapper > .image-wrapper > .logo-wrapper {
          background-position: center;
          background-size: cover;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          cursor: pointer;
          visibility: hidden; }
        #section-about-members > .container > .members-wrapper > .member-wrapper > .image-wrapper:hover {
          transform: scale(1.05);
          transition: all 0.2s;
          transform: scale(1.05); }
          @media (max-width: 1600px) {
            #section-about-members > .container > .members-wrapper > .member-wrapper > .image-wrapper:hover {
              transform: scale(1.04); } }
        #section-about-members > .container > .members-wrapper > .member-wrapper > .image-wrapper:hover > .logo-wrapper {
          visibility: visible; }
      #section-about-members > .container > .members-wrapper > .member-wrapper > .content-wrapper {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
        color: #fff;
        text-align: center;
        height: 100%;
        text-align: center;
        width: 100%; }
        #section-about-members > .container > .members-wrapper > .member-wrapper > .content-wrapper > span.name {
          text-transform: uppercase;
          margin-bottom: 5px; }
        #section-about-members > .container > .members-wrapper > .member-wrapper > .content-wrapper > span.position {
          font-family: PTsans;
          font-size: 0.9em; }
      #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay {
        position: fixed;
        z-index: 30;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        @media (max-width: 1200px) {
          #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay {
            padding: 75px; } }
        @media (max-width: 575px) {
          #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay {
            padding: 25px; } }
        #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay.hide {
          display: none; }
        #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay.show {
          display: flex; }
        #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container {
          display: flex;
          flex-direction: row;
          justify-content: flex-start;
          align-items: flex-start;
          padding: 50px;
          background: #fff;
          position: relative;
          max-height: 80vh;
          overflow: scroll; }
          @media (max-width: 575px) {
            #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container {
              display: flex;
              flex-direction: column;
              justify-content: flex-start;
              align-items: center;
              width: 100%;
              padding: 25px; } }
          #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .image-wrapper {
            width: 30%;
            margin-right: 50px; }
            @media (max-width: 1600px) {
              #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .image-wrapper {
                width: 20%; } }
            @media (max-width: 575px) {
              #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .image-wrapper {
                width: 50%;
                margin-right: 0;
                margin-bottom: 25px; } }
          #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper {
            width: 70%; }
            @media (max-width: 1600px) {
              #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper {
                width: 80%; } }
            @media (max-width: 575px) {
              #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper {
                width: 100%; } }
            #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .close-btn {
              position: absolute;
              right: 20px;
              top: 20px;
              font-size: 1.8em; }
              #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .close-btn:hover {
                cursor: pointer; }
            #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > .name {
              color: #1b86c1;
              font-size: 1.3em;
              margin-bottom: 25px;
              text-transform: uppercase; }
              @media (max-width: 1600px) {
                #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > .name {
                  margin-bottom: 5px; } }
              @media (max-width: 575px) {
                #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > .name {
                  text-align: center; } }
            #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > .title {
              margin-bottom: 25px;
              display: block;
              font-size: 1em;
              color: #595c61;
              text-transform: initial;
              margin-bottom: 50px; }
              @media (max-width: 1600px) {
                #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > .title {
                  margin-bottom: 15px; } }
              @media (max-width: 575px) {
                #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > .title {
                  text-align: center; } }
            #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > p {
              font-family: PTsans; }
              @media (max-width: 575px) {
                #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > p {
                  display: flex;
                  flex-direction: column;
                  justify-content: flex-start;
                  align-items: flex-start; } }
              #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > p img {
                margin-bottom: 15px; }
                @media (max-width: 575px) {
                  #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > p img {
                    align-self: center; } }
            #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > .video-wrapper {
              margin-top: 50px; }
              @media (max-width: 1600px) {
                #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > .video-wrapper {
                  margin-top: 25px; } }
              #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > .video-wrapper > iframe {
                width: 100%;
                height: 400px; }
                @media (max-width: 1600px) {
                  #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > .video-wrapper > iframe {
                    height: 360px; } }
                @media (max-width: 575px) {
                  #section-about-members > .container > .members-wrapper > .member-wrapper > .member-wrapper-overlay > .container > .description-wrapper > .info-wrapper > .video-wrapper > iframe {
                    height: auto; } }

#section-about-partners {
  padding: 50px 0; }
  #section-about-partners > .container > .title {
    text-align: center;
    color: #1b86c1;
    margin-top: 0;
    margin-bottom: 50px; }
  #section-about-partners > .container > .partners-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-bottom: -15px; }
    @media (max-width: 1600px) {
      #section-about-partners > .container > .partners-wrapper {
        margin-right: -10px;
        margin-bottom: -10px; } }
    #section-about-partners > .container > .partners-wrapper > .partner-wrapper {
      width: calc((100% - 105px) / 7);
      margin-bottom: 15px;
      margin-right: 15px;
      background: #1b86c1;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start; }
      @media (max-width: 1600px) {
        #section-about-partners > .container > .partners-wrapper > .partner-wrapper {
          width: calc((100% - 70px) / 7);
          margin-bottom: 10px;
          margin-right: 10px; } }
      @media (max-width: 991px) {
        #section-about-partners > .container > .partners-wrapper > .partner-wrapper {
          width: calc((100% - 50px) / 5); } }
      @media (max-width: 575px) {
        #section-about-partners > .container > .partners-wrapper > .partner-wrapper {
          width: calc((100% - 30px) / 3); } }
      #section-about-partners > .container > .partners-wrapper > .partner-wrapper > .image-wrapper {
        background: #fff;
        padding: 15px; }
        @media (max-width: 1600px) {
          #section-about-partners > .container > .partners-wrapper > .partner-wrapper > .image-wrapper {
            padding: 10px; } }
      #section-about-partners > .container > .partners-wrapper > .partner-wrapper > .content-wrapper {
        padding: 15px;
        color: #fff;
        text-align: center;
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center; }
        @media (max-width: 1600px) {
          #section-about-partners > .container > .partners-wrapper > .partner-wrapper > .content-wrapper {
            padding: 10px 12px; } }

#section-about-quotes > .quotes-wrapper {
  color: #fff;
  text-align: center;
  margin-bottom: 0; }
  #section-about-quotes > .quotes-wrapper .quote-wrapper {
    min-height: 75vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex !important;
    font-size: 1.2em; }
    #section-about-quotes > .quotes-wrapper .quote-wrapper > .content-wrapper {
      width: 45%; }
      @media (max-width: 991px) {
        #section-about-quotes > .quotes-wrapper .quote-wrapper > .content-wrapper {
          width: 70%; } }
      @media (max-width: 575px) {
        #section-about-quotes > .quotes-wrapper .quote-wrapper > .content-wrapper {
          width: 100%;
          padding: 0 25px; } }
      #section-about-quotes > .quotes-wrapper .quote-wrapper > .content-wrapper > .name {
        margin-top: 50px;
        font-family: GothamBook; }

#section-about-quotes .slick-dots {
  bottom: 50px; }
  #section-about-quotes .slick-dots > li.slick-active button::before,
  #section-about-quotes .slick-dots > li button::before {
    color: #fff; }

/**
 * Privacy policy
 */
#section-privacy_policy > .container {
  padding-top: 75px;
  padding-bottom: 75px; }
  #section-privacy_policy > .container > .title {
    margin-bottom: 50px;
    color: #1b86c1; }
  #section-privacy_policy > .container > h3 {
    margin-top: 80px;
    margin-bottom: 20px; }
  #section-privacy_policy > .container > ol {
    padding-left: 80px; }
    @media (max-width: 991px) {
      #section-privacy_policy > .container > ol {
        padding-left: 0; } }
    #section-privacy_policy > .container > ol > li > h4 {
      font-size: 1em;
      line-height: 1.25;
      font-weight: 700; }
      @media (max-width: 575px) {
        #section-privacy_policy > .container > ol > li > h4 {
          font-size: 1em; } }
    #section-privacy_policy > .container > ol > li:not(:first-child) > h4 {
      margin-top: 40px; }
    #section-privacy_policy > .container > ol > li > ul > li {
      margin: 10px 0;
      padding-left: 25px;
      list-style: disc;
      list-style-position: inside; }
    #section-privacy_policy > .container > ol > li,
    #section-privacy_policy > .container > ol > p {
      font-size: 1em;
      line-height: 1.25; }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

/* ==========================================================================
   Modules
   ========================================================================== */
.btn {
  text-transform: uppercase;
  text-align: center;
  font-size: .9em;
  border-radius: 25px;
  padding: 10px 30px;
  line-height: 1;
  margin-top: 25px;
  display: inline-block;
  border: 1px solid transparent; }
  .btn-primary {
    background-color: #fff;
    color: #1b86c1; }
    .btn-primary:hover {
      background: #1b86c1;
      color: #fff; }
  .btn-secondary {
    background-color: #1b86c1;
    color: #fff; }
    .btn-secondary:hover {
      background: #fff;
      color: #1b86c1;
      border: 1px solid #1b86c1; }
  .btn-tertiary {
    background-color: #1c9f8e;
    color: #fff; }
    .btn-tertiary:hover {
      background: #fff;
      color: #1c9f8e;
      border: 1px solid #1c9f8e; }

.paradeiser {
  width: 100%;
  transition: top 0.4s ease;
  display: flex; }
  .paradeiser.headroom--pinned {
    top: 0; }
  .paradeiser.headroom--unpinned {
    top: -50px; }
    @media (min-width: 768px) {
      .paradeiser.headroom--unpinned {
        top: -60px; } }
  .paradeiser a, .paradeiser .paradeiser_dropdown {
    position: relative;
    z-index: 5; }
  .paradeiser ul {
    position: fixed;
    top: 65px;
    bottom: 0;
    left: 0;
    z-index: 998;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    text-align: center;
    opacity: 0;
    transition: opacity 0.4s;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center; }
    .paradeiser ul:target, .paradeiser ul.open {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.4s;
      pointer-events: auto; }
    .paradeiser ul li {
      background: #4a4a4a;
      display: inline-block;
      width: 100%;
      text-align: center; }
      .paradeiser ul li a {
        display: inline-block;
        padding: 15px 0;
        width: 100%;
        color: #fff; }
    .paradeiser ul li:last-child {
      height: 100%;
      background: transparent; }
      .paradeiser ul li:last-child a {
        display: block;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
        -webkit-backdrop-filter: blur(10px) saturate(100%);
                backdrop-filter: blur(10px) saturate(100%); }

/* ==========================================================================
   Animations
   ========================================================================== */
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

/*# sourceMappingURL=master.css.map */
