@charset "UTF-8";
@import url("https://use.typekit.net/hsy6fug.css");
@media (min-width: 576px) {
  .mobile,
  .visible-xs {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .desktop,
  .hidden-xs {
    display: none !important;
  }
}

#wpadminbar {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  min-width: 0;
  padding-right: 32px;
  border-bottom-right-radius: 32px;
}
@media (max-width: 575px) {
  #wpadminbar {
    display: none;
  }
}
#wpadminbar #wp-admin-bar-my-account {
  display: none;
}

html {
  box-sizing: border-box;
  margin: 0 !important;
  padding: 0 !important;
  scroll-behavior: smooth;
}

body {
  color: #252525;
}

*,
*:before,
*:after,
[tabindex="-1"]:focus {
  box-sizing: border-box;
  outline: 0;
  zoom: 1;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
div,
ul,
ol,
li {
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

main {
  width: 100%;
  overflow: hidden;
}

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

p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 2vw 0;
}
p:first-child {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  p {
    margin: 4vw 0;
  }
}

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

@media (min-width: 576px) {
  body.fixed header #nav {
    left: 0;
    top: 0;
    width: 100%;
  }
  body.fixed header #logo img {
    height: 40px;
  }
}
@media (max-width: 575px) {
  body {
    padding-top: 15vw;
  }
  body header {
    position: fixed;
    background: #fff;
  }
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100000;
}
header .headWrap {
  display: flex;
  padding: 0;
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  header .headWrap {
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  header {
    display: flex;
    justify-content: space-between;
    padding: 3vw;
    box-shadow: 0 1vw 1vw rgba(0, 0, 0, 0.15);
    background: #fff;
  }
}
header #logo {
  text-align: center;
  padding: 10px;
  width: 15%;
  background: #ffffff;
}
header #logo a {
  display: inline-block;
}
header #logo img {
  display: block;
  width: auto;
}
@media (max-width: 767px) {
  header #logo {
    padding: 0;
    width: 168px;
    text-align: left;
    background: none;
  }
  header #logo img {
    width: 30vw;
  }
}
header #nav {
  padding: 0vw 1vw;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all 0.5s ease;
  background: #ffffff;
  margin-left: 0px;
  width: 85%;
}
header #nav a {
  font-size: 1.4vw;
  display: block;
  padding: 0.5vw;
  text-transform: uppercase;
  color: var(--color-gray);
  font-weight: 300;
  transition: all 0.25s ease;
  font-family: var(--font-condensed);
  white-space: nowrap;
}
header #nav a:hover {
  color: var(--color-black);
}
header #nav a:last-child {
  color: #54a029;
  font-weight: 500;
}
@media (max-width: 767px) {
  header #nav a:last-child {
    color: #fff;
  }
}
@media (max-width: 767px) {
  header #nav {
    position: absolute;
    right: 0;
    top: 12vw;
    background: var(--color-green);
    display: block;
    padding: 1.5vw;
    transform: scale(0.4);
    transform-origin: top right;
    opacity: 0;
    pointer-events: none;
  }
  header #nav.active {
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
    width: 100%;
    padding-bottom: 150vw;
  }
  header #nav a {
    display: block;
    font-size: 4.5vw;
    padding: 1.5vw 4vw;
    color: #ffffff;
    margin: 0 15px;
    border-bottom: solid 1px var(--color-white);
  }
}
header #travelling {
  position: absolute;
  right: 0;
  top: 0;
  white-space: nowrap;
}
@media (max-width: 575px) {
  header #travelling {
    position: relative;
  }
}
header #menu {
  display: inline-block;
  width: 10vw;
  height: 7vw;
  margin-top: 2.5vw;
}
@media (min-width: 768px) {
  header #menu {
    display: none;
  }
}
header #menu span {
  position: absolute;
  display: block;
  top: 2.75vw;
  width: 100%;
  height: 1vw;
  background: var(--color-gray);
  border-radius: 0.5vw;
  transition: all 0.5s ease;
}
header #menu span:first-child {
  top: 0;
}
header #menu span:last-child {
  top: 5.5vw;
}
header #menu.active span {
  opacity: 0;
}
header #menu.active span:first-child {
  opacity: 1;
  transform: rotate(45deg);
  top: 2.75vw;
}
header #menu.active span:last-child {
  opacity: 1;
  transform: rotate(-45deg);
  top: 2.75vw;
}

#hero {
  margin-top: 85px;
}
@media (max-width: 575px) {
  #hero {
    margin-top: 9px;
  }
}
#hero .slick-slide img {
  width: 100%;
}
#hero .caption {
  position: absolute;
  left: 50%;
  bottom: 6vw;
  transform: translateX(-50%);
  color: #ffffff;
  font-family: var(--font-head);
  font-size: 4.5vw;
  line-height: 1em;
  text-transform: uppercase;
  z-index: 2;
  white-space: nowrap;
  letter-spacing: 1px;
  text-align: center;
  text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
}
#hero:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 66%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  z-index: 1;
}
#hero:before {
  content: "";
  position: absolute;
  left: 1vw;
  top: 1vw;
  width: 24vw;
  height: 24vw;
  max-width: 25vw;
  max-height: 24vw;
  background: url(images/rb-on-telco-lake.png) left top no-repeat;
  z-index: 2;
  background-size: 25vw;
}

#exit {
  padding-top: 0;
}
#exit header {
  position: relative !important;
  justify-content: center;
}
#exit header #logo img {
  margin: 0 auto !important;
}
@media (max-width: 575px) {
  #exit #hero .caption {
    font-size: 2.5em;
  }
}
#exit #hero .caption {
  bottom: auto;
  top: 50%;
  transform: translate(-50%, -50%);
}
#exit #hero:after {
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.7));
}
#exit #main {
  padding: 6vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.5vw;
  text-align: center;
}
@media (max-width: 575px) {
  #exit #main {
    font-size: 5vw;
  }
}
#exit #main > div {
  padding: 0;
  margin: 1.5vw 0;
}
#exit #main > div p a {
  color: var(--color-blue);
  text-decoration: underline;
}
@media (max-width: 575px) {
  #exit #main > div {
    margin: 6vw 0;
  }
}
@media (max-width: 575px) {
  #exit #main {
    display: block;
  }
}

footer {
  background: #464544;
}
footer #foot {
  padding: 4vw 20px;
  color: #ffffff;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}
footer #foot a {
  display: inline-block;
  font-size: 16px;
}
@media (max-width: 575px) {
  footer #foot a {
    font-size: 3vw;
  }
}
footer #foot {
  text-align: center;
}
footer #foot img {
  width: auto;
  margin-bottom: 1.5vw;
}
footer #foot p {
  text-align: left;
  font-size: 13px;
  line-height: 18px;
}
footer #foot .twocol {
  display: flex;
  gap: 50px;
}
footer #foot .twocol .colitem {
  width: 20%;
  display: flex;
}
footer #foot .twocol .colitem.right {
  flex: 1;
}
footer #foot .twocol .colitem.right .footlinks {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-left: 10%;
}
@media (max-width: 575px) {
  footer #foot .twocol .colitem.right .footlinks {
    margin-left: 0%;
  }
}
footer #foot .twocol .colitem.right .footlinks ul {
  width: 33.33%;
}
@media (max-width: 767px) {
  footer #foot .twocol .colitem.right .footlinks ul {
    width: 100%;
  }
}
footer #foot .twocol .colitem.right .footlinks ul li {
  text-align: left;
}
footer #foot .twocol .colitem.right .footlinks ul li a {
  text-transform: uppercase;
  font: 300 20px/28px var(--font-condensed);
}
@media (max-width: 575px) {
  footer #foot .twocol .colitem.right .footlinks ul li a {
    font: 300 18px/26px var(--font-condensed);
  }
}
footer #foot .twocol .colitem.right .footlinks ul li.loginlink a {
  font: 300 20px/28px var(--font-condensed);
}
@media (max-width: 575px) {
  footer #foot .twocol .colitem.right .footlinks ul li.loginlink a {
    font: 300 18px/26px var(--font-condensed);
  }
}

#overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.85);
  padding: 30px;
  z-index: 100000;
  display: flex;
  align-items: center;
  justify-content: center;
  perspective: 1000px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s ease;
}
#overlay.active-image {
  overflow: hidden;
}
#overlay.active {
  opacity: 1 !important;
  pointer-events: auto;
}
#overlay.active > div.active {
  transform: rotateY(0deg) rotateX(0deg) translateZ(0px) scale(1);
  opacity: 1;
}
#overlay > div {
  display: none;
  margin: auto 0;
  width: 100%;
  max-width: 640px;
  background: #ffffff;
  padding: 30px;
  transform: rotateY(10deg) rotateX(45deg) translateZ(60px) scale(0.75);
  transition: all 0.75s ease;
  transform-origin: top;
  opacity: 0;
}
#overlay > div#popupimage {
  display: grid;
  margin: 0;
  padding: 5px;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#overlay > div#popupimage img {
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}
#overlay > div#popupimage .close {
  font-family: sans-serif !important;
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: var(--color-blue);
  font-weight: bold;
  font-size: 40px;
  cursor: pointer;
}
@media (max-width: 575px) {
  #overlay > div#popupimage .close {
    width: 50px;
    font-size: 40px;
  }
}
#overlay > div#popupiframe {
  display: block;
  margin: 0;
  padding: 15px;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
}
#overlay > div#popupiframe .popupiframe {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
#overlay > div#popupiframe .popupiframe iframe {
  border: 0;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#overlay > div#popupiframe .close {
  font-family: sans-serif !important;
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: var(--color-blue);
  font-weight: bold;
  font-size: 40px;
  cursor: pointer;
}
@media (max-width: 575px) {
  #overlay > div#popupiframe .close {
    width: 50px;
    font-size: 40px;
  }
}
#overlay > div#popupslideshow {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background: none;
  padding: 30px 60px;
}
@media (max-width: 575px) {
  #overlay > div#popupslideshow {
    padding: 60px 0;
  }
}
#overlay > div#popupslideshow #popupss {
  width: 100%;
  height: 100%;
}
#overlay > div#popupslideshow #popupss .slick-list,
#overlay > div#popupslideshow #popupss .slick-track {
  width: 100%;
  height: 100%;
}
#overlay > div#popupslideshow #popupss .slide {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
#overlay > div#popupslideshow #popupss .slide img {
  max-width: 100%;
  max-height: 100%;
  border: 5px solid #ffffff;
  pointer-events: none;
}
#overlay > div#popupslideshow #popupss .slick-arrow {
  width: 60px;
  height: 60px;
  border-top: 8px solid #ffffff;
  border-left: 8px solid #ffffff;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 0.25s ease;
}
#overlay > div#popupslideshow #popupss .slick-arrow:hover {
  border-color: var(--color-blue);
}
@media (max-width: 575px) {
  #overlay > div#popupslideshow #popupss .slick-arrow {
    width: 30px;
    height: 30px;
    border-width: 4px;
    top: auto;
    bottom: -75px;
  }
}
#overlay > div#popupslideshow #popupss .slick-arrow.slick-prev {
  left: -55px;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 575px) {
  #overlay > div#popupslideshow #popupss .slick-arrow.slick-prev {
    left: 50%;
    margin-left: -40px;
  }
}
#overlay > div#popupslideshow #popupss .slick-arrow.slick-next {
  right: -55px;
  transform: translateY(-50%) rotate(135deg);
}
@media (max-width: 575px) {
  #overlay > div#popupslideshow #popupss .slick-arrow.slick-next {
    right: 50%;
    margin-right: -40px;
  }
}
#overlay > div#popupslideshow .close {
  font-family: sans-serif !important;
  position: absolute;
  right: -10px;
  top: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #ffffff;
  color: var(--color-blue);
  font-weight: bold;
  font-size: 40px;
  cursor: pointer;
}
@media (max-width: 575px) {
  #overlay > div#popupslideshow .close {
    right: 0;
    top: 0;
    font-size: 40px;
  }
}
#overlay > div > h2 {
  margin: -30px -30px 30px -30px;
  padding-right: 60px;
  font-weight: normal;
  font-size: 30px;
  line-height: 30px;
  padding: 15px;
  background: #a45b27;
  color: #ffffff;
}
@media (max-width: 575px) {
  #overlay > div > h2 {
    font-size: 20px;
    line-height: 20px;
    padding-right: 50px;
  }
}
#overlay > div > h2:after {
  font-family: sans-serif !important;
  content: "×";
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 100%;
  background: #bd682b;
  color: #ffffff;
  font-weight: bold;
  font-size: 40px;
  cursor: pointer;
}
@media (max-width: 575px) {
  #overlay > div > h2:after {
    width: 50px;
    font-size: 40px;
  }
}

.signupbtn {
  z-index: 999999;
  position: fixed;
  text-align: center;
  background: var(--color-blue);
  color: #fff;
  width: 100%;
  font-size: 15px;
  padding: 10px 0;
  font-weight: 600;
  bottom: 0;
}
.signupbtn span {
  width: 60%;
  line-height: 15px;
  display: inline-block;
  text-align: left;
}
.signupbtn a {
  display: inline-block;
  color: var(--color-blue);
  background: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  line-height: 15px;
  margin: 4px 0 0 10px;
  vertical-align: top;
}

.scrollToTop {
  background: rgba(0, 0, 0, 0.2);
  bottom: 0px;
  height: 50px;
  padding: 2px;
  position: fixed;
  right: 0px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 99999;
  outline: 0px;
  color: #000;
}
.scrollToTop svg {
  position: relative;
  top: 12px;
  left: 0px;
  width: 50px;
  height: 25px;
}
.scrollToTop:hover {
  background: rgba(0, 0, 0, 0.9);
  text-decoration: none;
  outline: 0px;
}
.scrollToTop:hover svg {
  color: #fff;
}
.scrollToTop:focus {
  outline: 0px;
}

.hideScroll {
  display: none;
}

:root {
  --form-bg: transparent;
  --form-font: Verdana, Geneva, sans-serif;
  --form-gap: 15px;
  --field-text: #000000;
  --field-bg: #ffffff;
  --field-accent: #7ac142;
  --field-border: #000000;
  --field-size: 30px;
  --field-style: normal;
  --field-font-size: 16px;
  --field-line-height: 20px;
  --label-style: normal;
  --label-font-size: 14px;
  --label-line-height: 18px;
  --disclaimer-style: normal;
  --disclaimer-font-size: 14px;
  --disclaimer-line-height: 18px;
  --required-notice-style: italic;
  --required-notice-font-size: 14px;
  --required-notice-line-height: 18px;
  --placeholder-color: #404040;
  --button-color: #ffffff;
  --button-bg: #000000;
  --valid: "ffffff";
  --invalid: "ffffff";
  --svg-accent: "7c673f";
}

