@charset "UTF-8";
html {
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: inherit; }

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

img[src$=".svg"] {
  width: 100%; }

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

*:focus {
  outline: none; }

input[type=text], input[type=email], input[type=submit], textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*============================================================== */
/*============================================================== */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

@keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform: translateY(70px);
    transform: translateY(70px); }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeDown {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    -ms-transform: translateY(-70px);
    -o-transform: translateY(-70px);
    transform: translateY(-70px); }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeRight {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(-70px);
    -moz-transform: translateX(-70px);
    -ms-transform: translateX(-70px);
    -o-transform: translateX(-70px);
    transform: translateX(-70px); }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@keyframes fadeLeft {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transform: translateX(70px);
    -moz-transform: translateX(70px);
    -ms-transform: translateX(70px);
    -o-transform: translateX(70px);
    transform: translateX(70px); }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); } }
@media (min-width: 600px) {
  .animate-items .is-visible:nth-child(1) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.1s; }

  .animate-items .is-visible:nth-child(2) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.2s; }

  .animate-items .is-visible:nth-child(3) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.3s; }

  .animate-items .is-visible:nth-child(4) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.4s; }

  .animate-items .is-visible:nth-child(5) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.5s; }

  .animate-items .is-visible:nth-child(6) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.6s; }

  .animate-items .is-visible:nth-child(7) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.7s; }

  .animate-items .is-visible:nth-child(8) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.8s; }

  .animate-items .is-visible:nth-child(9) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 0.9s; }

  .animate-items .is-visible:nth-child(10) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1s; }

  .animate-items .is-visible:nth-child(11) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.1s; }

  .animate-items .is-visible:nth-child(12) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.2s; }

  .animate-items .is-visible:nth-child(13) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.3s; }

  .animate-items .is-visible:nth-child(14) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.4s; }

  .animate-items .is-visible:nth-child(15) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.5s; }

  .animate-items .is-visible:nth-child(16) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.6s; }

  .animate-items .is-visible:nth-child(17) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.7s; }

  .animate-items .is-visible:nth-child(18) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.8s; }

  .animate-items .is-visible:nth-child(19) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 1.9s; }

  .animate-items .is-visible:nth-child(20) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2s; }

  .animate-items .is-visible:nth-child(21) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.1s; }

  .animate-items .is-visible:nth-child(22) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.2s; }

  .animate-items .is-visible:nth-child(23) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.3s; }

  .animate-items .is-visible:nth-child(24) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.4s; }

  .animate-items .is-visible:nth-child(25) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.5s; }

  .animate-items .is-visible:nth-child(26) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.6s; }

  .animate-items .is-visible:nth-child(27) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.7s; }

  .animate-items .is-visible:nth-child(28) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.8s; }

  .animate-items .is-visible:nth-child(29) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 2.9s; }

  .animate-items .is-visible:nth-child(30) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3s; }

  .animate-items .is-visible:nth-child(31) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.1s; }

  .animate-items .is-visible:nth-child(32) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.2s; }

  .animate-items .is-visible:nth-child(33) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.3s; }

  .animate-items .is-visible:nth-child(34) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.4s; }

  .animate-items .is-visible:nth-child(35) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.5s; }

  .animate-items .is-visible:nth-child(36) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.6s; }

  .animate-items .is-visible:nth-child(37) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.7s; }

  .animate-items .is-visible:nth-child(38) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.8s; }

  .animate-items .is-visible:nth-child(39) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 3.9s; }

  .animate-items .is-visible:nth-child(40) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4s; }

  .animate-items .is-visible:nth-child(41) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.1s; }

  .animate-items .is-visible:nth-child(42) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.2s; }

  .animate-items .is-visible:nth-child(43) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.3s; }

  .animate-items .is-visible:nth-child(44) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.4s; }

  .animate-items .is-visible:nth-child(45) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.5s; }

  .animate-items .is-visible:nth-child(46) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.6s; }

  .animate-items .is-visible:nth-child(47) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.7s; }

  .animate-items .is-visible:nth-child(48) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.8s; }

  .animate-items .is-visible:nth-child(49) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 4.9s; }

  .animate-items .is-visible:nth-child(50) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5s; }

  .animate-items .is-visible:nth-child(51) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.1s; }

  .animate-items .is-visible:nth-child(52) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.2s; }

  .animate-items .is-visible:nth-child(53) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.3s; }

  .animate-items .is-visible:nth-child(54) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.4s; }

  .animate-items .is-visible:nth-child(55) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.5s; }

  .animate-items .is-visible:nth-child(56) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.6s; }

  .animate-items .is-visible:nth-child(57) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.7s; }

  .animate-items .is-visible:nth-child(58) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.8s; }

  .animate-items .is-visible:nth-child(59) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 5.9s; }

  .animate-items .is-visible:nth-child(60) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6s; }

  .animate-items .is-visible:nth-child(61) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.1s; }

  .animate-items .is-visible:nth-child(62) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.2s; }

  .animate-items .is-visible:nth-child(63) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.3s; }

  .animate-items .is-visible:nth-child(64) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.4s; }

  .animate-items .is-visible:nth-child(65) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.5s; }

  .animate-items .is-visible:nth-child(66) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.6s; }

  .animate-items .is-visible:nth-child(67) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.7s; }

  .animate-items .is-visible:nth-child(68) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.8s; }

  .animate-items .is-visible:nth-child(69) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 6.9s; }

  .animate-items .is-visible:nth-child(70) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7s; }

  .animate-items .is-visible:nth-child(71) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.1s; }

  .animate-items .is-visible:nth-child(72) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.2s; }

  .animate-items .is-visible:nth-child(73) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.3s; }

  .animate-items .is-visible:nth-child(74) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.4s; }

  .animate-items .is-visible:nth-child(75) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.5s; }

  .animate-items .is-visible:nth-child(76) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.6s; }

  .animate-items .is-visible:nth-child(77) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.7s; }

  .animate-items .is-visible:nth-child(78) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.8s; }

  .animate-items .is-visible:nth-child(79) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 7.9s; }

  .animate-items .is-visible:nth-child(80) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8s; }

  .animate-items .is-visible:nth-child(81) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.1s; }

  .animate-items .is-visible:nth-child(82) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.2s; }

  .animate-items .is-visible:nth-child(83) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.3s; }

  .animate-items .is-visible:nth-child(84) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.4s; }

  .animate-items .is-visible:nth-child(85) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.5s; }

  .animate-items .is-visible:nth-child(86) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.6s; }

  .animate-items .is-visible:nth-child(87) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.7s; }

  .animate-items .is-visible:nth-child(88) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.8s; }

  .animate-items .is-visible:nth-child(89) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 8.9s; }

  .animate-items .is-visible:nth-child(90) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9s; }

  .animate-items .is-visible:nth-child(91) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.1s; }

  .animate-items .is-visible:nth-child(92) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.2s; }

  .animate-items .is-visible:nth-child(93) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.3s; }

  .animate-items .is-visible:nth-child(94) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.4s; }

  .animate-items .is-visible:nth-child(95) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.5s; }

  .animate-items .is-visible:nth-child(96) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.6s; }

  .animate-items .is-visible:nth-child(97) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.7s; }

  .animate-items .is-visible:nth-child(98) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.8s; }

  .animate-items .is-visible:nth-child(99) .item {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards;
    animation-delay: 9.9s; } }
