.homepage__masthead {
  background-color: #3498db;
  display: flex;
  align-items: center;
  min-height: 500px;
  position: relative;
  overflow: hidden;
  margin-bottom: 98px;
}
@media (min-width: 768px) {
  .homepage__masthead {
    background-image: -webkit-linear-gradient(149deg, #f5f5f5 45%, #2a5caa 35%, #2a5caa 50%, #3498db 40%);
  }
}
@media (max-width: 768px) {
  .homepage__masthead {
    flex-direction: column;
    padding-top: 100px;
  }
  .homepage__masthead .btn {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .homepage__masthead {
    min-height: 1120px;
  }
}
.homepage__masthead__image {
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  right: 10%;
}
@media (min-width: 768px) {
  .homepage__masthead__image {
    position: absolute;
  }
}
@media (max-width: 768px) {
  .homepage__masthead__image {
    margin-top: 64px;
    margin-bottom: 32px;
  }
}
.homepage__masthead__image img {
  max-width: 400px;
}
.homepage__masthead__container {
  width: 100%;
  display: flex;
}
.homepage__masthead__container > div {
  flex: 1;
}
.homepage__masthead__container__left .inner {
  max-width: 470px;
}
@media (max-width: 768px) {
  .homepage__masthead__container__right {
    display: none;
  }
}
.homepage__masthead__title {
  font-size: 5em;
  line-height: 1em;
  color: white;
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 0.25em;
}
.homepage__masthead__typewriter {
  font-size: 1.4em;
  line-height: 1.3em;
  color: white;
  font-family: "Roboto";
  font-weight: 300;
  margin-bottom: 1em;
  min-height: 2.4em;
}
.homepage__masthead__cta p {
  color: white;
  font-size: 0.9em;
  margin-bottom: 0.45em;
}

.search-box {
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  background: #fff;
  display: inline-block;
  margin-top: 30px;
}

@media (max-width: 480px) {
  .search-box {
    display: block;
  }
}
.search-box .search-hotel {
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: transparent;
  font-size: 1.1em;
  display: inline-block;
  position: relative;
  border: none;
  width: 400px;
  padding: 10px 60px 10px 15px;
}

.search-box .search-hotel:hover, .search-box .search-hotel:focus {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 7px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 4px 7px;
}

.search-box .search-hotel:focus {
  width: 500px;
}

@media (max-width: 480px) {
  .search-box .search-hotel {
    font-size: 1em;
    width: 100%;
  }

  .search-box .search-hotel:focus {
    width: 100%;
  }
}
.search-box .search-button {
  position: absolute;
  height: 42px;
  width: 50px;
  color: #666;
  text-align: center;
  right: 0;
  top: 0;
  font-size: 1.1em;
  cursor: default;
}

.search-box .search-button .ty-icon {
  position: absolute;
  right: 15px;
  top: 12px;
}

.search-box .notification {
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px, inset 0 7px 7px -7px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px, inset 0 7px 7px -7px rgba(0, 0, 0, 0.2);
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px, inset 0 7px 7px -7px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 10px 15px;
  margin: 0;
}

.search-box .notification .ty-icon {
  float: right;
  padding: 4px;
  margin-right: -4px;
}

.search-box .has-error .search-hotel {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px;
  border-radius: 4px 4px 0 0;
}

.search-box .has-error .notification-error {
  display: block;
}

.search-box .has-error .notification-error p {
  text-align: left;
  color: #f06748;
}

.search-box .has-error .notification-error .ty-icon {
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  color: #bbb;
  cursor: pointer;
}

.search-box .has-error .notification-error .ty-icon:hover {
  color: #999;
}

.search-box .has-error .notification-error .ty-icon:active {
  color: #666;
}

.typeahead.dropdown-menu {
  -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
  box-shadow: rgba(0, 0, 0, 0.25) 0 2px 3px;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -moz-border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0;
  border-radius: 0 0 4px 4px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  position: absolute;
  top: 100%;
  left: -1px;
  z-index: 1000;
  float: left;
  display: none;
  width: 500px;
  max-height: 235px;
  height: auto;
  overflow: auto;
  max-width: none;
  padding: 0;
  margin: -2px 0 0;
  list-style: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-top: none;
}

@media (max-width: 480px) {
  .typeahead.dropdown-menu {
    width: auto;
    right: 15px;
  }
}
.typeahead.dropdown-menu:hover {
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 7px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 4px 7px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 4px 7px;
}

.typeahead.dropdown-menu li {
  border: none;
  border-top: 1px dashed #eee;
}

.typeahead.dropdown-menu a {
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: block;
  padding: 5px 15px;
  clear: both;
  font-size: 1.2em;
  line-height: 1.8em;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  background-color: #fff;
}

.typeahead.dropdown-menu a strong {
  text-decoration: underline;
}

.typeahead.dropdown-menu li > a:hover, .typeahead.dropdown-menu .active > a, .typeahead.dropdown-menu .active > a:hover {
  color: #3498db;
  text-decoration: none;
  background-color: #f0f0f0;
}

.hero-wrapper {
  max-height: none;
}

.hero.has-video {
  -moz-transition: all 0.1s ease-in-out, background-image 0.4s;
  -o-transition: all 0.1s ease-in-out, background-image 0.4s;
  -webkit-transition: all 0.1s ease-in-out, background-image 0.4s;
  transition: all 0.1s ease-in-out, background-image 0.4s;
  background-image: url("../img/hero-image-home.jpg");
  min-height: 600px;
  height: 100vh;
  z-index: 5;
}

.hero.has-video .container .hero-content {
  margin-top: -20px;
}

.hero.has-video .container .hero-content .btn-play {
  margin: 100px 0 110px;
}

@media (max-width: 1200px) {
  .hero.has-video .container .hero-content .btn-play {
    margin: 70px 0 80px;
  }
}
.hero.has-video .search-box {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  padding: 10px;
  background: #e8e8e8;
  text-align: center;
  border-radius: 0;
}

@media (max-width: 768px) {
  .hero.has-video .search-box {
    padding: 15px;
  }
}
.hero.has-video .search-box.is-active {
  background: #3498db;
  padding: 20px;
}

@media (max-width: 768px) {
  .hero.has-video .search-box.is-active {
    padding: 15px;
  }
}
.hero.has-video .search-box.is-active .search-hotel {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fff;
  width: 600px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .hero.has-video .search-box.is-active .search-hotel {
    width: 100%;
  }
}
.hero.has-video .search-box.is-active .search-hotel:focus {
  background: #fff;
}

.hero.has-video .search-box.is-active .search-hotel:focus {
  background: #fff;
  width: 700px;
}

.hero.has-video .search-box form {
  display: inline-block;
  position: relative;
}

@media (max-width: 768px) {
  .hero.has-video .search-box form {
    display: block;
  }
}
.hero.has-video .search-box .search-hotel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  background: #d8d8d8;
  text-align: left;
}

@media (max-width: 768px) {
  .hero.has-video .search-box .search-hotel {
    width: 100%;
  }
}
.hero.has-video .search-box .search-hotel:hover {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ccc;
}

.hero.has-video .search-box .search-hotel:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 700px;
  background: #c8c8c8;
}

