@import url(/font/america/font-america.css);
@import url(/font/lyon/font-lyon.css);
html, body {
  margin: 0;
  padding: 0; }

.loader {
  display: none; }

body.loading {
  transition: all .2s ease-in; }
  body.loading::after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: '';
    background: #15c095 url(../images/dfb-logo.svg) no-repeat center center;
    z-index: 99999; }
  body.loading .loader {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    z-index: 999999;
    background: url(../images/loader.svg) no-repeat center;
    background-size: contain;
    margin: 70vh auto 0; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

@keyframes arrowbounce {
  0% {
    bottom: -12px; }
  50% {
    bottom: -17px; }
  100% {
    bottom: -12px; } }

a.next-slide {
  position: absolute;
  bottom: 25px;
  left: 50%;
  width: 200px;
  transform: translateX(-50%);
  text-align: center;
  font-family: "GT America Condensed Light", "Merriweather Sans", sans-serif;
  font-size: 18px;
  line-height: 2.17;
  text-decoration: none;
  text-transform: uppercase;
  color: #9d9d9d;
  cursor: pointer; }
  @media (max-width: 600px) {
    a.next-slide {
      display: none; } }
  a.next-slide::after {
    position: absolute;
    bottom: -12px;
    left: calc(50% - 15px);
    content: '';
    width: 15px;
    height: 15px;
    transform: rotate(45deg) translateY(-50%);
    border-bottom: solid 2px #cecece;
    border-right: solid 2px #cecece;
    animation: arrowbounce 1.2s infinite ease-in-out; }

.content {
  position: relative; }
  @media (max-width: 600px) {
    .content {
      margin: 45px 0; } }

@media (max-width: 600px) {
  .fp-slides .content {
    margin: 0; } }

.fp-scrollable .content {
  padding: 50px 0; }
  @media (max-width: 600px) {
    .fp-scrollable .content {
      padding: 0; } }

.fp-scrollable a.next-slide {
  position: relative;
  display: block;
  margin: 20px auto 0;
  transform: translateX(0);
  left: 0; }

h1, h2 {
  margin: 0 180px; }
  @media (max-width: 1024px) {
    h1, h2 {
      margin: 0 90px; } }
  @media (max-width: 600px) {
    h1, h2 {
      margin: 0 45px; } }

h1, h2, h3, h4 {
  font-family: "GT America Condensed Bold", "Merriweather Sans", sans-serif;
  color: #363f3d;
  text-transform: uppercase; }
  h1.center, h2.center, h3.center, h4.center {
    text-align: center; }

h1 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 50px; }
  @media (min-width: 1441px) {
    h1 {
      font-size: 100px; } }
  @media (max-width: 600px) {
    h1 {
      font-size: 40px;
      margin-bottom: 30px; } }
  h1.center {
    text-align: center; }

h2 {
  font-size: 40px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 50px; }
  @media (min-width: 1441px) {
    h2 {
      font-size: 60px; } }
  @media (max-width: 600px) {
    h2 {
      font-size: 25px;
      margin-bottom: 30px; } }

h3 {
  margin: 50px 180px 0;
  text-align: center; }
  @media (max-width: 1024px) {
    h3 {
      margin: 0 90px 0; } }
  @media (max-width: 600px) {
    h3 {
      margin: 0 45px 0; } }

h3,
h4,
a.btn {
  font-size: 30px; }
  @media (min-width: 1441px) {
    h3,
    h4,
    a.btn {
      font-size: 36px; } }
  @media (max-width: 600px) {
    h3,
    h4,
    a.btn {
      font-size: 24px; } }