body .st-form {
  width: 100%;
  margin: 0 auto;
  background: var(--form-bg);
  overflow: hidden;
  transition: all 0.5s ease;
}
body .st-form,
body .st-form * {
  position: relative;
  box-sizing: border-box;
  outline: 0;
  resize: none;
}
body .st-form.st-nolabels .st-field label {
  display: none !important;
}
body .st-form.st-nolabels .st-field.st-checkbox label, body .st-form.st-nolabels .st-field.st-radio label {
  display: block !important;
}
body .st-form [placeholder]::-webkit-input-placeholder {
  color: var(--placeholder-color);
}
body .st-form [placeholder]:-moz-placeholder {
  color: var(--placeholder-color);
}
body .st-form [placeholder]::-moz-placeholder {
  color: var(--placeholder-color);
}
body .st-form [placeholder]:-ms-input-placeholder {
  color: var(--placeholder-color);
}
body .st-form.st-noplaceholders [placeholder]::-webkit-input-placeholder {
  color: transparent;
}
body .st-form.st-noplaceholders [placeholder]:-moz-placeholder {
  color: transparent;
}
body .st-form.st-noplaceholders [placeholder]::-moz-placeholder {
  color: transparent;
}
body .st-form.st-noplaceholders [placeholder]:-ms-input-placeholder {
  color: transparent;
}
body .st-form .st-fields .st-field {
  margin: 0 0 0.75vw 0;
  max-width: 100%;
}
@media (max-width: 575px) {
  body .st-form .st-fields .st-field {
    margin-bottom: 2vw;
  }
}
body .st-form .st-fields .st-field input,
body .st-form .st-fields .st-field select,
body .st-form .st-fields .st-field textarea {
  width: 100%;
  font: 300 1vw/1em var(--font-body);
  padding: 0.75vw 0.5vw;
}
@media (max-width: 575px) {
  body .st-form .st-fields .st-field input,
  body .st-form .st-fields .st-field select,
  body .st-form .st-fields .st-field textarea {
    font-size: 4vw;
    padding: 1.5vw 1vw;
  }
}
body .st-form .st-fields .st-field input,
body .st-form .st-fields .st-field select,
body .st-form .st-fields .st-field textarea {
  border: 1px solid var(--field-border);
  margin: 0;
  display: block;
  color: var(--field-text);
  background: var(--field-bg) no-repeat top -1px left -1px;
  background-size: var(--field-size)-var(--field-line-height)/21px 1000px;
}
body .st-form .st-fields .st-field input[required]:valid,
body .st-form .st-fields .st-field select[required]:valid,
body .st-form .st-fields .st-field textarea[required]:valid {
  background-image: url('data:image/svg+xml;utf8,<svg height="100" width="100" preserveAspectRatio="none" version="1.1" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 100,100 0,100" style="fill:%23var(--valid);stroke:%23var(--valid);stroke-width:1" /></svg>');
}
body .st-form .st-fields .st-field input[required]:invalid,
body .st-form .st-fields .st-field select[required]:invalid,
body .st-form .st-fields .st-field textarea[required]:invalid {
  background-image: url('data:image/svg+xml;utf8,<svg height="100" width="100" preserveAspectRatio="none" version="1.1" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 100,100 0,100" style="fill:%23var(--invalid);stroke:%23var(--invalid);stroke-width:1" /></svg>');
}
body .st-form .st-fields .st-field textarea {
  height: 8em;
}
body .st-form .st-fields .st-field label {
  display: block;
  font: var(--label-style) var(--label-font-size)px/var(--label-line-height)px var(--form-font);
  margin: 0 0 calc(var(--form-gap) / 2) 0;
}
body .st-form .st-fields .st-field.st-checkbox, body .st-form .st-fields .st-field.st-radio {
  display: flex;
  flex-direction: row-reverse;
}
body .st-form .st-fields .st-field.st-checkbox label, body .st-form .st-fields .st-field.st-radio label {
  flex: 1 1 100%;
  margin: 0 0 0 var(--form-gap)px;
  display: flex;
  align-items: center;
}
body .st-form .st-fields .st-field.st-checkbox div, body .st-form .st-fields .st-field.st-radio div {
  left: 0;
  top: 0;
  width: calc(var(--field-size) + 4px);
  height: calc(var(--field-size) + 4px);
  min-width: calc(var(--field-size) + 4px);
  border: 2px solid var(--field-border);
  background: var(--field-bg) no-repeat center center;
  background-size: 80% 80%;
}
body .st-form .st-fields .st-field.st-checkbox div.st-checked, body .st-form .st-fields .st-field.st-radio div.st-checked {
  background-image: url('data:image/svg+xml;utf8,<svg id="Layer_1" preserveAspectRatio="none" style="enable-background:new 0 0 512 512;" version="1.1" viewBox="0 0 512 512" xml:space="preserve" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><style type="text/css"> .st0{fill:%23var(--svg-accent);}</style><g><polygon class="st0" points="434.8,49 174.2,309.7 76.8,212.3 0,289.2 174.1,463.3 196.6,440.9 196.6,440.9 511.7,125.8 434.8,49"/></g></svg>');
}
body .st-form .st-fields .st-field.st-checkbox div input, body .st-form .st-fields .st-field.st-radio div input {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(var(--field-size) + 4px);
  height: calc(var(--field-size) + 4px);
  min-width: calc(var(--field-size) + 4px);
  opacity: 0;
  cursor: pointer;
}
body .st-form .st-fields .st-field.st-checkbox.st-radio div, body .st-form .st-fields .st-field.st-radio.st-radio div {
  border-radius: 50%;
}
body .st-form .st-fields .st-field.st-checkbox.st-radio div.st-checked, body .st-form .st-fields .st-field.st-radio.st-radio div.st-checked {
  background-image: none;
}
body .st-form .st-fields .st-field.st-checkbox.st-radio div.st-checked:after, body .st-form .st-fields .st-field.st-radio.st-radio div.st-checked:after {
  content: "";
  position: absolute;
  dipslay: block;
  left: 15%;
  top: 15%;
  width: 70%;
  height: 70%;
  background: var(--field-accent);
  border-radius: 50%;
}
body .st-form .st-requirednotice {
  margin: 0 0 var(--form-gap)px 0;
  font: var(--required-notice-style) var(--required-notice-font-size)px/var(--required-notice-line-height)px var(--form-font);
}
body .st-form .st-requirednotice div {
  border: 1px solid var(--field-border);
  width: calc(var(--field-size) / 2 + 2px);
  height: calc(var(--field-size) / 2 + 2px);
  background: var(--field-bg) no-repeat top -1px left -1px;
  background-size: calc((var(--field-size) - var(--field-line-height)) / 2 + 1px) calc(var(--field-size) + 2px);
  background-image: url('data:image/svg+xml;utf8,<svg height="100" width="100" preserveAspectRatio="none" version="1.1" xmlns="http://www.w3.org/2000/svg"><polygon points="0,0 100,0 100,100 0,100" style="fill:%23var(--invalid);stroke:%23var(--invalid);stroke-width:1" /></svg>');
  float: left;
  margin: 0 calc(var(--form-gap) / 2) 0 0;
}
body .st-form .st-disclaimer {
  margin: 0 0 var(--form-gap)px 0;
  font: var(--disclaimer-style) var(--disclaimer-font-size)px/var(--disclaimer-line-height)px var(--form-font);
}
body .st-form .st-submit input {
  margin-top: 1.5vw;
  width: 100%;
  display: block;
  color: #ffffff;
  background: var(--color-blue);
  padding: 0.75vw 1.5vw;
  border: 1px solid #ffffff;
  transition: all 0.25s ease;
  font: 300 1.5vw/1em var(--font-body);
  letter-spacing: 0.5vw;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 575px) {
  body .st-form .st-submit input {
    padding: 3vw;
    font-size: 4.5vw;
  }
}
body .st-form .st-submit input:hover {
  color: var(--color-blue);
  background: #ffffff;
}
body .st-form .st-submit.st-field input {
  height: calc(var(--field-size) + 4px);
  padding: 0 !important;
  background: #000000 !important;
  border: none;
}
body .st-form .st-submit.st-field input:hover {
  background: #000000 !important;
}
body .st-form .st-message {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  opacity: 0;
  pointer-events: auto;
  transition: all 0.5s ease;
}
body .st-form .st-message div {
  padding: calc(var(--form-gap) * 2);
  border: 4px solid var(--button-bg);
  background: #ffffff;
  display: block;
  text-align: center;
  width: 100%;
}
body .st-form .st-message div h2 {
  margin: 0;
  padding: 0;
  font-family: var(--form-font);
  font-style: normal;
  font-size: calc(var(--field-font-size) * 2);
  line-height: calc(var(--field-line-height) * 2);
}
body .st-form:before {
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
  content: "";
  z-index: 1;
  position: absolute;
  left: -10px;
  top: -10px;
  right: -10px;
  bottom: -10px;
  background: rgba(255, 255, 255, 0.85) no-repeat center center;
  background-size: 80px 80px;
}
body .st-form:after {
  transition: opacity 0.5s ease;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  background: no-repeat center center url('data:image/svg+xml;utf8,<svg xmlns:svg="http://www.w3.org/2000/svg" xmlns="http://www.w3.org/2000/svg" height="320" width="320" preserveAspectRatio="none" xml:space="preserve" enable-background="new 0 0 400 300" viewBox="0 0 320 320" y="0px" x="0px" version="1.1"><path style="fill:%23var(--svg-accent)" id="path824" d="m 310.31458,150.69259 c -2.6,-53.99999 -35.2,-105.199993 -84.6,-127.499993 -53.2,-24.3 -117.9,-14.200001 -162.199999,23.5 -42.2,35.7 -62,93.299993 -50.1,147.199993 11.9,53.6 52.8,97.2 106.099999,111.4 62.9,16.8 120.5,-12.9 155.9,-64.7 -32.1,42.9 -80.5,71.1 -135.3,61.6 -53.999999,-9.3 -98.299999,-50.4 -110.699999,-104 -13.2,-57.1 13.2,-116.799993 64.099999,-145.599993 52.6,-30 125.7,-19 160.9,32.4 8.8,12.900003 14.8,27.599993 18.1,42.699993 2.8,12.9 1.6,25.8 3.4,38.5 1.6,11.2 11.7,27.1 24.6,18.6 11.3,-7.4 10.6,-22.5 9.8,-34.1 -0.1,-3.3 0.5,6.4 0,0 z" /></svg>');
  background-size: 100% 100%;
  z-index: 1;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  animation: stRotate 1s linear infinite;
}
body .st-form.st-submitting:before, body .st-form.st-submitting:after {
  opacity: 1;
  pointer-events: auto;
}
body .st-form.st-submitted:before {
  background-color: var(--form-bg);
}
body .st-form.st-submitted .st-message {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
body .st-form .st-flex-mobile {
  display: flex;
  margin: 0 calc(var(--form-gap) / -2);
  width: 100%;
}
body .st-form .st-flex-mobile > div {
  padding: 0 calc(var(--form-gap) / 2);
  flex: 1 1 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  body .st-form .st-flex {
    display: flex;
    margin: 0 calc(var(--form-gap) / -2);
  }
  body .st-form .st-flex > div {
    padding: 0 calc(var(--form-gap) / 2);
    flex: 1 1 100%;
    max-width: 100%;
  }
  body .st-form .st-flex > div.st-10 {
    flex: 0 0 10%;
    max-width: 10%;
  }
  body .st-form .st-flex > div.st-20 {
    flex: 0 0 20%;
    max-width: 20%;
  }
  body .st-form .st-flex > div.st-25 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  body .st-form .st-flex > div.st-30 {
    flex: 0 0 30%;
    max-width: 30%;
  }
  body .st-form .st-flex > div.st-33 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  body .st-form .st-flex > div.st-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  body .st-form .st-flex > div.st-50 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  body .st-form .st-flex > div.st-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  body .st-form .st-flex > div.st-66 {
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
  }
  body .st-form .st-flex > div.st-70 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  body .st-form .st-flex > div.st-75 {
    flex: 0 0 70%;
    max-width: 70%;
  }
  body .st-form .st-flex > div.st-80 {
    flex: 0 0 80%;
    max-width: 80%;
  }
  body .st-form .st-flex > div.st-90 {
    flex: 0 0 90%;
    max-width: 90%;
  }
  body .st-form .st-flex .st-disclaimer {
    margin: 0;
  }
  body .st-form .st-flex .st-submit input {
    width: 100%;
    padding: calc(var(--field-size) / 2) 0;
  }
}
@media (max-width: 575px) {
  body .st-form {
    max-width: 100%;
  }
}

@keyframes stRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.st-privacy {
  text-align: right;
}
.st-privacy svg {
  width: calc(var(--field-line-height) * 4);
  height: calc(var(--field-line-height) * 2);
}

.slick-dots {
  display: block;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.slick-dots li {
  display: inline-block;
  width: 2vw;
  height: 2vw;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  margin: 1vw;
}
@media (max-width: 575px) {
  .slick-dots li {
    width: 4vw;
    height: 4vw;
  }
}
.slick-dots li.slick-active {
  background: #ffffff;
}
.slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  font-size: 1px;
  cursor: pointer;
}

.slick > img,
.slick > .slide,
.gallery > img,
.gallery > .slide,
.thumbs > img,
.thumbs > .slide,
.slider > img,
.slider > .slide {
  position: absolute;
  opacity: 0;
}
.slick > img:first-child,
.slick > .slide:first-child,
.gallery > img:first-child,
.gallery > .slide:first-child,
.thumbs > img:first-child,
.thumbs > .slide:first-child,
.slider > img:first-child,
.slider > .slide:first-child {
  position: relative;
  opacity: 1;
}
.slick .slick-arrow,
.gallery .slick-arrow,
.thumbs .slick-arrow,
.slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -6vw;
  width: 3vw;
  height: 12vw;
}
@media (max-width: 575px) {
  .slick .slick-arrow,
  .gallery .slick-arrow,
  .thumbs .slick-arrow,
  .slider .slick-arrow {
    margin-top: -6vw;
    width: 6vw;
    height: 12vw;
  }
}
.slick .slick-arrow,
.gallery .slick-arrow,
.thumbs .slick-arrow,
.slider .slick-arrow {
  background: no-repeat center center;
  background-size: 100% 100%;
  font-size: 0px;
  cursor: pointer;
  outline: 0;
}
.slick .slick-arrow svg,
.gallery .slick-arrow svg,
.thumbs .slick-arrow svg,
.slider .slick-arrow svg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slick .slick-arrow.slick-prev,
.gallery .slick-arrow.slick-prev,
.thumbs .slick-arrow.slick-prev,
.slider .slick-arrow.slick-prev {
  left: 1.5vw;
}
@media (max-width: 575px) {
  .slick .slick-arrow.slick-prev,
  .gallery .slick-arrow.slick-prev,
  .thumbs .slick-arrow.slick-prev,
  .slider .slick-arrow.slick-prev {
    left: 3vw;
  }
}
.slick .slick-arrow.slick-next,
.gallery .slick-arrow.slick-next,
.thumbs .slick-arrow.slick-next,
.slider .slick-arrow.slick-next {
  transform: rotate(180deg);
  right: 1.5vw;
}
@media (max-width: 575px) {
  .slick .slick-arrow.slick-next,
  .gallery .slick-arrow.slick-next,
  .thumbs .slick-arrow.slick-next,
  .slider .slick-arrow.slick-next {
    right: 3vw;
  }
}