.callout__bottom__header h3 {
  text-align: right;
  color: white;
  font-size: 24px;
  line-height: 32px;
  margin-right: 24px;
}

.customer-types {
  padding: 70px;
}
@media (max-width: 768px) {
  .customer-types {
    padding: 35px;
  }
}
.customer-types__inner {
  display: flex;
}
@media (max-width: 768px) {
  .customer-types__inner {
    flex-direction: column;
  }
}
.customer-types__intro {
  flex: 1;
}
@media (max-width: 768px) {
  .customer-types__intro {
    margin-bottom: 64px;
    text-align: center;
  }
}
.customer-types__intro h3 {
  color: #333333;
  font-size: 48px;
  font-weight: 600;
}
.customer-types__intro__inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .customer-types__intro__inner {
    max-width: 220px;
    margin-right: 64px;
    float: right;
  }
}
.customer-types__logos {
  flex: 4;
}
@media (max-width: 768px) {
  .customer-types__links {
    display: flex;
    justify-content: space-around;
  }
}
@media (max-width: 768px) {
  .customer-types__category h2 {
    font-size: 1.4em !important;
    margin-top: 30px;
  }
}
.customer-types__logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
  text-align: center;
}
@media (max-width: 768px) {
  .customer-types__logos {
    grid-template-columns: 1fr;
  }
}
.customer-types__logos h2 {
  color: #999999;
  font-size: 14px;
}
.customer-types__logos img {
  width: 100%;
  max-width: 95px;
  margin: 0 auto;
  align-self: center;
}
.customer-types__links a {
  display: flex;
  min-height: 100px;
  text-align: center;
}

