/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap");
.dots {
  color: #ffbf00 !important;
}

.white h2 {
  color: #ffffff !important;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*
 * 	Green theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.error404 header,
.error404 .custom-footer,
.error404 .fusion-footer {
  display: none !important;
}

@media (min-width: 993px) {
  .error404 .fusion-row {
    height: 100vh !important;
  }
}

#post-404page .fusion-row {
  display: flex;
  height: 100%;
  align-items: center;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  #post-404page .text-column {
    padding-left: 160px !important;
  }
}

#post-404page .moving-stripes {
  animation: none !important;
  left: -180px !important;
}

#post-404page .error-stripes {
  position: absolute;
  right: -220px;
  bottom: 0;
  z-index: 10;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

#post-404page .error-stripes img {
  height: 300px;
}

#post-404page .image {
  text-align: center;
}

@media (max-width: 992px) {
  #post-404page .image {
    padding-bottom: 90px !important;
    padding-top: 60px !important;
  }
}

@media (min-width: 993px) {
  #post-404page .image img {
    width: 500px !important;
  }
}

#post-404page h1 {
  font-size: 150px !important;
  margin-bottom: 45px !important;
  font-weight: 900 !important;
}

@media (max-width: 992px) {
  #post-404page h1 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #post-404page h1 {
    font-size: 82px !important;
  }
}

#post-404page h2 {
  font-weight: 900 !important;
  margin-bottom: 45px !important;
}

@media (min-width: 1560px) {
  #post-404page h2 {
    font-size: 42px !important;
  }
}

@media (max-width: 1559px) {
  #post-404page h2 {
    font-size: 36px !important;
  }
}

@media (max-width: 992px) {
  #post-404page h2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  #post-404page h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 640px) {
  #post-404page h2 {
    margin-top: 160px !important;
  }
}

@media (max-width: 560px) {
  #post-404page h2 {
    font-size: 22px !important;
  }
}

#post-404page h2:after {
  display: none;
}

@media (max-width: 992px) {
  #post-404page .error-button {
    text-align: center;
  }
}

#post-404page .error-button a {
  line-height: 1 !important;
}