.gallery .slick-arrow.slick-prev {
  left: -6vw;
}
.gallery .slick-arrow.slick-next {
  right: -6vw;
}

.testimonials .slick-arrow.slick-prev {
  left: -5vw;
}
.testimonials .slick-arrow.slick-next {
  right: -5vw;
}
@media (max-width: 575px) {
  .testimonials {
    padding: 0 4vw;
  }
  .testimonials .slick-arrow.slick-prev {
    left: -8vw;
  }
  .testimonials .slick-arrow.slick-next {
    right: -8vw;
  }
}

.img .testimonials .slick-dots {
  height: 0px;
}
.img .testimonials .slick-arrow.slick-prev {
  left: 0vw;
}
.img .testimonials .slick-arrow.slick-next {
  right: 0vw;
}
@media (max-width: 575px) {
  .img .testimonials .slick-arrow.slick-prev {
    left: 0vw;
  }
  .img .testimonials .slick-arrow.slick-next {
    right: 0vw;
  }
}

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

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

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

@-webkit-keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

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

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

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

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}
.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg);
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: 0.75s;
  animation-name: flipOutY;
  backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center;
  }
  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom;
  }
  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom;
  }
  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left;
  }
  20%, 60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left;
  }
  40%, 80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0);
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
  }
  to {
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
}

