/*
 * Import files
 */
@import 'bootstrap-grid.css';
@import 'animate.css';
body {
  padding: 0;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gfield.gform_validation_container {
  display: none;
}
.gfield.gfield_error input,
.gfield.gfield_error textarea {
  color: darkred;
}
.gfield input,
.gfield textarea {
  border: 0;
}

.gform_confirmation_message {
  color: darkgreen;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.alignright {
  float: right;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

.alignleft {
  float: left;
}

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

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

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

.bold, strong, b {
  font-weight: bold;
}

.undo-ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-type: none;
}

.undo-li {
  margin-bottom: 0;
  list-style: none;
  list-style-type: none;
}

.undo-p {
  margin: 0;
}

/*a {
	outline: 0;
	text-decoration: none;
}

a:visited {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a:focus {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a:active {
	outline: 0;
	color: inherit;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}*/
a {
  text-decoration: none;
}

/*a:link {
	color: inherit;
}

a:visited {
	color: inherit;
}*/
img {
  max-width: 100%;
  height: auto;
}

svg {
  max-height: 100%;
}

.clearfix:after, .cf:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.flat-left {
  padding-left: 0;
}

.flat-right {
  padding-right: 0;
}

.flat-both {
  padding-left: 0;
  padding-right: 0;
}

.flat-top {
  padding-top: 0;
}

.flat-bottom {
  padding-bottom: 0;
}

.flat-vertical {
  padding-top: 0;
  padding-bottom: 0;
}

.flat-all {
  padding: 0;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.float-none {
  float: none !important;
}

.mfp-arrow::after,
.mfp-arrow::before {
  display: none !important;
}

.mfp-arrow-right {
  background: url("../fw/core/assets/images/chevron-right.svg") no-repeat center center !important;
  background-size: 30px 30px !important;
}

.mfp-arrow-left {
  background: url("../fw/core/assets/images/chevron-left.svg") no-repeat center center !important;
  background-size: 30px 30px !important;
}

.r {
  display: flex;
  flex-wrap: wrap;
}

.gallery-columns-1 dl {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-2 dl {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-3 dl {
  width: 33.3333333333%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-4 dl {
  width: 25%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-5 dl {
  width: 20%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-6 dl {
  width: 16.6666666667%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-7 dl {
  width: 14.2857142857%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-8 dl {
  width: 12.5%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.gallery-columns-9 dl {
  width: 11.1111111111%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

/*
 * Variables
 */
body, html {
  font: normal 15px/1.65em "Montserrat", sans-serif;
  color: white;
  background: black;
  height: 100%;
}

.btn, .gform_wrapper .gform_footer input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FE4A49;
  color: white;
  height: 45px;
  padding: 20px;
  transition: all 250ms ease-in-out;
  font-weight: bold;
  -webkit-appearance: none;
  border: 0;
}

#lightrope {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  margin: -15px 0 0 0;
  padding: 0;
  pointer-events: none;
  width: 100%;
}
#lightrope li {
  position: relative;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  width: 12px;
  height: 28px;
  border-radius: 50%;
  margin: 20px;
  display: inline-block;
  background: #45d872;
  box-shadow: 0px 4.6666666667px 24px 3px #45d872;
  animation-name: flash-1;
  animation-duration: 2s;
}
#lightrope li:nth-child(2n+1) {
  background: #3e4cff;
  box-shadow: 0px 4.6666666667px 24px 3px rgba(62, 76, 255, 0.5);
  animation-name: flash-2;
  animation-duration: 0.4s;
}
#lightrope li:nth-child(4n+2) {
  background: #fe4a49;
  box-shadow: 0px 4.6666666667px 24px 3px #fe4a49;
  animation-name: flash-3;
  animation-duration: 1.1s;
}
#lightrope li:nth-child(odd) {
  animation-duration: 1.8s;
}
#lightrope li:nth-child(3n+1) {
  animation-duration: 1.4s;
}
#lightrope li:before {
  content: "";
  position: absolute;
  background: #929292;
  width: 10px;
  height: 9.3333333333px;
  border-radius: 3px;
  top: -4.6666666667px;
  left: 1px;
}
#lightrope li:after {
  content: "";
  top: -14px;
  left: 9px;
  position: absolute;
  width: 52px;
  height: 18.6666666667px;
  border-bottom: solid #929292 2px;
  border-radius: 50%;
}
#lightrope li:last-child:after {
  content: none;
}
#lightrope li:first-child {
  margin-left: -40px;
}

.wrapper {
  position: relative;
  width: 90%;
  max-width: 1170px;
  margin: 0 auto;
}

#main {
  min-height: 100%;
  position: relative;
  padding: 135px 0;
  overflow: hidden;
}
#main #lightrope {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
}
#main #snow {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#main #page {
  position: relative;
  z-index: 3;
}