.client {
  margin-bottom: 45px !important;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .client {
    width: 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

@media (max-width: 320px) {
  .client {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.client:hover img {
  filter: none !important;
}

.client .fusion-imageframe {
  text-align: center;
}

.client .fusion-imageframe img {
  width: 80% !important;
  margin: 0 auto;
  -webkit-filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
  filter: brightness(104%) contrast(99%) saturate(0%) blur(0px) hue-rotate(0deg);
  transition: all .5s ease-in-out;
}

@media (max-width: 1024px) {
  .client .fusion-imageframe img {
    width: 50% !important;
  }
}

.cta-fixed {
  background: #ffbf00;
  position: fixed;
  right: -50px;
  top: 500px;
  display: flex;
  flex-direction: column;
  z-index: 2000000;
  background-size: cover;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  animation-delay: .5s;
  box-shadow: 0 50px 77px rgba(0, 0, 0, 0.38);
}

.cta-fixed .position {
  width: 55%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cta-fixed .position .align {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.cta-fixed .position .align a {
  color: #000000 !important;
  font-family: "Barlow", sans-serif !important;
  font-size: 15px !important;
  line-height: 1.1 !important;
  font-weight: 700 !important;
  text-align: right;
  position: relative;
  transition: all .3s ease-in-out;
}

.cta-fixed .position .align a:after {
  content: '';
  background: #ffffff;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  bottom: 3px;
}

.cta-fixed .position .align a:hover {
  color: #ffffff !important;
}

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

@media (max-width: 767px) {
  .mouse-cursor {
    display: none;
  }
}

.cursor-inner {
  margin-left: -5px;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  z-index: 10000001;
  background-color: #ffbf00;
  -webkit-transition: width .4s ease-in-out, height .4s ease-in-out, margin .4s ease-in-out, opacity .4s ease-in-out;
  -o-transition: width .4s ease-in-out, height .4s ease-in-out, margin .4s ease-in-out, opacity .4s ease-in-out;
  transition: width .4s ease-in-out, height .4s ease-in-out, margin .4s ease-in-out, opacity .4s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -25px;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: #ffbf00;
  opacity: .2;
}

.cursor-outer {
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  border: 1px solid #ffbf00;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  -webkit-transition: all .08s ease-out;
  -o-transition: all .08s ease-out;
  transition: all .08s ease-out;
  display: none;
}

.cursor-outer.cursor-hover {
  opacity: 0;
}

.progress-wrap {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f077';
  text-align: center;
  line-height: 44px;
  font-size: 13px;
  font-weight: 900;
  color: #ffbf00;
  left: 0;
  top: 0;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #ffbf00 !important;
  stroke-width: 4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

html.avada-is-100-percent-template .custom-banner #main.width-100 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 1660px) {
  html.avada-is-100-percent-template .custom-banner #main.width-100 .banner-column-padding {
    padding-left: 30px !important;
  }
  html.avada-is-100-percent-template .custom-banner #main.width-100 .banner-column-padding .fusion-column-wrapper {
    margin-left: 0 !important;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

body {
  -webkit-font-smoothing: antialiased !important;
  font-family: "Lato", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.8 !important;
}

@media (max-width: 640px) {
  body {
    font-size: 18px !important;
  }
}

p {
  -webkit-font-smoothing: antialiased !important;
  font-family: "Lato", sans-serif !important;
  font-size: 20px !important;
  line-height: 1.8 !important;
}

@media (max-width: 640px) {
  p {
    font-size: 18px !important;
  }
}

a:hover {
  text-decoration: none !important;
}

a.fusion-button {
  padding: 12px 36px !important;
  background: transparent !important;
  border: 3px solid #000000 !important;
  color: #000000 !important;
  font-family: "Barlow", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  border-radius: 0 !important;
  position: relative;
  font-size: 16px !important;
  z-index: 1;
  line-height: 1 !important;
}

a.fusion-button:hover {
  color: #ffffff !important;
}

a.fusion-button:hover .fusion-button-text {
  color: #ffffff !important;
}

a.fusion-button:hover:before {
  height: 100%;
}

a.fusion-button:before {
  content: '';
  background: #000000;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s ease-in-out;
  z-index: -1;
}

a.fusion-button .fusion-button-text {
  color: #000000 !important;
  font-size: 16px !important;
}

a.fusion-button.wpcf7-submit {
  padding: 12px 36px !important;
  background: transparent !important;
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
  font-family: "Barlow", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 24px !important;
}

a.fusion-button.white-button {
  color: #ffffff !important;
  border-color: #ffffff !important;
}

a.fusion-button.white-button:hover {
  color: #ffffff !important;
}

a.fusion-button.white-button:hover .fusion-button-text {
  color: #000000 !important;
}

a.fusion-button.white-button .fusion-button-text {
  color: #ffffff !important;
}

a.fusion-button.white-button:before {
  background: #ffffff;
}

.wpcf7-submit,
.teamleader-submit {
  padding: 12px 36px !important;
  background: transparent !important;
  border: 3px solid #ffffff !important;
  color: #ffffff !important;
  font-family: "Barlow", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  font-size: 24px !important;
}

.wpcf7-submit:hover,
.teamleader-submit:hover {
  color: #ffffff !important;
}

.wpcf7-submit:hover:before,
.teamleader-submit:hover:before {
  height: 100%;
}

.wpcf7-submit:before,
.teamleader-submit:before {
  content: '';
  background: #000000;
  height: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all .5s ease-in-out;
  z-index: -1;
}

h1 {
  font-family: "Barlow", sans-serif !important;
  font-weight: 900 !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  font-size: 72px !important;
  line-height: 1 !important;
}

h1:after {
  content: '';
  background: #ffbf00;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: inline-block;
}

h2 {
  margin-bottom: 15px !important;
  position: relative;
  font-family: "Barlow", sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  font-size: 48px !important;
  line-height: 1.2 !important;
}

@media (max-width: 767px) {
  h2 {
    font-size: 38px !important;
  }
}

@media (max-width: 640px) {
  h2 {
    font-size: 28px !important;
  }
}

h2 .white {
  color: #ffffff !important;
}

h2 p {
  margin-bottom: 15px !important;
  font-family: "Barlow", sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  font-size: 48px !important;
  line-height: 1.2 !important;
}

@media (max-width: 767px) {
  h2 p {
    font-size: 38px !important;
  }
}

@media (max-width: 640px) {
  h2 p {
    font-size: 28px !important;
  }
}

h2:after {
  content: '';
  background: #ffbf00;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
}

@media (max-width: 640px) {
  h2:after {
    position: relative !important;
    bottom: auto;
  }
}

h3 {
  margin-bottom: 15px !important;
  font-family: "Barlow", sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  font-size: 42px !important;
  line-height: 1.2 !important;
}

h3 p {
  margin-bottom: 15px !important;
  font-family: "Barlow", sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  font-size: 42px !important;
  line-height: 1.2 !important;
}

h3:after {
  content: '';
  background: #ffffff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}

h4 {
  margin-bottom: 15px !important;
  font-family: "Barlow", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  font-size: 36px !important;
  line-height: 1.2 !important;
}

.title-sep-container {
  display: none !important;
}

.fusion-body .fusion-title.title {
  margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
  .fusion-body .fusion-title.title {
    margin-bottom: 0 !important;
    display: block !important;
  }
}

.fusion-title-center {
  justify-content: center !important;
}

.no-after h2:after {
  display: none !important;
}

@media (max-width: 1200px) {
  .custom-flex {
    flex-direction: column !important;
  }
}

@media (max-width: 1200px) {
  .custom-flex .fusion-layout-column {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .flex-reverze .fusion-row {
    flex-direction: column-reverse !important;
  }
}

#main {
  position: relative !important;
}

.highlight-row h2, .highlight-row h4, .highlight-row p {
  color: #ffffff !important;
}

.highlight-row .highlight {
  padding: 12px 36px !important;
  background: #ffbf00 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  position: absolute;
  left: 0;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  .highlight-row .highlight {
    transform: none;
    top: 30px !important;
  }
}

.fusion-footer {
  position: relative;
}

.fusion-footer .footer-stripes {
  top: 130px !important;
  left: 0 !important;
}

.custom-footer {
  background: #000000;
  position: relative;
  padding: 120px 30px;
}

.custom-footer .fusion-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px !important;
  margin: 0 auto !important;
}

.custom-footer .left-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.custom-footer .footer-content h4 {
  color: #ffffff !important;
  margin-top: 0 !important;
  font-weight: 800 !important;
}

.custom-footer .footer-content h4 .yellow {
  color: #ffbf00 !important;
}

.custom-footer .footer-content p {
  color: #ffffff !important;
}

@media (min-width: 1025px) {
  .custom-footer .footer-content p {
    max-width: 70%;
  }
}

.custom-footer .right-section .logo {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .custom-footer .right-section .logo {
    margin-top: 60px !important;
  }
}

.custom-footer .right-section .logo img {
  max-width: 60% !important;
}

@media (max-width: 767px) {
  .custom-footer .right-section .logo img {
    max-width: 100% !important;
  }
}

.custom-footer .right-section .socials {
  margin-bottom: 15px;
}

.custom-footer .right-section .socials ul {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .custom-footer .right-section .socials ul {
    justify-content: flex-start;
  }
}

.custom-footer .right-section .socials ul li {
  margin-right: 5px;
}

.custom-footer .right-section .socials ul li:last-child {
  margin-right: 0;
}

.custom-footer .right-section .socials ul li a {
  width: 25px !important;
  height: 25px !important;
  background: #ffbf00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .5s ease-in-out;
}

.custom-footer .right-section .socials ul li a i {
  color: #000000;
  font-size: 16px;
}

.custom-footer .right-section .socials ul li a:hover {
  transform: translateY(-10px);
}

.custom-footer .right-section .footer-content {
  text-align: right !important;
}

@media (max-width: 767px) {
  .custom-footer .right-section .footer-content {
    text-align: left !important;
  }
}

.custom-footer .right-section .address {
  margin-bottom: 15px !important;
}

.custom-footer .right-section .address p {
  color: #ffffff !important;
  font-size: 16px !important;
  max-width: 100% !important;
}

.custom-footer .right-section .address p a {
  color: #ffffff !important;
  font-size: 16px !important;
  transition: all .5s ease-in-out;
}

.custom-footer .right-section .address p a:hover {
  color: #ffbf00 !important;
}

.custom-footer .right-section .address p .yellow {
  color: #ffbf00 !important;
}

.custom-footer .right-section .cta p {
  margin-bottom: 0 !important;
  max-width: 100% !important;
}

.custom-footer .right-section .cta p a {
  color: #ffbf00 !important;
  font-size: 16px !important;
  position: relative;
}

.custom-footer .right-section .cta p a:after {
  content: '';
  background: #ffbf00;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: all .5s ease-in-out;
}

.custom-footer .right-section .cta p a:hover:after {
  right: 0 !important;
  left: auto !important;
  width: 0 !important;
}

.custom-footer .right-section .cta p a.partner-link img {
  width: 50%;
}

.custom-footer .right-section .cta p a.partner-link:after {
  display: none;
}

.custom-footer .copyright ul {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

@media (max-width: 500px) {
  .custom-footer .copyright ul {
    display: block !important;
  }
}

.custom-footer .copyright ul li {
  padding-right: 5px;
  position: relative;
}

@media (max-width: 500px) {
  .custom-footer .copyright ul li {
    display: block !important;
    text-align: left;
    padding-right: 0;
  }
}

.custom-footer .copyright ul li:last-child:after {
  display: none !important;
}

.custom-footer .copyright ul li:after {
  content: '|';
  padding-left: 5px;
  display: inline-block;
  color: rgba(255, 255, 255, 0.2) !important;
  font-size: 14px !important;
}

@media (max-width: 500px) {
  .custom-footer .copyright ul li:after {
    display: none !important;
  }
}

.custom-footer .copyright ul li a {
  color: rgba(255, 255, 255, 0.2) !important;
  font-size: 14px !important;
  position: relative;
}

.custom-footer .copyright ul li a:after {
  content: '';
  background: rgba(255, 255, 255, 0.2) !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all .5s ease-in-out;
}

.custom-footer .copyright ul li a:hover:after {
  width: 100% !important;
  right: 0 !important;
  left: auto !important;
}

header .header-row {
  display: flex;
  padding-bottom: 30px !important;
  padding-top: 30px !important;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px !important;
}

header .header-row .fusion-logo {
  margin: 0 !important;
  width: 370px !important;
}

@media (max-width: 640px) {
  header .header-row .fusion-logo {
    width: 250px !important;
    max-width: 100% !important;
  }
}

header .header-row .menu-section {
  display: flex;
  align-items: flex-end;
}

@media (max-width: 810px) {
  header .header-row .menu-section .free-screening {
    display: none !important;
  }
}

header .header-row .menu-section .free-screening {
  line-height: 1.3 !important;
}

header .header-row .menu-section .free-screening a:hover {
  color: #ffbf00 !important;
}

.home-banner {
  height: 50vh !important;
}

@media (max-width: 1200px) {
  .home-banner {
    height: 85vh !important;
  }
}

@media (max-width: 767px) {
  .home-banner {
    height: 76vh !important;
  }
}

@media (max-width: 705px) {
  .home-banner {
    height: 64vh !important;
  }
}

@media (max-width: 640px) {
  .home-banner {
    height: 53vh !important;
  }
}

@media (max-width: 500px) {
  .home-banner {
    height: 51vh !important;
  }
}

.home-banner .fusion-row {
  display: flex;
  height: 100%;
}

@media (max-width: 1200px) {
  .home-banner .fusion-row {
    display: block !important;
    overflow: hidden !important;
  }
}

.home-banner .first-column {
  display: flex;
  height: 100%;
  align-items: center;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 1200px) {
  .home-banner .first-column {
    height: auto;
    flex-direction: column;
    margin-bottom: 60px !important;
    align-items: flex-start;
  }
}

.home-banner .first-column .inner-content {
  max-width: 100% !important;
}

.home-banner .first-column .fusion-fullwidth {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  .home-banner .first-column .fusion-fullwidth .fusion-title {
    display: block !important;
  }
}

.home-banner .first-column .fusion-fullwidth h1 {
  font-size: 140px !important;
}

@media (max-width: 1400px) {
  .home-banner .first-column .fusion-fullwidth h1 {
    font-size: 115px !important;
  }
}

@media (max-width: 1200px) {
  .home-banner .first-column .fusion-fullwidth h1 {
    font-size: 100px !important;
  }
}

@media (max-width: 767px) {
  .home-banner .first-column .fusion-fullwidth h1 {
    font-size: 82px !important;
  }
}

@media (max-width: 640px) {
  .home-banner .first-column .fusion-fullwidth h1 {
    font-size: 38px !important;
  }
}

.home-banner .first-column .fusion-fullwidth h1:after {
  background: #ffffff !important;
}

@media (max-width: 1200px) {
  .home-banner .first-column .fusion-fullwidth h1:after {
    background: #ffbf00 !important;
  }
}

@media (max-width: 640px) {
  .home-banner .first-column .fusion-fullwidth h1:after {
    width: 15px !important;
    height: 15px !important;
  }
}

.home-banner .first-column .banner-button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1200px) {
  .home-banner .first-column .banner-button {
    position: relative;
    left: auto;
    bottom: auto;
    margin-top: 30px;
  }
}

.home-banner .first-column .banner-button a {
  font-size: 22px !important;
}

@media (max-width: 640px) {
  .home-banner .first-column .banner-button a {
    font-size: 16px !important;
  }
}

.home-banner .video-col {
  height: 100%;
  overflow: hidden;
}

.home-banner .video-col video {
  width: 100% !important;
}

@media (min-width: 1200px) {
  .home-banner .video-col video {
    height: 100% !important;
  }
}

.home-banner .video-col .video-wrapper {
  height: 100% !important;
}

@media (max-width: 767px) {
  .home-banner .video-col .video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 100vh;
    overflow: hidden;
  }
}

.home-banner .video-col .video-wrapper .youtube-background {
  position: relative;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

@media (max-width: 767px) {
  .home-banner .video-col .video-wrapper .youtube-background {
    position: relative !important;
    height: 380px !important;
  }
}

@media (max-width: 705px) {
  .home-banner .video-col .video-wrapper .youtube-background {
    position: relative !important;
    height: 250px !important;
  }
}

@media (max-width: 500px) {
  .home-banner .video-col .video-wrapper .youtube-background {
    position: relative !important;
    height: 180px !important;
  }
}

.home-banner .video-col .video-wrapper .youtube-background iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 65vh;
  transform: translate(-50%, -50%);
}

@media (max-width: 1200px) {
  .home-banner .video-col .video-wrapper .youtube-background iframe {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .home-banner .video-col .video-wrapper .youtube-background iframe {
    height: 50vh;
  }
}

.diagonal-right:after {
  content: '';
  background: url("/wp-content/themes/Avada-Child/assets/images/icons/diagonal_icon.png") no-repeat;
  width: 300px;
  height: 250px;
  background-size: contain;
  position: absolute;
  right: -50px;
  bottom: -130px;
  z-index: 10;
  background-position-x: right;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.absolute-image {
  position: absolute !important;
  right: 0 !important;
}

@media (max-width: 1024px) {
  .absolute-image {
    position: relative !important;
  }
}

@media (min-width: 1025px) {
  .absolute-image .fusion-column-wrapper {
    margin-right: 0 !important;
  }
}

.absolute-image .fusion-column-wrapper .fusion-imageframe {
  width: 100% !important;
}

.absolute-image .fusion-column-wrapper .fusion-imageframe img {
  float: right;
  max-height: 500px !important;
  object-fit: cover !important;
}

@media (min-width: 2000px) {
  .absolute-image .fusion-column-wrapper .fusion-imageframe img {
    width: 80% !important;
  }
}

.service-image img {
  max-height: 700px !important;
  object-fit: cover !important;
}

@media (min-width: 768px) {
  .newsletter-column {
    padding-left: 90px !important;
  }
}

.newsletter-column h2 {
  font-size: 36px !important;
}

.newsletter-column .fusion-text {
  position: relative;
}

@media (min-width: 768px) {
  .newsletter-column .fusion-text {
    width: 70% !important;
  }
}

@media (min-width: 1025px) {
  .newsletter-column .fusion-text {
    width: 100% !important;
  }
}

@media (min-width: 1260px) {
  .newsletter-column .fusion-text {
    width: 80% !important;
  }
}

.newsletter-column .fusion-imageframe {
  width: 50px !important;
  position: absolute;
  right: 90px;
  top: 10px;
}

@media (min-width: 1025px) {
  .newsletter-column .fusion-imageframe {
    right: 0;
  }
}

@media (min-width: 1300px) {
  .newsletter-column .fusion-imageframe {
    right: 30px !important;
  }
}

@media (min-width: 1400px) {
  .newsletter-column .fusion-imageframe {
    right: 60px !important;
  }
}

@media (min-width: 1600px) {
  .newsletter-column .fusion-imageframe {
    right: 90px !important;
  }
}

@media (max-width: 875px) {
  .newsletter-column .fusion-imageframe {
    right: 0;
  }
}

.newsletter-row h2:after {
  display: none !important;
}

.newsletter-row .contact-form {
  margin: 0 auto !important;
  position: relative;
}

@media (min-width: 1200px) {
  .newsletter-row .contact-form {
    max-width: 45% !important;
  }
}

@media (min-width: 992px) {
  .newsletter-row .contact-form {
    max-width: 65% !important;
  }
}

@media (max-width: 767px) {
  .newsletter-row .contact-form {
    max-width: 100% !important;
  }
}

.newsletter-row .contact-form .loading-spinner {
  width: 20px !important;
  height: 20px !important;
}

.newsletter-row .contact-form input::-webkit-input-placeholder {
  color: #000000 !important;
}

.newsletter-row .contact-form input:-moz-placeholder {
  color: #000000 !important;
}

.newsletter-row .contact-form input::-moz-placeholder {
  color: #000000 !important;
}

.newsletter-row .contact-form input:-ms-input-placeholder {
  color: #000000 !important;
}

.newsletter-row .contact-form textarea::-webkit-input-placeholder {
  color: #000000 !important;
}

.newsletter-row .contact-form textarea:-moz-placeholder {
  color: #000000 !important;
}

.newsletter-row .contact-form textarea::-moz-placeholder {
  color: #000000 !important;
}

.newsletter-row .contact-form textarea:-ms-input-placeholder {
  color: #000000 !important;
}

.newsletter-row .contact-form p {
  text-align: center !important;
}

.newsletter-row .contact-form .form-row {
  margin-bottom: 15px;
}

.newsletter-row .contact-form .form-row:last-child {
  margin-bottom: 0;
}

.newsletter-row .contact-form .form-row input {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #000000 !important;
  height: 41px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.newsletter-row .contact-form .form-row input.wpcf7-not-valid {
  border-bottom: 2px solid red !important;
}

.newsletter-row .contact-form .wpcf7-list-item {
  margin-left: 0 !important;
}

.newsletter-row .contact-form .wpcf7-list-item label {
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 500px) {
  .newsletter-row .contact-form .wpcf7-list-item label {
    font-size: 9px !important;
  }
}

.newsletter-row .contact-form .wpcf7-list-item label a {
  color: rgba(0, 0, 0, 0.5) !important;
}

.newsletter-row .contact-form .wpcf7-list-item label .wpcf7-list-item-label {
  margin-left: 5px !important;
}

.newsletter-row .contact-form .wpcf7-submit {
  font-size: 16px !important;
  z-index: 1 !important;
  position: relative !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

.newsletter-row .contact-form .wpcf7-submit:hover {
  color: #ffffff !important;
}

.newsletter-row .contact-form .wpcf7-submit:before {
  background: #000000 !important;
}

.newsletter-row .contact-form input[type="checkbox"],
.newsletter-row .contact-form input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid rgba(0, 0, 0, 0.7) !important;
  border-radius: 0;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.newsletter-row .contact-form input[type="checkbox"],
.newsletter-row .contact-form input[type=radio] {
  /* ...existing styles */
  display: grid;
  place-content: center;
}

.newsletter-row .contact-form input[type="checkbox"]::before,
.newsletter-row .contact-form input[type=radio]::before {
  content: "";
  width: 10px;
  height: 10px;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000000;
}

.newsletter-row .contact-form input[type="checkbox"]:checked::before,
.newsletter-row .contact-form input[type=radio]:checked::before {
  transform: scale(1);
}

.photo-container {
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: -60px !important;
  z-index: 0;
}

@media (max-width: 640px) {
  .photo-container {
    margin-bottom: 0 !important;
  }
}

.photo-container .fusion-row {
  max-width: 100% !important;
}

.photo-container .fusion-row .fusion-column-wrapper {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

@media (max-width: 992px) {
  .fusion-body.home .services {
    display: flex !important;
  }
}

.fusion-body.home .services .fusion-column-wrapper {
  background: #000000 !important;
  padding: 60px 0 !important;
  text-align: center;
}

.fusion-body.home .services .fusion-column-wrapper .fusion-title {
  justify-content: center;
}

.fusion-body.home .services .fusion-column-wrapper .fusion-title h2 {
  color: #ffffff !important;
  margin-bottom: 0 !important;
  font-size: 42px !important;
  text-align: center !important;
}

@media (max-width: 1200px) {
  .fusion-body.home .services .fusion-column-wrapper .fusion-title h2 {
    font-size: 34px !important;
  }
}

.custom-carousel {
  position: relative;
}

.custom-carousel .owl-stage-outer {
  display: flex;
  overflow: visible;
}

.custom-carousel .owl-stage {
  display: flex;
  min-height: 250px;
  align-items: center;
}

.custom-carousel .owl-item {
  opacity: 0;
  display: flex;
  height: 100%;
  margin-right: 30px !important;
}

.custom-carousel .owl-item.active {
  opacity: 1;
}

.custom-carousel .owl-nav button {
  font-size: 75px !important;
  width: auto !important;
  height: auto !important;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%);
}

.custom-carousel .owl-nav button .slide-icon {
  display: flex;
  align-items: center;
}

.custom-carousel .owl-nav button .slide-icon img {
  width: 45px !important;
  height: 45px !important;
  object-fit: contain;
}

@media (min-width: 1800px) {
  .custom-carousel .owl-nav button.owl-next {
    right: -60px;
  }
}

@media (max-width: 1799px) {
  .custom-carousel .owl-nav button.owl-next {
    right: 30px;
    bottom: -60px;
    top: auto !important;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .custom-carousel .owl-nav button.owl-next {
    bottom: -30px;
  }
}

@media (min-width: 1800px) {
  .custom-carousel .owl-nav button.owl-prev {
    left: -90px;
  }
}

@media (max-width: 1799px) {
  .custom-carousel .owl-nav button.owl-prev {
    left: auto;
    right: 60px;
    bottom: -60px;
    top: auto !important;
    transform: none !important;
  }
}

@media (max-width: 640px) {
  .custom-carousel .owl-nav button.owl-prev {
    bottom: -30px;
  }
}

.custom-carousel .owl-nav button:focus {
  outline: none !important;
}

.custom-carousel .owl-nav button i {
  color: #ffffff !important;
  font-family: 'Font Awesome 5 Pro' !important;
  font-style: normal !important;
}

.custom-carousel .custom-slide {
  display: flex;
  height: 500px;
  width: 100%;
}

@media (max-width: 850px) {
  .custom-carousel .custom-slide {
    width: 100% !important;
    display: block;
    height: auto !important;
  }
}

.custom-carousel .custom-slide .slide-content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 45px !important;
  border: 2px solid #000000;
  width: 100%;
}

@media (max-width: 850px) {
  .custom-carousel .custom-slide .slide-content {
    display: block !important;
  }
}

.custom-carousel .custom-slide .slide-content .image {
  min-width: 200px !important;
  text-align: center !important;
  position: absolute;
  top: -200px;
}

@media (max-width: 1024px) {
  .custom-carousel .custom-slide .slide-content .image {
    max-width: 600px;
  }
}

@media (max-width: 850px) {
  .custom-carousel .custom-slide .slide-content .image {
    max-width: 400px;
    position: relative;
    top: auto;
    margin: 0 auto;
  }
}

@media (max-width: 640px) {
  .custom-carousel .custom-slide .slide-content .image {
    max-width: 100%;
  }
}

@media (max-width: 850px) {
  .custom-carousel .custom-slide .slide-content {
    margin-right: 0 !important;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 640px) {
  .custom-carousel .custom-slide .slide-content {
    text-align: center !important;
  }
}

.custom-carousel .custom-slide .slide-content img {
  margin: 0 auto;
}

@media (max-width: 640px) {
  .custom-carousel .custom-slide .slide-content img {
    width: 100% !important;
  }
}

.custom-carousel .custom-slide .content {
  padding-right: 60px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.custom-carousel .custom-slide .content.clicked h3 {
  opacity: 0 !important;
}

.custom-carousel .custom-slide .content.clicked .upper-p, .custom-carousel .custom-slide .content.clicked .download {
  opacity: 0;
}

@media (max-width: 850px) {
  .custom-carousel .custom-slide .content.clicked .upper-p, .custom-carousel .custom-slide .content.clicked .download {
    display: none;
  }
}

.custom-carousel .custom-slide .content.clicked .cf7-form {
  opacity: 1;
}

@media (max-width: 850px) {
  .custom-carousel .custom-slide .content.clicked .cf7-form {
    display: block;
    left: auto;
    right: auto;
    transform: none;
  }
}

.custom-carousel .custom-slide .content.clicked .cf7-form label, .custom-carousel .custom-slide .content.clicked .cf7-form a {
  font-size: 12px !important;
}

.custom-carousel .custom-slide .content.clicked .cf7-form label .wpcf7-list-item-label, .custom-carousel .custom-slide .content.clicked .cf7-form a .wpcf7-list-item-label {
  margin-left: 5px !important;
}

.custom-carousel .custom-slide .content.clicked .cf7-form .fusion-success {
  bottom: -60px !important;
  left: 50% !important;
  transform: translateX(-50%);
  width: 100%;
}

@media (min-width: 1400px) {
  .custom-carousel .custom-slide .content {
    padding-right: 90px;
  }
}

@media (max-width: 850px) {
  .custom-carousel .custom-slide .content {
    padding-right: 0;
    text-align: center !important;
  }
}

.custom-carousel .custom-slide .content h3 {
  font-weight: 500 !important;
  margin-top: 60px !important;
  font-size: 36px !important;
}

.custom-carousel .custom-slide .content .upper-p {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.custom-carousel .custom-slide .content .upper-p p {
  font-family: "Barlow", sans-serif !important;
  font-weight: 300 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  color: #000000 !important;
}

.custom-carousel .custom-slide .content .download-div {
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
}

.custom-carousel .custom-slide .content .download-div a {
  font-size: 16px !important;
  line-height: 1 !important;
}

.custom-carousel .custom-slide .content .cf7-form {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  width: 80% !important;
  transform: translate(-50%, -50%);
}

@media (max-width: 850px) {
  .custom-carousel .custom-slide .content .cf7-form {
    width: 100% !important;
    top: auto;
    position: relative;
    display: none;
  }
}

.custom-carousel .custom-slide .content .cf7-form .form-row {
  margin-bottom: 15px;
}

.custom-carousel .custom-slide .content .cf7-form .form-row:last-child {
  margin-bottom: 0;
}

.custom-carousel .custom-slide .content .cf7-form .form-row input {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #000000 !important;
  height: 41px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.custom-carousel .custom-slide .content .cf7-form .form-row input.wpcf7-not-valid {
  border-bottom: 2px solid red !important;
}

.custom-carousel .custom-slide .content .cf7-form .form-row input::-webkit-input-placeholder {
  color: #000000 !important;
}

.custom-carousel .custom-slide .content .cf7-form .wpcf7-list-item {
  margin-left: 0 !important;
}

.custom-carousel .custom-slide .content .cf7-form .wpcf7-list-item label {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 850px) {
  .custom-carousel .custom-slide .content .cf7-form .wpcf7-list-item label {
    justify-content: center;
  }
}

.custom-carousel .custom-slide .content .cf7-form .wpcf7-list-item label input {
  margin-top: 5px;
}

.custom-carousel .custom-slide .content .cf7-form p {
  margin-bottom: 0 !important;
}

.custom-carousel .custom-slide .content .cf7-form .wpcf7-submit {
  font-size: 16px !important;
  border: 2px solid #000000 !important;
  color: #000000 !important;
}

.custom-carousel .custom-slide .content .cf7-form .wpcf7-submit:hover {
  color: #ffffff !important;
}

@media (max-width: 1300px) {
  .take-away {
    display: block !important;
  }
}

@media (min-width: 1025px) {
  .take-away .fusion-layout-column {
    height: 500px !important;
  }
}

.take-away .fusion-layout-column .fusion-column-wrapper {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between;
  background: #000000 !important;
  padding: 45px !important;
}

.take-away .fusion-layout-column .fusion-column-wrapper h3 {
  color: #ffffff !important;
  font-weight: 500 !important;
  font-size: 32px !important;
  margin-top: 60px !important;
}

.take-away .fusion-layout-column .fusion-column-wrapper .fusion-imageframe {
  overflow: visible;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.take-away .fusion-layout-column .fusion-column-wrapper img {
  width: 200px !important;
  height: 200px !important;
  min-width: 200px !important;
  object-fit: contain;
  margin-top: -100px;
}

@media (max-width: 500px) {
  .take-away .fusion-layout-column .fusion-column-wrapper img {
    margin-right: 0 !important;
  }
}

.take-away .fusion-layout-column .fusion-column-wrapper p {
  font-family: "Barlow", sans-serif !important;
  font-weight: 300 !important;
  font-size: 28px !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  text-align: left !important;
  width: 100% !important;
}

.take-away .fusion-layout-column .fusion-column-wrapper .fusion-button {
  margin-top: 60px !important;
}

.take-away .fusion-layout-column .fusion-column-wrapper .fusion-button:hover {
  color: #000000 !important;
}

.downloads .fusion-text {
  position: relative;
}

.downloads .wpcf7-form {
  position: relative;
}

.downloads .wpcf7-mail-sent-ok, .downloads .fusion-success {
  left: 50% !important;
  transform: translateX(-50%);
  bottom: 30px;
}

@media (max-width: 767px) {
  .downloads .wpcf7-mail-sent-ok, .downloads .fusion-success {
    bottom: 5px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .downloads .wpcf7-mail-sent-ok, .downloads .fusion-success {
    position: relative !important;
    left: auto !important;
    bottom: auto;
    top: auto;
    transform: none;
  }
  .downloads .wpcf7-mail-sent-ok .fusion-alert-content-wrapper, .downloads .fusion-success .fusion-alert-content-wrapper {
    text-align: center;
    color: #000000;
  }
}

.downloads .wpcf7 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: center;
}

.downloads .wpcf7.active {
  display: flex;
}

.downloads .wpcf7 .contact-form {
  position: relative;
  background: white;
  padding: 90px;
  max-width: 90%;
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.22);
  margin: 0 auto;
}

@media (max-width: 767px) {
  .downloads .wpcf7 .contact-form {
    padding: 30px;
  }
}

.downloads .wpcf7 .contact-form .loading-spinner img {
  width: 40px !important;
  height: 40px !important;
  min-width: 0 !important;
  margin: 0 !important;
}

.downloads .wpcf7 .contact-form .form-row {
  margin-bottom: 15px;
}

.downloads .wpcf7 .contact-form .form-row:last-child {
  margin-bottom: 0;
}

.downloads .wpcf7 .contact-form .form-row input {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #ffbf00 !important;
  height: 41px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.downloads .wpcf7 .contact-form .form-row input.wpcf7-not-valid {
  border-bottom: 2px solid red !important;
}

.downloads .wpcf7 .contact-form .wpcf7-list-item {
  margin-left: 0 !important;
  margin-bottom: 15px;
}

.downloads .wpcf7 .contact-form .wpcf7-list-item label {
  color: #000000 !important;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left !important;
  text-transform: none !important;
}

@media (max-width: 736px) {
  .downloads .wpcf7 .contact-form .wpcf7-list-item label {
    text-align: left !important;
    font-size: 12px !important;
  }
}

@media (max-width: 500px) {
  .downloads .wpcf7 .contact-form .wpcf7-list-item label {
    font-size: 9px !important;
  }
}

.downloads .wpcf7 .contact-form .wpcf7-list-item label a {
  color: #000000 !important;
}

.downloads .wpcf7 .contact-form .wpcf7-list-item label a:hover {
  color: #ffbf00 !important;
}

.downloads .wpcf7 .contact-form .wpcf7-list-item label .wpcf7-list-item-label {
  margin-left: 5px !important;
}

.downloads .wpcf7 .contact-form .wpcf7-submit {
  font-size: 16px !important;
  z-index: 1 !important;
  position: relative !important;
  color: #000000 !important;
  border-color: #000000 !important;
}

.downloads .wpcf7 .contact-form .wpcf7-submit:hover {
  color: #ffffff !important;
}

.downloads .wpcf7 .close-wrapper {
  position: absolute;
  right: 24px;
  top: 16px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.downloads .wpcf7 .close-wrapper .close {
  opacity: 1 !important;
}

.downloads .wpcf7 .close-wrapper .close:before, .downloads .wpcf7 .close-wrapper .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}

.downloads .wpcf7 .close-wrapper .close:before {
  transform: rotate(45deg);
}

.downloads .wpcf7 .close-wrapper .close:after {
  transform: rotate(-45deg);
}

.fusion-text.intro p {
  font-size: 28px !important;
}

@media (max-width: 640px) {
  .fusion-text.intro p {
    font-size: 18px !important;
  }
}

.fusion-text.intro p:last-child {
  margin-bottom: 0 !important;
}

.fusion-text.upper-p p {
  font-family: "Barlow", sans-serif !important;
  text-transform: none !important;
  font-weight: 300 !important;
  font-size: 28px !important;
}

@media (max-width: 640px) {
  .fusion-text.upper-p p {
    line-height: 1.4 !important;
  }
}

.fusion-text.upper-p.white p {
  color: #ffffff !important;
}

@media (max-width: 1024px) {
  .fusion-body #main .fusion-fullwidth .yellow-column {
    margin-top: 60px !important;
  }
  .fusion-body #main .fusion-fullwidth .yellow-column .fusion-column-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .fusion-body #main .fusion-fullwidth .yellow-column:after {
    content: '';
    background: #ffbf00;
    height: 100%;
    width: 500%;
    position: absolute;
    left: 100%;
    top: 0;
  }
}

.fusion-body #main .fusion-fullwidth .yellow-column:before {
  content: '';
  background: #ffbf00;
  height: 100%;
  width: 500%;
  position: absolute;
  right: 100%;
  top: 0;
}

.fusion-body #main .fusion-fullwidth .yellow-column .fusion-column-wrapper {
  padding: 90px 90px 170px !important;
  margin-left: 0 !important;
  background: #ffbf00 !important;
}

@media (min-width: 1660px) {
  .fusion-body #main .fusion-fullwidth .yellow-column .fusion-column-wrapper {
    padding-left: calc(90px + 3.84%) !important;
  }
}

@media (max-width: 1024px) {
  .fusion-body #main .fusion-fullwidth .yellow-column .fusion-column-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.fusion-body #main .fusion-fullwidth .yellow-column .fusion-column-wrapper p {
  max-width: 80% !important;
}

.easter-action {
  position: absolute;
  right: 25px;
  bottom: 10px;
  z-index: 2;
  cursor: pointer;
}

.easter-action img {
  width: 40px !important;
  height: 40px !important;
  object-fit: contain !important;
  z-index: 99;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license
Copyright (c) 2013 Daniel Eden
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 999999;
}

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

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

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

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

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

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

.moving-stripes {
  position: absolute;
  left: -115px;
  top: 15%;
  z-index: 10;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.moving-stripes img {
  width: 80%;
}

.stripes-after {
  position: absolute !important;
  right: -75px;
  top: -180px;
  display: inline-block !important;
  width: 250px !important;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.footer-stripes {
  position: absolute;
  left: -60px;
  z-index: 10;
  top: 60px;
}

@media (min-width: 1760px) {
  .footer-stripes {
    top: 130px;
  }
}

.footer-stripes img {
  width: 50% !important;
}

.splitting.animated .char {
  -webkit-animation: fadeIn 2s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 2s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt.animated .char {
  -webkit-animation: fadeIn 2s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 2s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.splitting.txt.animated .char {
  -webkit-animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.3s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(10ms * var(--char-index));
  animation-delay: calc(10ms * var(--char-index));
}

.splitting.txt .whitespace {
  width: 5px;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.menu-overlay {
  display: block;
  text-decoration: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  background-color: #000000;
  transform: translateX(-102%);
  transition: all 1s ease;
  height: 100vh;
}

@media (max-width: 1024px) {
  .menu-overlay {
    width: 100%;
  }
}

.menu-overlay.open {
  transform: translateX(0);
}

.menu-overlay .menu-content {
  display: flex;
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  padding: 120px 90px;
}

@media (max-width: 640px) {
  .menu-overlay .menu-content {
    padding: 60px 30px !important;
  }
}

.menu-overlay .menu-content .top-info {
  display: flex;
  justify-content: flex-end;
}

.menu-overlay .menu-content .top-info .logo img {
  width: 370px;
}

.menu-overlay .menu-content .top-info .close-menu {
  top: 15px;
  right: 30px;
  position: absolute;
  display: none;
}

@media (max-width: 1024px) {
  .menu-overlay .menu-content .top-info .close-menu {
    display: block;
  }
}

.menu-overlay .menu-content .top-info .close-menu p {
  margin-bottom: 0 !important;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #ffffff;
  cursor: pointer;
}

.menu-overlay .menu-content .menu .fusion-main-menu {
  width: 100%;
  display: flex !important;
}

.menu-overlay .menu-content .menu .fusion-main-menu ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex;
  width: 100%;
  flex-direction: column !important;
  align-items: flex-end;
}

@media (max-width: 1200px) {
  .menu-overlay .menu-content .menu .fusion-main-menu ul {
    flex-direction: column !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }
}

.menu-overlay .menu-content .menu .fusion-main-menu ul li {
  padding-bottom: 30px;
  padding-right: 0;
}

@media (max-width: 1200px) {
  .menu-overlay .menu-content .menu .fusion-main-menu ul li {
    text-align: left !important;
  }
}

.menu-overlay .menu-content .menu .fusion-main-menu ul li:last-child {
  padding-bottom: 0 !important;
}

.menu-overlay .menu-content .menu .fusion-main-menu ul li.menu-hide {
  transform: translatey(-50px);
  opacity: 0;
}

.menu-overlay .menu-content .menu .fusion-main-menu ul li a {
  height: auto !important;
  font-size: 28px !important;
  color: #ffffff !important;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px;
}

@media (max-width: 1200px) {
  .menu-overlay .menu-content .menu .fusion-main-menu ul li a {
    justify-content: flex-start !important;
  }
}

.menu-overlay .menu-content .menu .fusion-main-menu ul li a:hover {
  color: #ffbf00 !important;
}

.menu-overlay .menu-content .bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}

@media (max-width: 915px) {
  .menu-overlay .menu-content .bottom-info {
    align-items: flex-start;
  }
}

.menu-overlay .menu-content .bottom-info .socials ul {
  display: flex;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

.menu-overlay .menu-content .bottom-info .socials ul li {
  margin-right: 25px;
}

.menu-overlay .menu-content .bottom-info .socials ul li:last-child {
  margin-right: 0;
}

.menu-overlay .menu-content .bottom-info .socials ul li a i {
  color: #ffbf00;
  font-size: 22px;
}

.menu-overlay .menu-content .bottom-info .contact p,
.menu-overlay .menu-content .bottom-info .screening p {
  margin-bottom: 0;
  margin-top: 0 !important;
}

.menu-overlay .menu-content .bottom-info .contact p a,
.menu-overlay .menu-content .bottom-info .screening p a {
  font-size: 22px !important;
  color: #ffbf00 !important;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: 0.2px;
}

.menu-trigger {
  width: 63px;
  height: 50px;
  -webkit-transition: all 1.5s ease;
  -moz-transition: all 1.5s ease;
  -ms-transition: all 1.5s ease;
  -o-transition: all 1.5s ease;
  transition: all 1.5s ease;
  z-index: 1005;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.menu-trigger .menu-title {
  font-weight: 700 !important;
  text-transform: uppercase;
  font-family: "Barlow", sans-serif !important;
  font-size: 14px;
  position: absolute;
  top: 35px;
  width: 35px !important;
}

@media (max-width: 640px) {
  .menu-trigger .menu-title {
    top: 25px !important;
  }
}

.menu-trigger .lines-button {
  margin: -16px 0 0 -3px;
  padding: 30px 0 38px 16px;
  cursor: pointer;
  position: fixed;
  display: block;
  background: none;
  line-height: 1;
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border: none;
  z-index: 1005;
}

.menu-trigger .lines-button:focus {
  outline: none !important;
}

.menu-trigger .lines-button.lines-close .lines:before {
  webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 0;
  width: 35px;
  background: #000;
}

.menu-trigger .lines-button.lines-close .lines:after {
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  top: 0;
  width: 35px;
  background: #000;
}

.menu-trigger .lines-button .lines {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  background: #000000;
}

.menu-trigger .lines-button .lines:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  left: 0;
  top: 10px;
  -webkit-transform-origin: 0.28571rem center;
  -moz-transform-origin: .28571rem center;
  -ms-transform-origin: .28571rem center;
  -o-transform-origin: .28571rem center;
  transform-origin: 0.28571rem center;
  background: #000000;
}

.menu-trigger .lines-button .lines:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  left: 0;
  top: -10px;
  -webkit-transform-origin: 0.28571rem center;
  -moz-transform-origin: .28571rem center;
  -ms-transform-origin: .28571rem center;
  -o-transform-origin: .28571rem center;
  transform-origin: 0.28571rem center;
  background: #000000;
}

.custom-banner {
  position: static !important;
  padding-right: 0 !important;
}

@media (max-width: 640px) {
  .custom-banner .fusion-title,
  .custom-banner .fusion-text {
    padding-right: 30px !important;
  }
}

.custom-banner .fusion-builder-row {
  position: static !important;
}

.custom-banner .fusion-builder-row .absolute-image .fusion-column-wrapper {
  margin-left: 1.92% !important;
}

.custom-banner .fusion-builder-row h2 {
  margin-top: 30px !important;
}

.custom-banner .fusion-builder-row h2:after {
  position: relative !important;
  bottom: auto !important;
}

@media (min-width: 1025px) {
  .custom-banner .fusion-builder-row .fusion-text {
    max-width: 90% !important;
  }
}

@media (max-width: 1024px) {
  .fusion-body .services {
    display: block !important;
  }
  .fusion-body .services .fusion-row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 1125px) {
  .fusion-body .services .fusion-layout-column {
    max-width: 50% !important;
    width: 50% !important;
    flex: 0 0 50% !important;
    margin-right: 0 !important;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 850px) {
  .fusion-body .services .fusion-layout-column {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 60px !important;
  }
}

@media (max-width: 850px) {
  .fusion-body .services .fusion-layout-column:last-child {
    margin-bottom: 0 !important;
  }
}

.fusion-body .services h2 {
  margin-bottom: 30px !important;
}

@media (max-width: 1024px) {
  .fusion-body .services h2 {
    font-size: 34px !important;
  }
}

@media (max-width: 640px) {
  .fusion-body .services h2 {
    font-size: 28px !important;
  }
  .fusion-body .services h2:after {
    bottom: 4px !important;
  }
}

.fusion-body .services p {
  font-family: "Barlow", sans-serif !important;
  text-transform: uppercase;
}

.fusion-body .services .fusion-text {
  margin-bottom: 30px !important;
}

@media (max-width: 767px) {
  .fusion-body .services .fusion-text {
    margin-bottom: 15px !important;
  }
}

.fusion-body .services .white-text p {
  color: #ffffff !important;
  font-weight: 300 !important;
}

.fusion-body .services.stripes-after {
  bottom: 0 !important;
  right: -130px !important;
  top: 850px !important;
  width: 450px !important;
}

@media (max-width: 1400px) {
  .fusion-body .services.stripes-after {
    width: 450px !important;
    top: 850px !important;
  }
}

@media (max-width: 1024px) {
  .fusion-body .services.stripes-after {
    display: none !important;
  }
}

.fusion-body .service-info {
  padding-top: 90px !important;
}

@media (max-width: 640px) {
  .fusion-body .service-info {
    padding-top: 0 !important;
  }
}

.footer-margin {
  margin-bottom: -60px !important;
  z-index: 0;
}

.footer-margin:after {
  content: '';
  background: url("/wp-content/themes/Avada-Child/assets/images/stripes-after.png") no-repeat;
  width: 400px;
  height: 400px;
  background-size: contain;
  position: absolute;
  right: -115px;
  top: -115px;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@media (max-width: 1200px) {
  .footer-margin:after {
    display: none !important;
  }
}

@media (max-width: 1024px) {
  .footer-margin {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1024px) {
  .footer-margin .fusion-row {
    flex-direction: column-reverse !important;
  }
}

.page-template-landing header .fusion-header {
  background: #ffbf00 !important;
}

.page-template-landing #main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-template-landing #main .landing-theme {
  width: 100% !important;
  max-width: 100% !important;
}

.page-template-landing #main .fusion-fullwidth {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

@media (max-width: 1024px) {
  .page-template-landing #main .fusion-fullwidth .fusion-column-wrapper {
    margin-right: 3.84% !important;
    margin-left: 3.84% !important;
  }
}

@media (max-width: 767px) {
  .page-template-landing #main .fusion-fullwidth .fusion-column-wrapper {
    margin-right: 1.92% !important;
    margin-left: 1.92% !important;
  }
}

@media (max-width: 1090px) {
  .page-template-landing #main .yellow-section .fusion-layout-column {
    width: 100% !important;
  }
}

.page-template-landing #main h2 {
  font-size: 90px !important;
}

@media (max-width: 1290px) {
  .page-template-landing #main h2 {
    font-size: 70px !important;
  }
}

@media (max-width: 1150px) {
  .page-template-landing #main h2 {
    font-size: 60px !important;
  }
}

@media (max-width: 640px) {
  .page-template-landing #main h2 {
    font-size: 59px !important;
  }
}

.page-template-landing #main h2 .bigger {
  font-size: 110px !important;
}

@media (max-width: 640px) {
  .page-template-landing #main h2 .bigger {
    font-size: 72px !important;
  }
}

.page-template-landing #main h2 .white {
  color: #ffffff !important;
}

.page-template-landing #main h2 .yellow {
  color: #ffbf00 !important;
}

.page-template-landing #main h2:after {
  display: none !important;
}

.page-template-landing #main h2 p {
  font-size: 90px !important;
}

@media (max-width: 1290px) {
  .page-template-landing #main h2 p {
    font-size: 70px !important;
  }
}