.animated.faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (prefers-reduced-motion), (print) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important;
  }
}
:root {
  --font-body: "lato";
  --font-head: "ivypresto-text";
  --font-condensed: "museo-sans-condensed";
  --color-orange: #a45b27;
  --color-lightgreen: #b2a97e;
  --color-green: #5da92d;
  --color-blue: #234081;
  --color-gray: #555452;
  --color-white: #ffffff;
  --color-black: #000000;
  --color-darkgray: #5f5e60;
  --color-maroon: #a25c21;
}

body {
  font: 300 16px/26px var(--font-body);
  letter-spacing: 0.3px;
  color: var(--color-gray);
  background: var(--color-white);
}
.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.btn {
  color: #ffffff;
  background: var(--color-blue);
  padding: 0.5vw 1.5vw;
  border: 1px solid var(--color-blue);
  transition: all 0.25s ease;
}
.btn:hover {
  color: var(--color-blue);
  background: #ffffff;
}
.btn.large {
  display: block;
  text-align: center;
  padding: 1.5vw 3vw;
  font-size: 2vw;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .btn.large {
    width: 100%;
    padding: 3vw 6vw;
    font-size: 6vw;
  }
}

#main img {
  display: block;
}
#main {
  overflow: hidden;
  background: var(--color-white);
}
#main a {
  cursor: pointer;
}
#main > div.anchor {
  padding: 0;
  top: -15vw;
}
@media (min-width: 576px) {
  #main > div.anchor {
    top: -5vw;
  }
}
#main h1 {
  color: var(--color-darkgray);
  font: 300 42px/44px var(--font-head);
}
@media (max-width: 575px) {
  #main h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
#main h2 {
  color: var(--color-darkgray);
  font: 300 34px/40px var(--font-head);
}
@media (max-width: 575px) {
  #main h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
#main h3 {
  color: var(--color-darkgray);
  font: 300 30px/38px var(--font-head);
}
@media (max-width: 575px) {
  #main h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
#main .photorow {
  max-width: 100%;
  padding: 0;
  display: flex;
}
#main .photorow div {
  flex: 1;
}
#main .wide {
  padding: 0 6vw 3vw 6vw;
}
#main .wide:last-child {
  padding-bottom: 0;
}
#main .ctaRow .ctaBtn {
  text-align: center;
  margin: 0px 0;
}
@media (max-width: 575px) {
  #main .ctaRow .ctaBtn {
    margin: 0px 0px 30px;
  }
}
#main .ctaRow .ctaBtn a {
  background: var(--color-lightgreen);
  margin: 10px;
  display: inline-block;
  font: 300 20px/20px var(--font-condensed);
  padding: 15px 40px 15px 40px;
  color: var(--color-white);
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 0px;
  transition: all 0.25s ease;
  transition: all 0.5s ease;
}
#main .ctaRow .ctaBtn a:hover {
  background: var(--color-green);
  transform: scale(1.1);
}
@media (max-width: 575px) {
  #main .ctaRow .ctaBtn a {
    font-size: 15px;
    padding: 15px 20px;
  }
}
#main .gray {
  background: rgba(var(--color-gray), 0.25);
}
#main .blue {
  background: var(--color-blue);
  color: #ffffff;
}
#main .blue h2 {
  color: #ffffff;
}
#main .blue h2 span {
  color: #ffffff;
}

/* ################################################################################################################## */
#f-intro {
  position: relative;
  margin-top: 40px;
  padding-bottom: 30px;
}
@media (max-width: 575px) {
  #f-intro {
    padding-bottom: 0px;
  }
}
#f-intro .rowbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
  justify-content: center;
  align-items: center;
}
#f-intro .rowbox .textbox p {
  text-align: center;
}

/* ################################################################################################################## */
#imgrow {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background: url(images/img-row-bg.png) center center #dad6c1;
}
#imgrow .imgWrap {
  position: relative;
  margin: 6% auto;
}
#imgrow .imgWrap .imgItemWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}
#imgrow .imgWrap .imgItemWrap .imgItem {
  width: 67.33%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  z-index: 1;
}
#imgrow .imgWrap .imgItemWrap .imgItem img {
  transition: all 0.5s ease;
  z-index: 1;
  width: 100%;
}
#imgrow .imgWrap .imgItemWrap .imgItemCircle {
  flex: 1;
  position: relative;
  z-index: 2;
}
#imgrow .imgWrap .imgItemWrap .imgItemCircle .circleImg {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  max-width: 584px;
  max-height: 584px;
}
#imgrow .imgWrap .imgItemWrap .imgItemCircle .circleImg img {
  border-radius: 300px;
  margin-top: -50%;
  margin-left: -25%;
  box-shadow: 0px 2px 31px 0px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 0px 2px 31px 0px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0px 2px 31px 0px rgba(0, 0, 0, 0.61);
}