.animate-items .grid-item.scroll {
  opacity: 1; }

.animate-items .grid-item .item {
  opacity: 1; }

@media (min-width: 600px) {
  .animate-items .grid-item .item {
    opacity: 0; }

  .scroll {
    opacity: 0; }

  .is-visible.fadeUp {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards; }

  .is-visible.fadeDown {
    animation: fadeDown;
    -webkit-animation-name: fadeDown;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards; }

  .is-visible.fadeRight {
    animation: fadeRight;
    -webkit-animation-name: fadeRight;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards; }

  .is-visible.fadeLeft {
    animation: fadeLeft;
    -webkit-animation-name: fadeLeft;
    animation-iteration-count: 1;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.05, 0.8, 0.1, 0.95);
    animation-fill-mode: forwards; } }
@media (min-width: 600px) {
  .dots .is-visible:nth-child(1) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.1s; }

  .dots .is-visible:nth-child(2) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.2s; }

  .dots .is-visible:nth-child(3) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.3s; }

  .dots .is-visible:nth-child(4) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.4s; }

  .dots .is-visible:nth-child(5) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.5s; }

  .dots .is-visible:nth-child(6) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.6s; }

  .dots .is-visible:nth-child(7) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.7s; }

  .dots .is-visible:nth-child(8) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.8s; }

  .dots .is-visible:nth-child(9) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 0.9s; }

  .dots .is-visible:nth-child(10) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1s; }

  .dots .is-visible:nth-child(11) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.1s; }

  .dots .is-visible:nth-child(12) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.2s; }

  .dots .is-visible:nth-child(13) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.3s; }

  .dots .is-visible:nth-child(14) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.4s; }

  .dots .is-visible:nth-child(15) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.5s; }

  .dots .is-visible:nth-child(16) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.6s; }

  .dots .is-visible:nth-child(17) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.7s; }

  .dots .is-visible:nth-child(18) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.8s; }

  .dots .is-visible:nth-child(19) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 1.9s; }

  .dots .is-visible:nth-child(20) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2s; }

  .dots .is-visible:nth-child(21) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.1s; }

  .dots .is-visible:nth-child(22) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.2s; }

  .dots .is-visible:nth-child(23) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.3s; }

  .dots .is-visible:nth-child(24) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.4s; }

  .dots .is-visible:nth-child(25) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.5s; }

  .dots .is-visible:nth-child(26) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.6s; }

  .dots .is-visible:nth-child(27) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.7s; }

  .dots .is-visible:nth-child(28) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.8s; }

  .dots .is-visible:nth-child(29) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 2.9s; }

  .dots .is-visible:nth-child(30) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3s; }

  .dots .is-visible:nth-child(31) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3.1s; }

  .dots .is-visible:nth-child(32) {
    animation: fadeUp;
    -webkit-animation-name: fadeUp;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5);
    animation-fill-mode: forwards;
    animation-delay: 3.2s; } }
.mobile {
  display: block; }
  @media (min-width: 900px) {
    .mobile {
      display: none; } }

.desktop {
  display: none; }
  @media (min-width: 900px) {
    .desktop {
      display: block; } }

.wrap900 {
  max-width: 900px;
  width: 92%;
  margin: 0 auto; }

.wrap1000 {
  max-width: 1000px;
  width: 92%;
  margin: 0 auto; }

.wrap1100 {
  max-width: 1100px;
  width: 92%;
  margin: 0 auto; }

.wrap1200 {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto; }

.wrap1400 {
  max-width: 1400px;
  width: 92%;
  margin: 0 auto; }

@media (max-width: 899px) {
  .mobile-full {
    width: 100% !important; } }

.text-center {
  text-align: center; }

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .grid.flex-end {
    justify-content: flex-end; }
  .grid.flex-start {
    justify-content: flex-start; }
  .grid.flex-center {
    justify-content: center; }
  .grid .w-50 {
    width: 100%; }
    @media (min-width: 900px) {
      .grid .w-50 {
        width: 50%; } }
  .grid .w-33 {
    width: 100%; }
    @media (min-width: 900px) {
      .grid .w-33 {
        width: 33.3333333%; } }
  .grid .w-25 {
    width: 100%; }
    @media (min-width: 768px) {
      .grid .w-25 {
        width: 50%; } }
    @media (min-width: 1024px) {
      .grid .w-25 {
        width: 25%; } }