.testimonial__section {
  display: flex !important;
  flex-direction: row-reverse;
}

#testimonial__slider--front .slick-slide {
  display: flex !important;
}

#testimonial__slider--front .testimonial__section__client__logo {
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 10px 20px;
  margin-top: 16px;
}

#testimonial__slider--front .testimonial__section__client {
  flex: 1;
  justify-content: end;
  align-items: center;
  text-align: left;
}

#testimonial__slider--front .testimonial__slider {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial__slider__nav .slide-control-controls {
  width: 100%;
  display: flex;
  justify-content: center;
}

.slider__controls--testimonials .slick-dots {
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  .hero-image-25--small {
    display: none;
  }
}

.demo-grid {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 50px;
  row-gap: 50px;
  padding: 50px;
}
.demo-grid .demo-cell {
  position: relative;
  background: #eee;
  height: 80vh;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.demo-grid .demo-cell button {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 8px 16px;
  border: 2px solid #666;
  color: #333;
  border-radius: 16px;
  box-shadow: none;
}
.demo-grid .demo-cell button:hover {
  background: #fafafa;
}
.demo-grid .demo-cell button:active {
  background: #e5e5e5;
}

.animation-container {
  transition: transform 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  transform: scale(0);
}
.animation-container.is-animated {
  transform: scale(1);
}

.device-phone {
  box-sizing: border-box;
  background-image: url(/wp-content/themes/trustyou-theme-5/img/website-animations/device-phone.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 215px;
  height: 450px;
  position: relative;
  margin: 0 auto;
  padding: 22px 8px;
}
.device-phone .device-screen {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.device-laptop {
  box-sizing: border-box;
  background-image: url(/wp-content/themes/trustyou-theme-5/img/website-animations/device-laptop.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 460px;
  height: 270px;
  position: relative;
  margin: 0 auto;
  padding: 16px 54px 34px;
}
.device-laptop .device-screen {
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: top left;
  width: 100%;
  height: 100%;
}

.animation-1 {
  margin-left: 100px;
  margin-top: 64px;
}
.animation-1 .device-screen {
  background-image: url(/wp-content/themes/trustyou-theme-5/img/website-animations/1.png);
  position: relative;
}
.animation-1 .message-wrapper {
  position: absolute;
  top: 100px;
  left: 8px;
  right: 8px;
}
.animation-1 .message-wrapper [class^=message-] {
  box-sizing: border-box;
  background-image: url(/wp-content/themes/trustyou-theme-5/img/website-animations/1.png);
  background-repeat: no-repeat;
  background-size: 200% auto;
  background-position: 100% 0;
  width: 100%;
  height: 48px;
  transform-origin: 50% 100%;
  border-bottom: 1px solid #eee;
  position: relative;
  transform: scale(0) translate(0);
}
.animation-1 .message-wrapper .message-1 {
  background-position: 100% 0;
  z-index: 1;
}
.animation-1 .message-wrapper .message-2 {
  background-position: 100% -48px;
}
.animation-1 .message-wrapper .message-3 {
  background-position: 100% -98px;
  z-index: 1;
}
.animation-1 .message-wrapper .message-4 {
  background-position: 100% -148px;
}
.animation-1 .message-wrapper .message-5 {
  background-position: 100% -196px;
}
.animation-1 .message-wrapper .message-6 {
  background-position: 100% -244px;
}
.animation-1 .message-wrapper .message-7 {
  height: 42px;
  border-radius: 0 0 8px 8px;
  background-position: 100% -294px;
}
.animation-1.is-animated .message-1 {
  animation: animation-1-2 3s 0.5s ease-in-out 1 forwards;
}
.animation-1.is-animated .message-2 {
  animation: animation-1-1 0.6s 0.8s ease-in-out 1 forwards;
}
.animation-1.is-animated .message-3 {
  animation: animation-1-3 3s 1.1s ease-in-out 1 forwards;
}
.animation-1.is-animated .message-4 {
  animation: animation-1-1 0.6s 1.4s ease-in-out 1 forwards;
}
.animation-1.is-animated .message-5 {
  animation: animation-1-1 0.6s 1.7s ease-in-out 1 forwards;
}
.animation-1.is-animated .message-6 {
  animation: animation-1-1 0.6s 2s ease-in-out 1 forwards;
}
.animation-1.is-animated .message-7 {
  animation: animation-1-1 0.6s 2.3s ease-in-out 1 forwards;
}

@keyframes animation-1-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animation-1-2 {
  0% {
    transform: scale(0);
  }
  20%, 75% {
    transform: scale(1);
    box-shadow: none;
  }
  75% {
    border-bottom: 1px solid #ddd;
  }
  85% {
    transform: scale(1.5) translate(70px, 20px);
    border-radius: 0;
    border-bottom-color: transparent;
  }
  100% {
    transform: scale(1.4) translate(70px, 20px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border-bottom-color: transparent;
  }
}
@keyframes animation-1-3 {
  0% {
    transform: scale(0);
  }
  20%, 75% {
    transform: scale(1);
    box-shadow: none;
  }
  75% {
    border-bottom: 1px solid #ddd;
  }
  85% {
    transform: scale(1.5) translate(-75px, 20px);
    border-radius: 0;
    border-bottom-color: transparent;
  }
  100% {
    transform: scale(1.4) translate(-75px, 20px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    border-bottom-color: transparent;
  }
}
.animation-2 {
  margin-top: 188px;
}
.animation-2 .device-screen {
  background-image: url(/wp-content/themes/trustyou-theme-5/img/website-animations/2.png);
}
.animation-2 .form {
  background-image: url(/wp-content/themes/trustyou-theme-5/img/website-animations/2.png);
  background-repeat: no-repeat;
  background-size: 400% auto;
  background-position: -360px -75px;
  width: 124px;
  height: 100px;
  position: absolute;
  top: 82px;
  right: 76px;
}
.animation-2 [class^=review-] {
  box-sizing: border-box;
  background-image: url(/wp-content/themes/trustyou-theme-5/img/website-animations/2.png);
  background-repeat: no-repeat;
  background-size: 362% auto;
  background-position: 100% 0;
  width: 270px;
  height: 70px;
  transform-origin: 50% 50%;
  position: absolute;
  left: -20px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  opacity: 0;
}
.animation-2 .review-1 {
  top: -100px;
  background-position: 100% -70px;
  z-index: 1;
}
.animation-2 .review-2 {
  background-position: 100% 0;
  top: -20px;
}
.animation-2.is-animated .review-1 {
  animation: animation-2-2 0.8s 0.5s ease-in-out 1 forwards;
}
.animation-2.is-animated .review-2 {
  animation: animation-2-3 0.8s 0.7s ease-in-out 1 forwards;
}
.animation-2.is-animated .form {
  animation: animation-2-1 0.8s 1.5s ease-in-out 1 forwards;
}

@keyframes animation-2-1 {
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1.8) translate(20px, 5px);
    box-shadow: none;
  }
  100% {
    transform: scale(1.7) translate(15px, 5px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05);
  }
}
@keyframes animation-2-2 {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animation-2-3 {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0.5;
  }
}
.animation-3 {
  margin-left: 100px;
  margin-top: 64px;
}
.animation-3 .device-screen {
  background-image: url(/wp-content/themes/trustyou-theme-5/img/website-animations/3.png);
}
.animation-3 .card-wrapper {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 100px;
  left: 16px;
  right: 16px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.animation-3 .card-wrapper [class^=card-] {
  box-sizing: border-box;
  background-image: url(/wp-content/themes/trustyou-theme-5/img/website-animations/3.png);
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 210% auto;
  background-position: 100% 0;
  width: 100%;
  height: 75px;
  border-radius: 4px;
  transform-origin: 50% 50%;
  transform: scale(0);
}
.animation-3 .card-wrapper [class^=card-] + [class^=card-] {
  margin-top: 8px;
}
.animation-3 .card-wrapper .card-1 {
  background-position: 100% -155px;
}
.animation-3 .card-wrapper .card-2 {
  background-position: 100% 0;
  z-index: 1;
}
.animation-3 .card-wrapper .card-3 {
  background-position: 100% -230px;
}
.animation-3 .card-wrapper .card-4 {
  background-position: 100% -75px;
  z-index: 1;
}
.animation-3.is-animated .card-1 {
  animation: animation-3-1 0.5s 0.4s ease-in-out 1 forwards;
}
.animation-3.is-animated .card-2 {
  animation: animation-3-2 2s 0.8s ease-in-out 1 forwards;
}
.animation-3.is-animated .card-3 {
  animation: animation-3-1 0.5s 1.2s ease-in-out 1 forwards;
}
.animation-3.is-animated .card-4 {
  animation: animation-3-3 2s 1.6s ease-in-out 1 forwards;
}

@keyframes animation-3-1 {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animation-3-2 {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1.1);
  }
  25%, 75% {
    transform: scale(1);
    box-shadow: none;
  }
  85% {
    transform: scale(1.5) translate(-70px, -15px);
  }
  100% {
    transform: scale(1.4) translate(-70px, -15px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05);
  }
}
@keyframes animation-3-3 {
  0% {
    transform: scale(0);
  }
  20% {
    transform: scale(1.1);
  }
  25%, 75% {
    transform: scale(1);
    box-shadow: none;
  }
  85% {
    transform: scale(1.5) translate(40px, -15px);
  }
  100% {
    transform: scale(1.4) translate(40px, -15px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05);
  }
}
.animation-container:not(.is-animated) {
  display: none;
}

@media (max-width: 768px) {
  .animation-container {
    zoom: 0.8;
  }

  .animation-2 {
    margin-top: 164px;
  }
}
.homepage__h1 {
  text-align: left;
  font-weight: bold;
  color: #2a5caa;
  margin: 0;
}
.homepage__h2 {
  font-size: 1.5em;
  font-weight: 400;
  margin-top: 22px;
}
.homepage__city {
  position: relative;
  background-image: url("/wp-content/themes/trustyou-theme-5/img/new/trustyou-power-sky.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: bottom;
}
@media (min-width: 768px) {
  .homepage__city__content {
    margin-top: 128px;
  }
}
@media (max-width: 768px) {
  .homepage__city__content {
    padding-top: 128px;
  }
}
.homepage__city__buttons {
  margin-top: 52px;
}
@media (max-width: 1000px) {
  .homepage__city__buttons {
    display: flex;
    flex-direction: column;
  }
}
.homepage__city .giant-button {
  padding: .7em 1.6em;
  font-weight: 500;
  font-size: 1.2em;
}
.homepage__city .giant-button.orange {
  background-color: #2A5CAA;
  color: white;
  border: 2px solid #2A5CAA;
  border-radius: 8px;
}
.homepage__city .giant-button.outline {
  background-color: transparent;
  transition: 0.2s;
  color: #333;
  border: 2px solid #faa726;
}

.homepage__city .giant-button.orange:hover {
    background-color: white;
    color: #2A5CAA;
    border: 2px solid #2A5CAA;
}

@media (max-width: 1000px) {
  .homepage__city .giant-button.outline {
    margin-top: 16px;
  }
}
.homepage__city .giant-button.outline:hover {
  background-color: rgba(250, 167, 38, 0.2);
}
.homepage__city .container {
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .homepage__city {
    height: 100vh;
  }
}
.homepage__city__scape {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.going-down {
  text-align: center;
  color: white;
  font-size: 2em;
  display: block;
  position: absolute;
  bottom: 10%;
  z-index: 2;
  margin: 0 auto;
  width: 100%;
}

.masthead__carousel {
  min-height: 450px;
}

.video-holder {
  padding: 3em 0;
  background-color: #f5f5f5;
}
.video-holder .col-md-12 {
  text-align: center;
}

video {
  max-width: 600px;
  width: 100%;
}

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