/* ################################################################################################################## */
#imgrowright {
  position: relative;
  padding-bottom: 0px;
  margin-bottom: 0px;
  background: url(images/img-row-bg.png) center center #dad6c1;
}
#imgrowright .imgWrap {
  position: relative;
  margin: 0% auto 6%;
}
#imgrowright .imgWrap .imgItemWrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}
#imgrowright .imgWrap .imgItemWrap .imgItem {
  width: 67.33%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.5);
  margin-top: 0;
  z-index: 1;
}
#imgrowright .imgWrap .imgItemWrap .imgItem img {
  transition: all 0.5s ease;
  z-index: 1;
  width: 100%;
}
#imgrowright .imgWrap .imgItemWrap .imgItemCircle {
  flex: 1;
  position: relative;
  z-index: 2;
}
#imgrowright .imgWrap .imgItemWrap .imgItemCircle .circleImg {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
  max-width: 584px;
  max-height: 584px;
}
#imgrowright .imgWrap .imgItemWrap .imgItemCircle .circleImg img {
  border-radius: 300px;
  margin-top: -50%;
  margin-right: -25%;
  right: -60px;
  position: relative;
  box-shadow: 0px 2px 31px 0px rgba(0, 0, 0, 0.61);
  -webkit-box-shadow: 0px 2px 31px 0px rgba(0, 0, 0, 0.61);
  -moz-box-shadow: 0px 2px 31px 0px rgba(0, 0, 0, 0.61);
}

/* ################################################################################################################## */
#raritybay {
  position: relative;
  padding-top: 40px;
}
#raritybay .topHeading {
  text-align: center;
}
#raritybay .topHeading h1 {
  margin: 0;
  position: relative;
  display: inline-block;
}
#raritybay .topSubHeading {
  text-align: center;
}
#raritybay .topSubHeading h1 {
  margin: 0;
  position: relative;
  display: inline-block;
}
#raritybay p {
  text-align: center;
}
#raritybay .rowbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 0px;
  padding: 10px 0px 40px 0px;
}
#raritybay .rowbox .colbox {
  width: calc(33.33% - 40px);
  padding: 10px;
  margin: 20px 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  #raritybay .rowbox .colbox {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #raritybay .rowbox .colbox {
    width: calc(50% - 40px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #raritybay .rowbox .colbox {
    width: calc(50% - 40px);
  }
}
#raritybay .rowbox .colbox .iconimg {
  width: 50%;
  margin-right: 10px;
}
#raritybay .rowbox .colbox .iconimg img {
  border-radius: 150px;
}
#raritybay .rowbox .colbox .colcontent {
  flex: 1;
  font: 300 18px/24px var(--font-head);
}
#raritybay .rowbox .colbox .colcontent span {
  font: 300 28px/30px var(--font-head);
}
#raritybay .ctaRow {
  margin-bottom: 60px;
  margin-top: 20px;
}

/* ################################################################################################################## */
#easttennessee {
  position: relative;
}
#easttennessee .imgbox {
  margin-top: -150px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  #easttennessee .imgbox {
    margin-top: -50px;
  }
}
#easttennessee .topHeading {
  text-align: center;
}
#easttennessee .topHeading h1 {
  margin: 0;
  position: relative;
  display: inline-block;
}
#easttennessee .topSubHeading {
  text-align: center;
}
#easttennessee .topSubHeading h1 {
  margin: 0;
  position: relative;
  display: inline-block;
}
#easttennessee p {
  text-align: center;
}
#easttennessee .investItems {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  #easttennessee .investItems {
    flex-wrap: wrap;
  }
}
#easttennessee .investItems img {
  margin: 10px 30px;
  width: 100%;
  max-width: 206px;
}
@media (max-width: 1367px) {
  #easttennessee .investItems img {
    max-width: 153px;
  }
}
@media (max-width: 767px) {
  #easttennessee .investItems img {
    margin: 10px;
  }
}
@media (max-width: 575px) {
  #easttennessee .investItems img {
    width: 32%;
  }
}
#easttennessee .ctaRow {
  margin-top: 20px;
  padding-bottom: 20px;
}

/* ################################################################################################################## */
#plancommunity {
  display: flex;
  padding: 0px 0px 60px;
  z-index: 2;
}
@media (max-width: 575px) {
  #plancommunity {
    padding: 0px 0px 20px;
  }
}
#plancommunity .content {
  flex: none;
  width: 100%;
}
#plancommunity .content h1.secHeading {
  margin: 50px 0;
  text-align: center;
}
#plancommunity .content h1.secHeading span {
  color: #91993e;
}
@media (max-width: 575px) {
  #plancommunity .content h1.secHeading {
    margin: 30px 0px;
  }
}
#plancommunity .content p {
  text-align: center;
}
#plancommunity .imgrow {
  background: url(images/green-bg.jpg) center center repeat-x;
  background-size: 100% 86%;
}
#plancommunity .imgrow .imgbox {
  background: url(images/leavebg.png) left top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 40px;
}
#plancommunity .thmWrap {
  padding: 25px 0;
}
@media (max-width: 575px) {
  #plancommunity .thmWrap {
    padding: 0px;
  }
}
#plancommunity .thmWrap .thmItemWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#plancommunity .thmWrap .thmItemWrap .thmItem {
  background: #b2a97e;
  width: calc(50% - 30px);
  margin: 15px 15px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  #plancommunity .thmWrap .thmItemWrap .thmItem {
    margin: 25px 20px 15px;
  }
}
#plancommunity .thmWrap .thmItemWrap .thmItem .imgitem {
  width: 100%;
}
#plancommunity .thmWrap .thmItemWrap .thmItem .imgitem img {
  width: 100%;
}
#plancommunity .thmWrap .thmItemWrap .thmItem .textbox {
  background: #b2a97e;
  padding: 25px 40px 25px;
  min-height: 170px;
}
#plancommunity .thmWrap .thmItemWrap .thmItem .textbox h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 575px) {
  #plancommunity .thmWrap .thmItemWrap .thmItem .textbox h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
#plancommunity .thmWrap .thmItemWrap .thmItem .textbox p {
  color: #ffffff;
  margin-top: 5px;
}
#plancommunity .thmWrap .thmItemWrap .thmItem:after {
  content: "";
  position: absolute;
  right: 98%;
  bottom: 0;
  width: 175%;
  height: 300%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  background: rgba(0, 0, 0, 0.15);
  display: none;
}
@media (max-width: 767px) {
  #plancommunity .thmWrap .thmItemWrap .thmItem {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #plancommunity .thmWrap .thmItemWrap .thmItem .conText p {
    font-size: 14px;
    line-height: 20px;
  }
  #plancommunity .thmWrap .thmItemWrap .thmItem .conText h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