@media (max-width: 1150px) {
  .page-template-landing #main h2 p {
    font-size: 60px !important;
  }
}

@media (max-width: 640px) {
  .page-template-landing #main h2 p {
    font-size: 59px !important;
  }
}

.page-template-landing #main h3 {
  font-size: 32px !important;
}

@media (max-width: 800px) {
  .page-template-landing #main h3 {
    font-size: 26px !important;
  }
}

.page-template-landing #main .landing-image {
  position: absolute;
  right: -30px !important;
  top: 90px !important;
}

@media (max-width: 1400px) {
  .page-template-landing #main .landing-image {
    top: 158px !important;
  }
}

@media (max-width: 1290px) {
  .page-template-landing #main .landing-image {
    top: 110px !important;
  }
}

@media (max-width: 1090px) {
  .page-template-landing #main .landing-image {
    display: none !important;
  }
}

.page-template-landing #main .landing-image .fusion-imageframe {
  float: right;
}

.page-template-landing #main .landing-image .fusion-imageframe img {
  width: 60% !important;
  float: right;
}

@media (max-width: 1400px) {
  .page-template-landing #main .landing-image .fusion-imageframe img {
    width: 50% !important;
  }
}

.page-template-landing #main .stripes-after {
  top: auto;
  bottom: 50px;
  right: -150px;
  width: 550px !important;
  padding: 0 !important;
}

