@font-face {
  font-family: 'Avenir';
  font-weight: 400;
  src: url("../fonts/avenir/AvenirLTStd-Book.otf"); }
@font-face {
  font-family: 'Avenir';
  font-weight: 700;
  src: url("../fonts/avenir/AvenirLTStd-Heavy.otf"); }
@font-face {
  font-family: 'Avenir';
  font-weight: 900;
  src: url("../fonts/avenir/AvenirLTStd-Black.otf"); }
@font-face {
  font-family: 'Sketchy';
  src: url("../fonts/sketchy-in-snow.otf"); }
@font-face {
  font-family: 'JackStory';
  src: url("../fonts/CFJackStory-Regular.ttf"); }
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box; }

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Roboto';
  font-size: 14px;
  font-style: normal; }

a {
  cursor: pointer;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-style: normal; }

p {
  margin-bottom: 20px;
  font-family: "Avenir";
  font-size: 18px;
  line-height: 1.5em;
  color: #000000; }
  @media screen and (max-width: 485px) {
    p {
      font-size: 16px; } }

.container {
  max-width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 768px) {
  .container {
    width: 100%; } }
@media screen and (min-width: 768px) {
  .container {
    width: 720px; } }
@media screen and (min-width: 900px) {
  .container {
    width: 860px; } }
@media screen and (min-width: 992px) {
  .container {
    width: 960px; } }
@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .container {
    width: 1000px; } }
@media screen and (min-width: 1200px) {
  .container {
    width: 1140px; } }
@media screen and (min-width: 1440px) {
  .container {
    width: 1200px; } }