#plancommunity .ctaBtn {
  text-align: center;
  margin: 0px 0;
}
@media (max-width: 575px) {
  #plancommunity .ctaBtn {
    margin: 0px 0px;
  }
}
#plancommunity .ctaBtn a {
  background: var(--color-orange);
  margin: 0 auto;
  display: inline-block;
  padding: 15px 40px 15px 40px;
  color: var(--color-white);
  font-size: 20px;
  line-height: 20px;
  border-radius: 30px;
  transition: all 0.25s ease;
  transition: all 0.5s ease;
}
#plancommunity .ctaBtn a:hover {
  background: var(--color-green);
  transform: scale(1.1);
}
@media (max-width: 575px) {
  #plancommunity .ctaBtn a {
    font-size: 15px;
  }
}

/* ################################################################################################################## */
#planfloor {
  background: #f3f1e9;
  padding: 1px 0px 0px;
  z-index: 2;
}
#planfloor .content {
  flex: none;
  width: 100%;
}
#planfloor .content h1.secHeading {
  margin: 50px 0;
  text-align: center;
}
#planfloor .content h1.secHeading span {
  color: #91993e;
}
@media (max-width: 575px) {
  #planfloor .content h1.secHeading {
    margin: 30px 0px;
  }
}
#planfloor .content p {
  text-align: center;
}
#planfloor .imgrow {
  background: url(images/green-bg.jpg) center center repeat-x;
  background-size: 100% 86%;
}
#planfloor .imgrow .imgbox {
  background: url(images/leavebg.png) left top no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  padding: 40px;
}
#planfloor .thmWrap {
  padding: 25px 0;
}
@media (max-width: 575px) {
  #planfloor .thmWrap {
    padding: 0px;
  }
}
#planfloor .thmWrap .thmItemWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
#planfloor .thmWrap .thmItemWrap .thmItem {
  background: #b2a97e;
  width: calc(33.33% - 40px);
  margin: 20px 20px;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
@media (max-width: 575px) {
  #planfloor .thmWrap .thmItemWrap .thmItem {
    margin: 25px 20px 15px;
  }
}
#planfloor .thmWrap .thmItemWrap .thmItem .imgitem {
  width: 100%;
}
#planfloor .thmWrap .thmItemWrap .thmItem .imgitem img {
  width: 100%;
}
#planfloor .thmWrap .thmItemWrap .thmItem .textbox {
  background: #b2a97e;
  padding: 20px 40px 20px;
  width: 100%;
}
#planfloor .thmWrap .thmItemWrap .thmItem .textbox h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 38px;
  text-align: center;
}
@media (max-width: 767px) {
  #planfloor .thmWrap .thmItemWrap .thmItem .textbox h1 {
    font-size: 28px;
    line-height: 32px;
  }
}
#planfloor .thmWrap .thmItemWrap .thmItem .textbox h3 {
  margin-top: 5px;
  color: #ffffff;
  font: 500 22px/30px var(--font-condensed);
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #planfloor .thmWrap .thmItemWrap .thmItem .textbox h3 {
    font-size: 22px;
    line-height: 30px;
  }
}
#planfloor .thmWrap .thmItemWrap .thmItem .textbox p {
  color: #ffffff;
  margin-top: 5px;
  font: 300 22px/30px var(--font-condensed);
}
#planfloor .thmWrap .thmItemWrap .thmItem:after {
  content: "";
  position: absolute;
  right: 98%;
  bottom: 0;
  width: 175%;
  height: 300%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-33deg);
  transform: rotate(-33deg);
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  background: rgba(0, 0, 0, 0.15);
  display: none;
}
@media (max-width: 767px) {
  #planfloor .thmWrap .thmItemWrap .thmItem {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #planfloor .thmWrap .thmItemWrap .thmItem .conText p {
    font-size: 14px;
    line-height: 20px;
  }
  #planfloor .thmWrap .thmItemWrap .thmItem .conText h2 {
    font-size: 18px;
    line-height: 20px;
  }
}
#planfloor .ctaBtn {
  text-align: center;
  margin: 0px 0;
}
@media (max-width: 575px) {
  #planfloor .ctaBtn {
    margin: 0px 0px;
  }
}
#planfloor .ctaBtn a {
  background: var(--color-orange);
  margin: 0 auto;
  display: inline-block;
  padding: 15px 40px 15px 40px;
  color: var(--color-white);
  font-size: 20px;
  line-height: 20px;
  border-radius: 30px;
  transition: all 0.25s ease;
  transition: all 0.5s ease;
}
#planfloor .ctaBtn a:hover {
  background: var(--color-green);
  transform: scale(1.1);
}
@media (max-width: 575px) {
  #planfloor .ctaBtn a {
    font-size: 15px;
  }
}
#planfloor .btnrowbg {
  position: relative;
  padding-bottom: 90px;
  padding-top: 60px;
  margin-top: -60px;
  background: url(images/img-row-bg.png) center center;
}
@media (max-width: 575px) {
  #planfloor .btnrowbg {
    padding-bottom: 40px;
    margin-top: -25px;
  }
}

/* ################################################################################################################## */
#meetteam {
  position: relative;
  padding-top: 40px;
}
#meetteam .imgbox {
  margin-top: -10vw;
  margin-bottom: 40px;
}
#meetteam .topHeading {
  text-align: center;
}
#meetteam .topHeading h1 {
  margin: 0;
  position: relative;
  display: inline-block;
}
#meetteam .topSubHeading {
  text-align: center;
}
#meetteam .topSubHeading h1 {
  margin: 0;
  position: relative;
  display: inline-block;
}
#meetteam p {
  text-align: center;
}
#meetteam .rowbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 0px;
  padding: 10px 0px 40px 0px;
  margin: 0 auto;
}
#meetteam .rowbox .colbox {
  width: calc(25% - 40px);
  padding: 10px;
  margin: 20px 10px;
  align-items: center;
}
@media (max-width: 575px) {
  #meetteam .rowbox .colbox {
    width: 100%;
    margin: 5px 10px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #meetteam .rowbox .colbox {
    width: calc(50% - 40px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #meetteam .rowbox .colbox {
    width: calc(50% - 40px);
  }
}
#meetteam .rowbox .colbox .iconimg {
  width: 100%;
  margin-right: 10px;
}
#meetteam .rowbox .colbox .iconimg img {
  border-radius: 150px;
}
@media (max-width: 575px) {
  #meetteam .rowbox .colbox .iconimg img {
    margin: 0 auto;
  }
}
#meetteam .rowbox .colbox .colcontent {
  flex: 1;
  font: 500 16px/24px var(--font-condensed);
  text-transform: uppercase;
  text-align: center;
  color: #5f5e60;
}
#meetteam .rowbox .colbox .colcontent span {
  font: 300 19px/30px var(--font-head);
}
#meetteam .ctaRow {
  margin-bottom: 60px;
  margin-top: 20px;
}