@media (max-width: 767px) {
  .page-template-landing #main .stripes-after {
    display: none !important;
  }
}

.page-template-landing #main .stripes-after .fusion-row {
  margin: 0 !important;
}

.page-template-landing #main .stripes-after .fusion-row .fusion-column-wrapper {
  margin: 0 !important;
}

.page-template-landing #main .stripes-after .fusion-imageframe {
  float: right;
}

.page-template-landing #main .stripes-after .fusion-imageframe img {
  width: 100% !important;
}

@media (max-width: 1024px) {
  .page-template-landing #main .stripes-after .fusion-imageframe img {
    width: 300px !important;
  }
}

.page-template-landing #main .contact-form {
  max-width: 85% !important;
}

@media (max-width: 767px) {
  .page-template-landing #main .contact-form {
    max-width: 100% !important;
  }
}

.page-template-landing #main .contact-form .form-row {
  margin-bottom: 15px;
}

.page-template-landing #main .contact-form .form-row:last-child {
  margin-bottom: 0;
}

.page-template-landing #main .contact-form .form-row input {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #000000 !important;
  height: 41px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.page-template-landing #main .contact-form .form-row input.wpcf7-not-valid {
  border-bottom: 2px solid red !important;
}

.page-template-landing #main .contact-form .your-consent .wpcf7-list-item {
  margin-top: 30px !important;
  display: block;
}