p {
  margin: 0 180px 20px;
  font-family: "Lyon Regular", serif;
  font-size: 26px;
  line-height: 1.56;
  color: #363f3d; }
  @media (min-width: 1441px) {
    p {
      font-size: 30px; } }
  @media (max-width: 1024px) {
    p {
      margin: 0 90px 20px; } }
  @media (max-width: 600px) {
    p {
      font-size: 18px;
      margin: 0 45px 20px; } }
  p.small {
    font-size: 16px;
    line-height: 1.5; }
    @media (min-width: 1441px) {
      p.small {
        font-size: 20px; } }
  p.center {
    text-align: center; }

span.subtitle {
  margin-top: 10px;
  margin-bottom: 30px;
  display: block;
  font-size: 0.3em; }
  @media (max-width: 600px) {
    span.subtitle {
      font-size: 0.5em; } }

blockquote {
  margin: 0 auto;
  padding: 0 90px;
  font-family: "Lyon Regular", serif;
  font-size: 35px;
  line-height: 1.5em;
  color: #000000;
  text-align: center;
  max-width: 920px; }
  @media (min-width: 1441px) {
    blockquote {
      font-size: 40px;
      line-height: 1.4em;
      padding: 0 180px; } }
  @media (max-width: 1024px) {
    blockquote {
      font-size: 30px;
      padding: 0 45px;
      line-height: 1.3; } }
  @media (max-width: 600px) {
    blockquote {
      font-size: 18px;
      line-height: 1.3; } }
  blockquote::after {
    content: attr(cite);
    font-family: "GT America Condensed Bold", "Merriweather Sans", sans-serif;
    font-size: 30px;
    text-transform: none;
    color: #15c095;
    text-align: center;
    display: block;
    margin-top: 30px; }
    @media (min-width: 1441px) {
      blockquote::after {
        margin-top: 50px;
        font-size: 36px; } }
    @media (max-width: 1024px) {
      blockquote::after {
        margin-top: 20px;
        font-size: 24px; } }
    @media (max-width: 600px) {
      blockquote::after {
        font-size: 14px; } }

.slide .fp-bg {
  background-size: cover; }

.slide .fp-bg::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0); }

@media (max-width: 600px) {
  .fp-controlArrow {
    bottom: 30px; } }

a.btn, a.btn:visited {
  margin: 10vh 180px 0;
  font-family: "GT America Condensed Bold", "Merriweather Sans", sans-serif;
  display: inline-block;
  padding: 15px 25px;
  text-decoration: none;
  text-transform: uppercase;
  border: 4px solid white; }
  @media (max-width: 1024px) {
    a.btn, a.btn:visited {
      margin: 10vh 90px 0; } }
  @media (max-width: 600px) {
    a.btn, a.btn:visited {
      font-size: 18px;
      margin: 10vh 45px 0;
      display: block;
      text-align: center; } }
  a.btn:hover, a.btn:active, a.btn:visited:hover, a.btn:visited:active {
    color: #15c095;
    background-color: white; }

#section10 {
  text-align: center;
  overflow: hidden; }
  #section10 .fp-bg img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.1; }

#section11 {
  text-align: center;
  overflow: hidden; }
  #section11 .fp-bg img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0; }