/* ################################################################################################################## */
#sustainable {
  position: relative;
  padding-top: 40px;
}
#sustainable .topHeading {
  text-align: center;
}
#sustainable .topHeading h1 {
  margin: 0;
  position: relative;
  display: inline-block;
}
#sustainable .topSubHeading {
  text-align: center;
}
#sustainable .topSubHeading h1 {
  margin: 0;
  position: relative;
  display: inline-block;
}
#sustainable p {
  text-align: center;
}
#sustainable .rowbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  gap: 0px;
  padding: 10px 0px 40px 0px;
}
@media (max-width: 575px) {
  #sustainable .rowbox {
    padding: 10px 0px 10px 0px;
  }
}
#sustainable .rowbox .colbox {
  width: calc(26.33% - 40px);
  padding: 10px;
  margin: 0px 10px;
  align-items: center;
}
@media (max-width: 575px) {
  #sustainable .rowbox .colbox {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  #sustainable .rowbox .colbox {
    width: calc(50% - 40px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #sustainable .rowbox .colbox {
    width: calc(50% - 40px);
  }
}
#sustainable .rowbox .colbox .iconimg {
  width: 100%;
  margin-right: 10px;
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sustainable .rowbox .colbox .iconimg img {
  margin: 0 auto;
  width: 33%;
}
@media (max-width: 575px) {
  #sustainable .rowbox .colbox .iconimg img {
    width: 20%;
  }
}
#sustainable .rowbox .colbox .iconimg .imgfirst {
  width: 26.5%;
}
@media (max-width: 575px) {
  #sustainable .rowbox .colbox .iconimg .imgfirst {
    width: 16%;
  }
}
#sustainable .rowbox .colbox .colcontent {
  flex: 1;
  font: 500 18px/24px var(--font-condensed);
  text-align: center;
  text-transform: uppercase;
}
#sustainable .rowbox .colbox .colcontent span {
  font: 300 28px/30px var(--font-head);
}
#sustainable .ctaRow {
  margin-bottom: 40px;
  margin-top: 20px;
}

/* ################################################################################################################## */
#strategy {
  position: relative;
  background: url(images/row-bg.png) top center;
}
#strategy .container {
  background: #ffffff;
}
#strategy .topHeading {
  text-align: center;
}
#strategy .topHeading h1 {
  margin: 40px 0 0 0;
  position: relative;
  display: inline-block;
}
#strategy .topSubHeading {
  text-align: center;
}
#strategy .topSubHeading h1 {
  margin: 0;
  position: relative;
  display: inline-block;
}
#strategy p {
  text-align: center;
  text-transform: uppercase;
}
#strategy .rowbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 75%;
  gap: 0px;
  padding: 10px 0px 40px 0px;
  margin: 0 auto;
}
@media (max-width: 575px) {
  #strategy .rowbox {
    width: 70%;
  }
}
#strategy .rowbox .colbox {
  padding: 25px;
  margin: 20px 25px;
  align-items: center;
  border: solid 4px #bbb38d;
  border-radius: 50%;
  height: 210px;
  width: 210px;
  min-width: 210px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#strategy .rowbox .colbox .iconimg {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#strategy .rowbox .colbox .iconimg img {
  margin: 0 auto;
  width: 44%;
}
#strategy .rowbox .colbox .colcontent {
  flex: 1;
  font: 500 17px/20px var(--font-condensed);
  text-align: center;
  text-transform: uppercase;
}
#strategy .rowbox .colbox .colcontent span {
  font: 300 28px/30px var(--font-head);
}
#strategy .ctaRow {
  margin-bottom: 60px;
  margin-top: 20px;
}

/* ################################################################################################################## */
#investment {
  background: url(images/investment-bg.png) left top repeat-x #ede9de;
  padding: 50px 0 200px 0;
  position: relative;
}
@media (max-width: 575px) {
  #investment {
    background-repeat: repeat-y;
    padding-bottom: 90px;
  }
}
#investment .imgbox {
  margin-top: -150px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  #investment .imgbox {
    margin-top: -50px;
  }
}
#investment .container .topHeading {
  text-align: center;
}
#investment .container .topHeading h1 {
  position: relative;
  display: inline-block;
  margin: 0;
}
#investment .container h3 {
  font-weight: 600;
}
#investment .container p {
  text-align: center;
}
#investment .container .investRow {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
#investment .container .investRow img {
  margin: 10px 30px;
  width: 100%;
  max-width: 206px;
}
@media (max-width: 1367px) {
  #investment .container .investRow img {
    max-width: 153px;
  }
}
@media (max-width: 767px) {
  #investment .container .investRow img {
    margin: 10px;
  }
}
@media (max-width: 575px) {
  #investment .container .investRow img {
    width: 32%;
  }
}
#investment .container .years {
  display: flex;
  max-width: 798px;
  margin: 0 auto;
  flex-wrap: wrap;
}
#investment .container .years .year {
  width: 25%;
}
#investment .container .years .year h3 {
  text-align: center;
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
}
#investment .container .years .year h3:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #b2a97e;
  position: absolute;
  top: 7px;
  left: 0;
}
#investment .container .years .year h3:after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #b2a97e;
  position: absolute;
  top: 0px;
  left: calc(50% - 8px);
}
#investment .container .years .year p {
  margin-top: 0px;
  text-transform: uppercase;
  line-height: 18px;
}
#investment .container .years .year:first-child h3:before {
  width: 50%;
  left: 50%;
}
#investment .container .years .year:last-child h3:before {
  width: 50%;
  right: 50%;
}
@media (max-width: 767px) {
  #investment .container .years .year {
    width: 50%;
  }
  #investment .container .years .year:nth-child(2) h3:before {
    width: 50%;
    right: 50%;
  }
  #investment .container .years .year:nth-child(3) h3:before {
    width: 50%;
    left: 50%;
  }
}

/* ################################################################################################################## */
#contact-us {
  background: url(images/contact-bg.png) #b2a97e;
  padding: 0;
  position: relative;
}
#contact-us .container {
  max-width: 100%;
  padding: 0px;
}
#contact-us .container .twocol {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #contact-us .container .twocol {
    display: block;
  }
}
#contact-us .container .twocol .colitem {
  width: 50%;
}
@media (max-width: 991px) {
  #contact-us .container .twocol .colitem {
    width: 100%;
  }
}
#contact-us .container .twocol .colitem img {
  width: 100%;
}
#contact-us .container .twocol .colitem2 {
  width: 50%;
}
@media (max-width: 991px) {
  #contact-us .container .twocol .colitem2 {
    width: 100%;
  }
}
#contact-us .container .twocol .colitem2 .formWrap {
  max-width: 40vw;
  padding: 20px;
}
@media (max-width: 991px) {
  #contact-us .container .twocol .colitem2 .formWrap {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #contact-us .container .twocol .colitem2 .formWrap {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  #contact-us .container .twocol .colitem2 .formWrap {
    max-width: 100%;
  }
}
#contact-us .container .twocol .colitem2 .formWrap h1 {
  text-align: center;
  color: #fff;
  font: 300 32px/44px var(--font-head);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #contact-us .container .twocol .colitem2 .formWrap h1 {
    font: 300 26px/32px var(--font-head);
  }
}
#contact-us .container .twocol .colitem2 .stFields {
  gap: 8px;
}
#contact-us .container .twocol .colitem2 .stFields input {
  font: 500 16px/26px var(--font-condensed);
}
#contact-us .container .twocol .colitem2 .stSubmit {
  justify-content: center;
  flex-direction: inherit;
}
#contact-us .container .twocol .colitem2 .stSubmit .stButton {
  font: 300 22px/26px var(--font-condensed);
  border-radius: 0px;
  padding: 10px 30px;
  flex: initial;
  background: #5f5e60;
  width: 60%;
}

.stForm.stSubmitted .stMessage {
  background: none;
  border: 0px;
  color: #a25c21;
  font: 300 24px/28px var(--font-head);
}

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