.page-template-landing #main .contact-form .wpcf7-list-item {
  margin-left: 0 !important;
}

.page-template-landing #main .contact-form .wpcf7-list-item label {
  color: #000000 !important;
  font-size: 14px !important;
  display: flex;
  align-items: center;
}

.page-template-landing #main .contact-form .wpcf7-list-item label a {
  color: #000000 !important;
}

.page-template-landing #main .contact-form .wpcf7-list-item label .wpcf7-list-item-label {
  margin-left: 5px !important;
}

.page-template-landing #main .contact-form .wpcf7-submit {
  font-size: 16px !important;
  border-color: #000000 !important;
  color: #000000 !important;
}

.page-template-landing #main .contact-form .wpcf7-submit:hover {
  color: #ffffff !important;
}

.page-template-landing #main .landing-photo {
  display: none !important;
  padding: 0 !important;
}

@media (max-width: 1090px) {
  .page-template-landing #main .landing-photo {
    display: block !important;
  }
}

@media (max-width: 1024px) {
  .page-template-landing #main .landing-photo .fusion-column-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .page-template-landing #main .landing-photo .fusion-column-wrapper {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.page-template-landing #main .landing-photo img {
  width: 100% !important;
}

.page-template-landing .fusion-footer {
  display: none !important;
}

.unaccepted .wpcf7-validates-as-required, .invalid .wpcf7-validates-as-required {
  border-color: red !important;
}

.screen-reader-response {
  display: none !important;
}

.alert-custom {
  display: none !important;
}

.alert-custom.success {
  display: inline-block !important;
}

.alert-custom .close {
  display: none !important;
}

.wpcf7-not-valid-tip {
  display: none !important;
}

.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-acceptance-missing {
  display: none !important;
}

.alert-icon {
  display: none !important;
}

.wpcf7-mail-sent-ok,
.fusion-success {
  background: transparent !important;
  border: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  text-transform: none !important;
  font-family: "Lato", sans-serif !important;
  position: absolute !important;
  right: 0;
  bottom: 0;
  margin-bottom: 0 !important;
  color: #ffbf00 !important;
}

@media (max-width: 500px) {
  .wpcf7-mail-sent-ok,
  .fusion-success {
    position: relative !important;
    right: auto;
    bottom: auto;
    text-align: left !important;
  }
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "Lato", sans-serif !important;
}

input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "Lato", sans-serif !important;
}

input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "Lato", sans-serif !important;
}

input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "Lato", sans-serif !important;
}

textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "Lato", sans-serif !important;
}

textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "Lato", sans-serif !important;
}

textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "Lato", sans-serif !important;
}

textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6) !important;
  font-family: "Lato", sans-serif !important;
}

.loading-spinner {
  width: 40px !important;
  height: 40px !important;
  position: absolute;
  bottom: 0;
  right: 0;
}

.loading-spinner img {
  object-fit: contain !important;
  width: 40px !important;
  height: 40px !important;
}

.page-contact header .fusion-header {
  background: #ffbf00 !important;
}

.page-contact h2:after {
  display: none !important;
}

.page-contact .max-700 {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 3.84%;
}

@media (max-width: 1024px) {
  .page-contact .max-700 {
    position: relative;
    margin-right: 0;
  }
}

.page-contact .max-700 img {
  max-height: 700px !important;
  object-fit: cover !important;
}

@media (max-width: 1024px) {
  .page-contact .contact-row {
    flex-direction: column !important;
  }
}

@media (max-width: 640px) {
  .page-contact .contact-row {
    display: block !important;
  }
}

.page-contact .contact-image {
  position: absolute;
  left: 0;
  width: 814px;
  padding-right: 90px;
}

@media (max-width: 1475px) {
  .page-contact .contact-image {
    width: 600px;
  }
}

@media (max-width: 1230px) {
  .page-contact .contact-image {
    width: 500px;
  }
}

@media (max-width: 1024px) {
  .page-contact .contact-image {
    display: none !important;
  }
}

.page-contact .contact-image img {
  object-fit: cover;
  max-height: 700px;
}