.gradient {
  background-image: linear-gradient(323deg, #238f74, #15c095); }
  .gradient * {
    color: white; }
  .gradient a.next-slide {
    color: white; }
    .gradient a.next-slide::after {
      border-bottom-color: white;
      border-right-color: white; }

.gradient2 {
  background-image: linear-gradient(323deg, #cccccc, #fcfcfc); }
  .gradient * {
    color: white; }
  .gradient a.next-slide {
    color: white; }
    .gradient a.next-slide::after {
      border-bottom-color: white;
      border-right-color: white; }

.green {
  color: #15c095; }

.white {
  color: white; }

/* VIDEO */
.video-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 0; }

video {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: black; }

.volume {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  color: white;
  cursor: pointer; }
  .volume .mute,
  .volume .unmute {
    display: none;
    font-size: 2em; }
  .volume.playing .mute {
    display: block; }
  .volume.playing.unmute .mute {
    display: none; }
  .volume.playing.unmute .unmute {
    display: block; }

html.safari-mobile .volume {
  display: none; }

/* SECTION1 */
#section1 .content {
  max-width: 1440px;
  padding-left: 180px;
  margin: 0 auto; }
  @media (max-width: 1400px) {
    #section1 .content {
      padding-left: 90px; } }
  @media (max-width: 1250px) {
    #section1 .content {
      padding-left: 60px; } }

.logo {
  display: inline;
  margin-right: 120px; }
  @media (max-width: 1200px) {
    .logo {
      margin-right: 80px; } }
  @media (max-width: 900px) {
    .logo {
      display: block;
      margin: 0 0 80px 0; } }
  @media (max-width: 600px) {
    .logo {
      margin: 0 0 45px 0; } }

/* ANIMATED HEADLINE*/
.cd-headline {
  font-size: 120px;
  display: inline-block; }
  @media (max-width: 1200px) {
    .cd-headline {
      font-size: 80px; } }
  @media (max-width: 600px) {
    .cd-headline {
      font-size: 50px; } }
  @media (max-width: 600px) {
    .cd-headline span:first-child {
      display: block; } }

.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
  font-family: "Lyon Regular", serif; }
  .cd-words-wrapper b {
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0;
    font-weight: normal; }
    .cd-words-wrapper b.is-visible {
      position: relative; }
  .cd-words-wrapper i {
    font-style: normal; }
  .no-js .cd-words-wrapper b {
    opacity: 0; }
    .no-js .cd-words-wrapper b.is-visible {
      opacity: 1; }

.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden; }
  .type .cd-words-wrapper::after {
    /* vertical bar */
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    height: 90%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.3); }
  .type .cd-words-wrapper.waiting::after {
    animation: cd-pulse 1s infinite; }
  .type .cd-words-wrapper.selected {
    background-color: rgba(255, 255, 255, 0.3); }
    .type .cd-words-wrapper.selected::after {
      visibility: hidden; }
    .type .cd-words-wrapper.selected b {
      color: #363f3d; }

.type b {
  visibility: hidden; }
  .type b.is-visible {
    visibility: visible; }

.type i {
  position: absolute;
  visibility: hidden; }
  .type i.in {
    position: relative;
    visibility: visible; }

@keyframes cd-pulse {
  0% {
    transform: translateY(-50%) scale(1);
    opacity: 1; }
  40% {
    transform: translateY(-50%) scale(0.9);
    opacity: 0; }
  100% {
    transform: translateY(-50%) scale(0);
    opacity: 0; } }

/* FACTS LIST */
#section5 h1 {
  margin-top: 50px; }

ul.facts {
  margin: 0 180px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    ul.facts {
      font-size: 1em;
      margin: 0 90px 0; }
      ul.facts:after {
        content: "";
        flex: auto; } }
  @media (max-width: 600px) {
    ul.facts {
      margin: 0 45px 20px; } }
  ul.facts li {
    flex: 0 1 calc(33% - 30px);
    margin-bottom: 60px;
    margin-right: 30px; }
    @media (min-width: 1025px) {
      ul.facts li:nth-of-type(4n+0) {
        margin-right: 0; } }
    @media (max-width: 1024px) {
      ul.facts li {
        flex: 0 1 calc(33% - 30px); }
        ul.facts li:nth-of-type(3n+0) {
          margin-right: 0; } }
    @media (max-width: 600px) {
      ul.facts li {
        flex: 0 1 100%;
        margin-bottom: 30px;
        margin-right: 0; } }
    ul.facts li h4 {
      margin: 30px 0 10px 0;
      font-size: 1.3em; }
    ul.facts li p {
      margin: 0;
      font-size: 1em; }
    ul.facts li .icon {
      position: relative;
      height: 145px; }
      ul.facts li .icon img {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 100%;
        width: auto;
        max-height: 130px;
        max-width: 120px; }