.dnn-popup-share {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100; }
  .dnn-popup-share .bg-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .dnn-popup-share .content {
    background-color: #FFFFFF;
    position: absolute;
    width: 480px;
    max-width: 90%;
    margin: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden; }
    .dnn-popup-share .content .header {
      background-color: #dd1e26;
      padding: 15px;
      display: block; }
      .dnn-popup-share .content .header .head-title {
        margin: 0;
        display: inline-block;
        line-height: 1;
        font-family: "Avenir";
        text-transform: capitalize;
        font-size: 24px;
        color: #FFFFFF; }
      .dnn-popup-share .content .header .close {
        margin-top: -8px;
        font-size: 30px;
        color: #FFFFFF;
        text-shadow: 0 1px 0 #000000;
        opacity: 1;
        float: right;
        text-decoration: none;
        cursor: pointer; }
    .dnn-popup-share .content .share-list {
      list-style: none;
      margin: 0;
      padding: 0 12px;
      border: 0;
      clear: both; }
      .dnn-popup-share .content .share-list li {
        display: block;
        width: 100%;
        padding: 10px 20px;
        clear: both;
        border-bottom: 1px solid #E5E5E5; }
        .dnn-popup-share .content .share-list li a {
          position: relative;
          background: #FFFFFF;
          color: #6B6B6B;
          font-family: "Avenir";
          font-size: 21px;
          text-decoration: none;
          text-transform: capitalize;
          display: inline-block;
          cursor: pointer;
          text-align: center;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
          .dnn-popup-share .content .share-list li a i {
            display: inline-block;
            width: 30px;
            text-align: left; }
          .dnn-popup-share .content .share-list li a span {
            font-family: "Avenir";
            font-size: 16px;
            display: inline-block; }
      .dnn-popup-share .content .share-list .share-fb a:hover {
        color: #3B5998; }
      .dnn-popup-share .content .share-list .share-tw a:hover {
        color: #1da1f2; }
      .dnn-popup-share .content .share-list .share-gp a:hover {
        color: #dd4b39; }
      .dnn-popup-share .content .share-list .share-linkedin a:hover {
        color: #0077B5; }
      .dnn-popup-share .content .share-list .share-wa a:hover {
        color: #25D366; }
      .dnn-popup-share .content .share-list .share-mt a:hover {
        color: #32007f; }

.dnn-socmed {
  margin-top: 20px;
  list-style: none; }
  .dnn-socmed li {
    display: inline-block;
    margin: .5em; }
    @media screen and (max-width: 768px) {
      .dnn-socmed li {
        margin: .2em; } }
    .dnn-socmed li a {
      width: 40px;
      height: 40px;
      display: inline-block;
      color: #000000;
      background-color: #FFFFFF;
      border-radius: 40px;
      text-shadow: 0px 2px 3px #999999;
      font-size: 1.3em;
      line-height: 44px;
      opacity: .9;
      text-decoration: none;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .dnn-socmed li a {
          background-color: #185A70;
          width: 35px;
          height: 35px;
          line-height: 40px;
          font-size: .6em;
          text-shadow: none;
          color: #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center; } }
      @media screen and (max-width: 768px) {
        .dnn-socmed li a i {
          font-size: 16px; } }
    .dnn-socmed li:last-child {
      margin: 0 0 0 .5em; }
      @media screen and (max-width: 768px) {
        .dnn-socmed li:last-child {
          margin: .2em; } }

.dnn-section {
  background: #f2f2f2;
  position: relative;
  height: auto;
  padding: 50px 0;
  overflow: hidden; }
  .dnn-section__decor {
    position: absolute;
    z-index: 1; }
    .dnn-section__decor.dnn-section__decor--left {
      left: 0; }
      @media screen and (max-width: 768px) {
        .dnn-section__decor.dnn-section__decor--left {
          top: 20%; } }
    .dnn-section__decor.dnn-section__decor--right {
      right: 0; }
      @media screen and (max-width: 768px) {
        .dnn-section__decor.dnn-section__decor--right {
          top: 20%; } }
  .dnn-section__title {
    max-width: calc(100vw * 50 / 100);
    margin: 0 auto;
    margin-bottom: 40px;
    font-family: "JackStory";
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .dnn-section__title {
        max-width: calc(100vw * 80 / 100); } }
    @media screen and (max-width: 485px) {
      .dnn-section__title {
        max-width: 100%; } }
  .dnn-section__content {
    padding: 0 1em;
    margin: 40px auto;
    max-width: calc(100vw * 50 / 100);
    position: relative;
    z-index: 4; }
    .dnn-section__content b {
      display: block;
      font-family: "Avenir";
      font-size: 18px;
      line-height: 1.5em;
      color: #000000;
      font-weight: 700;
      margin-top: 40px;
      margin-bottom: 20px;
      text-align: center; }
      @media screen and (max-width: 485px) {
        .dnn-section__content b {
          font-size: 16px; } }
    @media screen and (max-width: 1024px) {
      .dnn-section__content {
        max-width: calc(100vw * 60 / 100); } }
    @media screen and (max-width: 900px) {
      .dnn-section__content {
        max-width: calc(100vw * 70 / 100); } }
    @media screen and (max-width: 768px) {
      .dnn-section__content {
        max-width: calc(100vw * 80 / 100);
        margin-bottom: 0; } }
    @media screen and (max-width: 485px) {
      .dnn-section__content {
        max-width: 100%; } }
  .dnn-section--cover {
    padding: 20px 0;
    height: 90vh;
    background: url("../images/bg-cover.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media screen and (max-width: 768px) {
      .dnn-section--cover {
        height: 220px; } }
    .dnn-section--cover .container {
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-direction: column; }
      @media screen and (max-width: 768px) {
        .dnn-section--cover .container {
          justify-content: flex-end; } }
  .dnn-section--video {
    padding: 0; }
  .dnn-section--slideshow {
    padding: 0;
    height: 700px; }
    @media screen and (max-width: 768px) {
      .dnn-section--slideshow {
        height: 180px; } }
  @media screen and (max-width: 768px) {
    .dnn-section--footer .dnn-section__content {
      margin-top: 0; } }
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }
@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }
@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
.dnn-cover-head {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .dnn-cover-head {
      display: none; } }
  .dnn-cover-head__logo img {
    max-width: 200px; }
.dnn-cover-text {
  transform: translateX(37%); }
  @media screen and (max-width: 768px) {
    .dnn-cover-text {
      display: none; } }
  .dnn-cover-text__title {
    color: #FFFFFF;
    text-align: right;
    font-family: "Sketchy";
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 72px;
    margin-bottom: 20px; }
    .dnn-cover-text__title span {
      display: block; }
  .dnn-cover-text__subtitle {
    color: #FFFFFF;
    text-align: right;
    font-family: "Sketchy";
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    .dnn-cover-text__subtitle span {
      display: block; }
.dnn-cover-action {
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  -moz-animation: bounce 2s infinite;
  -o-animation: bounce 2s infinite; }
  @media screen and (max-width: 768px) {
    .dnn-cover-action {
      margin-bottom: 0; } }
  .dnn-cover-action__text {
    color: #FFFFFF;
    text-align: center;
    font-family: "Avenir";
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; }
    @media screen and (max-width: 768px) {
      .dnn-cover-action__text {
        font-size: 14px; } }
  .dnn-cover-action__icon {
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .dnn-cover-action__icon {
        margin-top: 0;
        max-width: 20px; } }
.dnn-cover-border {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: -20px; }
  @media screen and (max-width: 768px) {
    .dnn-cover-border {
      width: 150%;
      bottom: -5px; } }
  .dnn-cover-border img {
    width: 100%;
    height: auto; }

.dnn-cover-mobile {
  display: none; }
  @media screen and (max-width: 768px) {
    .dnn-cover-mobile {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column; } }
  .dnn-cover-mobile__logo img {
    max-width: 200px; }
  .dnn-cover-mobile__text {
    margin-top: 40px; }
    .dnn-cover-mobile__text-title {
      color: #185A70;
      text-align: center;
      font-family: "Sketchy";
      font-size: 36px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      /* 88.889% */ }
    .dnn-cover-mobile__text-subtitle {
      color: #185A70;
      text-align: center;
      font-family: "Sketchy";
      font-size: 26px;
      font-style: normal;
      font-weight: 400;
      line-height: 32px;
      /* 123.077% */ }
      .dnn-cover-mobile__text-subtitle span {
        display: block; }

.dnn-opening span {
  display: block;
  margin-top: 30px;
  margin-right: 16px;
  float: left;
  color: #000000;
  font-family: "Sketchy";
  font-size: 92px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  /* 28.261% */ }

.dnn-image {
  margin: 40px 0;
  width: 100%;
  height: auto; }
  .dnn-image img {
    width: 100%;
    height: 100%;
    border-radius: 50px; }

.dnn-video {
  position: relative;
  max-height: 600px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 768px) {
    .dnn-video {
      max-height: 220px; } }
  @media screen and (max-width: 768px) {
    .dnn-video video {
      width: 100%;
      height: auto; } }
  .dnn-video::before, .dnn-video::after {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 50px;
    z-index: 99999; }
  .dnn-video::before {
    content: '';
    background-image: url("../images/border-top.svg");
    background-size: 100% 120%;
    display: inline-block;
    top: -10px; }
    @media screen and (max-width: 768px) {
      .dnn-video::before {
        background-size: 200% 200%;
        top: -45px; } }
  .dnn-video::after {
    content: '';
    background-image: url("../images/border-bottom.svg");
    background-size: 100% 120%;
    display: inline-block;
    bottom: -5px; }
    @media screen and (max-width: 768px) {
      .dnn-video::after {
        bottom: -17px; } }

.dnn-slideshow {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .dnn-slideshow::before, .dnn-slideshow::after {
    position: absolute;
    width: 100%;
    max-width: 100%;
    height: 50px;
    z-index: 99999; }
  .dnn-slideshow::before {
    content: '';
    background-image: url("../images/border-top.svg");
    background-size: 100% 120%;
    display: inline-block;
    top: -10px; }
    @media screen and (max-width: 768px) {
      .dnn-slideshow::before {
        top: -25px; } }
  .dnn-slideshow::after {
    content: '';
    background-image: url("../images/border-bottom.svg");
    background-size: 100% 120%;
    display: inline-block;
    bottom: -5px; }
    @media screen and (max-width: 768px) {
      .dnn-slideshow::after {
        bottom: -15px; } }
  .dnn-slideshow img {
    position: absolute;
    width: 100%;
    height: auto;
    opacity: 0;
    animation: fade 9s infinite; }
    .dnn-slideshow img:nth-child(1) {
      animation-delay: 0s; }
    .dnn-slideshow img:nth-child(2) {
      animation-delay: 3s; }
    .dnn-slideshow img:nth-child(3) {
      animation-delay: 6s; }
@keyframes fade {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  33% {
    opacity: 1; }
  43% {
    opacity: 0; }
  100% {
    opacity: 0; } }
.dnn-quote {
  position: relative;
  margin-top: 80px;
  margin-bottom: 80px; }
  .dnn-quote__text {
    position: relative;
    font-family: "JackStory";
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #185A70; }
    @media screen and (max-width: 768px) {
      .dnn-quote__text {
        font-size: 24px; } }
  .dnn-quote__name {
    margin-top: 24px;
    margin-bottom: 0;
    font-family: "Avenir";
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
    text-align: center;
    color: #000000; }
    @media screen and (max-width: 768px) {
      .dnn-quote__name {
        max-width: 90%;
        margin: 16px auto;
        font-size: 18px; }
        .dnn-quote__name span {
          display: block;
          font-size: 18px;
          line-height: 22px;
          font-style: italic; } }
    @media screen and (max-width: 768px) {
      .dnn-quote__name {
        font-weight: 500;
        font-size: 16px; }
        .dnn-quote__name span {
          font-size: 16px; } }
  .dnn-quote::before, .dnn-quote::after {
    width: fit-content;
    position: absolute;
    top: 30%;
    transform: translateY(-50%); }
  .dnn-quote::before {
    content: url("../images/icon-quotes-left.svg");
    left: -8%;
    animation: tilt-shake 1s infinite;
    -webkit-animation: tilt-shake 1s infinite;
    -moz-animation: tilt-shake 1s infinite;
    -o-animation: tilt-shake 1s infinite; }
    @media screen and (max-width: 768px) {
      .dnn-quote::before {
        top: -50px;
        left: 45%;
        transform: translateX(-50%); } }
  .dnn-quote::after {
    content: url("../images/icon-quotes-right.svg");
    right: -8%;
    animation: tilt-shake 1s infinite;
    -webkit-animation: tilt-shake 1s infinite;
    -moz-animation: tilt-shake 1s infinite;
    -o-animation: tilt-shake 1s infinite; }
    @media screen and (max-width: 768px) {
      .dnn-quote::after {
        top: calc(100% + 20px);
        bottom: 0;
        right: 0;
        left: 45%;
        transform: translateX(-50%); } }
@keyframes tilt-shake {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: rotate(5deg); }
  50% {
    transform: rotate(0deg); }
  75% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }
.dnn-partnership {
  padding-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .dnn-partnership__text {
    font-family: "JackStory";
    font-style: italic;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    color: #7A7A7A; }
  .dnn-partnership__logo {
    margin-left: 16px;
    max-width: 300px; }
    .dnn-partnership__logo img {
      mix-blend-mode: darken; }
    @media screen and (max-width: 485px) {
      .dnn-partnership__logo {
        margin-left: 0; } }

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