@media (max-width: 1024px) {
  .page-contact .contact-image img {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .page-contact .contact-image img {
    width: 100% !important;
    max-height: none !important;
  }
}

.page-contact .contact-image:after {
  content: '';
  background: url("/wp-content/themes/Avada-Child/assets/images/contact_stripes.png") no-repeat;
  width: 450px;
  height: 450px;
  position: absolute;
  left: -115px;
  bottom: -255px;
  background-size: contain;
  z-index: 20;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

.page-contact .small-image {
  justify-items: flex-end;
  text-align: right;
  margin-bottom: 20px;
}

@media (min-width: 1450px) {
  .page-contact .small-image {
    padding-right: 90px !important;
  }
}

@media (max-width: 1024px) {
  .page-contact .small-image {
    padding-right: 0 !important;
    margin-top: 60px !important;
  }
}

.page-contact .small-image img {
  width: 65%;
}

@media (max-width: 1024px) {
  .page-contact .small-image img {
    width: 100% !important;
    max-height: none !important;
  }
}

.page-contact .form-column {
  padding-top: 260px !important;
}

@media (max-width: 1400px) {
  .page-contact .form-column {
    padding-top: 60px !important;
  }
}

.page-contact .form-column h3 {
  font-size: 32px !important;
}

.page-contact .form-column .contact-form .form-row {
  margin-bottom: 15px;
}

.page-contact .form-column .contact-form .form-row:last-child {
  margin-bottom: 0;
}

.page-contact .form-column .contact-form .form-row input,
.page-contact .form-column .contact-form .form-row select {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #000000 !important;
  height: 41px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

.page-contact .form-column .contact-form .form-row input.wpcf7-not-valid,
.page-contact .form-column .contact-form .form-row select.wpcf7-not-valid {
  border-bottom: 2px solid red !important;
}

.page-contact .form-column .contact-form .form-row .select-arrow {
  border: 0 !important;
  top: 0 !important;
  color: #000000 !important;
  font-size: 18px !important;
}

.page-contact .form-column .contact-form .form-row textarea {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #000000 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  height: 95px;
  font-family: "Lato", sans-serif !important;
  color: rgba(0, 0, 0, 0.6) !important;
  font-weight: 500 !important;
}

.page-contact .form-column .contact-form .your-consent .wpcf7-list-item {
  margin-top: 30px !important;
  display: block;
}

.page-contact .form-column .contact-form .wpcf7-list-item {
  margin-left: 0 !important;
}

.page-contact .form-column .contact-form .wpcf7-list-item label {
  color: #000000 !important;
  font-size: 14px !important;
  display: flex;
  align-items: center;
}

.page-contact .form-column .contact-form .wpcf7-list-item label a {
  color: #000000 !important;
}

.page-contact .form-column .contact-form .wpcf7-list-item label .wpcf7-list-item-label {
  margin-left: 5px !important;
}

.page-contact .form-column .contact-form .wpcf7-submit {
  font-size: 16px !important;
  border-color: #000000 !important;
  color: #000000 !important;
}

.page-contact .form-column .contact-form .wpcf7-submit:hover {
  color: #ffffff !important;
}

.black-column {
  background: #000000 !important;
}

.black-column:after {
  content: '';
  background: #000000;
  height: 100%;
  width: 500%;
  position: absolute;
  left: 100%;
  top: 0;
}

@media (max-width: 1024px) {
  .black-column:before {
    content: '';
    background: #000000;
    height: 100%;
    width: 500%;
    position: absolute;
    right: 100%;
    top: 0;
  }
}

.black-column .fusion-text {
  padding-left: 90px !important;
  padding-right: 60px !important;
}

@media (max-width: 1204px) {
  .black-column .fusion-text {
    padding-left: 60px !important;
  }
}

@media (max-width: 640px) {
  .black-column .fusion-text {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.black-column .fusion-text p {
  color: #ffffff !important;
}

.image-container {
  height: 35vh !important;
  z-index: 2;
}

@media (max-width: 640px) {
  .image-container {
    height: 25vh !important;
  }
}

.image-container .fusion-imageframe {
  overflow: visible !important;
}

.image-container .fusion-imageframe img {
  width: 60% !important;
  margin-top: -100px !important;
  margin-left: 90px !important;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@media (max-width: 640px) {
  .image-container .fusion-imageframe img {
    margin-top: -50px !important;
  }
}

.partners .fusion-gallery {
  margin-top: 90px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.partners .fusion-gallery.mt-0 {
  margin-top: 0 !important;
  margin-bottom: 90px !important;
}

.partners .fusion-gallery .fusion-grid-column {
  display: flex;
  justify-content: center;
}

@media (max-width: 732px) {
  .partners .fusion-gallery .fusion-grid-column {
    width: 100% !important;
  }
}

.partners .fusion-gallery .fusion-grid-column .fusion-gallery-image {
  display: flex;
  justify-content: center;
}

.partners .fusion-gallery .fusion-grid-column .fusion-gallery-image img {
  width: 200px !important;
  height: 125px !important;
  object-fit: contain !important;
}

@media (max-width: 1024px) {
  .fusion-body .team-row {
    background-position-x: right !important;
  }
}

@media (max-width: 640px) {
  .fusion-body .team-row {
    background: none !important;
    height: auto !important;
  }
}

.fusion-body .team-row .fusion-layout-column .fusion-column-wrapper {
  background: rgba(255, 255, 255, 0.8) !important;
  position: relative;
  padding: 60px !important;
}

@media (max-width: 640px) {
  .fusion-body .team-row .fusion-layout-column .fusion-column-wrapper {
    padding: 0 !important;
  }
}

.fusion-body .team-row .fusion-layout-column .fusion-column-wrapper h2 {
  color: #000000 !important;
  margin-bottom: 30px !important;
  font-size: 32px !important;
}

.fusion-body .team-row .fusion-layout-column .fusion-column-wrapper .fusion-text {
  margin-bottom: 10px !important;
}

.fusion-body .team-row .fusion-layout-column .fusion-column-wrapper .fusion-text p {
  font-size: 20px !important;
}

.fusion-body .team-row .fusion-layout-column .fusion-column-wrapper .fusion-button {
  border-color: #000000 !important;
}

.fusion-body .team-row .fusion-layout-column .fusion-column-wrapper .fusion-button:hover .fusion-button-text {
  color: #ffffff !important;
}

.fusion-body .team-row .fusion-layout-column .fusion-column-wrapper .fusion-button .fusion-button-text {
  color: #000000 !important;
}

.fusion-body .team-row .fusion-layout-column .fusion-column-wrapper .fusion-button:before {
  background: #000000;
}

.fusion-body .team-row .fusion-layout-column .fusion-column-wrapper .fusion-imageframe {
  position: absolute;
  right: -30px;
  bottom: 120px;
}

@media (max-width: 640px) {
  .fusion-body .team-row .fusion-layout-column .fusion-column-wrapper .fusion-imageframe {
    left: -60px !important;
    right: auto;
  }
}

@media (max-width: 1024px) {
  .fusion-body .team-row .fusion-layout-column .fusion-column-wrapper .fusion-imageframe {
    bottom: 60px;
  }
}

.fusion-body .team-row .fusion-layout-column .fusion-column-wrapper .fusion-imageframe img {
  width: 205px !important;
  float: right;
  max-width: 100%;
  z-index: 15;
}

.mob-image {
  padding: 0 !important;
  height: 450px !important;
}

.mob-image img {
  width: 100% !important;
  height: 450px !important;
  object-fit: cover !important;
  object-position: right !important;
}

.fusion-body #main .team-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.fusion-body #main .team-section .fusion-builder-row {
  width: 100% !important;
  max-width: 100% !important;
}

.fusion-body #main .team-section .fusion-builder-row .fusion-column-wrapper {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.fusion-body #main .team-section .team {
  width: 100% !important;
  max-width: 100% !important;
}

.fusion-body #main .team-section .team .teammember {
  position: relative;
  padding: 0 !important;
}

.fusion-body #main .team-section .team .teammember:hover .content {
  opacity: 1;
}

.fusion-body #main .team-section .team .teammember .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .5s ease-in-out;
}

.fusion-body #main .team-section .team .teammember .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fusion-body #main .team-section .team .teammember .content {
  opacity: 0;
  transition: all .5s ease-in-out;
  height: 100%;
}

@media (min-width: 2000px) {
  .fusion-body #main .team-section .team .teammember .content {
    min-height: 780px !important;
  }
}

.fusion-body #main .team-section .team .teammember .content .inner-content {
  position: relative;
  padding: 90px 60px;
  background: #000000 !important;
  height: 100%;
}

@media (min-width: 2000px) {
  .fusion-body #main .team-section .team .teammember .content .inner-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.fusion-body #main .team-section .team .teammember .content .inner-content:before {
  content: '';
  background: url("/wp-content/themes/Avada-Child/assets/images/team/team-before.png") no-repeat;
  width: 175px;
  height: 60px;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 60px;
}

.fusion-body #main .team-section .team .teammember .content .inner-content h2 {
  color: #ffffff !important;
  margin-bottom: 0 !important;
}

.fusion-body #main .team-section .team .teammember .content .inner-content .function {
  font-family: "Barlow", sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  color: #ffbf00;
  display: block;
  font-size: 24px !important;
}

.fusion-body #main .team-section .team .teammember .content .inner-content .text {
  margin-top: 30px;
}

.fusion-body #main .team-section .team .teammember .content .inner-content .text p {
  color: #ffffff !important;
  font-size: 18px !important;
  margin-bottom: 0 !important;
}

.fusion-body #main .team-bottom {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: -20% !important;
  z-index: 0;
}

.fusion-body #main .team-bottom .fusion-builder-row {
  width: 100% !important;
  max-width: 100% !important;
}

.fusion-body #main .team-bottom .fusion-builder-row .fusion-column-wrapper {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.blog-row .fusion-builder-row {
  max-width: 1630px !important;
}

.custom-blog {
  margin-top: 60px !important;
}

@media (min-width: 768px) {
  .custom-blog {
    margin-right: -30px !important;
    margin-left: -30px !important;
  }
}

@media (max-width: 767px) {
  .custom-blog.blog .latest-news-item .news-item-inner {
    padding: 30px 0 !important;
  }
}

.custom-blog.blog .latest-news-item .news-item-inner p {
  color: #000000 !important;
}

.custom-blog .fusion-row {
  display: flex;
  flex-wrap: wrap;
  max-width: 100% !important;
}

.custom-blog .latest-news-item {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .custom-blog .latest-news-item {
    margin-bottom: 30px;
  }
}

.custom-blog .latest-news-item .news-item-inner {
  background: #ffffff;
  padding: 30px !important;
  border-radius: 0 !important;
  height: 100%;
  border: 0 !important;
}

.custom-blog .latest-news-item .news-item-inner .card-img-top img {
  height: 280px !important;
  object-fit: cover !important;
}

.custom-blog .latest-news-item .news-item-inner .card-block {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.custom-blog .latest-news-item .news-item-inner .card-block h2 {
  line-height: 1.2 !important;
}

.custom-blog .latest-news-item .news-item-inner .card-block h2:after {
  display: none !important;
}

.custom-blog .latest-news-item .news-item-inner .card-block h2 a {
  font-size: 20px !important;
  font-weight: 700 !important;
  display: inline-flex !important;
  text-transform: none !important;
}

.custom-blog .latest-news-item .news-item-inner .card-block p {
  font-size: 16px !important;
}

.custom-blog .latest-news-item .card-footer {
  background: none;
  padding: 0;
  border: none !important;
}

.custom-blog .latest-news-item .card-footer a {
  font-size: 16px !important;
  line-height: 1 !important;
}

.fusion-column-wrapper h3 {
  font-size: 32px !important;
}

.fusion-column-wrapper h3:after {
  width: 5px !important;
  height: 5px !important;
}

.page-leesvoer .no-more-post {
  font-family: "Barlow", sans-serif !important;
  font-size: 18px !important;
  text-align: center !important;
}

.page-leesvoer .loadmore {
  display: inline-block;
  width: auto !important;
  position: absolute;
  bottom: -60px;
  font-size: 18px !important;
  left: 50% !important;
  transform: translateX(-50%);
}

.page-leesvoer .blog-row {
  display: block !important;
}

.page-leesvoer .footer-margin {
  margin-bottom: -60px !important;
}

.page-leesvoer .footer-margin:after {
  display: none !important;
}

.single.single-project #main {
  margin-bottom: 120px !important;
}

@media (max-width: 640px) {
  .single.single-project #main {
    margin-bottom: 60px !important;
  }
}

.single.single-project #main .banner {
  padding-bottom: 0 !important;
}

.single.single-blog h1:after {
  display: none !important;
}

.single.single-blog .fusion-text a {
  position: relative;
  z-index: 1;
}

.single.single-blog .fusion-text a:after {
  content: '';
  background: #000000 !important;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  transition: all .5s ease-in-out;
}

.single.single-blog .fusion-text a:hover {
  color: #ffbf00 !important;
}

.single.single-blog .fusion-text a:hover:after {
  width: 0 !important;
  right: 0 !important;
  left: auto !important;
}