/* OPS LIST */
ul.ops {
  position: relative;
  margin: 5vh 180px 2vh;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 1124px) {
    ul.ops {
      margin: 70px 90px 20px; } }
  @media (max-width: 600px) {
    ul.ops {
      margin: 30px 45px 0; } }
  ul.ops li {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 25vh;
    margin-bottom: 3vh;
    flex: 0 1 calc(50% - 1.5vh); }
    @media (max-width: 600px) {
      ul.ops li {
        flex: 0 1 100%; } }
    ul.ops li:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.3);
      content: '';
      z-index: 0; }
    ul.ops li .icon {
      position: absolute;
      margin-bottom: 15px;
      display: flex;
      justify-content: space-around;
      align-items: flex-end; }
      ul.ops li .icon img {
        max-width: 100%; }
        @media (max-width: 1024px) {
          ul.ops li .icon img {
            max-width: 80%; } }
        @media (max-width: 700px) {
          ul.ops li .icon img {
            max-width: 100%; } }
    ul.ops li p {
      position: absolute;
      margin: 0 20px;
      bottom: 15px;
      color: white;
      z-index: 1;
      font-family: "GT America Condensed Bold", "Merriweather Sans", sans-serif;
      font-size: 24px;
      line-height: 1.2em;
      text-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

/* PARTNER */
.logo-container {
  margin: 0 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (max-width: 1024px) {
    .logo-container {
      margin: 0 45px; } }
  @media (max-width: 600px) {
    .logo-container {
      margin: 0; } }
  .logo-container .partner {
    margin-bottom: 60px;
    flex: 0 1 calc(25% - 20px);
    text-align: center; }
    @media (max-width: 1024px) {
      .logo-container .partner {
        margin-bottom: 40px;
        flex: 0 1 calc(33%); } }
    @media (max-width: 600px) {
      .logo-container .partner {
        flex: 0 1 calc(50%); } }
    .logo-container .partner img {
      max-width: 150px;
      max-height: 150px; }
  .logo-container.cols {
    margin-top: 80px; }
    @media (max-width: 1024px) {
      .logo-container.cols {
        margin-top: 60px; } }
    @media (max-width: 600px) {
      .logo-container.cols {
        margin-top: 40px; } }
    .logo-container.cols .partner {
      flex: 0 1 calc(16% - 20px); }
      @media (max-width: 1024px) {
        .logo-container.cols .partner {
          flex: 0 1 calc(33%); } }
      @media (max-width: 600px) {
        .logo-container.cols .partner {
          flex: 0 1 calc(50%); } }

.cta {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  transition: all .2s ease-in; }
  .cta #envelope {
    fill: white;
    transition: all .2s ease-in; }
  .cta.hidden {
    right: -40px; }

/* SOCIAL */
.social {
  padding: 0 40px;
  text-align: center; }
  .social img {
    height: 50px; }
  .social a:nth-of-type(2) {
    margin: 0 80px; }
    @media (max-width: 600px) {
      .social a:nth-of-type(2) {
        margin: 0 60px; } }

.links {
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 5vh;
  margin: 0 auto 5vh;
  max-width: 80%; }
  @media (max-width: 800px) {
    .links {
      display: block; } }
  .links a.btn {
    margin: 0 40px 0 40px; }
    @media (max-width: 800px) {
      .links a.btn {
        font-size: 1em;
        margin: 0 auto 5vh;
        display: block;
        text-align: center; } }

/* LINK STYLES */
a.textlink, a.textlink:visited {
  color: #15c095;
  text-decoration: none;
  text-shadow: .03em .02em white, -.03em .02em white, .02em .03em white, .02em -.03em white, .06em .02em white, -.06em .02em white, .09em .02em white, -.09em .02em white, .12em .02em white, -.12em .02em white, .15em .02em white, -.15em .02em white;
  background-image: linear-gradient(to top, transparent 0, rgba(21, 192, 149, 0.5) 0, rgba(21, 192, 149, 0.5) 1px, transparent 1px);
  transition: all .2s ease-in; }

a.textlink:hover, a.textlink:active {
  color: #363f3d;
  background-image: linear-gradient(to top, transparent 0, rgba(54, 63, 61, 0.5) 0, rgba(54, 63, 61, 0.5) 1px, transparent 1px);
  transition: all .2s ease-in; }