#footer {
  position: relative;
  background: #119481;
  padding: 25px 0 15px 0;
}
#footer:before {
  content: "";
  display: block;
  position: absolute;
  top: -12px;
  left: 0;
  width: 100%;
  height: 39px;
  background-image: url("../images/footer-snow.svg");
  background-position: center;
  background-repeat: repeat-x;
  background-size: cover;
}
#footer .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .wrapper #footer-follow {
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .wrapper #footer-follow span {
  margin-right: 15px;
}
#footer .wrapper #footer-follow a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50%;
  transition: all 50ms ease-in-out;
}
#footer .wrapper #footer-follow a:hover {
  transform: scale(1.1);
}
#footer .wrapper #footer-follow a img {
  width: 18px;
}

.gform_wrapper .validation_error {
  font: 700 16px/1em "Montserrat", sans-serif;
  color: #FE4A49;
  text-align: center;
  margin-bottom: 25px;
}
.gform_wrapper .gform_heading {
  text-align: center;
  margin-bottom: 40px;
}
.gform_wrapper .gform_heading .gform_title {
  font: 600 25px/1em "Montserrat", sans-serif;
  color: #45D872;
  margin-bottom: 20px;
}
.gform_wrapper .gform_heading .gform_description {
  display: block;
  text-align: center;
  color: white;
  margin-bottom: 20px;
}
.gform_wrapper .gform_body .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -9px;
  margin-left: -9px;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  padding-left: 9px;
  padding-right: 9px;
  margin-bottom: 18px;
}
.gform_wrapper .gform_body .gform_fields .gfield.hidden_label label {
  display: none;
}
.gform_wrapper .gform_body .gform_fields .gfield .instruction,
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  font-size: 12px;
  color: white;
  margin: 2px 0 0 25px;
}
.gform_wrapper .gform_body .gform_fields .gfield .instruction {
  color: white;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text],
.gform_wrapper .gform_body .gform_fields .gfield input[type=email],
.gform_wrapper .gform_body .gform_fields .gfield input[type=tel] {
  font: 15px/1em "Montserrat", sans-serif;
  color: #929292;
  width: 100%;
  height: 40px;
  background: white;
  padding: 0 15px;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield input[type=email]::-webkit-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield input[type=tel]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #929292;
  opacity: 1;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield input[type=email]::-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield input[type=tel]::-moz-placeholder {
  /* Firefox 19+ */
  color: #929292;
  opacity: 1;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield input[type=email]:-ms-input-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:-ms-input-placeholder {
  /* IE 10+ */
  color: #929292;
  opacity: 1;
}
.gform_wrapper .gform_body .gform_fields .gfield input[type=text]:-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield input[type=email]:-moz-placeholder,
.gform_wrapper .gform_body .gform_fields .gfield input[type=tel]:-moz-placeholder {
  /* Firefox 18- */
  color: #929292;
  opacity: 1;
}
.gform_wrapper .gform_footer {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gform_wrapper .gform_footer input[type=submit] {
  padding: 0 20px;
  cursor: pointer;
  font-size: 18px;
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
  width: 30px;
  height: 30px;
  margin-left: 15px;
}

.gform_confirmation_message {
  background: #45D872;
  color: white;
  text-align: center;
  padding: 25px;
  font: bold 18px/1em "Montserrat", sans-serif;
}

#tree {
  margin-bottom: 50px;
}

#logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
#logos img {
  width: 120px;
  margin-right: 75px;
}
#logos img:last-child {
  margin-right: 0;
}