.single.single-blog .overview-button {
  margin-bottom: 60px !important;
}

@media (min-width: 1025px) {
  .single.single-blog .overview-button {
    margin-bottom: 90px !important;
  }
}

.single #main {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single #main .banner {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
  position: relative !important;
}

@media (max-width: 640px) {
  .single #main .banner {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}

.single #main .banner .fusion-builder-row .fusion-row {
  position: static !important;
}

.single #main .banner .fusion-builder-row .fusion-row .custom-column {
  padding-right: 90px !important;
  padding-left: 0 !important;
}

@media (max-width: 1460px) {
  .single #main .banner .fusion-builder-row .fusion-row .custom-column {
    padding-left: 30px !important;
  }
}

@media (max-width: 1024px) {
  .single #main .banner .fusion-builder-row .fusion-row .custom-column {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
  }
}

@media (max-width: 1024px) {
  .single #main .banner .title {
    margin-bottom: 60px !important;
  }
}

.single #main .banner .title h1 {
  margin-bottom: 15px !important;
  margin-top: 0 !important;
  position: relative;
  font-family: "Barlow", sans-serif !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  color: #000000 !important;
  font-size: 48px !important;
  line-height: 1.2 !important;
}

@media (max-width: 767px) {
  .single #main .banner .title h1 {
    font-size: 38px !important;
  }
}

@media (max-width: 640px) {
  .single #main .banner .title h1 {
    font-size: 28px !important;
  }
}

.single #main .banner .title h1:after {
  content: '';
  background: #ffbf00;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
}

.single #main .banner .image {
  width: 45% !important;
  margin-top: 0;
  margin-bottom: 0;
  top: 120px !important;
}

@media (max-width: 1024px) {
  .single #main .banner .image {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
    margin-left: 30px !important;
  }
}

.single #main .banner .image img {
  float: right;
  max-height: 700px !important;
  object-fit: cover !important;
}

@media (max-width: 640px) {
  .single #main #content {
    margin-bottom: 0 !important;
  }
}

.single #main .fusion-fullwidth.custom-content .fusion-fullwidth {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.single #main .overview-button {
  font-size: 16px !important;
}

.single .footer-margin {
  margin-top: 120px !important;
}

.legal h2 {
  font-size: 28px !important;
}

.legal h2:after {
  position: relative !important;
  bottom: auto !important;
}

.legal h4 {
  font-size: 18px !important;
}

.legal p {
  font-size: 18px !important;
}

.case {
  margin-bottom: 50px !important;
}

.case:not(.type):hover .fusion-title {
  opacity: 1 !important;
}

.case:not(.type) .fusion-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.85);
  padding: 30px;
  transition: all .5s ease-in-out;
  opacity: 0;
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 992px) {
  .case:not(.type) .fusion-title {
    margin-left: 30px !important;
    margin-right: 30px !important;
    left: 0;
    right: 0;
    transform: none;
    top: auto;
    bottom: 15px;
  }
}

.case:not(.type) .fusion-title h2 {
  font-size: 36px !important;
  color: #ffffff !important;
  margin: 0 !important;
}

.case:not(.type) .fusion-title h2:after {
  position: relative !important;
  bottom: auto;
}

@media (max-width: 992px) {
  .case:not(.type) .fusion-title h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 640px) {
  .case:not(.type) .fusion-title h2 {
    font-size: 24px !important;
  }
}

@media (min-width: 1501px) {
  .case .fusion-column-wrapper {
    overflow: hidden;
    height: 100% !important;
    max-height: 500px !important;
    margin-bottom: 50px !important;
  }
}

@media (max-width: 1500px) {
  .case .fusion-column-wrapper {
    height: 350px !important;
  }
  .case .fusion-column-wrapper div:first-child {
    height: 100% !important;
    width: 100% !important;
    align-items: flex-end;
  }
  .case .fusion-column-wrapper .fusion-imageframe {
    height: 100% !important;
    width: 100% !important;
  }
  .case .fusion-column-wrapper .fusion-imageframe img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}

@media (min-width: 1025px) {
  .case .fusion-column-wrapper {
    margin-left: 15px !important;
    margin-right: 3.84% !important;
  }
}

.case:nth-of-type(odd) {
  margin-top: -120px !important;
  margin-bottom: 50px !important;
}

