@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,400;0,700;1,400&family=Poppins:wght@400;500;700;800&display=swap");
.bg-top-left {
  background-position: top left !important; }

.bg-top-center {
  background-position: top center !important; }

.bg-top-right {
  background-position: top right !important; }

.bg-left-center {
  background-position: left center !important; }

.bg-center-center {
  background-position: center center !important; }

.bg-right-center {
  background-position: right center !important; }

.bg-bottom-left {
  background-position: bottom left !important; }

.bg-bottom-center {
  background-position: bottom center !important; }

.bg-bottom-right {
  background-position: bottom right !important; }

html {
  height: 100%; }
  @media screen and (max-width: 992px) {
    html.noscroll {
      overflow: hidden; } }
  html.noscroll body {
    height: 100%;
    overflow: hidden; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  height: auto; }
  body.error404 {
    height: 100%; }
    body.error404 main {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

a {
  color: inherit;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out; }
  a:hover {
    color: inherit; }

main {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  main ul a, main ol a, main p a {
    display: inline-block;
    background-image: -webkit-linear-gradient(45deg, #212529, #212529);
    background-image: -o-linear-gradient(45deg, #212529, #212529);
    background-image: linear-gradient(45deg, #212529, #212529);
    display: inline;
    background-position: 0 95%;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    main ul a:hover, main ol a:hover, main p a:hover {
      color: #778f8d; }

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

/* tables */
table {
  margin: 20px 0; }

.main-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1; }

.sections {
  overflow: hidden; }

section {
  overflow: hidden; }
  section.notoverflow {
    overflow: visible; }
  section h1,
  section h2,
  section h3,
  section h4 {
    font-family: 'Poppins', Tahoma, Arial, sans-serif;
    line-height: 1em;
    margin-bottom: .5em;
    position: relative;
    z-index: 1; }
    section h1 small,
    section h2 small,
    section h3 small,
    section h4 small {
      font-size: .8em;
      font-weight: normal; }
  section h1 {
    font-size: 3em;
    text-transform: uppercase; }
    @media screen and (max-width: 992px) {
      section h1 {
        font-size: 2.5em; } }
    @media screen and (max-width: 768px) {
      section h1 {
        font-size: 2em; } }
    section h1.no-margin {
      margin: 0; }
    section h1 .small-label {
      font-family: 'Noto Serif', serif;
      font-size: 17px;
      line-height: 1em;
      text-transform: lowercase;
      font-weight: normal;
      color: #778f8d; }
  section h2 {
    font-size: 2.4em;
    text-transform: uppercase;
    line-height: 1em; }
    @media screen and (max-width: 480px) {
      section h2 {
        font-size: 1.6rem; } }
    section h2 strong {
      font-size: 1.6em;
      font-weight: 700;
      line-height: 0.8em; }
      @media screen and (max-width: 768px) {
        section h2 strong {
          font-size: 1.4em; } }
  section h3 {
    font-size: 2.2rem;
    text-transform: uppercase; }
  section h3.section-title {
    font-family: 'Poppins', Tahoma, Arial, sans-serif;
    margin-bottom: .5em; }
    section h3.section-title span:after {
      background-color: #FF9966; }
  section h4 {
    font-size: 1em;
    margin-bottom: .5em; }
  section p {
    font-size: 1.125em;
    line-height: 1.4em;
    margin-bottom: 1em; }
    @media screen and (max-width: 480px) {
      section p {
        font-size: 1.2em; } }
  section ul, section ol {
    font-size: 1.4rem;
    line-height: 1.2em;
    padding-left: 1.2em; }
    section ul li, section ol li {
      margin-bottom: .5em; }
  section .icon-in-text {
    width: 50px;
    display: inline-block;
    vertical-align: middle; }
    section .icon-in-text svg {
      width: 100%;
      max-height: 40px; }
  section *.aligncenter,
  section img.aligncenter {
    position: relative;
    width: 100% !important;
    height: auto;
    margin: 0 0 1em 0; }
  section *.alignleft,
  section img.alignleft {
    position: relative;
    width: 55% !important;
    height: auto;
    margin: 0 1em .5em 0;
    float: left; }
  section *.alignright,
  section img.alignright {
    position: relative;
    width: 55% !important;
    height: auto;
    margin: 0 0 .5em 1em;
    float: right; }
  section.cover {
    background-size: cover;
    background-position: center center;
    padding-top: 70px;
    text-align: left;
    position: relative;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (min-height: 900px) {
      section.cover {
        height: 900px; } }
    @media screen and (min-width: 768px) {
      section.cover {
        min-height: 550px; } }
    @media screen and (max-width: 480px) {
      section.cover {
        padding-top: 0;
        max-height: none;
        overflow: hidden;
        min-height: 250px; } }
    @media screen and (max-width: 320px) {
      section.cover {
        height: auto; } }
    @media screen and (min-height: 900px) {
      body.page-template-default section.cover {
        height: 260px; } }
    @media screen and (min-width: 768px) {
      body.page-template-default section.cover {
        min-height: 260px; } }
    @media screen and (max-width: 480px) {
      body.page-template-default section.cover {
        min-height: 200px; } }
    @media screen and (max-width: 320px) {
      body.page-template-default section.cover {
        height: auto; } }
    section.cover.bg-top-left {
      background-position: top left; }
    section.cover.bg-top-center {
      background-position: top center; }
    section.cover.bg-top-right {
      background-position: top right; }
    section.cover.bg-left-center {
      background-position: left center; }
    section.cover.bg-center-center {
      background-position: center center; }
    section.cover.bg-right-center {
      background-position: right center; }
    section.cover.bg-bottom-left {
      background-position: bottom left; }
    section.cover.bg-bottom-center {
      background-position: bottom center; }
    section.cover.bg-bottom-right {
      background-position: bottom right; }
    section.cover:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      max-height: 100vh; }
    section.cover .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 2;
      margin: auto; }
      @media screen and (max-width: 992px) {
        section.cover .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media screen and (max-width: 480px) {
        section.cover .container {
          margin: 55vw 0 20px; } }
    section.cover .iframe-container:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .5;
      background: rgba(0, 0, 0, 0.4);
      background: -moz-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
    section.cover .video-container {
      background: #000;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      /* horizontally center the video */
      /* set video aspect ratio and vertically center */ }
      section.cover .video-container:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
        background: rgba(0, 0, 0, 0.4);
        background: -moz-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: -webkit-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: -o-linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(45deg, black 0%, rgba(0, 0, 0, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); }
      section.cover .video-container video {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center center;
        object-position: center center;
        width: 100%;
        height: 100%; }
      section.cover .video-container .videobg {
        position: relative;
        width: 100%;
        /* Set video container element width here */
        height: 100%;
        /* Set video container element height here */
        overflow: hidden;
        background: #111;
        /* bg color, if video is not high enough */ }
      section.cover .video-container .videobg-width {
        position: absolute;
        width: 100%;
        /* Change width value to cover more area*/
        height: 100%;
        left: -9999px;
        right: -9999px;
        margin: auto; }
      section.cover .video-container .videobg-aspect {
        position: absolute;
        width: 100%;
        height: 0;
        top: -9999px;
        bottom: -9999px;
        margin: auto;
        padding-bottom: 56.25%;
        /* 16:9 ratio */
        overflow: hidden; }
      section.cover .video-container .videobg-make-height {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      section.cover .video-container .videobg iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: 0 none; }
    section.cover .image-container {
      background-size: cover;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    section.cover .cover-logo {
      max-width: 200px; }
      section.cover .cover-logo img, section.cover .cover-logo svg {
        width: 100%; }
    section.cover .text {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin: 50px 0 20px; }
      @media screen and (max-width: 992px) {
        section.cover .text {
          margin: 40px 0 20px; } }
      @media screen and (max-width: 480px) {
        section.cover .text {
          margin: 15px 0;
          padding: 0; } }
      section.cover .text h1 {
        font-family: 'Poppins', Tahoma, Arial, sans-serif;
        font-weight: 900;
        font-size: 3rem;
        text-shadow: 0 3px 10px #0000002e;
        text-transform: uppercase;
        line-height: .9em;
        margin-bottom: 0.8em;
        margin: 0 0 0 0;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 768px) {
          section.cover .text h1 {
            font-size: 1.5em; } }
        @media screen and (max-width: 480px) {
          section.cover .text h1 {
            font-size: 1.8em;
            margin: 0; } }
        section.cover .text h1 span:after {
          bottom: -3px; }
        section.cover .text h1 strong, section.cover .text h1 b {
          color: #FF9966;
          font-size: 1.4em;
          line-height: .8em; }
      section.cover .text .subtitle {
        margin: .5em 0 0;
        position: relative;
        z-index: 1; }
        @media screen and (max-width: 480px) {
          section.cover .text .subtitle {
            margin: .5em 0 0; } }
        section.cover .text .subtitle p {
          max-width: 600px;
          font-size: 1.6em;
          line-height: 1.3em;
          margin: 0;
          text-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
          @media screen and (max-width: 480px) {
            section.cover .text .subtitle p {
              font-size: 1.2em; } }
          @media screen and (max-width: 992px) {
            section.cover .text .subtitle p br {
              display: none; } }
      section.cover .text .btn {
        margin: 1em 0 0 0; }
        @media screen and (max-width: 480px) {
          section.cover .text .btn {
            width: 100%; } }
        @media screen and (max-width: 320px) {
          section.cover .text .btn {
            font-size: 1em; } }
      section.cover .text .signers-count {
        font-family: 'Poppins', Tahoma, Arial, sans-serif;
        font-size: 1.3em;
        margin: .5em 0 0 0; }
      section.cover .text .cover-form-mask {
        background-color: rgba(0, 0, 0, 0.3);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        -webkit-transition: opacity 1s ease-out;
        -o-transition: opacity 1s ease-out;
        transition: opacity 1s ease-out; }
        section.cover .text .cover-form-mask.visible {
          opacity: 1; }
      section.cover .text .form-container {
        position: relative;
        z-index: 1; }
      section.cover .text form {
        margin: 1em 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center; }
        section.cover .text form .input-group {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          section.cover .text form .input-group .input-container.select-container {
            max-width: 400px; }
          section.cover .text form .input-group .input-container.checkbox-container {
            width: auto; }
          section.cover .text form .input-group .input-container .btn {
            margin: auto; }
          section.cover .text form .input-group.areal-checkbox-group .checkbox-container {
            -ms-flex-preferred-size: 23%;
            flex-basis: 23%; }
            @media screen and (max-width: 992px) {
              section.cover .text form .input-group.areal-checkbox-group .checkbox-container {
                -ms-flex-preferred-size: 48%;
                flex-basis: 48%; } }
          section.cover .text form .input-group .select2 {
            text-transform: uppercase;
            text-align: center; }
            section.cover .text form .input-group .select2 .select2-selection__rendered {
              padding: 0; }
    section.cover .cover-form-container {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      section.cover .cover-form-container .cover-form {
        background-color: #fff;
        padding: 30px 30px 15px 30px;
        margin: 0 auto 30px;
        max-width: 500px;
        color: #212529;
        -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 992px) {
          section.cover .cover-form-container .cover-form {
            padding: 15px; } }
        section.cover .cover-form-container .cover-form h3 {
          font-family: 'Poppins';
          font-size: 1.5rem;
          margin: 0 0 .5em 0;
          font-weight: 800; }
        section.cover .cover-form-container .cover-form input {
          background-color: #F9F9F9; }
          @media screen and (max-width: 1600px) {
            section.cover .cover-form-container .cover-form input {
              height: 35px;
              line-height: 35px; } }
    section.cover .cta-video {
      font-family: 'Poppins', Tahoma, Arial, sans-serif;
      font-size: 1.3em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      self-align: flex-end;
      color: #fff;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-transform: uppercase;
      bottom: 35px;
      left: 0;
      width: 100%;
      padding: 20px 0;
      cursor: pointer;
      outline: 0;
      z-index: 2; }
      section.cover .cta-video.beating {
        padding: 20px 0 50px; }
        @media screen and (max-width: 480px) {
          section.cover .cta-video.beating {
            padding: 20px 30px; } }
        section.cover .cta-video.beating .play {
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          section.cover .cta-video.beating .play:before {
            content: '';
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background-color: #FF9966;
            border-radius: 50%;
            -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
            transform: scale(1.1);
            z-index: -1;
            -webkit-animation: pulse-play 1.2s infinite;
            animation: pulse-play 1.2s infinite; }
      section.cover .cta-video .btn {
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 15px; }
        section.cover .cta-video .btn .play {
          background-color: #fff;
          width: 40px;
          height: 40px;
          border-radius: 50%;
          margin: 0 0 0 15px;
          position: relative;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
          section.cover .cta-video .btn .play:after {
            content: '';
            border-style: solid;
            border-width: 8px 0 8px 13px;
            border-color: transparent transparent transparent #FF9966;
            width: 0;
            left: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-35%, -50%);
            -ms-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%); }
      section.cover .cta-video:hover {
        -webkit-transform: scale(0.98) !important;
        -ms-transform: scale(0.98) !important;
        transform: scale(0.98) !important; }
      @media screen and (max-width: 480px) {
        section.cover .cta-video {
          bottom: 25px;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          margin: 0; } }
      section.cover .cta-video > span {
        font-weight: bold;
        text-align: center;
        /* br {
					@media screen and (min-width: $xs) {
						display: none;
					}
				} */ }
      section.cover .cta-video .play {
        background-color: #fff;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin: 0 0 0 15px;
        position: relative; }
        section.cover .cta-video .play:after {
          content: '';
          border-style: solid;
          border-width: 12px 0 12px 13px;
          border-color: transparent transparent transparent #FF9966;
          width: 0;
          left: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-35%, -50%);
          -ms-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%); }
    section.cover .extra-logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      text-align: left;
      font-size: .8em;
      line-height: 1em;
      white-space: nowrap;
      margin: 20px 15px; }
      @media screen and (max-width: 480px) {
        section.cover .extra-logos {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          text-align: center; } }
      section.cover .extra-logos .logo {
        margin: 10px; }
        section.cover .extra-logos .logo .label {
          margin-bottom: 10px; }
        section.cover .extra-logos .logo svg, section.cover .extra-logos .logo img {
          height: 40px; }
  section.map {
    padding: 60px 0; }
    section.map .map-container {
      background: #b8bab8;
      width: 100%;
      height: 400px;
      position: relative;
      overflow: hidden;
      margin: 20px 0; }
      section.map .map-container #single-map-canvas {
        width: 100%;
        height: 100%; }
      section.map .map-container .container {
        position: relative;
        z-index: 2;
        padding: 0; }
      section.map .map-container .address-label {
        position: absolute;
        background: #FFFFFF;
        margin: 0;
        top: 20px;
        left: 20px;
        z-index: 1;
        border: 1px solid #dedede;
        border-radius: 2px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
        @media screen and (max-width: 768px) {
          section.map .map-container .address-label {
            width: 90%;
            left: 5%;
            margin: 0;
            border: 0; } }
        section.map .map-container .address-label .link {
          color: #778f8d;
          font-size: .7em;
          display: block; }
          @media screen and (max-width: 768px) {
            section.map .map-container .address-label .link {
              display: none; } }
      section.map .map-container .address-label br {
        display: none; }
      section.map .map-container .address-label p {
        margin: 0;
        line-height: 1.2em;
        padding: 20px 30px;
        text-decoration: none;
        display: block;
        color: #666666; }
      section.map .map-container .address-label p a {
        text-decoration: none;
        color: #666666; }
      section.map .map-container .address-label .icon {
        color: #1BDFAE;
        font-size: 2em;
        line-height: 1em;
        vertical-align: middle; }
      section.map .map-container .address-label a.link-to-navigator {
        background-color: #778f8d;
        width: 100%;
        padding: 0.6em 0;
        text-align: center;
        color: #FFFFFF !important;
        color: inherit;
        font-weight: bold;
        text-decoration: none;
        display: none; }
        @media screen and (max-width: 768px) {
          section.map .map-container .address-label a.link-to-navigator {
            display: block; } }
  section.splash {
    background-size: cover;
    background-position: top center;
    max-height: calc(100vh - 90px);
    min-height: 450px;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 3em 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    overflow: hidden; }
    section.splash.text-only {
      color: #212529; }
      section.splash.text-only .subtitle {
        font-weight: 400; }
    section.splash.with-image.bg-top-left {
      background-position: top left; }
    section.splash.with-image.bg-top-center {
      background-position: top center; }
    section.splash.with-image.bg-top-right {
      background-position: top right; }
    section.splash.with-image.bg-left-center {
      background-position: left center; }
    section.splash.with-image.bg-center-center {
      background-position: center center; }
    section.splash.with-image.bg-right-center {
      background-position: right center; }
    section.splash.with-image.bg-bottom-left {
      background-position: bottom left; }
    section.splash.with-image.bg-bottom-center {
      background-position: bottom center; }
    section.splash.with-image.bg-bottom-right {
      background-position: bottom right; }
    @media screen and (max-width: 480px) {
      section.splash {
        min-height: 470px;
        max-height: none;
        overflow: visible; } }
    section.splash.with-image.with-text {
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      section.splash.with-image.with-text:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3); }
    section.splash.r169 .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: auto;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section.splash.r169 .container:after {
        content: '';
        display: block;
        padding-top: 70%; }
    section.splash .container {
      position: relative;
      z-index: 2;
      margin: auto; }
    section.splash .video-container {
      background: #000;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
      section.splash .video-container:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: .5; }
      section.splash .video-container video {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: top center;
        object-position: top center;
        width: 100%;
        height: 100%; }
    section.splash .text {
      margin: 0; }
      @media screen and (max-width: 992px) {
        section.splash .text {
          margin: 60px 0; } }
      @media screen and (max-width: 480px) {
        section.splash .text {
          padding: 0 15px; } }
      section.splash .text h2 {
        font-family: 'Poppins', Tahoma, Arial, sans-serif;
        text-transform: uppercase;
        font-weight: 900;
        font-size: 3rem;
        line-height: 1em;
        margin: .2em auto;
        max-width: 800px; }
        @media screen and (max-width: 480px) {
          section.splash .text h2 {
            font-size: 1.8em;
            word-break: break-all; } }
        section.splash .text h2 strong, section.splash .text h2 b {
          font-size: 1.5em;
          line-height: 0.9em;
          color: #FF9966; }
        section.splash .text h2 span:after {
          bottom: -3px; }
      section.splash .text .subtitle {
        max-width: 600px;
        margin: 0 auto; }
        section.splash .text .subtitle p {
          font-size: 1.6em;
          line-height: 1.3em;
          margin: 0 auto; }
          @media screen and (max-width: 480px) {
            section.splash .text .subtitle p {
              font-size: 1.2em; } }
      section.splash .text .btn {
        margin: 1em 0 0 0;
        text-shadow: none; }
        @media screen and (max-width: 480px) {
          section.splash .text .btn {
            width: 100%; } }
        @media screen and (max-width: 320px) {
          section.splash .text .btn {
            font-size: 1em; } }
      section.splash .text .cta-video {
        font-family: 'Poppins', Tahoma, Arial, sans-serif;
        font-size: 1.3em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        self-align: flex-end;
        color: #fff;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-transform: uppercase;
        bottom: 35px;
        left: 0;
        width: 100%;
        padding: 20px 0;
        cursor: pointer;
        outline: 0;
        z-index: 2; }
        section.splash .text .cta-video.beating {
          padding: 20px 0 50px; }
          @media screen and (max-width: 480px) {
            section.splash .text .cta-video.beating {
              padding: 20px 30px 50px; } }
          section.splash .text .cta-video.beating .play {
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            section.splash .text .cta-video.beating .play:before {
              content: '';
              display: block;
              background-color: #FF9966;
              width: 100%;
              height: 100%;
              border-radius: 50%;
              position: absolute;
              top: 0;
              left: 0;
              -webkit-transform: scale(1.1);
              -ms-transform: scale(1.1);
              transform: scale(1.1);
              z-index: -1;
              -webkit-animation: pulse-play 1.2s infinite;
              animation: pulse-play 1.2s infinite; }
        section.splash .text .cta-video .btn {
          color: #fff;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 0 15px; }
          section.splash .text .cta-video .btn .play {
            background-color: #fff;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin: 0 0 0 15px;
            position: relative;
            -ms-flex-negative: 0;
            flex-shrink: 0; }
            section.splash .text .cta-video .btn .play:after {
              content: '';
              border-style: solid;
              border-width: 8px 0 8px 13px;
              border-color: transparent transparent transparent #FF9966;
              width: 0;
              left: 0;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-35%, -50%);
              -ms-transform: translate(-35%, -50%);
              transform: translate(-35%, -50%); }
        section.splash .text .cta-video:hover {
          -webkit-transform: scale(0.98) !important;
          -ms-transform: scale(0.98) !important;
          transform: scale(0.98) !important; }
        @media screen and (max-width: 480px) {
          section.splash .text .cta-video {
            bottom: 25px;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0; } }
        section.splash .text .cta-video > span {
          font-weight: bold; }
          @media screen and (min-width: 480px) {
            section.splash .text .cta-video > span br {
              display: none; } }
        section.splash .text .cta-video .play {
          background-color: #fff;
          width: 60px;
          height: 60px;
          border-radius: 50%;
          margin: 0 0 0 15px;
          position: relative; }
          section.splash .text .cta-video .play:after {
            content: '';
            border-style: solid;
            border-width: 12px 0 12px 13px;
            border-color: transparent transparent transparent #FF9966;
            width: 0;
            left: 0;
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-35%, -50%);
            -ms-transform: translate(-35%, -50%);
            transform: translate(-35%, -50%); }
    section.splash .progress-bar {
      margin: 2em auto;
      max-width: 450px; }
      section.splash .progress-bar .percent-bar .percent-bar-filler span {
        margin-top: -0.9em; }
  section.textual {
    padding: 3em 0;
    /* a:not(.btn) {
			color: $primary;
			position: relative;
			&:hover {
				text-decoration: none;
				opacity: 1;
				&:before {
					width: 100%;
				}
			}
			&:before {
				content: '';
				height: 1px;
				width: 0%;
				position: absolute;
				background-color: $primary;
				bottom: 0;
				left: 0;
				transition: all .2s ease-out;
				transform-origin: 0 0;
			}
		} */
    /* images layout */ }
    section.textual.only-title {
      padding-bottom: 0; }
    @media screen and (max-width: 480px) {
      section.textual {
        font-size: 1.2em;
        padding: 1em 0 1.5em; } }
    section.textual h2 {
      line-height: 1em; }
    section.textual h3 {
      line-height: 1em;
      margin-bottom: 0.2em; }
      @media screen and (max-width: 768px) {
        section.textual h3 {
          font-size: 1.3em; } }
    section.textual p {
      font-size: 1.4em;
      line-height: 1.4em; }
      @media screen and (max-width: 768px) {
        section.textual p {
          font-size: 1.4em;
          line-height: 1.4em; } }
      @media screen and (max-width: 480px) {
        section.textual p {
          font-size: 1em;
          line-height: 1.4em; } }
      section.textual p:empty {
        display: none; }
      section.textual p small {
        line-height: 1.2em;
        display: inline-block; }
    section.textual a:hover {
      text-decoration: underline; }
    section.textual.with-media h2 {
      margin-bottom: 0 !important; }
    section.textual.with-media .video-preview {
      width: 50vw; }
      @media screen and (max-width: 992px) {
        section.textual.with-media .video-preview {
          width: 100%; } }
      section.textual.with-media .video-preview:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .5;
        background: rgba(0, 0, 0, 0.4); }
      section.textual.with-media .video-preview .play {
        background-color: #fff;
        width: 80px;
        height: 80px;
        border-radius: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 1; }
        section.textual.with-media .video-preview .play:after {
          content: '';
          border-style: solid;
          border-width: 12px 0 12px 17px;
          border-color: transparent transparent transparent #000;
          width: 0;
          left: 0;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-35%, -50%);
          -ms-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%); }
    @media screen and (min-width: 768px) {
      section.textual.with-media.left {
        padding-left: 0;
        margin-left: -30px; }
        section.textual.with-media.left .video-preview {
          right: 15px; } }
    @media screen and (min-width: 768px) {
      section.textual.with-media.right {
        padding-right: 0; }
        section.textual.with-media.right .video-preview {
          left: 0; } }
    section.textual .wp-caption img {
      width: 100%;
      height: auto;
      position: relative;
      z-index: 1; }
    section.textual p.wp-caption-text {
      font-family: 'Noto Serif', serif;
      font-size: .95em;
      border-top: 1px solid #D8D8D8;
      text-align: left;
      margin: 0;
      line-height: 1.2em;
      padding: .7em; }
      @media screen and (max-width: 768px) {
        section.textual p.wp-caption-text {
          font-size: .6em; } }
      section.textual p.wp-caption-text strong {
        font-size: 1.3em; }
    section.textual figure {
      max-width: 100%;
      text-align: center;
      margin: 0; }
      section.textual figure.full-width {
        width: 100vw;
        max-width: none; }
        @media only screen and (max-width: 480px) {
          section.textual figure.full-width {
            margin: 0 -15px 1em; } }
        section.textual figure.full-width img {
          width: 100vw;
          max-width: none;
          position: relative;
          left: -50vw; }
          section.textual figure.full-width img.wide {
            position: absolute;
            left: 0;
            width: 100vw;
            max-width: none; }
        @media only screen and (max-width: 480px) {
          section.textual figure.full-width figcaption {
            margin: 0 15px 0 15px; } }
        @media only screen and (max-width: 768px) {
          section.textual figure.full-width figcaption {
            max-width: 650px;
            margin-bottom: 1em .7em .5em .7em; }
            section.textual figure.full-width figcaption .tool-column {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              display: block; }
            section.textual figure.full-width figcaption .main-content {
              -webkit-box-flex: 0;
              -ms-flex: 0;
              flex: 0;
              display: none; } }
        @media only screen and (min-width: 1200px) {
          section.textual figure.full-width figcaption {
            position: absolute;
            width: 100%;
            left: 0;
            border: 0;
            padding: 0; }
            section.textual figure.full-width figcaption .caption {
              border-left: 1px solid;
              padding: 1.6em 2em .5em 1em; } }
      section.textual figure img {
        max-width: 100%;
        height: auto; }
      section.textual figure figcaption {
        font-size: .8em;
        border-left: 1px solid #D8D8D8;
        text-align: left;
        margin: 0;
        line-height: 1.2em;
        padding: .5em .7em; }
        section.textual figure figcaption .caption {
          opacity: .6; }
          section.textual figure figcaption .caption .copyright {
            font-size: .8em; }
        section.textual figure figcaption .container {
          padding: 0; }
          @media only screen and (max-width: 1200px) {
            section.textual figure figcaption .container {
              max-width: 700px;
              display: block;
              margin: 0; } }
          @media only screen and (max-width: 768px) {
            section.textual figure figcaption .container {
              max-width: 650px; } }
  section.previews-investigations {
    padding: 2em 0; }
    section.previews-investigations .boxes .box {
      margin-bottom: 20px; }
      section.previews-investigations .boxes .box:first-child {
        margin-top: 20px; }
      section.previews-investigations .boxes .box .video-container {
        background-color: #212529; }
        section.previews-investigations .boxes .box .video-container:after {
          content: '';
          padding-top: 70%;
          display: block; }
      section.previews-investigations .boxes .box .investigation-intro {
        margin-bottom: 15px; }
        section.previews-investigations .boxes .box .investigation-intro h3 {
          font-size: 1.5em;
          line-height: 1.2em;
          margin-bottom: .2em; }
        section.previews-investigations .boxes .box .investigation-intro .date {
          font-size: 1.2em;
          font-style: italic; }
      section.previews-investigations .boxes .box p {
        font-size: 1.2em; }
  section.related-posts {
    width: 100%;
    text-align: left;
    padding: 3em 0;
    max-width: 1400px;
    margin: 0 auto; }
    @media screen and (max-width: 480px) {
      section.related-posts {
        font-size: 1.2em;
        padding: 1em 0 1.5em; } }
    section.related-posts h4 {
      font-family: 'Poppins', Tahoma, Arial, sans-serif;
      text-transform: uppercase;
      line-height: 1.2em;
      font-size: 1.2em;
      margin: 0 0 0 5px; }
    section.related-posts .post-preview {
      padding: 20px 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
      @media screen and (max-width: 480px) {
        section.related-posts .post-preview {
          display: block; } }
      section.related-posts .post-preview.with-image .title {
        padding: 0 20px; }
        @media screen and (max-width: 480px) {
          section.related-posts .post-preview.with-image .title {
            padding: 0; } }
        section.related-posts .post-preview.with-image .title h2 {
          font-size: 1.5rem; }
      section.related-posts .post-preview:hover .image .img {
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
      section.related-posts .post-preview:hover .title h2 span {
        -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
        transform: translateX(5px); }
        section.related-posts .post-preview:hover .title h2 span:nth-child(2) {
          -webkit-transition-delay: .02s;
          -o-transition-delay: .02s;
          transition-delay: .02s; }
        section.related-posts .post-preview:hover .title h2 span:nth-child(3) {
          -webkit-transition-delay: .04s;
          -o-transition-delay: .04s;
          transition-delay: .04s; }
        section.related-posts .post-preview:hover .title h2 span:nth-child(4) {
          -webkit-transition-delay: .06s;
          -o-transition-delay: .06s;
          transition-delay: .06s; }
        section.related-posts .post-preview:hover .title h2 span:nth-child(5) {
          -webkit-transition-delay: .08s;
          -o-transition-delay: .08s;
          transition-delay: .08s; }
        section.related-posts .post-preview:hover .title h2 span:nth-child(6) {
          -webkit-transition-delay: .1s;
          -o-transition-delay: .1s;
          transition-delay: .1s; }
        section.related-posts .post-preview:hover .title h2 span:nth-child(7) {
          -webkit-transition-delay: .12s;
          -o-transition-delay: .12s;
          transition-delay: .12s; }
        section.related-posts .post-preview:hover .title h2 span:nth-child(8) {
          -webkit-transition-delay: .14s;
          -o-transition-delay: .14s;
          transition-delay: .14s; }
        section.related-posts .post-preview:hover .title h2 span:nth-child(9) {
          -webkit-transition-delay: .16s;
          -o-transition-delay: .16s;
          transition-delay: .16s; }
        section.related-posts .post-preview:hover .title h2 span:nth-child(10) {
          -webkit-transition-delay: .18s;
          -o-transition-delay: .18s;
          transition-delay: .18s; }
      section.related-posts .post-preview .image {
        background-size: cover;
        background-position: center;
        height: 100%;
        -webkit-box-flex: 1.2;
        -ms-flex: 1.2;
        flex: 1.2;
        position: relative;
        overflow: hidden; }
        @media screen and (max-width: 480px) {
          section.related-posts .post-preview .image {
            height: 170px;
            margin-bottom: .2em; } }
        section.related-posts .post-preview .image .img {
          background-size: cover;
          background-position: center;
          height: 100%;
          width: 100%;
          position: absolute;
          top: 0;
          left: 0;
          -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
          transform: scale(1.1);
          -webkit-transition: all .5s ease-out;
          -o-transition: all .5s ease-out;
          transition: all .5s ease-out; }
      section.related-posts .post-preview .title {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        section.related-posts .post-preview .title time {
          font-size: 0.9rem;
          text-transform: uppercase; }
        section.related-posts .post-preview .title h2 {
          font-size: 2rem;
          padding-bottom: .5em;
          border-bottom: 1px solid #dedede;
          -webkit-transition: all .2s ease-in-out;
          -o-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
          min-height: 5.2em; }
          @media screen and (max-width: 480px) {
            section.related-posts .post-preview .title h2 {
              min-height: 0; } }
          section.related-posts .post-preview .title h2 span {
            display: inline-block;
            -webkit-transition: all .1s ease-out;
            -o-transition: all .1s ease-out;
            transition: all .1s ease-out; }
            @media screen and (max-width: 480px) {
              section.related-posts .post-preview .title h2 span {
                display: inline; } }
        section.related-posts .post-preview .title .readmore {
          -webkit-transition: all .2s ease-out;
          -o-transition: all .2s ease-out;
          transition: all .2s ease-out; }
  section.section-alterned-img-text {
    background-color: #fff;
    padding: 3em 0; }
    @media screen and (min-width: 992px) {
      section.section-alterned-img-text.sticky {
        overflow: visible; }
        section.section-alterned-img-text.sticky .single-section {
          min-height: calc(100vh - 115px); }
          body.transparent-header section.section-alterned-img-text.sticky .single-section {
            min-height: calc(100vh - 45px); }
          section.section-alterned-img-text.sticky .single-section .half {
            overflow: visible !important; }
            section.section-alterned-img-text.sticky .single-section .half.picture .img {
              background-size: cover !important;
              max-height: 100vh;
              position: -webkit-sticky;
              position: sticky;
              max-height: calc(100vh - 115px);
              top: 115px; }
              body.transparent-header section.section-alterned-img-text.sticky .single-section .half.picture .img {
                max-height: calc(100vh - 45px);
                top: 45px; } }
    section.section-alterned-img-text .single-section {
      margin: 0 0 50px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      min-height: 50vh; }
      section.section-alterned-img-text .single-section:last-child {
        margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        section.section-alterned-img-text .single-section {
          -webkit-box-orient: vertical !important;
          -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
          flex-direction: column !important;
          margin: 30px 20px 0;
          width: auto;
          min-height: 0; } }
      section.section-alterned-img-text .single-section.even {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
        section.section-alterned-img-text .single-section.even .half {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          section.section-alterned-img-text .single-section.even .half.picture {
            border-left: 30px solid #FFF;
            border-right: 0;
            -webkit-transform-origin: center left;
            -ms-transform-origin: center left;
            transform-origin: center left; }
            @media screen and (max-width: 768px) {
              section.section-alterned-img-text .single-section.even .half.picture {
                -webkit-transform-origin: center center;
                -ms-transform-origin: center center;
                transform-origin: center center; } }
            section.section-alterned-img-text .single-section.even .half.picture:after {
              content: '';
              padding-top: 70%;
              display: block; }
            section.section-alterned-img-text .single-section.even .half.picture:before {
              left: -31px; }
          section.section-alterned-img-text .single-section.even .half.details:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            left: auto;
            right: -60px;
            top: 50%;
            margin: -60px 0 0 0;
            border-width: 60px 0 60px 60px;
            border-color: transparent transparent transparent #FFF;
            border-style: solid; }
            @media screen and (max-width: 768px) {
              section.section-alterned-img-text .single-section.even .half.details:after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                left: 20px;
                top: -29px;
                margin: 0 0 0 0;
                border-width: 0 30px 30px 30px;
                border-color: transparent transparent #FFF transparent;
                border-style: solid; } }
      section.section-alterned-img-text .single-section .half {
        height: 100%;
        width: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative; }
        section.section-alterned-img-text .single-section .half.masked {
          background-color: #212529;
          cursor: pointer; }
          section.section-alterned-img-text .single-section .half.masked video,
          section.section-alterned-img-text .single-section .half.masked .img {
            -webkit-filter: blur(30px);
            filter: blur(30px); }
          section.section-alterned-img-text .single-section .half.masked .mask {
            opacity: 1; }
        section.section-alterned-img-text .single-section .half.picture {
          background-color: #212529;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          overflow: hidden;
          border-right: 30px solid #FFF;
          -webkit-transform-origin: center right;
          -ms-transform-origin: center right;
          transform-origin: center right; }
          @media screen and (max-width: 768px) {
            section.section-alterned-img-text .single-section .half.picture {
              width: 100vw;
              margin: 0 -20px;
              min-height: 320px;
              border: 0 !important;
              -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
              order: 0;
              -webkit-transform-origin: center center;
              -ms-transform-origin: center center;
              transform-origin: center center; } }
          section.section-alterned-img-text .single-section .half.picture:after {
            content: '';
            padding-top: 70%;
            display: block; }
          section.section-alterned-img-text .single-section .half.picture:before {
            content: '';
            width: 31px;
            height: 100%;
            background-color: #fff;
            position: absolute;
            top: 0;
            right: -31px; }
          section.section-alterned-img-text .single-section .half.picture.contain {
            background-color: #fff;
            background-size: contain;
            background-position: center; }
            section.section-alterned-img-text .single-section .half.picture.contain .img {
              width: 100%;
              height: 100%;
              background-color: #fff;
              background-size: contain;
              background-repeat: no-repeat;
              background-position: center center; }
          section.section-alterned-img-text .single-section .half.picture .img {
            width: 100%;
            height: 100%;
            background-color: #e0dce3;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center; }
        section.section-alterned-img-text .single-section .half.details {
          padding: 0 30px;
          text-align: left;
          position: relative;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; }
          @media screen and (max-width: 768px) {
            section.section-alterned-img-text .single-section .half.details {
              display: block;
              width: 100%;
              -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
              order: 2;
              padding: 20px 0;
              text-align: left !important; } }
          section.section-alterned-img-text .single-section .half.details:after {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            left: -60px;
            top: 50%;
            margin: -60px 0 0 0;
            border-width: 60px 60px 60px 0;
            border-color: transparent #FFF transparent transparent;
            border-style: solid;
            z-index: 1; }
            @media screen and (max-width: 768px) {
              section.section-alterned-img-text .single-section .half.details:after {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                left: 20px;
                top: -29px;
                margin: 0 0 0 0;
                border-width: 0 30px 30px 30px;
                border-color: transparent transparent #FFF transparent;
                border-style: solid; } }
          section.section-alterned-img-text .single-section .half.details .text {
            max-width: 540px;
            margin-top: 20px;
            /*a:not(.btn) {
							color: darken($primary, 20%);
							position: relative;
							text-decoration: underline;
							&:before {
								content: '';
								height: 1px;
								width: 0%;
								position: absolute;
								background-color: $primary;
								bottom: 0;
								left: 0;
								transition: all .2s ease-out;
								transform-origin: 0 0;
							}
						}*/ }
            @media screen and (max-width: 768px) {
              section.section-alterned-img-text .single-section .half.details .text {
                max-width: none; } }
            section.section-alterned-img-text .single-section .half.details .text h3 {
              color: #000;
              line-height: 1em; }
              @media screen and (max-width: 768px) {
                section.section-alterned-img-text .single-section .half.details .text h3 {
                  font-size: 1.6em; } }
              section.section-alterned-img-text .single-section .half.details .text h3 strong, section.section-alterned-img-text .single-section .half.details .text h3 b {
                font-weight: 900;
                font-size: 1.5em;
                line-height: .9em; }
            section.section-alterned-img-text .single-section .half.details .text p {
              margin-top: 0.75em; }
              @media screen and (max-width: 480px) {
                section.section-alterned-img-text .single-section .half.details .text p {
                  font-size: 1em; } }
            section.section-alterned-img-text .single-section .half.details .text ul.with-icons, section.section-alterned-img-text .single-section .half.details .text ol.with-icons {
              margin: 15px 0;
              padding: 0;
              font-size: 1em;
              line-height: 1.1em;
              font-weight: 400; }
              section.section-alterned-img-text .single-section .half.details .text ul.with-icons li, section.section-alterned-img-text .single-section .half.details .text ol.with-icons li {
                list-style-type: none;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                margin-bottom: .2em; }
                section.section-alterned-img-text .single-section .half.details .text ul.with-icons li .icon-in-text, section.section-alterned-img-text .single-section .half.details .text ol.with-icons li .icon-in-text {
                  margin-right: .4em; }
        section.section-alterned-img-text .single-section .half .video-container {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          overflow: hidden; }
          section.section-alterned-img-text .single-section .half .video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; }
    @media screen and (min-width: 480px) {
      section.section-alterned-img-text:not(sticky) .single-section .half.details:after {
        display: none !important; }
      section.section-alterned-img-text:not(sticky) .single-section .half.top .half.picture .img {
        background-position: top center; }
      section.section-alterned-img-text:not(sticky) .single-section .half.top .half.details:after {
        top: 60px; }
      section.section-alterned-img-text:not(sticky) .single-section .half.bottom .half.picture .img {
        background-position: bottom center !important; }
      section.section-alterned-img-text:not(sticky) .single-section .half.bottom .half.details:after {
        bottom: 60px !important; } }
  section.boxes-section {
    position: relative;
    overflow: visible;
    padding: 3em 0 0 0; }
    section.boxes-section .boxes {
      width: 100%;
      margin: 0 auto;
      position: static;
      z-index: -1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media screen and (min-width: 1600px) {
        section.boxes-section .boxes {
          max-width: 80vw; } }
      @media screen and (min-width: 1200px) {
        section.boxes-section .boxes.positioning-staggered {
          margin-top: 5em; } }
      section.boxes-section .boxes.positioning-staggered .info-box:nth-child(odd) {
        margin-top: -3%;
        margin-bottom: 6%; }
      @media screen and (max-width: 480px) {
        section.boxes-section .boxes.positioning-staggered .info-box:nth-child(odd) {
          margin: 0 auto 5% 0; }
        section.boxes-section .boxes.positioning-staggered .info-box:nth-child(even) {
          margin: 0 0 5% auto; } }
      section.boxes-section .boxes.style-images .info-box {
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        color: #fff; }
        @media screen and (max-width: 480px) {
          section.boxes-section .boxes.style-images .info-box {
            width: 100%;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
        @media screen and (min-width: 992px) {
          section.boxes-section .boxes.style-images .info-box:hover .bg-img {
            -webkit-transform: scale(1.05);
            -ms-transform: scale(1.05);
            transform: scale(1.05); }
            section.boxes-section .boxes.style-images .info-box:hover .bg-img:after {
              background-color: #000;
              opacity: .5; } }
        section.boxes-section .boxes.style-images .info-box:after {
          padding-top: 140%; }
        section.boxes-section .boxes.style-images .info-box .info-text {
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding-bottom: 10%; }
          section.boxes-section .boxes.style-images .info-box .info-text h3 {
            font-weight: 800;
            font-size: 1.6em; }
            @media screen and (max-width: 1200px) {
              section.boxes-section .boxes.style-images .info-box .info-text h3 {
                font-size: 1.3em; } }
            section.boxes-section .boxes.style-images .info-box .info-text h3:after {
              background: #fff; }
          section.boxes-section .boxes.style-images .info-box .info-text p {
            font-size: 1em; }
        section.boxes-section .boxes.style-images .info-box .bg-img {
          background-size: cover;
          background-position: center center;
          -webkit-transition: -webkit-transform 1s ease-in-out;
          transition: -webkit-transform 1s ease-in-out;
          -o-transition: transform 1s ease-in-out;
          transition: transform 1s ease-in-out;
          transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%; }
          section.boxes-section .boxes.style-images .info-box .bg-img:after {
            content: '';
            background-color: #5f3305;
            opacity: .3;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
            -webkit-transition: all 1s ease-in-out;
            -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out; }
      section.boxes-section .boxes.style-icon .info-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      section.boxes-section .boxes .info-box {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        background-color: #fff;
        color: #212529;
        margin: 0% .5% 3%;
        font-size: 1.3em;
        overflow: hidden;
        width: 24%;
        -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
        -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 20px 0px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 20px 0px; }
        @media screen and (max-width: 1200px) {
          section.boxes-section .boxes .info-box {
            width: 24%;
            -ms-flex-preferred-size: 24%;
            flex-basis: 24%;
            margin: 0 0.5% 2%; } }
        @media screen and (max-width: 992px) {
          section.boxes-section .boxes .info-box {
            width: 47%;
            -ms-flex-preferred-size: 47%;
            flex-basis: 47%;
            margin: 0 1.5% 3%; } }
        @media screen and (max-width: 480px) {
          section.boxes-section .boxes .info-box {
            width: 80%;
            -ms-flex-preferred-size: 80%;
            flex-basis: 80%;
            margin: 0 0 5%; } }
        section.boxes-section .boxes .info-box:after {
          content: '';
          display: block;
          padding-top: 120%; }
        section.boxes-section .boxes .info-box > * {
          position: relative;
          z-index: 1; }
        section.boxes-section .boxes .info-box .info-text {
          -webkit-transition: all .5s ease-in-out;
          -o-transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
          transition: all .5s ease-in-out;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          padding: 0 5% 0;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          section.boxes-section .boxes .info-box .info-text small {
            font-size: 0.7em;
            line-height: 1.3em; }
          section.boxes-section .boxes .info-box .info-text .icon {
            width: 55%;
            margin: .3em  auto .2em; }
            section.boxes-section .boxes .info-box .info-text .icon.color-icon svg *, section.boxes-section .boxes .info-box .info-text .icon.color-icon img * {
              fill: #fff; }
            section.boxes-section .boxes .info-box .info-text .icon img {
              width: 100%; }
          section.boxes-section .boxes .info-box .info-text h3 {
            text-transform: uppercase;
            position: relative;
            margin-bottom: .2em;
            font-size: 1.3em; }
          section.boxes-section .boxes .info-box .info-text p {
            font-size: .9em;
            margin: 0; }
          section.boxes-section .boxes .info-box .info-text .btn {
            margin-top: .9em;
            position: relative;
            z-index: 2; }
  section.data-boxes {
    padding-bottom: 5em; }
    section.data-boxes.margin {
      padding-top: 2em; }
    @media screen and (max-width: 480px) {
      section.data-boxes {
        padding-bottom: 2em; } }
    section.data-boxes .container {
      padding-top: 50px;
      position: relative; }
      @media screen and (max-width: 480px) {
        section.data-boxes .container {
          padding-top: 40px; } }
    section.data-boxes .section-title {
      margin: 0 0 .8em 0; }
    section.data-boxes .nav-btns {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 1.5em;
      color: #212529; }
      @media screen and (max-width: 480px) {
        section.data-boxes .nav-btns {
          bottom: 90%;
          right: 15px;
          opacity: 1;
          font-size: 1.6em; } }
      section.data-boxes .nav-btns .nav-btn {
        display: inline-block;
        cursor: pointer; }
        section.data-boxes .nav-btns .nav-btn:before {
          content: "\f107";
          display: inline-block;
          font: normal normal 1.6em/0.7em 'FontAwesome'; }
        section.data-boxes .nav-btns .nav-btn:hover:before {
          color: #778f8d; }
      section.data-boxes .nav-btns .prev:before {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg); }
      section.data-boxes .nav-btns .next:before {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg); }
    section.data-boxes .boxes {
      width: 100%; }
      section.data-boxes .boxes.loop .flickity-viewport {
        overflow: visible !important; }
      section.data-boxes .boxes:not(.flickity-enabled) .data-box:not(:first-child) {
        display: none; }
      section.data-boxes .boxes.no-loop > .flickity-viewport {
        width: 100%;
        height: auto !important;
        overflow: visible; }
        section.data-boxes .boxes.no-loop > .flickity-viewport > .flickity-slider {
          position: relative !important;
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          left: auto !important; }
      section.data-boxes .boxes.no-loop .data-box {
        position: relative !important;
        left: auto !important;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%; }
      section.data-boxes .boxes .data-box {
        width: 20%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        min-width: 20%;
        margin: 0 40px 20px 0;
        padding: 30px 25px 20px;
        text-align: center;
        background-color: #fff;
        border-top: 5px solid #778f8d;
        -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 1200px) {
          section.data-boxes .boxes .data-box {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            min-width: 25%;
            margin: 0 30px 20px 0; } }
        @media screen and (max-width: 992px) {
          section.data-boxes .boxes .data-box {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 30%;
            flex: 0 0 30%;
            min-width: 30%;
            margin: 0 20px 20px 0; } }
        @media screen and (max-width: 768px) {
          section.data-boxes .boxes .data-box {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 45%;
            flex: 0 0 45%;
            min-width: 45%; } }
        @media screen and (max-width: 480px) {
          section.data-boxes .boxes .data-box {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 70%;
            flex: 0 0 70%;
            min-width: 70%; } }
        section.data-boxes .boxes .data-box .icon {
          width: 120px;
          height: 120px;
          border-radius: 50%;
          margin: 0 auto; }
        section.data-boxes .boxes .data-box .description {
          margin: 0 auto;
          text-align: left; }
          section.data-boxes .boxes .data-box .description::first-line {
            text-align: center;
            font-size: 1.6em;
            line-height: 1.2em; }
        section.data-boxes .boxes .data-box p {
          margin-bottom: .5em;
          line-height: 1.2em;
          font-size: 1em;
          /* big {
						font-family: 'Poppins', Tahoma, Arial, sans-serif;
						font-size: 1.5em;
						letter-spacing: -0.05em;
					} */ }
          section.data-boxes .boxes .data-box p strong, section.data-boxes .boxes .data-box p b {
            font-weight: 700; }
  section.subscribe-newsletter {
    background: #9cb2af;
    padding: 2em 0 1.5em;
    position: relative;
    /* h2 {
			color: $white;
			margin-bottom: .5em;
			span {
				&:after {
					background-color: $secondary !important;
				}
			}
		} */ }
    section.subscribe-newsletter.appearance-orange {
      background: #FF9966; }
      section.subscribe-newsletter.appearance-orange .btn {
        background-color: #fff;
        color: #212529; }
    section.subscribe-newsletter.appearance-image {
      background: #212529;
      color: #fff;
      padding: 4em 0; }
      section.subscribe-newsletter.appearance-image:after {
        content: '';
        width: 100%;
        display: block;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #00000080; }
    section.subscribe-newsletter .bg-img {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    section.subscribe-newsletter .container {
      position: relative;
      z-index: 1; }
    section.subscribe-newsletter .btn {
      background-color: #FF9966;
      color: #212529;
      width: auto; }
    section.subscribe-newsletter a {
      color: inherit;
      text-decoration: underline; }
    section.subscribe-newsletter .description {
      margin-bottom: .5em;
      font-size: 1.4em;
      line-height: 1em; }
    section.subscribe-newsletter .form-container .form-content {
      max-width: 520px;
      margin: 0 auto; }
    section.subscribe-newsletter .form-container .extra-fields {
      display: none; }
  section.infographics {
    padding: 1em 0 1em; }
  section.gallery {
    padding: 0 0 3em 0; }
    section.gallery .container-fluid {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 4px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 992px) {
        section.gallery .container-fluid {
          padding: 15px 4px; } }
    section.gallery .column {
      -webkit-box-flex: 25%;
      -ms-flex: 25%;
      flex: 25%;
      max-width: 25%;
      padding: 0 4px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media screen and (max-width: 768px) {
        section.gallery .column {
          -webkit-box-flex: 33%;
          -ms-flex: 33%;
          flex: 33%;
          max-width: 33%;
          display: contents; } }
      section.gallery .column figure {
        width: 100%;
        margin: 8px 0 0 0; }
        @media screen and (max-width: 768px) {
          section.gallery .column figure {
            margin: 0 1px 1px 0;
            width: 33%;
            float: left;
            display: block;
            overflow: hidden; } }
        section.gallery .column figure figcaption {
          display: none; }
        section.gallery .column figure a {
          width: 100%; }
          section.gallery .column figure a img {
            width: 100%;
            display: block; }
            @media screen and (max-width: 768px) {
              section.gallery .column figure a img {
                width: 33vw;
                height: 33vw;
                -o-object-fit: cover;
                object-fit: cover; } }
  section.carousel-section {
    width: 100%;
    padding: 0;
    position: relative;
    background-color: #fff; }
    section.carousel-section h2.carousel-main-title {
      padding: .5em 15px 0;
      width: 100%;
      text-align: center; }
    section.carousel-section .carousel:not(.flickity-enabled) .carousel-title,
    section.carousel-section .carousel:not(.flickity-enabled) img {
      display: none !important; }
    section.carousel-section .carousel .flickity-viewport {
      -webkit-transition: height 0.2s;
      -o-transition: height 0.2s;
      transition: height 0.2s; }
    section.carousel-section .carousel > .flickity-viewport {
      width: 100%;
      overflow: hidden; }
      section.carousel-section .carousel > .flickity-viewport > .flickity-slider {
        position: relative !important;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        left: auto !important; }
    section.carousel-section .carousel .slide {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      width: 100%;
      max-height: 90vh;
      text-align: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
      section.carousel-section .carousel .slide.contain {
        background-size: contain; }
      section.carousel-section .carousel .slide.bg-top-left {
        background-position: top left; }
      section.carousel-section .carousel .slide.bg-top-center {
        background-position: top center; }
      section.carousel-section .carousel .slide.bg-top-right {
        background-position: top right; }
      section.carousel-section .carousel .slide.bg-left-center {
        background-position: left center; }
      section.carousel-section .carousel .slide.bg-center-center {
        background-position: center center; }
      section.carousel-section .carousel .slide.bg-right-center {
        background-position: right center; }
      section.carousel-section .carousel .slide.bg-bottom-left {
        background-position: bottom left; }
      section.carousel-section .carousel .slide.bg-bottom-center {
        background-position: bottom center; }
      section.carousel-section .carousel .slide.bg-bottom-right {
        background-position: bottom right; }
      @media only screen and (max-width: 480px) {
        section.carousel-section .carousel .slide {
          display: block;
          background-image: none !important; } }
      section.carousel-section .carousel .slide:after {
        content: '';
        padding-top: 60%;
        display: block; }
        @media only screen and (max-width: 480px) {
          section.carousel-section .carousel .slide:after {
            display: none; } }
      section.carousel-section .carousel .slide.with-title:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.1);
        display: block;
        -webkit-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        transition: all 1s ease-out; }
        @media only screen and (max-width: 768px) {
          section.carousel-section .carousel .slide.with-title:before {
            display: none; } }
      section.carousel-section .carousel .slide .carousel-title {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 800px;
        padding: 30px 90px;
        color: #fff;
        font-size: 1.9rem;
        width: 100%;
        display: block;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        z-index: 1;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        section.carousel-section .carousel .slide .carousel-title.extra:after {
          content: '';
          width: 35px;
          height: 5px;
          background: #fff;
          position: absolute;
          left: 50%;
          bottom: -.05em;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
          @media only screen and (max-width: 480px) {
            section.carousel-section .carousel .slide .carousel-title.extra:after {
              display: none; } }
        section.carousel-section .carousel .slide .carousel-title strong, section.carousel-section .carousel .slide .carousel-title b {
          font-size: 2em;
          line-height: 0.9em;
          text-shadow: 0 0 10px rgba(0, 0, 0, 0.8); }
          @media only screen and (max-width: 480px) {
            section.carousel-section .carousel .slide .carousel-title strong, section.carousel-section .carousel .slide .carousel-title b {
              text-shadow: none; } }
        @media only screen and (max-width: 480px) {
          section.carousel-section .carousel .slide .carousel-title {
            font-size: 1.2rem;
            padding: 10px 90px;
            min-height: 200px;
            position: relative;
            text-align: left;
            width: 100%;
            left: auto;
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            transform: translateX(0);
            padding: 20px 20px 0;
            margin: 0 0 30px 0;
            color: #212529;
            text-shadow: none;
            z-index: 2; }
            section.carousel-section .carousel .slide .carousel-title:after {
              content: '';
              width: 0;
              height: 0;
              border-width: 0 15px 15px 15px;
              border-style: solid;
              border-color: transparent transparent #fff transparent;
              position: absolute;
              top: -14px;
              left: 50%;
              -webkit-transform: translate(-50%, 0);
              -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0); } }
        section.carousel-section .carousel .slide .carousel-title span:after {
          background-color: #FF9966; }
      section.carousel-section .carousel .slide img {
        display: none;
        opacity: 0;
        width: 100%;
        -webkit-transition: opacity .5s ease-out, -webkit-transform .2s ease-out, -webkit-filter .2s ease-out;
        transition: opacity .5s ease-out, -webkit-transform .2s ease-out, -webkit-filter .2s ease-out;
        -o-transition: transform .2s ease-out, filter .2s ease-out, opacity .5s ease-out;
        transition: transform .2s ease-out, filter .2s ease-out, opacity .5s ease-out;
        transition: transform .2s ease-out, filter .2s ease-out, opacity .5s ease-out, -webkit-transform .2s ease-out, -webkit-filter .2s ease-out; }
        @media only screen and (max-width: 480px) {
          section.carousel-section .carousel .slide img {
            display: block;
            opacity: 1; } }
      section.carousel-section .carousel .slide .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        width: 100%;
        color: #fff;
        padding: 120px 10% 20px;
        background-color: rgba(0, 0, 0, 0.2);
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
        background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
        background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
        /* IE6-9 */ }
        @media only screen and (min-width: 992px) {
          section.carousel-section .carousel .slide .caption {
            font-size: 1.2em;
            line-height: 1.2em; } }
        @media only screen and (min-width: 1200px) {
          section.carousel-section .carousel .slide .caption {
            font-size: 1.4em;
            line-height: 1.4em; } }
        @media only screen and (max-width: 480px) {
          section.carousel-section .carousel .slide .caption {
            position: relative;
            padding: 0;
            background: #fff;
            z-index: 1; } }
        section.carousel-section .carousel .slide .caption span {
          max-width: 800px;
          display: inline-block;
          margin: 0 auto; }
          @media only screen and (max-width: 480px) {
            section.carousel-section .carousel .slide .caption span {
              background: #fff;
              color: #000;
              padding: .5em 20px 1.5em;
              z-index: 1000;
              text-align: left;
              bottom: 0;
              position: relative;
              width: 100%; }
              section.carousel-section .carousel .slide .caption span:after {
                content: '';
                width: 0;
                height: 0;
                border-width: 0 15px 15px 15px;
                border-style: solid;
                border-color: transparent transparent #fff transparent;
                position: absolute;
                top: -14px;
                left: 50%;
                -webkit-transform: translate(-50%, 0);
                -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0); } }
        section.carousel-section .carousel .slide .caption .fa {
          color: #778f8d; }
    section.carousel-section .flickity-prev-next-button {
      -webkit-box-shadow: none;
      box-shadow: none; }
      @media only screen and (max-width: 480px) {
        section.carousel-section .flickity-prev-next-button {
          top: 150px; } }
  section.products {
    padding: 3em 0; }
    section.products .products-list {
      width: 100%;
      padding: 0;
      background: #fff; }
      section.products .products-list .carousel .product {
        width: 300px; }
        section.products .products-list .carousel .product .img {
          background-size: contain;
          background-repeat: no-repeat;
          background-position: center center;
          width: 100%;
          margin-bottom: -.5em; }
          section.products .products-list .carousel .product .img:after {
            content: '';
            display: block;
            padding-top: 100%; }
        section.products .products-list .carousel .product .product-name {
          font-family: 'Poppins', Tahoma, Arial, sans-serif;
          color: #212529;
          text-transform: uppercase; }
      section.products .products-list .flickity-prev-next-button {
        -webkit-box-shadow: none;
        box-shadow: none; }
        @media only screen and (max-width: 480px) {
          section.products .products-list .flickity-prev-next-button {
            top: 150px; } }
  section.positive-section {
    padding: 3em 0;
    position: relative; }
    section.positive-section.centered {
      background-color: #FF9966 !important; }
    section.positive-section .video-container {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -2; }
      section.positive-section .video-container video {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%; }
    section.positive-section .positive-box {
      background: #fff;
      border-radius: 5px;
      padding: 30px 40px;
      -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2); }
      @media screen and (max-width: 768px) {
        section.positive-section .positive-box {
          padding: 30px 15px; } }
      section.positive-section .positive-box h2 {
        margin-bottom: 1.5em; }
      section.positive-section .positive-box .bullet-point {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 10px;
        font-size: 0.8em; }
        @media screen and (max-width: 768px) {
          section.positive-section .positive-box .bullet-point {
            margin: 10px 0; } }
        section.positive-section .positive-box .bullet-point .icon {
          height: 75px;
          width: 75px;
          border-radius: 50%; }
          section.positive-section .positive-box .bullet-point .icon svg, section.positive-section .positive-box .bullet-point .icon img {
            width: 100%;
            fill: #778f8d; }
        section.positive-section .positive-box .bullet-point .description {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding-left: 15px; }
          @media screen and (max-width: 768px) {
            section.positive-section .positive-box .bullet-point .description {
              line-height: 1.4em; } }
          section.positive-section .positive-box .bullet-point .description strong {
            text-transform: uppercase;
            font-family: 'Poppins', Tahoma, Arial, sans-serif;
            font-weight: 900; }
          section.positive-section .positive-box .bullet-point .description p {
            font-size: 1.4em;
            line-height: 1.2em; }
  section.people-section {
    padding: 3em 0;
    position: relative; }
    section.people-section .description {
      font-size: 1.4em; }
    section.people-section .people {
      margin: 30px 0; }
      section.people-section .people .person-card {
        margin-bottom: 2em;
        /* &:active {
					.avatar {
						transform: scale(1);
					}
				} */ }
        @media screen and (min-width: 768px) {
          section.people-section .people .person-card.linked {
            cursor: pointer; }
            section.people-section .people .person-card.linked:hover .avatar {
              -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
              transform: scale(1.05);
              background-size: 102% auto; } }
        section.people-section .people .person-card .avatar {
          width: 80%;
          border-radius: 50%;
          background-size: 100% auto;
          background-position: center top;
          margin: 0 auto 15px;
          -webkit-transition: all .2s ease-out;
          -o-transition: all .2s ease-out;
          transition: all .2s ease-out; }
          @media screen and (max-width: 768px) {
            section.people-section .people .person-card .avatar {
              width: 100%;
              margin: 0 auto 15px; } }
          section.people-section .people .person-card .avatar:after {
            content: "";
            display: block;
            padding-bottom: 100%; }
        section.people-section .people .person-card p {
          margin: 0; }
        section.people-section .people .person-card .name {
          font-weight: 400;
          font-size: 1.5em;
          line-height: 1em; }
        section.people-section .people .person-card .role {
          font-size: .8em;
          line-height: 1.2em;
          margin: .5em 1em;
          text-transform: uppercase;
          color: #778f8d; }
    .people-overlay {
      width: 80vw;
      height: 70vh;
      padding: 0 !important;
      min-height: 560px;
      overflow: hidden;
      border-radius: 3px; }
      @media screen and (max-width: 768px) {
        .people-overlay {
          max-width: 300px;
          min-height: 0;
          width: 100%;
          height: auto;
          overflow: visible !important; } }
      .people-overlay .people-overlay-content {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .people-overlay .people-overlay-content {
            overflow: visible; } }
        .people-overlay .people-overlay-content .photo {
          height: 100%;
          float: left;
          background-color: #FF9966; }
          @media screen and (max-width: 768px) {
            .people-overlay .people-overlay-content .photo {
              height: auto;
              float: none; } }
          .people-overlay .people-overlay-content .photo img {
            height: 100%;
            width: auto; }
            @media screen and (max-width: 768px) {
              .people-overlay .people-overlay-content .photo img {
                width: 100%;
                height: auto; } }
        .people-overlay .people-overlay-content .info {
          height: 100%;
          -webkit-box-flex: 1;
          -ms-flex: 1 0 1;
          flex: 1 0 1;
          padding: 5% 5% 2% 5%;
          overflow: auto;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; }
          @media screen and (max-width: 992px) {
            .people-overlay .people-overlay-content .info {
              display: block; } }
          @media screen and (max-width: 768px) {
            .people-overlay .people-overlay-content .info {
              overflow: visible;
              height: auto; } }
          @media screen and (min-width: 768px) {
            .people-overlay .people-overlay-content .info.for-mobile {
              display: none; } }
          @media screen and (max-width: 768px) {
            .people-overlay .people-overlay-content .info.for-mobile .name,
            .people-overlay .people-overlay-content .info.for-mobile .role {
              display: block; } }
          .people-overlay .people-overlay-content .info .textual-info {
            margin: auto 0; }
          .people-overlay .people-overlay-content .info .name {
            line-height: 1em;
            font-weight: 400;
            font-size: 2.6em; }
            @media screen and (max-width: 768px) {
              .people-overlay .people-overlay-content .info .name {
                margin-top: .5em;
                display: none; } }
          .people-overlay .people-overlay-content .info .role {
            font-size: 1.3em;
            line-height: 1.2em;
            font-weight: 400;
            margin: .2em 0 2em;
            text-transform: uppercase;
            color: #778f8d; }
            @media screen and (max-width: 768px) {
              .people-overlay .people-overlay-content .info .role {
                margin-bottom: 0;
                display: none; } }
          .people-overlay .people-overlay-content .info .bio {
            margin-bottom: 0.5em; }
            .people-overlay .people-overlay-content .info .bio a {
              color: #778f8d; }
          .people-overlay .people-overlay-content .info .toolbar {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            padding-top: 10px;
            margin-top: auto;
            border-top: 1px solid #dedede; }
            @media screen and (min-width: 768px) and (max-width: 992px) {
              .people-overlay .people-overlay-content .info .toolbar {
                -webkit-box-orient: vertical;
                -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center; } }
            @media screen and (max-width: 768px) {
              .people-overlay .people-overlay-content .info .toolbar {
                -ms-flex-wrap: wrap-reverse;
                flex-wrap: wrap-reverse; } }
            .people-overlay .people-overlay-content .info .toolbar .contacts {
              margin-bottom: .5em;
              font-size: 1.2em; }
              .people-overlay .people-overlay-content .info .toolbar .contacts a.email {
                color: #212529; }
                .people-overlay .people-overlay-content .info .toolbar .contacts a.email:hover {
                  color: #778f8d; }
            .people-overlay .people-overlay-content .info .toolbar .socials {
              font-size: 1.2em; }
              @media screen and (max-width: 768px) {
                .people-overlay .people-overlay-content .info .toolbar .socials {
                  margin-bottom: 2em; } }
              .people-overlay .people-overlay-content .info .toolbar .socials a {
                color: inherit;
                text-decoration: none;
                margin-right: .5em; }
                .people-overlay .people-overlay-content .info .toolbar .socials a:hover {
                  color: #778f8d; }
  section.item-list-section {
    padding: 3em 0;
    position: relative; }
    @media screen and (max-width: 480px) {
      section.item-list-section {
        padding: 2em 0; } }
    section.item-list-section.simple-layout .column-title {
      font-family: 'Poppins', Tahoma, Arial, sans-serif;
      font-size: 1.5em;
      margin-bottom: 1em;
      text-transform: uppercase;
      font-weight: 600;
      position: relative;
      z-index: 1; }
    @media screen and (max-width: 768px) {
      section.item-list-section.simple-layout .items-group {
        margin-bottom: 1em; } }
    section.item-list-section.simple-layout .item {
      margin-bottom: 30px; }
      section.item-list-section.simple-layout .item .img {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat;
        margin: 0 5% 1em;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out; }
        @media screen and (max-width: 768px) {
          section.item-list-section.simple-layout .item .img {
            width: 100%;
            margin: 0 auto 15px; } }
        section.item-list-section.simple-layout .item .img:after {
          content: "";
          display: block;
          padding-bottom: 100%; }
      section.item-list-section.simple-layout .item .title {
        font-size: 1em; }
      section.item-list-section.simple-layout .item .description {
        font-size: .9em; }
    @media screen and (min-width: 768px) and (max-width: 1600px) {
      section.item-list-section.complex-layout .container {
        max-width: 95%; } }
    section.item-list-section.complex-layout .items-group {
      margin-top: 15px;
      margin-bottom: 15px; }
      section.item-list-section.complex-layout .items-group .item {
        margin: 20px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative; }
        @media screen and (max-width: 768px) {
          section.item-list-section.complex-layout .items-group .item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        section.item-list-section.complex-layout .items-group .item .img {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1; }
          section.item-list-section.complex-layout .items-group .item .img .img-container {
            position: relative; }
            section.item-list-section.complex-layout .items-group .item .img .img-container img {
              width: 100%;
              height: auto;
              display: block; }
        section.item-list-section.complex-layout .items-group .item .text {
          -webkit-box-flex: 1.3;
          -ms-flex: 1.3;
          flex: 1.3;
          padding: 20px 20px 0 20px;
          border-top: 1px solid #dedede;
          line-height: 1.4em; }
          @media screen and (max-width: 768px) {
            section.item-list-section.complex-layout .items-group .item .text {
              padding: 15px 0 0 0; } }
          section.item-list-section.complex-layout .items-group .item .text h4 {
            font-size: 1.4em; }
          section.item-list-section.complex-layout .items-group .item .text p {
            line-height: 1.2em; }
            @media screen and (max-width: 768px) {
              section.item-list-section.complex-layout .items-group .item .text p {
                margin-bottom: .5em; } }
          @media screen and (max-width: 768px) {
            section.item-list-section.complex-layout .items-group .item .text small {
              font-size: 1em; } }
  section.columns-section {
    padding: 2em 0 1em;
    position: relative; }
    @media screen and (max-width: 992px) {
      section.columns-section {
        padding: 1em 0; } }
    @media screen and (min-width: 768px) and (max-width: 1600px) {
      section.columns-section .container {
        max-width: 95%; } }
    section.columns-section .section-intro {
      text-align: center; }
    section.columns-section .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section.columns-section .columns .column {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: 500px;
        padding: 0 15px 0 0;
        margin: 0 0 2em 0; }
        @media screen and (max-width: 992px) {
          section.columns-section .columns .column {
            width: 100%;
            -webkit-box-flex: 0;
            -ms-flex: none;
            flex: none; } }
        @media screen and (max-width: 768px) {
          section.columns-section .columns .column {
            padding: 0;
            margin-top: 0; } }
        section.columns-section .columns .column .column-cover {
          background-color: #000;
          margin-bottom: 1.5em;
          overflow: hidden;
          border-radius: 3px;
          overflow: hidden;
          position: relative; }
          section.columns-section .columns .column .column-cover:after {
            content: '';
            display: block;
            padding-top: 100%; }
          section.columns-section .columns .column .column-cover .bg {
            background-size: cover;
            background-position: center;
            position: absolute;
            width: 100%;
            height: 100%;
            -webkit-transition: fiter .2s ease-out;
            -o-transition: fiter .2s ease-out;
            transition: fiter .2s ease-out; }
          section.columns-section .columns .column .column-cover video {
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: top center;
            object-position: top center;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-transition: fiter .2s ease-out;
            -o-transition: fiter .2s ease-out;
            transition: fiter .2s ease-out; }
          section.columns-section .columns .column .column-cover.masked {
            background-color: #212529;
            cursor: pointer; }
            section.columns-section .columns .column .column-cover.masked video,
            section.columns-section .columns .column .column-cover.masked .bg {
              -webkit-filter: blur(30px);
              filter: blur(30px); }
            section.columns-section .columns .column .column-cover.masked .mask {
              opacity: 1; }
        section.columns-section .columns .column h3 {
          font-size: 2em;
          margin-bottom: .5em;
          text-transform: uppercase; }
          @media screen and (max-width: 480px) {
            section.columns-section .columns .column h3 {
              font-size: 1.5em; } }
          section.columns-section .columns .column h3 b, section.columns-section .columns .column h3 strong {
            font-size: 1.6em;
            line-height: .9em; }
        section.columns-section .columns .column .text {
          font-size: 1.1em; }
          section.columns-section .columns .column .text p {
            font-size: 1em;
            margin: 0 0 1em 0; }
          section.columns-section .columns .column .text ul {
            font-size: 1em; }
  section.experts-section {
    padding: 3em 0;
    overflow: hidden; }
    section.experts-section.no-margin {
      padding: 0; }
    section.experts-section .section-intro {
      margin-bottom: 1em;
      text-align: center; }
    section.experts-section .expert-opinion {
      margin: 1em 0;
      width: 95%;
      border-radius: 5px;
      background-color: #dedede;
      padding: 30px 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      position: relative;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
      @media screen and (max-width: 768px) {
        section.experts-section .expert-opinion {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          padding: 15px; } }
      section.experts-section .expert-opinion:nth-child(2n+1) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        left: 5%; }
        @media screen and (max-width: 768px) {
          section.experts-section .expert-opinion:nth-child(2n+1) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
      section.experts-section .expert-opinion .opinion-text {
        font-size: 1.2em;
        line-height: 1.5em; }
      section.experts-section .expert-opinion .expert-info {
        margin-top: 1em; }
      section.experts-section .expert-opinion .avatar {
        width: 200px;
        height: 200px; }
        @media screen and (max-width: 768px) {
          section.experts-section .expert-opinion .avatar {
            margin: 0 auto 15px; } }
        section.experts-section .expert-opinion .avatar img {
          width: 100%;
          border-radius: 50%;
          overflow: hidden; }
      section.experts-section .expert-opinion .opinion {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 20px; }
        @media screen and (max-width: 768px) {
          section.experts-section .expert-opinion .opinion {
            margin: 0; } }
  section.inquirer {
    padding: 3em 0;
    background-color: rgba(119, 143, 141, 0.7); }
    section.inquirer.light {
      background-color: rgba(255, 153, 102, 0.2); }
      section.inquirer.light .inquirer-quote .open-quote {
        color: #FF9966; }
    section.inquirer.even .inquirer-photo {
      float: left; }
      @media screen and (max-width: 768px) {
        section.inquirer.even .inquirer-photo {
          float: none;
          margin: 0 auto; } }
    section.inquirer.even .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    section.inquirer + .inquirer {
      padding: 0 0 3em 0; }
    section.inquirer .inquirer-photo {
      width: 100%;
      text-align: center;
      float: right;
      max-width: 200px;
      background-size: cover;
      background-position: center center;
      border-radius: 50%; }
      @media screen and (max-width: 768px) {
        section.inquirer .inquirer-photo {
          float: none;
          margin: 0 auto; } }
      section.inquirer .inquirer-photo:after {
        content: '';
        display: block;
        padding-top: 100%; }
      section.inquirer .inquirer-photo img {
        width: 100%;
        max-width: 200px;
        border-radius: 50%; }
    section.inquirer .inquirer-quote {
      font-size: 1.4em;
      line-height: 1.4em;
      color: #fff; }
      section.inquirer .inquirer-quote .open-quote {
        display: block;
        color: #778f8d;
        font-size: 2em;
        margin-bottom: .1em; }
      section.inquirer .inquirer-quote p {
        font-size: 1em; }
    section.inquirer .inquirer-cite {
      font-style: italic;
      font-size: 1.1em;
      margin-top: .5em; }
  section.quiz-section {
    padding: 3em 0; }
    section.quiz-section h2 {
      margin: .6em 0 .3em; }
    section.quiz-section .description {
      font-size: 1.4em;
      max-width: 800px;
      margin-left: auto;
      margin-right: auto; }
    section.quiz-section .questions {
      margin: 1em 0;
      padding-left: 1em;
      font-size: 1.2em;
      line-height: 1.7em;
      list-style-type: none; }
      @media screen and (max-width: 768px) {
        section.quiz-section .questions {
          font-size: 0.9em; } }
      section.quiz-section .questions > li.question {
        margin: 0 0 2.5em 0;
        color: #212529;
        font-size: 1.4rem;
        line-height: 1.2em;
        font-family: 'Poppins', Tahoma, Arial, sans-serif;
        font-weight: bold; }
        section.quiz-section .questions > li.question:before {
          content: '- ';
          color: #212529;
          margin-left: -.7em; }
        section.quiz-section .questions > li.question .options {
          cursor: pointer;
          font-family: 'Fira Sans';
          font-weight: normal;
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          margin: .2em 0 .5em; }
          section.quiz-section .questions > li.question .options .option {
            min-width: 20%;
            text-align: center;
            padding: .5em 2em;
            border-color: #212529;
            background-color: rgba(255, 153, 102, 0.1);
            border: 1px solid transparent;
            border-radius: 5px;
            margin: 0 5px 5px 0; }
            section.quiz-section .questions > li.question .options .option:hover {
              border-color: #FF9966;
              background-color: #FF9966; }
        section.quiz-section .questions > li.question > ul.answer {
          font-family: 'Fira Sans';
          font-weight: normal;
          display: none;
          margin: .5em 0;
          cursor: default;
          list-style-type: none;
          padding-left: 0; }
          section.quiz-section .questions > li.question > ul.answer > li {
            margin: 0;
            padding: 1em 0 2em;
            color: #212529;
            font-size: 1rem;
            line-height: 1.4em; }
  section.quote {
    padding: 3em 0;
    background-color: rgba(255, 153, 102, 0.2); }
    section.quote.light .inquirer-quote .open-quote {
      color: #FF9966; }
    section.quote.even .image {
      float: left; }
      @media screen and (max-width: 768px) {
        section.quote.even .image {
          float: none;
          margin: 0 auto; } }
    section.quote.even .row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    section.quote + .quote {
      padding: 0 0 3em 0; }
    section.quote .image {
      width: 100%;
      text-align: center;
      float: right;
      max-width: 200px;
      background-size: cover;
      background-position: center center;
      border-radius: 50%; }
      @media screen and (max-width: 768px) {
        section.quote .image {
          float: none;
          margin: 0 auto; } }
      section.quote .image:after {
        content: '';
        display: block;
        padding-top: 100%; }
      section.quote .image img {
        width: 100%;
        max-width: 200px;
        border-radius: 50%; }
    section.quote .quote {
      font-size: 1.4em;
      line-height: 1.4em; }
      section.quote .quote .open-quote {
        display: block;
        color: #FF9966;
        font-size: 2em;
        margin-bottom: .1em; }
      section.quote .quote p {
        font-size: 1em; }
    section.quote .cite {
      font-style: italic;
      font-size: 1.1em;
      margin-top: .5em; }
  section.share {
    padding: 60px 0; }
    @media screen and (max-width: 480px) {
      section.share {
        padding: 40px 0; } }
  section.make-the-change {
    padding: 60px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative; }
    @media screen and (max-width: 480px) {
      section.make-the-change {
        padding: 40px 0; } }
    section.make-the-change.with-bg-image {
      color: #fff; }
      section.make-the-change.with-bg-image:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4); }
    section.make-the-change .container {
      position: relative;
      z-index: 1; }
    section.make-the-change .title-icon {
      background-color: #FF9966;
      color: #fff;
      text-transform: none;
      font-size: 14px;
      margin: 0 auto 0.5rem;
      border-radius: 50%;
      padding: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 6rem;
      height: 6rem;
      -webkit-transition: all .2s ease-out;
      -o-transition: all .2s ease-out;
      transition: all .2s ease-out; }
      @media screen and (max-width: 480px) {
        section.make-the-change .title-icon {
          width: 4rem;
          height: 4rem; } }
      section.make-the-change .title-icon span {
        font-size: 35px;
        vertical-align: text-bottom; }
        @media screen and (max-width: 480px) {
          section.make-the-change .title-icon span {
            font-size: 25px; } }
      section.make-the-change .title-icon a {
        color: #fff; }
      section.make-the-change .title-icon svg {
        height: 35px;
        width: 35px;
        display: inline;
        vertical-align: text-bottom; }
        @media screen and (max-width: 480px) {
          section.make-the-change .title-icon svg {
            height: 25px;
            width: 25px; } }
        section.make-the-change .title-icon svg * {
          fill: #fff; }
    section.make-the-change h2 {
      margin: .6em 0 .3em; }
    section.make-the-change .description {
      max-width: 800px;
      margin: 0 auto; }
    section.make-the-change p {
      margin-bottom: 1em; }
    section.make-the-change .btn:hover {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all .15s ease-out;
      -o-transition: all .15s ease-out;
      transition: all .15s ease-out; }
  section.sign-petition {
    padding: 60px 0;
    text-align: center;
    background-color: #FF9966; }
    @media screen and (max-width: 480px) {
      section.sign-petition {
        padding: 20px 0 40px; } }
    section.sign-petition h3 {
      opacity: .8;
      text-transform: uppercase;
      font-size: 2.4em;
      line-height: .9em;
      margin-bottom: 0em; }
      @media screen and (max-width: 480px) {
        section.sign-petition h3 {
          font-size: 1.2em; } }
    section.sign-petition h2 {
      text-transform: uppercase;
      font-size: 3.6em;
      line-height: .9em;
      font-weight: 900;
      margin: 0 auto 0.5em; }
      @media screen and (max-width: 480px) {
        section.sign-petition h2 {
          font-size: 1.8em; } }
    section.sign-petition hr {
      width: 80%;
      margin: 2em auto; }
    section.sign-petition .btn.big {
      color: #fff;
      background-color: #fff;
      font-size: 1.5em;
      padding: 25px 40px;
      font-weight: bold; }
      @media screen and (max-width: 480px) {
        section.sign-petition .btn.big {
          font-size: 1.2em; } }
    section.sign-petition .signers-count {
      font-family: 'Poppins', Tahoma, Arial, sans-serif;
      font-size: 1.3em;
      font-weight: bold;
      margin: .5em 0 0 0; }
    section.sign-petition .read-petition-text {
      font-size: 1.2em;
      text-decoration: underline;
      margin: .5em 0 0 0;
      display: block;
      color: #212529; }
  section.get-member {
    padding: 2em 0; }
    section.get-member .get-member-box-list {
      margin: 30px 0 0 0; }
      section.get-member .get-member-box-list .get-member-box {
        position: relative; }
        section.get-member .get-member-box-list .get-member-box:after {
          content: '';
          padding-top: 80%;
          display: block; }
        section.get-member .get-member-box-list .get-member-box .main-link {
          z-index: 10; }
        section.get-member .get-member-box-list .get-member-box.get-member-box-explanation:after {
          width: 100%;
          height: 15px;
          background-color: rgba(255, 153, 102, 0.7); }
        section.get-member .get-member-box-list .get-member-box.get-member-box-explanation .get-member-box-content {
          -webkit-box-shadow: none !important;
          box-shadow: none !important;
          -webkit-transition: none !important;
          -o-transition: none !important;
          transition: none !important; }
          section.get-member .get-member-box-list .get-member-box.get-member-box-explanation .get-member-box-content:hover {
            -webkit-transform: none !important;
            -ms-transform: none !important;
            transform: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important; }
        section.get-member .get-member-box-list .get-member-box.get-member-box-explanation h3 {
          line-height: 1em !important;
          font-size: 1.8rem; }
          @media screen and (min-width: 992px) and (max-width: 1200px) {
            section.get-member .get-member-box-list .get-member-box.get-member-box-explanation h3 {
              font-size: 2.2rem; } }
          section.get-member .get-member-box-list .get-member-box.get-member-box-explanation h3 strong {
            color: #FFF; }
            section.get-member .get-member-box-list .get-member-box.get-member-box-explanation h3 strong:after {
              position: absolulte; }
        section.get-member .get-member-box-list .get-member-box:not(.get-member-box-explanation):hover .get-member-box-container .get-member-box-content {
          -webkit-transform: translateY(-5px);
          -ms-transform: translateY(-5px);
          transform: translateY(-5px);
          -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2); }
          section.get-member .get-member-box-list .get-member-box:not(.get-member-box-explanation):hover .get-member-box-container .get-member-box-content h3, section.get-member .get-member-box-list .get-member-box:not(.get-member-box-explanation):hover .get-member-box-container .get-member-box-content h4 {
            opacity: 0; }
          section.get-member .get-member-box-list .get-member-box:not(.get-member-box-explanation):hover .get-member-box-container .get-member-box-content .hover {
            opacity: 1; }
            section.get-member .get-member-box-list .get-member-box:not(.get-member-box-explanation):hover .get-member-box-container .get-member-box-content .hover .bg {
              -webkit-transition: all 2s ease-out;
              -o-transition: all 2s ease-out;
              transition: all 2s ease-out;
              -webkit-transform: scale(1.05);
              -ms-transform: scale(1.05);
              transform: scale(1.05); }
            section.get-member .get-member-box-list .get-member-box:not(.get-member-box-explanation):hover .get-member-box-container .get-member-box-content .hover .caption {
              -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
              transform: translateY(0);
              opacity: 1; }
        section.get-member .get-member-box-list .get-member-box .get-member-box-container {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          section.get-member .get-member-box-list .get-member-box .get-member-box-container:after {
            content: '';
            padding-top: 80%;
            display: block; }
          section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            text-align: center;
            position: relative;
            background-color: #FF9966;
            margin: 15px;
            padding: 30px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            overflow: hidden;
            -webkit-transition: all .5s ease-out;
            -o-transition: all .5s ease-out;
            transition: all .5s ease-out; }
            section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content.highlighted {
              background-color: #778f8d;
              color: #FFF; }
            section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content h3 {
              text-transform: uppercase;
              line-height: 0.6em;
              -webkit-transition: all .2s ease-out;
              -o-transition: all .2s ease-out;
              transition: all .2s ease-out; }
              section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content h3 small {
                line-height: 0.7em;
                font-size: .5em; }
              @media screen and (max-width: 320px) {
                section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content h3 {
                  font-size: 1.6rem; } }
            section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content h4 {
              font-size: 1.6em;
              opacity: .8;
              -webkit-transition: all .2s ease-out;
              -o-transition: all .2s ease-out;
              transition: all .2s ease-out; }
              section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content h4 small {
                font-size: .8em; }
            section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content svg {
              max-height: 130px; }
              section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content svg * {
                fill: #2E2E2E; }
            section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content .hover {
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              opacity: 0;
              cursor: pointer;
              -webkit-transition: all .2s ease-out;
              -o-transition: all .2s ease-out;
              transition: all .2s ease-out; }
              section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content .hover .bg {
                background-position: center center;
                background-size: cover;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                -webkit-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all .2s ease-out; }
              section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content .hover .caption {
                font-family: 'Poppins', Tahoma, Arial, sans-serif;
                font-weight: 400;
                line-height: 1.2em;
                text-align: center;
                color: #fff;
                width: 100%;
                position: absolute;
                bottom: 0;
                opacity: 0;
                left: 0;
                padding: 5px 10px 10px 10px;
                z-index: 1;
                font-size: 1em;
                -webkit-transition: all .2s ease-out;
                -o-transition: all .2s ease-out;
                transition: all .2s ease-out;
                -webkit-transform: translateY(100%);
                -ms-transform: translateY(100%);
                transform: translateY(100%); }
                section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content .hover .caption:before {
                  background-color: rgba(0, 0, 0, 0.7);
                  width: 200%;
                  height: 200%;
                  content: '';
                  position: absolute;
                  bottom: -70%;
                  left: -10%;
                  z-index: -1;
                  -webkit-transform: rotate(-5deg);
                  -ms-transform: rotate(-5deg);
                  transform: rotate(-5deg); }
                section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content .hover .caption strong {
                  font-size: 1.2em; }
                section.get-member .get-member-box-list .get-member-box .get-member-box-container .get-member-box-content .hover .caption .btn {
                  margin-top: 0.5em;
                  display: inline-block; }
  section.donation {
    padding: 60px 0;
    min-height: 66.67vw;
    background-size: cover;
    background-position: center right;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    section.donation.bg-top-left {
      background-position: top left; }
    section.donation.bg-top-center {
      background-position: top center; }
    section.donation.bg-top-right {
      background-position: top right; }
    section.donation.bg-left-center {
      background-position: left center; }
    section.donation.bg-center-center {
      background-position: center center; }
    section.donation.bg-right-center {
      background-position: right center; }
    section.donation.bg-bottom-left {
      background-position: bottom left; }
    section.donation.bg-bottom-center {
      background-position: bottom center; }
    section.donation.bg-bottom-right {
      background-position: bottom right; }
    @media screen and (max-width: 480px) {
      section.donation {
        padding: 0 0 30px 0;
        background-size: 100% auto;
        background-position: top center;
        background-image: none !important;
        background-repeat: no-repeat;
        color: #212529; } }
    section.donation:before {
      content: '';
      width: 80%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
      background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );
      /* IE6-9 */ }
      @media screen and (max-width: 480px) {
        section.donation:before {
          width: 100%;
          height: 100px;
          top: 17%;
          background: transparent;
          /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.9+100 */
          /* background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */ } }
    section.donation .underline span:after {
      background-color: #778f8d; }
    section.donation .container {
      position: relative;
      z-index: 1; }
    section.donation p {
      font-size: 1.2em; }
    section.donation .mobile-img {
      display: none;
      width: 100%;
      height: 100%;
      margin-bottom: 20px; }
      @media screen and (max-width: 480px) {
        section.donation .mobile-img {
          display: block; } }
    section.donation .radio-container {
      width: 49%;
      text-align: center;
      display: inline-block;
      color: #000;
      display: inline-block;
      float: left;
      margin: 0 1% 5px 0; }
      section.donation .radio-container input[type="radio"] {
        display: none; }
      section.donation .radio-container input[type="radio"] + label {
        position: relative;
        width: 100%;
        height: 100%;
        padding: 20px;
        font-size: 1.4em;
        background: #fff;
        border-radius: 5px;
        margin: 0;
        cursor: pointer;
        text-align: center;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        section.donation .radio-container input[type="radio"] + label small {
          font-size: .9em; }
      section.donation .radio-container input[type="radio"]:checked + label {
        color: #fff;
        background: #778f8d; }
      section.donation .radio-container input[type="radio"] + label:before {
        font-family: 'FontAwesome';
        content: '\f00c';
        display: inline-block;
        font-weight: bold;
        margin: 0 .2em 0 0;
        opacity: 0;
        color: #fff;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        max-width: 0; }
      section.donation .radio-container input[type="radio"]:checked + label:before {
        max-width: 2em;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    section.donation .input-container {
      position: relative;
      clear: both;
      top: .2em; }
      section.donation .input-container input[type='checkbox'] {
        display: none;
        -webkit-appearance: checkbox; }
      section.donation .input-container input[type='checkbox']:checked + label:after {
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1); }
      section.donation .input-container input[type='checkbox'] + label {
        cursor: pointer;
        min-height: 30px;
        line-height: 1em;
        vertical-align: middle;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        section.donation .input-container input[type='checkbox'] + label span {
          display: table-cell;
          vertical-align: middle;
          padding-left: 0.5em;
          opacity: .8; }
        section.donation .input-container input[type='checkbox'] + label strong {
          font-weight: bold; }
        section.donation .input-container input[type='checkbox'] + label:before {
          content: '';
          width: 30px;
          height: 30px;
          border-radius: 5px;
          margin-right: .5em;
          display: inline-block;
          background-color: #fff;
          vertical-align: middle;
          position: relative; }
        section.donation .input-container input[type='checkbox'] + label:after {
          content: '\f00d';
          font-family: 'FontAwesome';
          opacity: 0;
          line-height: 30px;
          text-align: center;
          display: block;
          font-size: 1.3em;
          color: #778f8d;
          position: absolute;
          top: 1.45em;
          left: 0;
          -webkit-transform: translateY(-50%) scale(1.5);
          -ms-transform: translateY(-50%) scale(1.5);
          transform: translateY(-50%) scale(1.5);
          -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          -webkit-transition: all .2s ease-out;
          -o-transition: all .2s ease-out;
          transition: all .2s ease-out; }
    section.donation .btn {
      width: 100%;
      padding: 20px;
      margin-top: 0.5em; }
  section.europe {
    padding: 30px 0;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 992px) {
      section.europe {
        min-height: 700px; } }
    section.europe .container {
      height: 100%; }
      section.europe .container .row {
        height: 100%; }
      @media screen and (max-width: 992px) {
        section.europe .container [class^='col-'] {
          position: static; } }
    section.europe h2 {
      color: #212529 !important;
      font-size: 2em; }
      @media screen and (max-width: 992px) {
        section.europe h2 {
          position: absolute;
          top: 0; } }
      @media screen and (max-width: 768px) {
        section.europe h2 {
          max-width: 75%; }
          section.europe h2 br {
            display: none; } }
    section.europe .legend {
      position: relative;
      display: inline-block; }
      @media screen and (min-width: 480px) and (max-width: 992px) {
        section.europe .legend {
          position: absolute;
          top: 120px; } }
      section.europe .legend p {
        margin: 0.2em 0;
        font-weight: bold; }
      section.europe .legend .element {
        display: table;
        margin: 5px 0; }
        section.europe .legend .element .color {
          border-radius: 50%;
          width: 20px;
          background: #000;
          height: 20px;
          display: inline-block;
          vertical-align: top; }
        section.europe .legend .element .text {
          display: table-cell;
          vertical-align: top;
          font-size: 13px;
          padding: 0 5px; }
    section.europe .description-bg {
      position: absolute;
      top: 0;
      z-index: -1;
      margin-left: -50px;
      background-color: #F6F7F6;
      height: 100%;
      width: 40%; }
      @media screen and (max-width: 992px) {
        section.europe .description-bg {
          display: none;
          width: 40%; } }
    section.europe .map-description {
      display: table;
      position: static;
      height: 100%; }
      section.europe .map-description .description-content {
        display: table-cell;
        vertical-align: middle;
        padding: 50px 0 100px;
        font-size: .9em; }
        @media screen and (max-width: 992px) {
          section.europe .map-description .description-content {
            padding-bottom: 0; } }
        section.europe .map-description .description-content h3 {
          font-family: 'Poppins', Tahoma, Arial, sans-serif !important;
          font-size: 2em; }
      section.europe .map-description .countries-carousel {
        overflow: hidden;
        margin: 2em 0;
        background-color: #f5f7f6;
        /* &:before {
					content: '';
					position: absolute;
					left: 0;
					top: -9px;
					width: 100%;
					height: 10px;
					background-color: #dedede;
					box-shadow: 0 0 30px rgba(0,0,0,0.1);
					@media screen and (max-width: $md) {
						display: none;
					}
				}
				&:after {
					content: '';
					position: absolute;
					left: 0;
					bottom: -9px;
					width: 100%;
					height: 10px;
					background-color: #dedede;
					box-shadow: 0 0 30px rgba(0,0,0,0.1);
					@media screen and (max-width: $md) {
						display: none;
					}
				} */ }
        @media screen and (max-width: 992px) {
          section.europe .map-description .countries-carousel {
            margin: 2em -15px 0; } }
        @media screen and (max-width: 992px) {
          section.europe .map-description .countries-carousel {
            padding: 30px 15px; } }
        section.europe .map-description .countries-carousel .country-description {
          width: 100%;
          padding: 30px 0; }
          @media screen and (max-width: 992px) {
            section.europe .map-description .countries-carousel .country-description {
              width: auto;
              padding: 0 0 15px 0;
              margin-left: 30px;
              display: list-item;
              list-style-type: circle; } }
    section.europe .map-europe {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -2;
      width: 110%;
      height: 100%; }
      @media screen and (max-width: 992px) {
        section.europe .map-europe {
          position: relative; } }
      @media screen and (min-width: 768px) and (max-width: 992px) {
        section.europe .map-europe {
          width: 75%; } }
      section.europe .map-europe svg {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 1880px;
        max-height: 100vh;
        min-height: 840px; }
        @media screen and (max-width: 1200px) {
          section.europe .map-europe svg {
            top: -3%; } }
        @media screen and (max-width: 992px) {
          section.europe .map-europe svg {
            position: relative;
            width: 170%;
            top: 0;
            left: 0; } }
        @media screen and (max-width: 768px) {
          section.europe .map-europe svg {
            min-height: 0; } }
        section.europe .map-europe svg g.active {
          cursor: pointer; }
          section.europe .map-europe svg g.active > * {
            -webkit-transition: all .1s ease-out;
            -o-transition: all .1s ease-out;
            transition: all .1s ease-out;
            pointer-events: all;
            stroke: #FFF;
            stroke-width: 1px;
            stroke-linejoin: round;
            stroke-alignment: inside;
            position: relative; }
            section.europe .map-europe svg g.active > *:hover {
              stroke-width: 2px;
              z-index: -1; }

.sections.palette-red .btn.primary {
  background-color: #d85656;
  color: #FFF !important; }

.sections.palette-red .btn.primary:hover {
  background-color: #d85656;
  color: #FFF !important; }

.sections.palette-red .floating-cta {
  background-color: #d85656;
  color: #FFF !important; }

.sections.palette-red section.cover .text h1 strong, .sections.palette-red section.cover .text h1 b {
  color: #d85656 !important; }

.sections.palette-red section.cover .cta-video .play:after {
  border-color: transparent transparent transparent #d85656 !important; }

.sections.palette-red section.cover .cta-video:hover {
  color: #d85656 !important; }

.sections.palette-red section.cover .cta-video .btn .play:after {
  border-color: transparent transparent transparent #d85656 !important; }

.sections.palette-red section.cover .cta-video.beating .play:before {
  background-color: #d85656 !important; }

.sections.palette-red section.cover .cta-video .btn {
  background-color: #d85656 !important; }

.sections.palette-red section.textual a:not(.btn) {
  color: #d85656 !important; }

.sections.palette-red section.textual a:before {
  background-color: #d85656 !important; }

.sections.palette-red section.carousel-section .carousel .slide .carousel-title span:after {
  background-color: #d85656 !important; }

.sections.palette-red section.carousel-section .carousel .slide .caption .fa {
  color: #d85656 !important; }

.sections.palette-red section.positive-section .positive-box .bullet-point .icon svg * {
  fill: #d85656 !important; }

.sections.palette-red section.data-boxes .boxes .data-box {
  border-top-color: #d85656 !important; }

.sections.palette-red section.donation .radio-container input[type="radio"]:checked + label {
  background-color: #d85656 !important; }

.sections.palette-red section.donation .input-container input[type='checkbox'] + label:after {
  color: #d85656 !important; }

.sections.palette-red section.splash .text h2 strong, .sections.palette-red section.splash .text h2 b {
  color: #d85656; }

.btn {
  font-family: 'Poppins', Tahoma, Arial, sans-serif !important;
  color: #212529; }
  .btn:hover {
    color: #212529; }
  .btn span.plain {
    display: block;
    font-family: 'Fira Sans';
    font-size: 0.9rem;
    text-align: center;
    margin-bottom: -0.4rem;
    text-transform: none;
    font-weight: normal; }
  .btn.primary {
    color: #212529 !important;
    background-color: #FF9966; }
    .btn.primary:hover {
      color: #212529 !important;
      background-color: #ff7733; }
  .btn.secondary {
    color: white !important;
    background-color: #778f8d; }
    .btn.secondary:hover {
      background-color: #5f7472; }
  .btn.tertiary {
    color: inherith !important;
    background-color: #ba9e40; }
    .btn.tertiary:hover {
      background-color: #947e33; }
  .btn.red {
    color: inherith !important;
    background-color: #d85656; }
    .btn.red:hover {
      background-color: #cc2f2f; }
  .btn.transparent {
    color: inherith !important;
    background-color: transparent;
    padding: 11px 20px;
    border: 1px solid; }
    .btn.transparent:hover {
      background-color: transparent;
      color: #4e5862;
      border-color: #4e5862; }
  p .btn {
    margin-bottom: 10px; }
  .btn span[class*='icon-'] {
    vertical-align: middle; }
  .btn.send-button {
    width: 100%;
    font-family: 'Poppins', Tahoma, Arial, sans-serif;
    font-size: 1.2em;
    padding: 1.2em 2em;
    margin-bottom: 1em;
    outline: 0; }

body:not(.single-post) .video-preview {
  width: 100%;
  background-position: center;
  background-size: cover;
  position: relative; }
  body:not(.single-post) .video-preview:before {
    content: '';
    display: block;
    padding-top: 55%;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out; }
  body:not(.single-post) .video-preview:hover:after {
    opacity: .8; }
  body:not(.single-post) .video-preview:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
  body:not(.single-post) .video-preview .play {
    background-color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    z-index: 1; }
    body:not(.single-post) .video-preview .play:after {
      content: '';
      border-style: solid;
      border-width: 12px 0 12px 17px;
      border-color: transparent transparent transparent #000;
      width: 0;
      left: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-35%, -50%);
      -ms-transform: translate(-35%, -50%);
      transform: translate(-35%, -50%); }

.overlay-bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: auto;
  padding: 60px 0;
  z-index: 1001;
  -webkit-overflow-scrolling: touch; }
  .overlay-bg.visible {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .overlay-bg .overlay {
    display: none;
    background: #fff;
    width: 400px;
    min-height: 200px;
    margin: auto;
    position: relative; }
    .overlay-bg .overlay .close {
      position: absolute;
      top: 0;
      right: 0;
      margin: 5px;
      color: #fff;
      display: block;
      cursor: pointer;
      font-size: 1.2em; }
      .overlay-bg .overlay .close:after {
        font-family: essereanimali;
        content: 's'; }
      @media screen and (max-width: 480px) {
        .overlay-bg .overlay .close {
          margin: 10px;
          font-size: 1.9em; } }
    .overlay-bg .overlay .overlay-cover {
      background-size: cover;
      background-position: center;
      width: 100%; }
      .overlay-bg .overlay .overlay-cover img {
        width: 100%;
        height: auto; }
    .overlay-bg .overlay .overlay-container {
      margin: 15px 15px 30px 15px; }
      .overlay-bg .overlay .overlay-container .title {
        font-family: 'Poppins', Tahoma, Arial, sans-serif;
        font-size: 1.8em;
        font-weight: 800;
        line-height: 1em;
        text-transform: uppercase;
        margin: 0 0 .2em 0; }
      .overlay-bg .overlay .overlay-container .description p {
        margin: 0 0 .2em 0; }
      .overlay-bg .overlay .overlay-container form {
        margin-top: 15px; }
        .overlay-bg .overlay .overlay-container form .input-container {
          height: auto;
          display: inline-block; }
      .overlay-bg .overlay .overlay-container .related-obj {
        background-color: #F2F2F2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: calc(100% + 30px);
        position: relative;
        left: -15px;
        margin-bottom: -30px; }
        .overlay-bg .overlay .overlay-container .related-obj .related-obj-img {
          background-size: cover;
          background-position: center;
          -webkit-box-flex: 1.5;
          -ms-flex: 1.5;
          flex: 1.5; }
        .overlay-bg .overlay .overlay-container .related-obj .related-obj-info {
          -webkit-box-flex: 2;
          -ms-flex: 2;
          flex: 2;
          margin: 15px;
          line-height: 1.2em; }
          .overlay-bg .overlay .overlay-container .related-obj .related-obj-info .btn {
            width: 100%;
            margin-top: .2em; }
      .overlay-bg .overlay .overlay-container .toggle-full-petition {
        margin: 10px 0;
        padding: 10px 0;
        display: block;
        text-align: center;
        cursor: pointer; }
      .overlay-bg .overlay .overlay-container .full-petition {
        display: none;
        margin: 30px 0;
        background-color: #E5E5E5;
        padding: 15px; }
        .overlay-bg .overlay .overlay-container .full-petition .title {
          text-transform: normal;
          font-size: 1.5em; }
        .overlay-bg .overlay .overlay-container .full-petition .description ul, .overlay-bg .overlay .overlay-container .full-petition .description ol {
          margin: 1em 0; }
          .overlay-bg .overlay .overlay-container .full-petition .description ul li, .overlay-bg .overlay .overlay-container .full-petition .description ol li {
            margin: 0 0 1em 0; }

.share-btns {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* br {
		display: none;
		@media screen and (max-width: $xs) {
			display: block;
		}
	} */ }
  @media screen and (max-width: 480px) {
    .share-btns {
      margin: 0; } }
  .share-btns.small .share-btn-container {
    width: 70px; }
  .share-btns.small .share-btn {
    width: 4rem;
    height: 4rem; }
    .share-btns.small .share-btn span {
      font-size: 25px; }
    .share-btns.small .share-btn svg {
      height: 25px;
      width: 25px; }
  .share-btns .share-btn-container {
    width: 120px;
    text-align: center;
    position: relative; }
    @media screen and (max-width: 480px) {
      .share-btns .share-btn-container {
        width: 90px;
        margin-bottom: 20px; } }
  .share-btns .share-btn {
    color: #fff;
    text-transform: none;
    font-family: 'Fira Sans';
    font-size: 14px;
    margin: 0 auto 0.5rem;
    border-radius: 50%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out; }
    @media screen and (max-width: 480px) {
      .share-btns .share-btn {
        width: 4rem;
        height: 4rem; } }
    .share-btns .share-btn:hover {
      -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95);
      -webkit-transition: all .15s ease-out;
      -o-transition: all .15s ease-out;
      transition: all .15s ease-out; }
    .share-btns .share-btn span {
      font-size: 35px;
      vertical-align: text-bottom; }
      @media screen and (max-width: 480px) {
        .share-btns .share-btn span {
          font-size: 25px; } }
    .share-btns .share-btn a {
      color: #fff; }
    .share-btns .share-btn svg {
      height: 35px;
      width: 35px;
      display: inline;
      vertical-align: text-bottom; }
      @media screen and (max-width: 480px) {
        .share-btns .share-btn svg {
          height: 25px;
          width: 25px; } }
      .share-btns .share-btn svg * {
        fill: #fff; }
    .share-btns .share-btn.fb-btn {
      background-color: #3b5999; }
    .share-btns .share-btn.in-btn {
      background-color: #0e76a8; }
    .share-btns .share-btn.tw-btn {
      background-color: #55acee; }
    .share-btns .share-btn.wa-btn {
      background-color: #25D366; }
    .share-btns .share-btn.ac-btn {
      background-color: #778f8d; }
    .share-btns .share-btn.ioscelgoveg-btn {
      background-color: #FF9966; }
  .share-btns .label {
    font-size: 1rem;
    line-height: 1.2rem; }

/* FORM */
.form-container [class*="step-"] {
  display: none; }

.form-container .step-1 {
  display: block; }

form {
  position: relative;
  /*RADIO*/ }
  form.avoid-interactions {
    opacity: .8; }
    form.avoid-interactions:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 99;
      opacity: 0.6;
      z-index: 100;
      filter: alpha(opacity=80); }
  form label {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: .9em;
    line-height: 1.2em;
    margin: 0;
    margin: 0 0 .2em 0; }
  form .extra-fields {
    display: none; }
  form .input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*CB AREAL*/
    /*EO CB AREAL*/ }
    @media screen and (max-width: 480px) {
      form .input-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
        form .input-group .input-group {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row; } }
    form .input-group .input-container {
      margin-right: 5px;
      /*
			&.large {
				flex: 2;
			}
			&.small {
				flex: 1;
			}
			*/ }
      form .input-group .input-container:last-child {
        margin-right: 0; }
      form .input-group .input-container .btn {
        width: 100%;
        font-weight: 500;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        white-space: nowrap; }
        form .input-group .input-container .btn span {
          margin-right: .2em; }
    form .input-group.areal-checkbox-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -3px; }
      form .input-group.areal-checkbox-group * {
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
      form .input-group.areal-checkbox-group .break {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        height: 0; }
      form .input-group.areal-checkbox-group .checkbox-container {
        text-align: center;
        color: #000;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 3px 5px; }
        form .input-group.areal-checkbox-group .checkbox-container.primary input[type="checkbox"] + label {
          background: #FF9966; }
        form .input-group.areal-checkbox-group .checkbox-container.primary input[type="checkbox"]:not(:checked):hover + label {
          background: #ff7733; }
        form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"] {
          display: none; }
        form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"] + label {
          position: relative;
          width: 100%;
          height: 100%;
          padding: 10px 20px;
          font-size: 1em;
          line-height: 1.2em;
          background: #dfeceb;
          border-radius: 5px;
          margin: 0;
          cursor: pointer;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          text-align: center;
          text-transform: uppercase;
          -webkit-transition: all .3s ease-out;
          -o-transition: all .3s ease-out;
          transition: all .3s ease-out; }
          form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"] + label small {
            font-size: .7em;
            margin: 0.2em 0;
            line-height: 1em; }
          form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"] + label em {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            font-style: normal;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0.2em 0; }
          form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"] + label strong {
            font-size: 1.2em; }
          form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"] + label svg, form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"] + label img {
            height: 50px; }
            form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"] + label svg g, form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"] + label img g {
              fill: #212529;
              -webkit-transition: all .1s ease-out;
              -o-transition: all .1s ease-out;
              transition: all .1s ease-out; }
          form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"] + label:before {
            content: 'r';
            font-family: 'essereanimali';
            text-transform: lowercase;
            background-color: transparent;
            border-radius: 0;
            margin: 0;
            opacity: 0;
            line-height: 30px;
            text-align: center;
            display: block;
            font-size: 18px;
            color: #212529;
            position: absolute;
            top: auto;
            left: .2em;
            -webkit-transform: scale(1.5);
            -ms-transform: scale(1.5);
            transform: scale(1.5);
            -webkit-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transition: all .2s ease-out;
            -o-transition: all .2s ease-out;
            transition: all .2s ease-out; }
          form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"] + label:after {
            display: none !important; }
        form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"]:checked + label {
          color: #212529;
          background: #FF9966; }
          form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"]:checked + label svg g {
            fill: #fff; }
          form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"]:checked + label:before {
            opacity: 1;
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
        form .input-group.areal-checkbox-group .checkbox-container input[type="checkbox"]:not(:checked):hover + label {
          background: #fff; }
  form .input-container {
    position: relative;
    margin: 0 0 5px 0;
    width: 100%;
    height: auto;
    /*CB*/
    /*EO CB*/ }
    @media screen and (max-width: 480px) {
      form .input-container {
        margin: 0 0 5px 0; } }
    @media screen and (max-width: 768px) {
      form .input-container {
        max-width: none; } }
    form .input-container.highlighted input {
      background-color: #f9f4cc;
      border-bottom: 2px solid #f9b773; }
    form .input-container.small {
      height: auto; }
    form .input-container.submit-container {
      margin: 15px 0 0 0; }
      form .input-container.submit-container .btn, form .input-container.submit-container button, form .input-container.submit-container input {
        width: 100% !important; }
    form .input-container.half-input-container {
      width: 50%;
      float: left; }
      form .input-container.half-input-container:after {
        content: '';
        background-color: #e3e3e3;
        width: 1px;
        height: 90%;
        top: 5%;
        right: 0;
        position: absolute; }
      form .input-container.half-input-container:last-child:after {
        display: none; }
    form .input-container a {
      text-decoration: underline !important; }
    form .input-container input {
      background-color: #F9F9F9;
      background-image: none !important;
      outline: 0;
      font-family: 'Poppins', Tahoma, Arial, sans-serif;
      width: 100%;
      height: 55px;
      font-size: 16px;
      border: 0;
      line-height: 63px;
      padding: 0 15px;
      -webkit-appearance: none;
      border-radius: 0;
      border-bottom: 1px solid #dedede;
      -webkit-box-shadow: none;
      box-shadow: none; }
      form .input-container input:disabled {
        opacity: .8;
        background-color: #e7f1ef;
        color: #424141;
        cursor: not-allowed; }
    form .input-container textarea {
      font-family: 'Poppins', Tahoma, Arial, sans-serif;
      width: 100%;
      height: 200px;
      font-size: 16px;
      border: 0;
      line-height: 1.2em;
      padding: 15px;
      background-color: #F9F9F9;
      border-bottom: 1px solid #dedede;
      -webkit-appearance: none;
      resize: none; }
    form .input-container.checkbox-container {
      text-align: left; }
      form .input-container.checkbox-container input[type='checkbox'] {
        display: none;
        -webkit-appearance: checkbox; }
      form .input-container.checkbox-container input[type='checkbox']:checked + label:after {
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1); }
      form .input-container.checkbox-container input[type='checkbox'] + label {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        min-height: 30px;
        line-height: 1em;
        vertical-align: middle;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        form .input-container.checkbox-container input[type='checkbox'] + label strong {
          font-weight: bold; }
        form .input-container.checkbox-container input[type='checkbox'] + label:before {
          content: '';
          width: 30px;
          height: 30px;
          border-radius: 5px;
          margin-right: .5em;
          display: inline-block;
          background-color: #F2F2F2;
          vertical-align: middle;
          position: relative;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        form .input-container.checkbox-container input[type='checkbox'] + label:after {
          content: 'r';
          font-family: 'essereanimali';
          text-transform: lowercase;
          opacity: 0;
          line-height: 30px;
          text-align: center;
          display: block;
          font-size: 18px;
          color: #212529;
          position: absolute;
          top: .85em;
          left: .3em;
          -webkit-transform: translateY(-50%) scale(1.5);
          -ms-transform: translateY(-50%) scale(1.5);
          transform: translateY(-50%) scale(1.5);
          -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          -webkit-transition: all .2s ease-out;
          -o-transition: all .2s ease-out;
          transition: all .2s ease-out; }
  form .radio-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*EO RADIO*/ }
    form .radio-group * {
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
    form .radio-group .break {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      height: 0; }
    form .radio-group.small input[type="radio"] + label {
      padding: 5px 10px !important; }
    form .radio-group.big input[type="radio"] + label {
      padding: 20px 20px !important;
      font-size: 1.4em; }
    form .radio-group.member-donation-choices {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-flow: wrap;
      flex-flow: wrap; }
      form .radio-group.member-donation-choices .radio-container {
        min-height: 90px; }
      form .radio-group.member-donation-choices label:before {
        display: none; }
    form .radio-group.donation-choices.hidden {
      display: none; }
    form .radio-group.donation-choices.visible {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    form .radio-group:not(.areal-radio-group) .radio-container {
      text-align: left; }
      form .radio-group:not(.areal-radio-group) .radio-container input[type='radio'] {
        display: none;
        -webkit-appearance: checkbox; }
      form .radio-group:not(.areal-radio-group) .radio-container input[type='radio']:checked + label:after {
        opacity: 1;
        -webkit-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1); }
      form .radio-group:not(.areal-radio-group) .radio-container input[type='radio'] + label {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer;
        min-height: 30px;
        line-height: 1em;
        vertical-align: middle;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        form .radio-group:not(.areal-radio-group) .radio-container input[type='radio'] + label strong {
          font-weight: bold; }
        form .radio-group:not(.areal-radio-group) .radio-container input[type='radio'] + label:before {
          content: '';
          width: 30px;
          height: 30px;
          border-radius: 50%;
          margin-right: .5em;
          display: inline-block;
          background-color: #F2F2F2;
          vertical-align: middle;
          position: relative;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        form .radio-group:not(.areal-radio-group) .radio-container input[type='radio'] + label:after {
          content: 'r';
          font-family: 'essereanimali';
          text-transform: lowercase;
          opacity: 0;
          line-height: 30px;
          text-align: center;
          display: block;
          font-size: 18px;
          color: #212529;
          position: absolute;
          top: .85em;
          left: .3em;
          -webkit-transform: translateY(-50%) scale(1.5);
          -ms-transform: translateY(-50%) scale(1.5);
          transform: translateY(-50%) scale(1.5);
          -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
          -webkit-transition: all .2s ease-out;
          -o-transition: all .2s ease-out;
          transition: all .2s ease-out; }
    form .radio-group.areal-radio-group .radio-container {
      text-align: center;
      color: #000;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin: 0 3px 5px; }
      form .radio-group.areal-radio-group .radio-container.primary input[type="radio"] + label {
        background: #FF9966; }
      form .radio-group.areal-radio-group .radio-container.primary input[type="radio"]:not(:checked):hover + label {
        background: #ff7733; }
      form .radio-group.areal-radio-group .radio-container input[type="radio"] {
        display: none; }
      form .radio-group.areal-radio-group .radio-container input[type="radio"] + label {
        width: 100%;
        height: 100%;
        padding: 15px 10px;
        font-size: 1.2rem;
        line-height: 1.2em;
        background: #dfeceb;
        border-radius: 5px;
        margin: 0;
        cursor: pointer;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out; }
        @media screen and (max-width: 1600px) {
          form .radio-group.areal-radio-group .radio-container input[type="radio"] + label {
            padding: 10px 10px; } }
        form .radio-group.areal-radio-group .radio-container input[type="radio"] + label small {
          font-size: .7em;
          margin: 0.2em 0;
          line-height: 1em; }
        form .radio-group.areal-radio-group .radio-container input[type="radio"] + label em {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          font-style: normal;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          margin: 0.2em 0; }
        form .radio-group.areal-radio-group .radio-container input[type="radio"] + label strong {
          font-size: 1.2em; }
        form .radio-group.areal-radio-group .radio-container input[type="radio"] + label svg, form .radio-group.areal-radio-group .radio-container input[type="radio"] + label img {
          height: 50px; }
          form .radio-group.areal-radio-group .radio-container input[type="radio"] + label svg g, form .radio-group.areal-radio-group .radio-container input[type="radio"] + label img g {
            fill: #212529;
            -webkit-transition: all .1s ease-out;
            -o-transition: all .1s ease-out;
            transition: all .1s ease-out; }
      form .radio-group.areal-radio-group .radio-container input[type="radio"]:checked + label {
        color: #fff;
        background: #778f8d; }
        form .radio-group.areal-radio-group .radio-container input[type="radio"]:checked + label svg g {
          fill: #fff; }
      form .radio-group.areal-radio-group .radio-container input[type="radio"]:not(:checked):hover + label {
        background: #bfd9d7; }
      form .radio-group.areal-radio-group .radio-container input[type="radio"] + label:before {
        content: 'r';
        font-family: 'essereanimali';
        text-transform: lowercase;
        font-weight: 500;
        margin: 0 .2em 0 0;
        opacity: 0;
        color: #fff;
        -webkit-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        -webkit-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
        max-width: 0; }
      form .radio-group.areal-radio-group .radio-container input[type="radio"]:checked + label:before {
        max-width: 2em;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    form .radio-group.with-examples .radio-container {
      position: relative; }
      form .radio-group.with-examples .radio-container input[type="radio"] + label:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-width: 0 15px 15px 15px;
        border-color: transparent transparent #d85656 transparent;
        border-style: solid;
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translate(-50%, 5px);
        -ms-transform: translate(-50%, 5px);
        transform: translate(-50%, 5px);
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out; }
      form .radio-group.with-examples .radio-container input[type="radio"]:checked + label:after {
        -webkit-transform: translate(-50%, -3px);
        -ms-transform: translate(-50%, -3px);
        transform: translate(-50%, -3px); }
    form .radio-group::-webkit-input-placeholder {
      color: #757575; }
    form .radio-group:-moz-placeholder {
      color: #757575; }
    form .radio-group::-moz-placeholder {
      color: #757575; }
    form .radio-group:-ms-input-placeholder {
      color: #757575; }
  form select.styled-select {
    opacity: 0; }
  form .select2 {
    width: 100% !important;
    height: 55px;
    outline: none !important;
    font-family: 'Poppins', Tahoma, Arial, sans-serif;
    text-align: left; }
    @media screen and (max-width: 768px) {
      form .select2 {
        max-width: none; } }
    form .select2 * {
      outline: 0; }
    form .select2 .select2-selection {
      text-indent: -30px;
      border: 0;
      border-radius: 0;
      background-color: #fff;
      position: relative;
      z-index: 10; }
    form .select2 .select2-selection__placeholder {
      color: #757575 !important; }
    form .select2 [class$='arrow'] {
      background-color: #fff !important;
      top: 0 !important;
      right: 0 !important;
      padding-right: 20px;
      padding-left: 30px;
      width: 50px; }
      form .select2 [class$='arrow'] b {
        border-color: #000 transparent transparent transparent !important;
        margin-left: -6px !important;
        border-width: 5px 4px 0 4px !important; }
    form .select2 [class$='clear'] {
      position: relative;
      z-index: 100;
      padding: 2px 20px;
      margin: 0 23px 0 0;
      color: transparent;
      background-color: white; }
      form .select2 [class$='clear']:after {
        content: '+';
        color: #000;
        font-family: 'Poppins', Tahoma, Arial, sans-serif;
        font-size: 1.4em;
        top: -4px;
        right: -20px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        position: relative;
        cursor: pointer;
        display: inline-block; }
    form .select2 [class^='select2-selection'] {
      height: 55px !important;
      line-height: 58px !important;
      text-indent: 7px; }
  .select2-container .select2-dropdown {
    font-family: 'Poppins', Tahoma, Arial, sans-serif;
    font-size: .7em;
    border: none !important;
    border-radius: 3px !important;
    background-color: #fff;
    padding: 5px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    z-index: 1001; }
    .select2-container .select2-dropdown [class^='select2-results'][aria-selected=true] {
      background-color: #fff;
      color: #778f8d; }
    .select2-container .select2-dropdown * {
      outline: none !important; }
  .select2-container [class$='highlighted'] {
    background-color: #dfeceb !important;
    color: #000 !important;
    border-radius: 3px !important; }
  .select2-container .select2-selection--single .select2-selection__rendered {
    text-indent: 0; }
  form .errors-alert {
    font-family: 'Poppins', Tahoma, Arial, sans-serif;
    background: #FF9966;
    color: #212529;
    width: 50%;
    min-width: 200px;
    margin: 0 5%;
    position: absolute;
    left: 0;
    bottom: 105%;
    bottom: calc( 100% + 5px);
    border-radius: 4px;
    z-index: 100;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s; }
    form .errors-alert p {
      margin: 20px;
      font-size: 16px;
      font-weight: normal;
      line-height: 1em;
      text-align: left; }
    form .errors-alert a {
      color: #fff;
      text-decoration: underline; }
    form .errors-alert span {
      position: absolute;
      top: 50%;
      left: 10px;
      margin: -0.6em 0 0 0; }
    form .errors-alert:after {
      content: '';
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #FF9966 transparent transparent transparent;
      position: absolute;
      bottom: 1px;
      left: 10%;
      margin: 0 0 -10px -10px; }
  form p.form-note {
    width: 100%;
    display: block;
    margin: 1em 0;
    font-size: .9em;
    cursor: pointer; }
  form .error-messages {
    display: none; }

/* EO FORM */
.mask {
  opacity: 0;
  font-family: 'Poppins', Tahoma, Arial, sans-serif;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 1;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .mask:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    background-image: url("../img/eye-locker.svg");
    background-size: cover; }
  .mask small {
    text-transform: initial; }

.iframe-container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden; }
  .iframe-container iframe {
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.video-container-container {
  position: relative;
  clear: both;
  margin-bottom: 1em; }
  @media screen and (max-width: 500px) {
    .video-container-container {
      width: 100% !important; } }

.sticky-cta {
  width: 100%;
  height: 120px;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direcion: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%); }
  @media screen and (max-height: 800px) {
    .sticky-cta {
      height: 90px; } }
  .sticky-cta.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .sticky-cta.permanently-closed {
    -webkit-transform: translateY(100%) !important;
    -ms-transform: translateY(100%) !important;
    transform: translateY(100%) !important; }
  .sticky-cta .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 5px;
    color: #212529;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    font-size: 0.7em; }
    .sticky-cta .close:after {
      font-family: essereanimali;
      text-transform: lowercase;
      content: ' s';
      font-size: 1.2em;
      vertical-align: bottom; }
    .sticky-cta .close:hover {
      opacity: .8; }
  .sticky-cta p.text {
    font-family: 'Poppins', Tahoma, Arial, sans-serif;
    margin: 0;
    font-size: 1.5rem; }
    .sticky-cta p.text big {
      text-transform: uppercase;
      font-size: 2.1rem;
      font-weight: 600; }
  .sticky-cta .btn {
    font-family: 'Poppins', Tahoma, Arial, sans-serif;
    margin: 0 .5em;
    padding: 1.3em 3em; }
  @media screen and (max-width: 992px) {
    .sticky-cta {
      display: none; } }

.fancybox-caption {
  font-family: 'Poppins', Tahoma, Arial, sans-serif;
  text-align: center; }
  .fancybox-caption:after {
    border: 0 !important; }
  .fancybox-caption h6 {
    font-size: 1.2em;
    margin: 0; }
  .fancybox-caption p {
    margin: 0; }

.floating-cta {
  background: #FF9966;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #fff;
  font-family: 'Poppins', Tahoma, Arial, sans-serif;
  font-weight: 700;
  line-height: 1em;
  font-size: 1.2em;
  position: fixed;
  text-align: center;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 90px;
  right: 10px;
  z-index: 100;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -5px rgba(0, 0, 0, 0.2); }
  .floating-cta:hover {
    color: inherit !important;
    text-decoration: inherit !important; }
  .floating-cta.show {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }
  @media screen and (min-width: 992px) {
    .floating-cta {
      display: none; } }
  @media screen and (max-width: 768px) {
    .floating-cta {
      bottom: 70px; } }

@-webkit-keyframes pulse-play {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  15% {
    opacity: 1; }
  70% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

@keyframes pulse-play {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  15% {
    opacity: 1; }
  70% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0; } }

/*.infographic g {
	position: relative;
	opacity: 0;
	transform: translate3d(0, 10px, 0);
	backface-visibility: none;
	&.appeared {
		transition: transform .5s cubic-bezier(0.165, 0.840, 0.440, 1.000), opacity 0.5s cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
		transform: translate3d(0, 0, 0) !important;
		opacity: 1 !important;
	}
}*/
.lbl {
  opacity: 0; }
  .lbl.visible {
    opacity: 1; }
  .lbl .word-mask {
    position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 1.2em;
    margin-bottom: -.3em; }
  .lbl > span {
    white-space: nowrap; }
  .lbl .word {
    opacity: 0;
    -webkit-transform: translateY(1em);
    -ms-transform: translateY(1em);
    transform: translateY(1em);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    transition-easing: ease-out; }
    .lbl .word:not([data-cont=" "]) {
      display: inline-block; }
    .lbl .word.appeared-word {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }
    .lbl .word.complete-appearing {
      -webkit-transition-duration: 0s !important;
      -o-transition-duration: 0s !important;
      transition-duration: 0s !important;
      -webkit-transition-delay: 0 !important;
      -o-transition-delay: 0 !important;
      transition-delay: 0 !important; }
    .lbl .word p span {
      white-space: nowrap; }
    .lbl .word p span span {
      display: inline-block;
      width: 10px; }