body, html {
  font-size: 16px;
  color: #13171e;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  overflow-x: hidden; }
  @media (min-width: 900px) {
    body, html {
      font-size: 18px; } }

::selection {
  background: #29394e;
  color: #ffffff; }

::-moz-selection {
  background: #29394e;
  color: #ffffff; }

@media (min-width: 900px) {
  .site-main {
    margin-top: -120px; } }

.button {
  position: relative;
  display: inline-block;
  background: #f6881f;
  color: #ffffff;
  font-family: "alverata", serif;
  font-weight: 700;
  font-style: normal;
  line-height: normal;
  padding: 12px 20px;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: -0.03em;
  text-align: center;
  cursor: pointer;
  transition: 0.2s; }
  .button:hover {
    background: #2f81ad; }

.page-base {
  margin: 60px auto 80px;
  position: relative;
  z-index: 6; }
  @media (min-width: 900px) {
    .page-base {
      margin: 0px auto 80px; } }

.base.text-center {
  text-align: center; }
.base.alt p, .base.alt h2, .base.alt h3, .base.alt h4, .base.alt li, .base.alt a:not(.button) {
  color: #ffffff; }
.base.alt blockquote p {
  color: #29394e; }
.base.alt .button {
  background: #2f81ad; }
  .base.alt .button:hover {
    background: #ffffff;
    color: #2f81ad; }
.base.alt ::selection {
  background: #ffffff;
  color: #29394e; }
.base.alt ::-moz-selection {
  background: #ffffff;
  color: #29394e; }
.base p {
  line-height: 1.6;
  margin-bottom: 30px; }
.base strong {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: normal; }
.base em {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 400;
  font-style: italic; }
.base strong em,
.base em strong {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 700;
  font-style: italic; }
.base a:not(.button) {
  text-decoration: underline;
  color: #2f81ad; }
  .base a:not(.button):hover {
    text-decoration: none; }
.base h2 {
  font-family: "alverata", serif;
  font-weight: 700;
  font-style: normal;
  font-size: 32px;
  letter-spacing: -0.03em;
  margin-bottom: 20px;
  position: relative;
  display: inline-block; }
  @media (min-width: 600px) {
    .base h2 {
      font-size: 36px; } }
  @media (min-width: 900px) {
    .base h2 {
      font-size: 45px;
      letter-spacing: -0.04em;
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .base h2 {
      font-size: 52px; } }
  .base h2::before {
    content: "";
    position: absolute;
    display: inline-block;
    top: -5px;
    left: -8px;
    width: 20px;
    height: 20px;
    border-left: 2px solid #f6881f;
    border-top: 2px solid #f6881f; }
    @media (min-width: 600px) {
      .base h2::before {
        top: -8px;
        left: -12px;
        width: 24px;
        height: 24px; } }
    @media (min-width: 900px) {
      .base h2::before {
        top: -12px;
        left: -20px;
        width: 35px;
        height: 35px; } }
.base h3 {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 20px; }
  @media (min-width: 600px) {
    .base h3 {
      font-size: 24px; } }
  @media (min-width: 900px) {
    .base h3 {
      margin-bottom: 30px;
      font-size: 28px; } }
.base h4 {
  font-family: "azo-sans-web", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #f6881f;
  margin-bottom: 5px; }
  @media (min-width: 600px) {
    .base h4 {
      font-size: 16px; } }
.base blockquote {
  margin-bottom: 30px; }
  .base blockquote p {
    background: linear-gradient(to top, #f6881f, #f6881f);
    color: #29394e;
    font-family: "alverata", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    margin-bottom: 0;
    padding: 7px 10px 9px;
    display: inline;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    line-height: 1.8;
    letter-spacing: -0.03em; }
    @media (min-width: 600px) {
      .base blockquote p {
        font-size: 22px;
        line-height: 1.5;
        padding: 7px 20px 9px; } }
.base ul {
  margin: 0 0 30px 20px;
  list-style: none; }
  @media (min-width: 900px) {
    .base ul {
      margin: 0 0 40px 20px; } }
  .base ul li {
    position: relative;
    margin-bottom: 15px;
    padding-left: 12px;
    line-height: 1.5; }
    .base ul li::before {
      position: absolute;
      top: -1px;
      left: 8px;
      text-indent: -15px;
      content: "•";
      color: #f6881f; }
    .base ul li ul {
      margin: 12px 0 30px 0; }
.base ol {
  list-style: none;
  counter-reset: a;
  margin: 0 0 30px 20px; }
  @media (min-width: 900px) {
    .base ol {
      margin: 0 0 30px 30px; } }
  .base ol li {
    position: relative;
    margin-bottom: 12px;
    padding-left: 25px;
    line-height: 1.5; }
    .base ol li::before {
      font-family: "azo-sans-web", sans-serif;
      font-weight: 700;
      font-style: normal;
      position: absolute;
      text-indent: -35px;
      counter-increment: a;
      content: counter(a) ".";
      color: #f6881f;
      top: 0px; }
.base .alignnone, .base .aligncenter {
  margin: 0 auto 30px; }
.base .alignright {
  margin: 0 auto 30px; }
  @media (min-width: 900px) {
    .base .alignright {
      margin: 0 0 30px 30px;
      float: right; } }
.base .alignleft {
  margin: 0 auto 30px; }
  @media (min-width: 900px) {
    .base .alignleft {
      float: left;
      margin: 0 30px 30px 0; } }
.base .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  margin: 30px auto; }
  .base .embed-container iframe, .base .embed-container object, .base .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.site-header {
  background: #29394e;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 998;
  padding: 7px 0;
  transition: 0.2s; }
  @media (min-width: 900px) {
    .site-header {
      padding: 30px 0 0;
      background: transparent; } }
  .site-header.sticky {
    background: #29394e;
    padding: 7px 0;
    box-shadow: 0px 10px 7px -12px rgba(0, 0, 0, 0.25); }
    .site-header.sticky .grid {
      align-items: center; }
    .site-header.sticky .logo {
      width: 180px; }
  .site-header .logo {
    display: block;
    width: 180px;
    margin-left: 3%;
    transition: 0.2s;
    position: relative;
    z-index: 9999; }
    @media (min-width: 900px) {
      .site-header .logo {
        margin-left: 0;
        width: 220px; } }
    @media (min-width: 1024px) {
      .site-header .logo {
        width: 250px; } }
  .site-header .grid {
    align-items: center;
    position: relative; }
    @media (min-width: 900px) {
      .site-header .grid {
        align-items: flex-end; } }
  .site-header .logo-mobile {
    display: none; }
  .site-header .menu-primary-subpage-container, .site-header .menu-primary-home-container {
    display: none; }
    @media (min-width: 900px) {
      .site-header .menu-primary-subpage-container, .site-header .menu-primary-home-container {
        display: block; } }
  .site-header .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    .site-header .menu li {
      position: relative; }
      @media (min-width: 900px) {
        .site-header .menu li {
          margin-left: 30px; }
          .site-header .menu li:first-of-type {
            margin-left: 0px; } }
      @media (min-width: 1024px) {
        .site-header .menu li {
          margin-left: 40px; } }
      @media (min-width: 1200px) {
        .site-header .menu li {
          margin-left: 60px; } }
      .site-header .menu li.btn a {
        background: #f6881f;
        display: inline-block;
        padding: 12px 20px; }
        .site-header .menu li.btn a:hover {
          background: #2f81ad;
          color: #ffffff; }
    .site-header .menu a {
      transition: 0.2s; }
      @media (min-width: 900px) {
        .site-header .menu a {
          font-size: 14px;
          display: inline-block;
          font-family: "alverata", serif;
          font-weight: 700;
          font-style: normal;
          color: #ffffff; } }
      @media (min-width: 1024px) {
        .site-header .menu a {
          font-size: 16px; } }
      @media (min-width: 1200px) {
        .site-header .menu a {
          font-size: 18px; } }
      .site-header .menu a:hover {
        color: #f6881f; }

.admin-bar .site-header {
  top: 46px; }
  @media (min-width: 768px) {
    .admin-bar .site-header {
      top: 32px; } }

.site-footer {
  text-align: center;
  padding: 0 0 60px;
  position: relative;
  z-index: 6; }
  .site-footer .logo {
    display: inline-block;
    margin: 0 auto 35px;
    width: 180px; }
    @media (min-width: 600px) {
      .site-footer .logo {
        width: 250px; } }
    @media (min-width: 900px) {
      .site-footer .logo {
        width: 300px; } }
  .site-footer .linkedin {
    margin: 0 auto 30px;
    font-size: 16px;
    font-family: "alverata", serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #29394e;
    display: inline-block; }
    @media (min-width: 600px) {
      .site-footer .linkedin {
        font-size: 18px; } }
    .site-footer .linkedin:hover {
      color: #2f81ad; }
      .site-footer .linkedin:hover .icon-linkedin {
        color: #2f81ad;
        color: #ffffff; }
    .site-footer .linkedin .icon-linkedin {
      background: #2f81ad;
      color: #ffffff;
      border-radius: 999em;
      margin-left: 5px;
      display: inline-block;
      padding: 6px;
      width: 29px;
      height: 29px; }
      @media (min-width: 600px) {
        .site-footer .linkedin .icon-linkedin {
          padding: 8px;
          width: 35px;
          height: 35px; } }
  .site-footer .copyright {
    max-width: 550px;
    margin: 0 auto;
    border-top: 2px solid #d5e0e4;
    padding-top: 30px; }
    .site-footer .copyright p {
      font-size: 14px;
      line-height: 1.4;
      margin-bottom: 10px; }
      .site-footer .copyright p a:not(.sundaram) {
        text-decoration: underline;
        color: #13171e; }
        .site-footer .copyright p a:not(.sundaram):hover {
          text-decoration: none; }
    .site-footer .copyright .sundaram {
      text-transform: uppercase;
      letter-spacing: 0.1em;
      color: #f6881f;
      font-size: 12px;
      text-decoration: none;
      font-family: "azo-sans-web", sans-serif;
      font-weight: 700;
      font-style: normal; }
      .site-footer .copyright .sundaram:hover {
        color: #2f81ad; }

#popup {
  display: none; }
  #popup.open {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #popup.open .overlay {
      position: absolute;
      z-index: 999;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(41, 57, 78, 0.95); }
    #popup.open .popup {
      animation: fadeUp;
      -webkit-animation-name: fadeUp;
      animation-duration: 0.6s;
      animation-iteration-count: 1;
      animation-timing-function: cubic-bezier(0.68, -0.3, 0.265, 1.3);
      animation-fill-mode: forwards;
      text-align: left;
      position: relative;
      z-index: 999;
      display: block;
      max-width: 1100px;
      background-color: #ffffff;
      padding: 65px 20px 30px;
      height: 100%;
      overflow: scroll; }
      @media (min-width: 900px) {
        #popup.open .popup {
          padding: 40px 40px 30px;
          height: auto;
          width: 94%;
          margin: 0 auto; } }
      @media (min-width: 1200px) {
        #popup.open .popup {
          padding: 40px 60px 30px; } }
      @media (min-width: 1400px) {
        #popup.open .popup {
          padding: 80px 60px 30px; } }
      #popup.open .popup .wave {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1; }
      #popup.open .popup .closeModal {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #13171e;
        font-size: 30px;
        cursor: pointer;
        z-index: 2; }
        #popup.open .popup .closeModal:hover {
          color: #f6881f; }
      #popup.open .popup .container {
        position: relative;
        z-index: 2; }
      #popup.open .popup .base p {
        font-size: 16px; }

.page-hero {
  position: relative;
  z-index: 1;
  margin-top: 76px; }
  @media (min-width: 900px) {
    .page-hero {
      margin-top: 120px; } }
  .page-hero .wave {
    position: relative;
    z-index: 3;
    bottom: -3px; }
    .page-hero .wave .wave-lines {
      position: absolute;
      width: 100%;
      z-index: 4; }
  .page-hero video {
    position: absolute;
    width: 100%;
    max-width: none;
    height: 100%;
    object-fit: cover; }
  .page-hero .overlay {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(19, 23, 30, 0.2); }
  .page-hero .wrap1100 {
    position: relative;
    z-index: 5; }
  .page-hero .hero {
    position: relative;
    z-index: 6;
    padding: 90px 0 60px; }
    @media (min-width: 480px) {
      .page-hero .hero {
        padding: 120px 0 80px; } }
    @media (min-width: 600px) {
      .page-hero .hero {
        padding: 180px 0 80px; } }
    @media (min-width: 900px) {
      .page-hero .hero {
        padding: 250px 0 80px; } }
    .page-hero .hero h1 {
      color: #ffffff;
      font-size: 36px;
      letter-spacing: -0.03em;
      font-family: "alverata", serif;
      font-weight: 700;
      font-style: normal;
      line-height: 1.1;
      margin-bottom: 40px; }
      @media (min-width: 480px) {
        .page-hero .hero h1 {
          font-size: 40px; } }
      @media (min-width: 600px) {
        .page-hero .hero h1 {
          font-size: 55px; } }
      @media (min-width: 900px) {
        .page-hero .hero h1 {
          font-size: 65px; } }
      @media (min-width: 1200px) {
        .page-hero .hero h1 {
          font-size: 80px; } }
    .page-hero .hero .definition {
      max-width: 580px;
      margin: 0 auto 30px; }
    .page-hero .hero .angle {
      width: 90px;
      display: block;
      margin: 0 auto; }
      .page-hero .hero .angle:hover img {
        transform: translateY(4px); }
      .page-hero .hero .angle img {
        position: relative;
        transition: 0.4s cubic-bezier(0.175, 0.885, 0.2, 1.5); }

.home-welcome {
  background: #29394e;
  position: relative;
  padding: 30px 0 0; }
  @media (min-width: 900px) {
    .home-welcome {
      padding: 0; } }
  .home-welcome .intro {
    position: relative;
    z-index: 6; }
  .home-welcome .dots {
    position: absolute;
    right: 0;
    top: -120px; }
    @media (min-width: 900px) {
      .home-welcome .dots {
        top: -250px; } }
  .home-welcome .wave {
    position: relative;
    z-index: 3;
    bottom: -3px; }
    .home-welcome .wave .wave-lines {
      position: absolute;
      width: 100%;
      z-index: 4; }
  .home-welcome .wrap1200 {
    position: relative;
    z-index: 6; }
  .home-welcome .grid {
    margin: 0 auto;
    position: relative;
    z-index: 6; }
    @media (min-width: 900px) {
      .home-welcome .grid {
        margin: 0 -30px; } }
  .home-welcome .grid-item {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 900px) {
      .home-welcome .grid-item {
        width: 50%; } }
    @media (min-width: 900px) {
      .home-welcome .grid-item .base {
        padding: 0 30px; } }

.home-benefits {
  padding: 30px 0 0;
  background: #2f81ad; }
  @media (min-width: 900px) {
    .home-benefits {
      padding: 0; } }
  .home-benefits .wave {
    position: relative;
    z-index: 3;
    bottom: -3px; }
    .home-benefits .wave .wave-lines {
      position: absolute;
      width: 100%;
      z-index: 4; }
  .home-benefits .wrap1200 {
    position: relative;
    z-index: 6; }
    .home-benefits .wrap1200 .dots {
      position: absolute;
      left: 0;
      top: -120px; }
      @media (min-width: 900px) {
        .home-benefits .wrap1200 .dots {
          top: -250px; } }
  .home-benefits .grid {
    margin: 0 auto;
    position: relative;
    z-index: 6;
    margin: 0 4%; }
    @media (min-width: 900px) {
      .home-benefits .grid {
        justify-content: flex-end;
        margin: 0 -30px; } }
  .home-benefits .grid-item {
    width: 100%;
    margin-bottom: 30px; }
    @media (min-width: 900px) {
      .home-benefits .grid-item {
        width: 50%; } }
    @media (min-width: 900px) {
      .home-benefits .grid-item:first-of-type {
        margin-left: 3%;
        width: calc(50% - 3%); } }
    @media (min-width: 900px) {
      .home-benefits .grid-item:first-of-type .base {
        float: right; } }
    @media (min-width: 900px) {
      .home-benefits .grid-item:last-of-type .base {
        margin-right: 3%; } }
    @media (min-width: 900px) {
      .home-benefits .grid-item .base {
        padding: 0 30px;
        max-width: 630px; } }
    .home-benefits .grid-item .img {
      width: 100%;
      margin-bottom: 30px; }
      @media (min-width: 900px) {
        .home-benefits .grid-item .img {
          margin-left: 30px; } }

.home-journey {
  background: #d5e0e4;
  padding: 30px 0 60px; }
  @media (min-width: 900px) {
    .home-journey {
      padding: 0 0 60px; } }
  .home-journey .dots {
    position: absolute;
    top: -120px;
    right: 0; }
  .home-journey .intro {
    margin-bottom: 60px;
    position: relative;
    z-index: 6; }
  .home-journey .wrap1200, .home-journey .wrap1400 {
    position: relative;
    z-index: 6; }
  .home-journey .phase {
    margin-bottom: 50px;
    align-items: flex-start;
    position: relative;
    z-index: 6; }
    @media (min-width: 600px) {
      .home-journey .phase {
        margin-bottom: 60px; } }
    @media (min-width: 900px) {
      .home-journey .phase {
        max-width: 700px; } }
    @media (min-width: 900px) {
      .home-journey .phase#phase-2 {
        margin-left: 55px; } }
    @media (min-width: 1200px) {
      .home-journey .phase#phase-2 {
        margin-left: 110px; } }
    @media (min-width: 900px) {
      .home-journey .phase#phase-3 {
        margin-left: 110px; } }
    @media (min-width: 1200px) {
      .home-journey .phase#phase-3 {
        margin-left: 220px; } }
    @media (min-width: 900px) {
      .home-journey .phase#phase-4 {
        margin-left: 165px; } }
    @media (min-width: 1200px) {
      .home-journey .phase#phase-4 {
        margin-left: 330px; } }
    .home-journey .phase .icon {
      width: 60px;
      position: relative;
      top: -13px; }
      @media (min-width: 600px) {
        .home-journey .phase .icon {
          top: -28px;
          width: 90px; } }
    .home-journey .phase .base {
      width: calc(100% - 60px);
      padding-left: 10px; }
      @media (min-width: 600px) {
        .home-journey .phase .base {
          width: calc(100% - 90px);
          padding-left: 20px; } }
      .home-journey .phase .base blockquote p {
        background: linear-gradient(to top, #2f81ad, #2f81ad);
        color: #ffffff; }
  .home-journey .packages {
    position: relative; }
    .home-journey .packages .dots {
      position: absolute;
      top: -120px;
      left: 0; }
      @media (min-width: 900px) {
        .home-journey .packages .dots {
          top: -320px; } }
  @media (min-width: 1200px) {
    .home-journey .package {
      margin-left: 440px; } }
  .home-journey .package .grid-item {
    width: 100%;
    border-top: 2px solid #00629a;
    padding-top: 30px; }
    @media (min-width: 900px) {
      .home-journey .package .grid-item {
        border: none;
        padding: 0;
        border-left: 2px solid #00629a;
        width: 33%; } }
  @media (min-width: 900px) {
    .home-journey .package .item {
      padding: 0 20px; } }
  .home-journey .package .icon {
    width: 130px;
    margin: 0 0 20px; }

.home-book {
  background: #f6881f;
  padding: 60px 0 30px;
  overflow: hidden;
  position: relative; }
  .home-book .waves {
    position: absolute;
    top: -10%;
    width: 100%;
    z-index: 1; }
    @media (min-width: 600px) {
      .home-book .waves {
        top: -45%; } }
    @media (min-width: 900px) {
      .home-book .waves {
        top: -60%; } }
    @media (min-width: 1400px) {
      .home-book .waves {
        top: -90%; } }
  .home-book .wrap1100, .home-book .wrap1200 {
    position: relative;
    z-index: 6; }
  .home-book .base h2::before {
    border-color: #ffffff; }
  .home-book .grid {
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    max-width: 900px;
    position: relative;
    z-index: 6; }
  .home-book .grid-item {
    margin-bottom: 30px; }
    .home-book .grid-item:first-of-type {
      text-align: center; }
      @media (min-width: 900px) {
        .home-book .grid-item:first-of-type {
          text-align: right;
          width: calc(100% - 330px);
          border-right: 2px solid #ffffff; } }
      .home-book .grid-item:first-of-type .base p:last-of-type {
        margin-bottom: 0; }
    .home-book .grid-item:last-of-type {
      text-align: center; }
      @media (min-width: 900px) {
        .home-book .grid-item:last-of-type {
          width: 330px;
          text-align: left; } }
      .home-book .grid-item:last-of-type .button {
        min-width: 250px; }
    .home-book .grid-item .base {
      padding: 0; }
      @media (min-width: 900px) {
        .home-book .grid-item .base {
          padding: 0 40px; } }

.home-contact {
  padding-top: 80px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 900px) {
    .home-contact {
      padding-top: 100px; } }
  .home-contact .waves {
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 1; }
  .home-contact #about {
    position: relative;
    z-index: 6; }
  .home-contact .grid-item {
    margin-bottom: 30px; }
    .home-contact .grid-item.img {
      width: 250px;
      height: 250px;
      margin: 0 auto 30px;
      border-radius: 999em;
      overflow: hidden; }
      @media (min-width: 600px) {
        .home-contact .grid-item.img {
          width: 300px;
          height: 300px; } }
      @media (min-width: 900px) {
        .home-contact .grid-item.img {
          width: 400px;
          height: 400px;
          margin: 0; } }
    .home-contact .grid-item:last-of-type {
      width: 100%; }
      @media (min-width: 900px) {
        .home-contact .grid-item:last-of-type {
          padding-left: 40px;
          width: calc(100% - 400px); } }
  .home-contact #contact {
    text-align: center;
    position: relative;
    z-index: 6;
    margin: 60px auto 80px; }
    .home-contact #contact #gform_1 .gform_footer {
      text-align: center; }

.dots {
  display: flex;
  flex-wrap: wrap;
  width: 40px;
  z-index: 1; }
  @media (min-width: 900px) {
    .dots {
      width: 100px; } }
  .dots span {
    width: 25%;
    text-align: center;
    display: inline-block;
    padding: 5px; }
    @media (min-width: 900px) {
      .dots span {
        padding: 10px; } }
    .dots span:before {
      display: block;
      content: "";
      width: 2px;
      height: 2px;
      border-radius: 999em;
      background: #f6881f; }
      @media (min-width: 900px) {
        .dots span:before {
          width: 5px;
          height: 5px; } }

.base .gform_wrapper {
  text-align: left; }
  .base .gform_wrapper .gsection {
    border-bottom: 2px solid #d5e0e4; }
  .base .gform_wrapper .gform_required_legend {
    display: none; }
  .base .gform_wrapper .gform_description {
    margin: 0 0 40px;
    color: #00629a;
    display: block;
    font-size: 20px;
    line-height: 1.3;
    text-align: center;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: italic; }
    @media (min-width: 900px) {
      .base .gform_wrapper .gform_description {
        font-size: 24px; } }
  .base .gform_wrapper .gform_fields {
    margin: 0;
    display: table;
    width: 100%;
    clear: both; }
  .base .gform_wrapper .gfield {
    width: 100%;
    float: left;
    padding-left: 0;
    margin-bottom: 30px;
    line-height: 1; }
    .base .gform_wrapper .gfield:before {
      display: none; }
    .base .gform_wrapper .gfield label {
      display: block;
      font-size: 12px;
      color: #13171e;
      text-transform: uppercase;
      letter-spacing: 0.1em;
      margin: 4px 0 0 0; }
      @media (min-width: 900px) {
        .base .gform_wrapper .gfield label {
          font-size: 14px; } }
    .base .gform_wrapper .gfield .gfield_label {
      color: #29394e;
      font-family: "azo-sans-web", sans-serif;
      font-weight: 700;
      font-style: normal;
      margin: 0 0 8px 0;
      font-size: 16px;
      letter-spacing: normal;
      text-transform: none; }
      @media (min-width: 900px) {
        .base .gform_wrapper .gfield .gfield_label {
          font-size: 18px; } }
  .base .gform_wrapper .gfield_required {
    color: #2f81ad;
    margin-left: 3px; }
  .base .gform_wrapper input, .base .gform_wrapper textarea {
    width: 100%;
    box-shadow: none;
    border: 1px solid transparent;
    font-family: "azo-sans-web", sans-serif;
    font-weight: 400;
    font-style: normal;
    padding: 8px 10px;
    height: 50px;
    background: #eff5f7;
    font-size: 16px; }
    @media (min-width: 900px) {
      .base .gform_wrapper input, .base .gform_wrapper textarea {
        font-size: 18px; } }
  .base .gform_wrapper textarea {
    height: 200px; }
  .base .gform_wrapper .gform_validation_container {
    display: none; }
  @media (min-width: 900px) {
    .base .gform_wrapper .form-left, .base .gform_wrapper .name_first {
      width: 48%;
      clear: left;
      float: left; } }
  @media (min-width: 900px) {
    .base .gform_wrapper .form-right, .base .gform_wrapper .name_last {
      width: 48%;
      float: right;
      clear: right; } }
  @media (max-width: 900px) {
    .base .gform_wrapper .name_first {
      display: block;
      margin-bottom: 30px; } }
  .base .gform_wrapper .ginput_container_select {
    position: relative;
    border: 1px solid #13171e;
    border-radius: 10px;
    height: 50px; }
    .base .gform_wrapper .ginput_container_select:after {
      display: none\9 ;
      pointer-events: none;
      content: "▾";
      font-size: 22px;
      position: absolute;
      top: 10px;
      right: 10px;
      color: #00629a; }
    .base .gform_wrapper .ginput_container_select select {
      font-size: 0.9em;
      border: none;
      background: transparent;
      height: 48px;
      padding-left: 10px;
      width: 100%;
      -webkit-appearance: none !important;
      font-family: "azo-sans-web", sans-serif;
      font-weight: 400;
      font-style: normal; }
@support ( -webkit-appearance: none ) or ( appearance: none ) or ( ( -moz-appearance: none ) and ( mask-type: alpha ) ) {
  .base .gform_wrapper .ginput_container_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; } }
    .base .gform_wrapper .ginput_container_select:after {
      display: block; }
  .base .gform_wrapper .ginput_container_checkbox,
  .base .gform_wrapper .ginput_container_radio {
    /* after */
    /* before */ }
    .base .gform_wrapper .ginput_container_checkbox .gchoice,
    .base .gform_wrapper .ginput_container_radio .gchoice {
      line-height: 1.6;
      margin: 5px 0; }
      .base .gform_wrapper .ginput_container_checkbox .gchoice label,
      .base .gform_wrapper .ginput_container_radio .gchoice label {
        color: #13171e;
        font-family: "azo-sans-web", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
        text-transform: none;
        letter-spacing: normal;
        margin: 0;
        line-height: normal;
        cursor: pointer;
        position: relative; }
        @media (min-width: 900px) {
          .base .gform_wrapper .ginput_container_checkbox .gchoice label,
          .base .gform_wrapper .ginput_container_radio .gchoice label {
            font-size: 20px; } }
    .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox],
    .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] {
      opacity: 0;
      position: absolute; }
    .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label,
    .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label {
      position: relative;
      overflow: hidden;
      padding-left: 30px;
      cursor: pointer;
      display: inline-block; }
    .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:before,
    .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox] + label:after,
    .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label:before,
    .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox] + label:after {
      content: "";
      position: absolute;
      left: 0;
      z-index: 1;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
    .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:not(:checked) + label:after,
    .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:not(:checked) + label:after {
      width: 20px;
      height: 20px;
      background: #eff5f7;
      border: 2px solid #eff5f7;
      top: 6px; }
    .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:after,
    .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:checked + label:after {
      top: 6px;
      width: 20px;
      height: 20px;
      border: 2px solid #00629a;
      background-color: #00629a;
      z-index: 0; }
    .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:not(:checked) + label:before,
    .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:not(:checked) + label:before {
      width: 0;
      height: 0;
      border: 3px solid transparent;
      left: 6px;
      top: 10px;
      -webkit-transform: rotateZ(37deg);
      transform: rotateZ(37deg);
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }
    .base .gform_wrapper .ginput_container_checkbox .gfield_checkbox input[type=checkbox]:checked + label:before,
    .base .gform_wrapper .ginput_container_radio .gfield_checkbox input[type=checkbox]:checked + label:before {
      top: 6px;
      left: 2px;
      width: 7px;
      height: 13px;
      margin-top: 3px;
      border-top: 0px solid transparent;
      border-left: 0px solid transparent;
      border-right: 3px solid #fff;
      border-bottom: 3px solid #fff;
      -webkit-transform: rotateZ(37deg);
      transform: rotateZ(37deg);
      -webkit-transform-origin: 100% 100%;
      transform-origin: 100% 100%; }
    .base .gform_wrapper .ginput_container_checkbox input[type=radio],
    .base .gform_wrapper .ginput_container_radio input[type=radio] {
      visibility: hidden;
      position: absolute; }
    .base .gform_wrapper .ginput_container_checkbox input[type=radio] + label:before,
    .base .gform_wrapper .ginput_container_radio input[type=radio] + label:before {
      height: 20px;
      width: 20px;
      margin-right: 10px;
      content: " ";
      display: inline-block;
      vertical-align: baseline;
      background: #ffffff;
      border: 2px solid #00629a;
      top: 3px;
      position: relative; }
    .base .gform_wrapper .ginput_container_checkbox input[type=radio]:checked + label:before,
    .base .gform_wrapper .ginput_container_radio input[type=radio]:checked + label:before {
      background: #ffffff; }
    .base .gform_wrapper .ginput_container_checkbox input[type=radio]:checked + label::after,
    .base .gform_wrapper .ginput_container_radio input[type=radio]:checked + label::after {
      content: " ";
      position: absolute;
      width: 16px;
      height: 16px;
      border: 2px solid #ffffff;
      border-radius: 999em;
      left: 2px;
      top: 5px;
      background: #00629a; }
    .base .gform_wrapper .ginput_container_checkbox input[type=radio] + label:before,
    .base .gform_wrapper .ginput_container_radio input[type=radio] + label:before {
      border-radius: 50%; }
  .base .gform_wrapper .form-nolabel .gfield_label, .base .gform_wrapper .form-nolabel .gsection_title {
    display: none !important; }
  .base .gform_wrapper .gform_footer .gform_button {
    height: auto;
    width: 220px;
    position: relative;
    display: inline-block;
    background: #f6881f;
    color: #ffffff;
    font-family: "alverata", serif;
    font-weight: 700;
    font-style: normal;
    line-height: normal;
    padding: 12px 20px;
    overflow: hidden;
    font-size: 18px;
    letter-spacing: -0.03em;
    text-align: center;
    transition: 0.2s;
    cursor: pointer; }
    .base .gform_wrapper .gform_footer .gform_button:hover {
      background: #2f81ad; }
  .base .gform_wrapper .gform_validation_errors {
    display: none; }
  .base .gform_wrapper .gfield_error input, .base .gform_wrapper .gfield_error textarea {
    border: 1px solid #2f81ad !important; }
  .base .gform_wrapper .gfield_error .validation_message {
    font-family: "azo-sans-web", sans-serif;
    font-weight: 700;
    font-style: italic;
    color: #2f81ad;
    text-align: left;
    font-size: 13px;
    display: block;
    clear: both;
    padding-top: 7px; }

.gform_confirmation_message {
  color: #2f81ad;
  font-family: "azo-sans-web", sans-serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.4em;
  text-align: center;
  font-size: 18px;
  margin: 20px auto; }
  @media (min-width: 900px) {
    .gform_confirmation_message {
      font-size: 24px; } }

body img.gform_ajax_spinner {
  display: none !important; }

.mobile-toggle-container {
  display: block;
  position: absolute;
  width: 60px;
  height: 65px;
  cursor: pointer;
  right: 10px;
  top: 0px;
  z-index: 9999;
  display: block; }
  @media (min-width: 900px) {
    .mobile-toggle-container {
      display: none; } }

.mobile-toggle {
  display: flex;
  height: 100%;
  align-items: center; }
  .mobile-toggle:hover .menu-icon::after, .mobile-toggle:hover .menu-icon::before {
    background: #2f81ad; }
  .mobile-toggle:hover .menu-icon span {
    background: #2f81ad; }

.menu-icon {
  position: absolute;
  left: 0;
  right: 0;
  display: block; }
  .menu-icon::after, .menu-icon::before {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 3px;
    background: #f6881f;
    content: "";
    opacity: 1;
    transition: all 0.2s ease; }
  .menu-icon::before {
    top: -11px;
    transition: all 0.2s ease;
    transition-timing-function: cubic-bezier(0.75, 0.15, 0.36, 1); }
  .menu-icon::after {
    bottom: -13px;
    transition: all 0.2s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01); }
  .menu-icon span {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 3px;
    border-radius: 999em;
    background: #f6881f;
    transition: all 0.2s ease;
    transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01); }

@media (max-width: 900px) {
  .menu-open .admin-bar .site-header .mobile-toggle-container {
    top: 0px; }
  .menu-open .mobile-toggle-container .mobile-toggle {
    display: flex;
    height: 100%;
    align-items: center; }
    .menu-open .mobile-toggle-container .mobile-toggle .menu-icon::after, .menu-open .mobile-toggle-container .mobile-toggle .menu-icon::before {
      background: #ffffff; }
    .menu-open .mobile-toggle-container .mobile-toggle .menu-icon span {
      background: #ffffff; }
    .menu-open .mobile-toggle-container .mobile-toggle:hover .menu-icon::after, .menu-open .mobile-toggle-container .mobile-toggle:hover .menu-icon::before {
      background: #ffffff; }
    .menu-open .mobile-toggle-container .mobile-toggle:hover .menu-icon span {
      background: #ffffff; }
  .menu-open .main-navigation {
    justify-content: space-between; }
  .menu-open .menu {
    width: 100%;
    display: block; }
  .menu-open .menu-primary-subpage-container, .menu-open .menu-primary-home-container {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #29394e;
    z-index: 999;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    visibility: visible !important;
    opacity: 1 !important;
    position: fixed;
    height: 100%;
    transition: opacity 0.4s cubic-bezier(0.23, 1, 0.32, 1); }
    .menu-open .menu-primary-subpage-container::before, .menu-open .menu-primary-home-container::before {
      background-image: url(../../waypoint/images/waves1.svg);
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-position: 70%;
      background-size: cover;
      background-repeat: no-repeat;
      opacity: 0.1; }
    .menu-open .menu-primary-subpage-container li, .menu-open .menu-primary-home-container li {
      margin: 24px auto;
      text-align: center;
      width: 94%;
      max-width: 1400px;
      display: block; } }
    @media (max-width: 900px) and (min-width: 600px) {
      .menu-open .menu-primary-subpage-container li, .menu-open .menu-primary-home-container li {
        margin: 32px auto; } }
@media (max-width: 900px) {
      .menu-open .menu-primary-subpage-container li.menu-item-has-children, .menu-open .menu-primary-home-container li.menu-item-has-children {
        border: none; }
      .menu-open .menu-primary-subpage-container li:last-of-type, .menu-open .menu-primary-home-container li:last-of-type {
        border: none; }
      .menu-open .menu-primary-subpage-container li a, .menu-open .menu-primary-home-container li a {
        font-size: 28px;
        line-height: 1.2;
        display: block;
        color: #ffffff;
        letter-spacing: -0.03em;
        font-family: "alverata", serif;
        font-weight: 700;
        font-style: normal; } }
      @media (max-width: 900px) and (min-width: 600px) {
        .menu-open .menu-primary-subpage-container li a, .menu-open .menu-primary-home-container li a {
          font-size: 32px; } }
@media (max-width: 900px) {
        .menu-open .menu-primary-subpage-container li a:hover, .menu-open .menu-primary-home-container li a:hover {
          color: #f6881f; } }
.menu-open .mobile-toggle:hover .menu-icon::after, .menu-open .mobile-toggle:hover .menu-icon::before {
  right: 0px !important; }
.menu-open .mobile-toggle:hover .menu-icon span {
  left: 0px !important; }
.menu-open .mobile-toggle .menu-icon::after, .menu-open .mobile-toggle .menu-icon::before {
  opacity: 0 !important;
  transition: all 0.6s ease; }
.menu-open .mobile-toggle .menu-icon-left {
  transform: rotate(45deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }
.menu-open .mobile-toggle .menu-icon-right {
  transform: rotate(-225deg);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 40px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 22;
  transition: ease-in 222ms; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
    cursor: pointer; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "icomoon";
    font-size: 38px;
    line-height: .8;
    padding: 3px;
    width: 40px;
    height: 40px;
    border-radius: 999em;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    transition: ease-in 222ms;
    color: #b01a1a;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 0px; }
  .slick-prev:hover:before, .slick-prev:focus:before {
    color: #b01a1a;
    background: #fff; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -35px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: 0px; }
  .slick-next:hover:before, .slick-next:focus:before {
    color: #b01a1a;
    background: #fff; }
  [dir="rtl"] .slick-next {
    left: -35px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.75; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "icomoon";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 1; }

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