@media (min-width: 1500px) {
  .case:nth-of-type(odd) {
    margin-top: -120px !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 1200px) {
  .case:nth-of-type(odd) {
    margin-top: 0 !important;
  }
}

@media (min-width: 1025px) {
  .case:nth-of-type(odd) .fusion-column-wrapper {
    margin-right: 25px !important;
    margin-left: 3.84% !important;
  }
}

.case:nth-of-type(odd).type {
  margin-top: -120px !important;
}

@media (min-width: 1500px) {
  .case:nth-of-type(odd).type {
    margin-top: -120px !important;
  }
}

@media (max-width: 1024px) {
  .case:nth-of-type(odd).type {
    margin-top: 0 !important;
  }
}

.case:nth-of-type(odd).custom-type {
  margin-top: -120px !important;
}

@media (min-width: 1500px) {
  .case:nth-of-type(odd).custom-type {
    margin-top: -150px !important;
  }
}

@media (max-width: 1024px) {
  .case:nth-of-type(odd).custom-type {
    margin-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .case.first-case {
    margin-top: -120px !important;
  }
}

.case.custom-margin {
  margin-top: -120px !important;
}

@media (min-width: 1500px) {
  .case.custom-margin {
    margin-top: -260px !important;
  }
}

@media (max-width: 1024px) {
  .case.custom-margin {
    margin-top: 0 !important;
  }
}

.case.special-margin {
  margin-top: -120px !important;
}

@media (min-width: 1500px) {
  .case.special-margin {
    margin-top: -120px !important;
  }
}

@media (max-width: 1024px) {
  .case.special-margin {
    margin-top: 0 !important;
  }
}

.case.last-case {
  margin-top: -120px !important;
}

@media (min-width: 1500px) {
  .case.last-case {
    margin-top: -295px !important;
  }
}

@media (max-width: 1024px) {
  .case.last-case {
    margin-top: 0 !important;
  }
}

.case.type .fusion-column-wrapper {
  height: 350px !important;
  background: #000000 !important;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

@media (max-width: 640px) {
  .case.type .fusion-column-wrapper {
    height: 200px !important;
  }
}

.case.type .fusion-column-wrapper:hover .fusion-imageframe {
  opacity: 1;
  visibility: visible;
}

.case.type .fusion-column-wrapper:hover h2 {
  opacity: 0;
}

.case.type .fusion-column-wrapper div:not(.fusion-title) {
  height: 100% !important;
  position: absolute;
  top: 0;
  width: 100% !important;
  left: 0;
}

.case.type .fusion-column-wrapper h2 {
  color: #ffffff !important;
  padding: 30px !important;
  transition: all .5s ease-in-out;
}

@media (max-width: 1024px) {
  .case.type .fusion-column-wrapper h2 {
    position: absolute !important;
    bottom: 0 !important;
  }
}

@media (max-width: 640px) {
  .case.type .fusion-column-wrapper h2 {
    position: absolute !important;
    bottom: 0 !important;
    font-size: 26px !important;
  }
}

.case.type .fusion-column-wrapper h2:after {
  display: none;
}

.case.type .fusion-column-wrapper h2 span:last-child {
  position: relative;
}

.case.type .fusion-column-wrapper h2 span:last-child:after {
  content: '';
  background: #ffbf00;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
}

@media (max-width: 640px) {
  .case.type .fusion-column-wrapper h2 span:last-child:after {
    bottom: 3px;
  }
}

@media (min-width: 1200px) {
  .case.type .fusion-column-wrapper h2 {
    padding: 90px 90px 60px 90px !important;
  }
}

.case.type .fusion-column-wrapper .fusion-imageframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}

.case.type .fusion-column-wrapper .fusion-imageframe img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

@media (max-width: 1024px) {
  .case.more-cases {
    margin-bottom: 180px !important;
    height: 50px !important;
  }
}

.filters {
  margin-bottom: 90px !important;
}

.filters ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
}

@media (max-width: 767px) {
  .filters ul {
    display: block !important;
  }
}

.filters ul li {
  padding-right: 25px !important;
}

.filters ul li:last-child {
  padding-right: 0 !important;
}

.filters ul li a {
  font-family: "Barlow", sans-serif !important;
  text-transform: uppercase;
  font-weight: 300 !important;
}

.fusion-blog-archive .fusion-posts-container .fusion-post-grid img {
  height: 350px !important;
}

.fusion-blog-archive .fusion-posts-container .fusion-post-grid:nth-of-type(even) {
  margin-top: 0 !important;
}

.fusion-blog-archive .fusion-posts-container .fusion-post-grid:nth-of-type(even):first-child {
  margin-top: 150px !important;
}

.fusion-blog-archive .fusion-posts-container .fusion-post-grid .fusion-rollover {
  opacity: 0 !important;
  display: none !important;
}

@media (min-width: 1500px) {
  .projects-home {
    margin-top: -60px !important;
  }
}

@media (max-width: 1200px) {
  .projects-home {
    margin-top: 30px !important;
  }
}

@media (max-width: 1024px) {
  .projects-home {
    margin-top: 0 !important;
    text-align: center !important;
  }
}

.projects-home .project-item {
  height: 500px !important;
  overflow: hidden;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  .projects-home .project-item {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

@media (max-width: 767px) {
  .projects-home .project-item {
    height: 350px !important;
  }
}

.projects-home .project-item:hover .project-title {
  opacity: 1;
  visibility: visible;
}

.projects-home .project-item:nth-of-type(odd) {
  margin-top: -120px !important;
}

@media (max-width: 1024px) {
  .projects-home .project-item:nth-of-type(odd) {
    margin-top: 0 !important;
  }
}

.projects-home .project-item:nth-of-type(odd):last-child {
  margin-top: -270px !important;
}

@media (max-width: 1024px) {
  .projects-home .project-item:nth-of-type(odd):last-child {
    margin-top: 0 !important;
    margin-bottom: 60px !important;
  }
}

.projects-home .project-item.min-margin-top {
  margin-top: -120px !important;
}

@media (max-width: 1024px) {
  .projects-home .project-item.min-margin-top {
    margin-top: 0 !important;
  }
}

.projects-home .project-item.extra-margin-top {
  margin-top: -270px !important;
}

@media (max-width: 1024px) {
  .projects-home .project-item.extra-margin-top {
    margin-top: 0 !important;
  }
}

.projects-home .project-item .project-image {
  height: 100%;
  position: relative;
}

.projects-home .project-item .project-image img {
  height: 100%;
  object-fit: cover;
}

.projects-home .project-item .project-title {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 30px;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
  right: 15px;
  text-align: center;
}

@media (max-width: 992px) {
  .projects-home .project-item .project-title {
    transform: none;
    top: auto;
    bottom: 15px;
  }
}

.projects-home .project-item .project-title h2 {
  color: #ffffff !important;
  margin-bottom: 0 !important;
  font-size: 28px !important;
}

.projects-home .project-item .project-title h2:after {
  position: relative;
  bottom: auto;
}

@media (max-width: 992px) {
  .projects-home .project-item .project-title h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 640px) {
  .projects-home .project-item .project-title h2 {
    font-size: 24px !important;
  }
}

.projects-home .project-type {
  height: 350px !important;
}

@media (max-width: 767px) {
  .projects-home .project-type {
    height: 250px !important;
  }
}

@media (max-width: 1024px) {
  .projects-home .project-type {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}

.projects-home .project-type.branding-type {
  margin-top: -120px !important;
}

@media (max-width: 1024px) {
  .projects-home .project-type.branding-type {
    margin-top: 0 !important;
    margin-bottom: 60px !important;
  }
}

.projects-home .project-type.website-type {
  margin-bottom: 60px !important;
}

.projects-home .project-type.marketing-type {
  margin-top: -120px !important;
}

@media (max-width: 1024px) {
  .projects-home .project-type.marketing-type {
    margin-top: 0 !important;
    margin-bottom: 60px !important;
  }
}

.projects-home .project-type .inner-content {
  height: 100% !important;
  background: #000000 !important;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  position: relative;
  flex-wrap: wrap;
  padding: 30px !important;
}

@media (min-width: 1200px) {
  .projects-home .project-type .inner-content {
    padding: 90px 90px 60px 90px !important;
  }
}

.projects-home .project-type .inner-content:hover .image {
  opacity: 1;
  visibility: visible;
}

.projects-home .project-type .inner-content:hover h2 {
  opacity: 0 !important;
}

.projects-home .project-type .inner-content h2 {
  color: #ffffff !important;
  transition: all .5s ease-in-out;
  margin-bottom: 0 !important;
}

.projects-home .project-type .inner-content h2:after {
  content: '';
  background: #ffbf00;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  bottom: 10px;
}

@media (max-width: 640px) {
  .projects-home .project-type .inner-content h2:after {
    bottom: 3px;
  }
}

.projects-home .project-type .inner-content .image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
}

.projects-home .project-type .inner-content .image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.services-section .moving-stripes {
  top: 30%;
  max-width: 450px !important;
  z-index: 15;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@media (max-width: 767px) {
  .services-section .moving-stripes {
    z-index: 1;
  }
}

.services-section .contact-stripes {
  position: absolute;
  right: -115px;
  top: 70%;
  z-index: 15;
  max-width: 450px !important;
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@media (max-width: 767px) {
  .services-section .contact-stripes {
    z-index: 1;
  }
}

@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}

@-webkit-keyframes left-mover {
  0% {
    transform: translatex(0);
  }
  100% {
    transform: translatex(10px);
  }
}

@-webkit-keyframes right-mover {
  0% {
    transform: translatex(0);
  }
  100% {
    transform: translatex(-10px);
  }
}

.projects .filters ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.projects .project-items .project-item {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease-in-out;
  display: none;
}

.projects .project-items .project-item.active {
  display: block;
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) {
  .projects .project-items .project-item.active:nth-child(1n + 1) {
    margin-top: 40px !important;
  }
}

@media (max-width: 767px) {
  .projects .project-items .project-item {
    margin-bottom: 40px !important;
  }
}

.projects .project-items .project-item a:hover .project-image .project-title {
  opacity: 1;
}

.projects .project-items .project-item .project-image {
  position: relative;
  float: left;
  width: 100%;
}

.projects .project-items .project-item .project-image img {
  height: 560px;
  object-fit: cover;
  width: 100%;
}

@media (max-width: 992px) {
  .projects .project-items .project-item .project-image img {
    height: 350px !important;
  }
}

.projects .project-items .project-item .project-image .project-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.85);
  padding: 30px;
  transition: all .5s ease-in-out;
  opacity: 0;
}

@media (max-width: 992px) {
  .projects .project-items .project-item .project-image .project-title {
    margin-left: 15px !important;
    margin-right: 15px !important;
    left: 0;
    right: 0;
    transform: none;
    top: auto;
    bottom: 15px;
  }
}

.projects .project-items .project-item .project-image .project-title h2 {
  font-size: 36px !important;
  color: #ffffff !important;
  margin: 0 !important;
  font-family: "Lato", sans-serif !important;
  font-weight: 700 !important;
}

.projects .project-items .project-item .project-image .project-title h2:after {
  position: relative !important;
  bottom: auto;
}

@media (max-width: 992px) {
  .projects .project-items .project-item .project-image .project-title h2 {
    font-size: 28px !important;
  }
}

.loadmore {
  position: absolute;
  bottom: -140px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 640px) {
  .loadmore {
    bottom: -70px;
  }
}

.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: none !important;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  background: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: center;
}

.custom-modal.open {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex !important;
}

.custom-modal.hide-session {
  display: none !important;
  visibility: hidden !important;
}

.custom-modal .modal-content {
  width: auto;
  margin-top: -150px;
  opacity: 0;
  margin-top: -150px;
  opacity: 1;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  border: 0;
  border-radius: 0 !important;
  max-width: 90% !important;
  margin: 0 auto;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .custom-modal .modal-content {
    width: 700px !important;
  }
}

.custom-modal .modal-content .modal-body {
  position: relative;
  background: #ffbf00;
  padding: 90px;
}

@media (max-width: 640px) {
  .custom-modal .modal-content .modal-body {
    padding: 90px 30px;
  }
}

.custom-modal .modal-content .modal-body .sent-form {
  max-width: 90%;
  margin: 0 auto;
  display: none;
}

.custom-modal .modal-content .modal-body .sent-form p {
  margin: 0 auto !important;
  margin-top: 60px !important;
  margin-bottom: 60px;
}

@media (min-width: 641px) {
  .custom-modal .modal-content .modal-body .sent-form p {
    width: 70%;
  }
}

.custom-modal .modal-content .modal-body input[type="checkbox"],
.custom-modal .modal-content .modal-body input[type=radio] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  width: 0.75em;
  height: 0.75em;
  border: 1px solid #000000 !important;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.custom-modal .modal-content .modal-body input[type="checkbox"],
.custom-modal .modal-content .modal-body input[type=radio] {
  /* ...existing styles */
  display: grid;
  place-content: center;
}

.custom-modal .modal-content .modal-body input[type="checkbox"]::before,
.custom-modal .modal-content .modal-body input[type=radio]::before {
  content: "";
  width: 0.47em;
  height: 0.45em;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em #000000;
}

.custom-modal .modal-content .modal-body input[type="checkbox"]:checked::before,
.custom-modal .modal-content .modal-body input[type=radio]:checked::before {
  transform: scale(1);
}

.custom-modal .modal-content .modal-body p {
  line-height: 1.2 !important;
  font-weight: 300 !important;
}

.custom-modal .modal-content .modal-body .wpcf7 {
  margin-bottom: 60px;
}

.custom-modal .modal-content .modal-body .bottom-image {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.custom-modal .modal-content .modal-body .bottom-image img {
  width: 200px;
  object-fit: contain;
}

@media (max-width: 641px) {
  .custom-modal .modal-content .modal-body .bottom-image img {
    width: 120px;
  }
}

.custom-modal .modal-content .modal-body .bottom-image.p-relative {
  position: relative !important;
  bottom: auto;
  left: auto;
  margin-top: 60px;
}

.custom-modal .modal-content .modal-body .bottom-image.p-relative img {
  margin: 0 auto;
}

.custom-modal .modal-content .modal-body h2 {
  font-size: 48px !important;
  position: relative;
  padding-bottom: 0px !important;
  margin-bottom: 15px !important;
  color: #000000 !important;
  text-align: center;
  font-weight: 900 !important;
}

@media (max-width: 640px) {
  .custom-modal .modal-content .modal-body h2 {
    font-size: 28px !important;
  }
}

.custom-modal .modal-content .modal-body h2:after {
  background: #ffffff;
}

.custom-modal .modal-content .modal-body .wpcf7-mail-sent-ok, .custom-modal .modal-content .modal-body .fusion-success {
  bottom: 15px !important;
  right: auto !important;
  transform: translateX(-50%) !important;
  font-size: 24px !important;
}

@media (max-width: 500px) {
  .custom-modal .modal-content .modal-body .wpcf7-mail-sent-ok, .custom-modal .modal-content .modal-body .fusion-success {
    transform: none !important;
    bottom: 0 !important;
  }
}

.custom-modal .modal-content .modal-body .contact-form {
  max-width: 100%;
  margin: 0 auto;
}

.custom-modal .modal-content .modal-body .contact-form input::-webkit-input-placeholder {
  color: #000000 !important;
  font-size: 18px !important;
  font-weight: 300 !important;
}

.custom-modal .modal-content .modal-body .contact-form input:-moz-placeholder {
  color: #000000 !important;
}

.custom-modal .modal-content .modal-body .contact-form input::-moz-placeholder {
  color: #000000 !important;
}

.custom-modal .modal-content .modal-body .contact-form input:-ms-input-placeholder {
  color: #000000 !important;
}

.custom-modal .modal-content .modal-body .contact-form textarea::-webkit-input-placeholder {
  color: #000000 !important;
}

.custom-modal .modal-content .modal-body .contact-form textarea:-moz-placeholder {
  color: #000000 !important;
}

.custom-modal .modal-content .modal-body .contact-form textarea::-moz-placeholder {
  color: #000000 !important;
}

.custom-modal .modal-content .modal-body .contact-form textarea:-ms-input-placeholder {
  color: #000000 !important;
}

.custom-modal .modal-content .modal-body .contact-form .form-row {
  margin-bottom: 15px;
}

.custom-modal .modal-content .modal-body .contact-form .form-row:last-child {
  margin-bottom: 0;
}

.custom-modal .modal-content .modal-body .contact-form .form-row.custom-margin-top {
  margin-top: 40px;
}

.custom-modal .modal-content .modal-body .contact-form .form-row p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.custom-modal .modal-content .modal-body .contact-form .form-row input {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #000000 !important;
  height: 41px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #000000 !important;
  font-size: 18px !important;
}

.custom-modal .modal-content .modal-body .contact-form .form-row input.wpcf7-not-valid {
  border-bottom: 1px solid red !important;
}

.custom-modal .modal-content .modal-body .contact-form .wpcf7-list-item {
  margin-left: 0 !important;
  margin-bottom: 15px;
}

.custom-modal .modal-content .modal-body .contact-form .wpcf7-list-item label {
  color: #000000 !important;
  font-size: 14px !important;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left !important;
}

@media (max-width: 736px) {
  .custom-modal .modal-content .modal-body .contact-form .wpcf7-list-item label {
    text-align: left !important;
    font-size: 12px !important;
  }
}

@media (max-width: 500px) {
  .custom-modal .modal-content .modal-body .contact-form .wpcf7-list-item label {
    font-size: 9px !important;
  }
}

.custom-modal .modal-content .modal-body .contact-form .wpcf7-list-item label a {
  color: #000000 !important;
}

.custom-modal .modal-content .modal-body .contact-form .wpcf7-list-item label a:hover {
  color: #ffbf00 !important;
}

.custom-modal .modal-content .modal-body .contact-form .wpcf7-list-item label .wpcf7-list-item-label {
  margin-left: 5px !important;
}

.custom-modal .modal-content .modal-body .contact-form .wpcf7-submit {
  font-size: 16px !important;
  z-index: 1 !important;
  position: relative !important;
  color: #000000 !important;
  display: inherit !important;
  margin: 0 auto !important;
  margin-top: 45px !important;
  border: 1px solid #000000 !important;
  font-weight: 900 !important;
}

.custom-modal .modal-content .modal-body .contact-form .wpcf7-submit:hover {
  color: #ffffff !important;
}

.custom-modal .modal-content .modal-body p {
  margin-bottom: 30px !important;
  margin-top: 30px !important;
}

.custom-modal .modal-content .modal-body p.mb-0 {
  margin-top: 0 !important;
}

.custom-modal .modal-content .modal-body p a {
  color: #ffbf00;
}

.custom-modal .modal-content .modal-body p a:hover {
  text-decoration: none !important;
}

.custom-modal .modal-content .modal-body p.m-0 {
  margin: 0 !important;
}

.fade {
  transition: opacity .15s linear;
}

.close-wrapper {
  position: absolute;
  right: 24px;
  top: 16px;
  width: 16px;
  height: 16px;
  z-index: 2;
  cursor: pointer;
}

.close-wrapper .close {
  opacity: 1 !important;
}

.close-wrapper .close:before, .close-wrapper .close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 1px;
  background-color: #000000;
  opacity: 1;
}

.close-wrapper .close:before {
  transform: rotate(45deg);
}

.close-wrapper .close:after {
  transform: rotate(-45deg);
}

/*# sourceMappingURL=maps/child.css.map */