.green {
  color: #45D872;
}

.red {
  color: #FE4A49;
}

.the-content *:last-child {
  margin-bottom: 0;
}
.the-content p {
  margin-bottom: 30px;
}

#page-title {
  margin: 35px 0;
  font: 96px/1em "Great Vibes", cursive;
}
#page-title .subtitle {
  display: block;
  font: 500 15px/1em "Montserrat", sans-serif;
  text-align: right;
}

#page-content {
  margin-top: 80px;
  margin-bottom: 40px;
}

.polaroid-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 75px 0;
}
.polaroid-wrapper .polaroid {
  border: 20px solid white;
  max-width: 350px;
  animation-name: polaroid;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  transition: all 250ms ease-in-out;
}
.polaroid-wrapper .polaroid img {
  display: block;
}
.polaroid-wrapper .polaroid .caption {
  display: block;
  padding: 15px;
  text-align: center;
  color: black;
  background: white;
}

.team-grid .inner {
  position: relative;
  background: #FE4A49;
  margin-bottom: 30px;
}
.team-grid .inner:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.team-grid .inner > img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tree {
  margin-bottom: 50px;
}
.tree svg {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.tree #gift1 {
  animation: shake 1.5s;
  animation-iteration-count: infinite;
}
.tree #gift2 {
  animation: shake2 2s;
  animation-iteration-count: infinite;
}
.tree #gift3 {
  animation: shake 1.8s;
  animation-iteration-count: infinite;
}
.tree #gift4 {
  animation: shake2 1.5s;
  animation-iteration-count: infinite;
}

#logo-primary {
  display: block;
  width: 90px;
  margin: 0 auto 20px auto;
}

#logo-secondary {
  display: block;
  margin: 0 auto 20px auto;
}

#title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 800;
}

.buttons {
  text-align: center;
}

/*
 * Keyframes
 */
@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -1px) rotate(-1deg);
  }
  20% {
    transform: translate(-1px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 1px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(1px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shake2 {
  0% {
    transform: translate(-1px, -1px) rotate(0deg);
  }
  10% {
    transform: translate(-2px, 1px) rotate(-1deg);
  }
  20% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 1px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(0px, 0px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, -1px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shake3 {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -1px) rotate(-1deg);
  }
  20% {
    transform: translate(-1px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 1px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(1px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes shake4 {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -1px) rotate(-1deg);
  }
  20% {
    transform: translate(-1px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 1px) rotate(-1deg);
  }
  60% {
    transform: translate(-1px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(1px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@keyframes polaroid {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes flash-1 {
  0%, 100% {
    background: #45d872;
    box-shadow: 0px 4.6666666667px 24px 3px #45d872;
  }
  50% {
    background: rgba(0, 247, 165, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(69, 216, 114, 0.2);
  }
}
@keyframes flash-2 {
  0%, 100% {
    background: #3e4cff;
    box-shadow: 0px 4.6666666667px 24px 3px #3e4cff;
  }
  50% {
    background: rgba(62, 76, 255, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(62, 76, 255, 0.2);
  }
}
@keyframes flash-3 {
  0%, 100% {
    background: #fe4a49;
    box-shadow: 0px 4.6666666667px 24px 3px #fe4a49;
  }
  50% {
    background: rgba(254, 74, 73, 0.4);
    box-shadow: 0px 4.6666666667px 24px 3px rgba(254, 74, 73, 0.2);
  }
}
/*
 * Import responsive
 */
@media (max-width: 1365px) {
  #page-title {
    font-size: 75px;
  }

  #main {
    padding: 75px 0;
  }
}
@media (max-width: 1023px) {
  #page-title {
    text-align: center;
  }
  #page-title .subtitle {
    margin-top: 10px;
    text-align: center;
  }

  .tree {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  #logos img {
    width: 80px;
    margin-right: 35px;
  }

  #page-title {
    font-size: 60px;
  }

  .polaroid-wrapper .polaroid {
    max-width: 220px;
    border-width: 15px;
  }
}

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