/* ----------------- Variable Declarations ----------------- */
/* ------ Width ------ */
/* ------ Height ------ */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.padding_container {
  padding: 90px 0px;
}

.padding_top {
  padding-top: 90px;
}

.padding_top_mid {
  padding-top: 45px;
}

.padding_top_sm {
  padding-top: 25px;
}

.padding_bottom {
  padding-bottom: 90px;
}

.padding_bottom_mid {
  padding-bottom: 45px;
}

.padding_bottom_sm {
  padding-bottom: 25px;
}

.single_line_padding {
  margin-top: 74px;
}
@media screen and (max-width: 768px) {
  .single_line_padding {
    margin-top: 0px;
  }
}

.double_line_padding {
  margin-top: 104px;
}
@media screen and (max-width: 768px) {
  .double_line_padding {
    margin-top: 0px;
  }
}

.border_bottom {
  padding-bottom: 25px;
  padding-top: 25px;
}

html {
  scroll-behavior: smooth;
}

body.open-modal {
  overflow: hidden;
  position: relative;
}

.leadership_single_layout_container .team-card-container .team-info-container, .leadership_single_layout_container .team-card-container, .site-branding-container .site-branding .bottom-header-container, .site-branding-container .site-branding .top-header-container, .site-branding-container .site-branding {
  /*max-width: $max_site_width;*/
  margin: 0 auto;
}

.site-branding-container .site-branding .bottom-header-container, .site-branding-container .site-branding .top-header-container, .site-branding-container .site-branding {
  padding: 0 2vw;
}

.page_404 {
  padding-bottom: 100px;
}

/*
 Fonts 
*/
.text_bold {
  color: #3D6B90;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.text_light {
  color: #717171;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.text {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.4%;
  color: #717171;
}
.text li, .text p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.4%;
  color: #717171;
}
.text.blue {
  color: #3D6B90;
}
.text.blue li, .text.blue p {
  color: #3D6B90;
}

.link_button {
  color: #3D6B90;
  font-style: normal;
  font-weight: 600;
  line-height: 157.4%;
}

.btn_container {
  display: inline-flex;
}
.btn_container a h5 {
  font-weight: 600;
  text-transform: uppercase;
  color: #3D6B90;
  position: relative;
  display: inline-block;
  font-size: 1rem;
}
.btn_container a h5:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #3D6B90;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: -15%;
}
.btn_container a:hover h5:before {
  width: 100%;
}

.post-type-archive-awards .card_container, .post-type-archive-news .card_container {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.6rem !important;
  }
}
/* ----------------- Font Declarations ----------------- */
.montserrat_light {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.4%; /* 28.332px */
}

.montserrat_medium {
  font-family: "Montserrat", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.4%;
}

.montserrat_regular {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.montserrat_bold {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #3D6B90;
}

/* ----------------- Pages / Page Components ----------------- */
/* BURGER ICON CONTAINER */
#masthead {
  position: fixed;
  z-index: 100;
  width: 100%;
}

.site-branding-container {
  width: 100%;
  z-index: 100;
  transition: all 500ms ease-in;
  max-width: 1440px;
  margin: 0 auto;
}
.site-branding-container .site-branding {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .site-branding-container .site-branding {
    z-index: 10;
    width: 100%;
  }
}
.site-branding-container .site-branding .bottom-header-container, .site-branding-container .site-branding .top-header-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.site-branding-container .site-branding .top-header-container {
  padding: 25px 0px;
}
.site-branding-container .site-branding .bottom-header-container {
  position: relative;
  padding: 25px 0px;
  justify-content: flex-end;
  align-items: center;
}
.site-branding-container .site-branding .header-menu {
  height: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
}
.site-branding-container .site-logo {
  height: 100%;
  position: relative;
  z-index: 100;
}
.site-branding-container .site-logo img {
  transition: all 200ms ease-in-out;
  padding: 2px 0;
  -o-object-fit: contain;
  object-fit: contain;
  height: 70px;
  width: auto;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .site-branding-container .site-logo img {
    margin-right: 25px;
  }
}
@media screen and (max-width: 768px) {
  .site-branding-container .site-logo img {
    height: 40px;
  }
}
.site-branding-container .main-menu {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0;
}
.site-branding-container .main-menu li {
  list-style: none;
  text-transform: uppercase;
  padding: 0px 12.5px;
  white-space: nowrap;
}
.site-branding-container .main-menu li a {
  font-size: 1rem;
  color: #3D6B90;
  font-weight: 500;
}
.site-branding-container .main-menu li ul.sub-menu {
  display: none;
  position: absolute;
  background-color: white;
  padding: 1vw;
  margin: 0px;
}
.site-branding-container .main-menu li:hover ul.sub-menu {
  display: flex;
  flex-direction: column;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.site-branding-container .main-menu li:hover ul.sub-menu li.menu-item {
  padding: 3px 0px;
}
.site-branding-container .main-menu li:hover ul.sub-menu li.menu-item a {
  font-size: 0.9rem;
}
.site-branding-container.render_white_bg .site-logo img {
  content: url("/wp-content/uploads/2024/01/RCG_Logo_Centered_White_.png");
}
.site-branding-container.render_white_bg .main-menu li a {
  color: white;
  text-shadow: 0px 1px 4px black;
}
.site-branding-container.render_white_bg .main-menu li ul.sub-menu a {
  color: #3D6B90;
  text-shadow: none;
}
.site-branding-container.render_white_bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: 0.2s height;
  -o-transition: 0.2s height;
  transition: 0.2s height;
  z-index: -1;
  background-image: linear-gradient(to bottom, white 0, white 100%);
  background-repeat: repeat-x;
}
.site-branding-container.render_white_bg.render_bg .site-logo img {
  content: url("/wp-content/uploads/2024/01/RCG_Logo_Centered_Color_.png");
}
.site-branding-container.render_white_bg.render_bg .main-menu li a {
  color: #3D6B90;
  text-shadow: none;
}
.site-branding-container.render_white_bg.render_bg .site-logo img {
  height: 55px;
}
.site-branding-container.render_white_bg.render_bg:after {
  height: 100%;
}
.site-branding-container.render_dark_bg {
  background-color: white;
}
.site-branding-container.render_dark_bg .site-logo img {
  content: url("/wp-content/uploads/2024/01/RCG_Logo_Centered_Color_.png");
}
.site-branding-container.render_dark_bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  -webkit-transition: 0.2s height;
  -o-transition: 0.2s height;
  transition: 0.2s height;
  z-index: -1;
  background-image: linear-gradient(to bottom, white 0, white 100%);
  background-repeat: repeat-x;
}
.site-branding-container.render_dark_bg .main-menu li a {
  color: #3D6B90;
  text-shadow: none;
}
.site-branding-container.render_dark_bg .main-menu li ul.sub-menu a {
  color: #3D6B90;
  text-shadow: none;
}
.site-branding-container.render_dark_bg.render_bg .site-logo img {
  height: 55px;
}
.site-branding-container.render_dark_bg.render_bg:after {
  height: 100%;
}
.site-branding-container.full_bg_color {
  background-color: white;
}
.site-branding-container.render_bg .site-branding {
  flex-direction: row;
  padding: 15px 0px;
}
.site-branding-container.render_bg .site-branding .top-header-container {
  flex-direction: column;
  padding: 0;
  margin-left: 2%;
}
.site-branding-container.render_bg .site-branding .bottom-header-container {
  align-items: center;
  padding: 0;
}
.site-branding-container.render_bg .site-branding .header-menu {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  /* MENU BURGER CONTAINER */
  /* OPEN MENU */
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container {
  display: none;
}
.site-branding-container.render_bg .site-branding .header-menu .mobile-burger-container {
  z-index: 200;
  margin-right: 5%;
  width: 25px;
  max-width: 25px;
  height: 25px;
}
.site-branding-container.render_bg .site-branding .header-menu .mobile-burger-container #burger-icon-container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 2%;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.site-branding-container.render_bg .site-branding .header-menu .mobile-burger-container #burger-icon-container span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: black;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.site-branding-container.render_bg .site-branding .header-menu .mobile-burger-container #burger-icon-container span:nth-child(1) {
  top: 0px;
}
.site-branding-container.render_bg .site-branding .header-menu .mobile-burger-container #burger-icon-container span:nth-child(2), .site-branding-container.render_bg .site-branding .header-menu .mobile-burger-container #burger-icon-container span:nth-child(3) {
  top: 33%;
}
.site-branding-container.render_bg .site-branding .header-menu .mobile-burger-container #burger-icon-container span:nth-child(4) {
  top: 66%;
}
.site-branding-container.render_bg .site-branding .header-menu .mobile-burger-container #burger-icon-container.open span:nth-child(1) {
  top: 33%;
  width: 0%;
  left: 50%;
}
.site-branding-container.render_bg .site-branding .header-menu .mobile-burger-container #burger-icon-container.open span:nth-child(2) {
  transform: rotate(45deg);
}
.site-branding-container.render_bg .site-branding .header-menu .mobile-burger-container #burger-icon-container.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.site-branding-container.render_bg .site-branding .header-menu .mobile-burger-container #burger-icon-container.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open {
  z-index: 100;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open .menu-navigation-menu-container {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open #menu-navigation-menu {
  height: 85%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 80px;
  margin-bottom: 12.5px;
  overflow-y: auto;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item {
  padding: 0px;
  height: auto;
  top: 0px;
  text-align: center;
  z-index: 20;
  padding-bottom: 25px;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item a {
  display: inline;
  text-shadow: none;
  color: #3D6B90;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item ul.sub-menu {
  box-shadow: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: left;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item ul.sub-menu li.menu-item {
  padding: 0px;
  height: 100%;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item ul.sub-menu li.menu-item a {
  font-size: 1rem;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item ul.sub-menu li.menu-item:last-of-type {
  padding-bottom: 0px;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item:hover a {
  border-bottom: none;
  padding-bottom: 0px;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item:hover ul.sub-menu {
  flex-direction: column;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item:hover ul.sub-menu:before {
  height: 0;
  width: 0;
}
.site-branding-container.render_bg .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item:hover ul.sub-menu li.menu-item {
  height: 100%;
  padding: 0px;
}
.site-branding-container.render_bg .site-branding .header-menu #burger-icon-container.open {
  margin-right: 2vw;
}
.site-branding-container.render_bg .site-branding .header-menu #burger-icon-container.open span {
  background: black;
}

/*
    Target Elements from mid-width to mobile-width
*/
/*
    Target Elements for Mobile
*/
@media screen and (max-width: 768px) {
  .site-branding-container .site-branding {
    flex-direction: row;
    padding: 15px 0px;
  }
  .site-branding-container .site-branding .top-header-container {
    flex-direction: column;
    padding: 0;
    margin-left: 2%;
  }
  .site-branding-container .site-branding .bottom-header-container {
    align-items: center;
    padding: 0;
  }
  .site-branding-container .site-branding .header-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* MENU BURGER CONTAINER */
    /* OPEN MENU */
  }
  .site-branding-container .site-branding .header-menu .menu-container {
    display: none;
  }
  .site-branding-container .site-branding .header-menu .mobile-burger-container {
    z-index: 200;
    margin-right: 5%;
    width: 25px;
    max-width: 25px;
    height: 25px;
  }
  .site-branding-container .site-branding .header-menu .mobile-burger-container #burger-icon-container {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 2%;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
  }
  .site-branding-container .site-branding .header-menu .mobile-burger-container #burger-icon-container span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: black;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .site-branding-container .site-branding .header-menu .mobile-burger-container #burger-icon-container span:nth-child(1) {
    top: 0px;
  }
  .site-branding-container .site-branding .header-menu .mobile-burger-container #burger-icon-container span:nth-child(2), .site-branding-container .site-branding .header-menu .mobile-burger-container #burger-icon-container span:nth-child(3) {
    top: 33%;
  }
  .site-branding-container .site-branding .header-menu .mobile-burger-container #burger-icon-container span:nth-child(4) {
    top: 66%;
  }
  .site-branding-container .site-branding .header-menu .mobile-burger-container #burger-icon-container.open span:nth-child(1) {
    top: 33%;
    width: 0%;
    left: 50%;
  }
  .site-branding-container .site-branding .header-menu .mobile-burger-container #burger-icon-container.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .site-branding-container .site-branding .header-menu .mobile-burger-container #burger-icon-container.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .site-branding-container .site-branding .header-menu .mobile-burger-container #burger-icon-container.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open {
    z-index: 100;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open .menu-navigation-menu-container {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open #menu-navigation-menu {
    height: 85%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 80px;
    margin-bottom: 12.5px;
    overflow-y: auto;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item {
    padding: 0px;
    height: auto;
    top: 0px;
    text-align: center;
    z-index: 20;
    padding-bottom: 25px;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item a {
    display: inline;
    text-shadow: none;
    color: #3D6B90;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item ul.sub-menu {
    box-shadow: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    text-align: left;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item ul.sub-menu li.menu-item {
    padding: 0px;
    height: 100%;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item ul.sub-menu li.menu-item a {
    font-size: 1rem;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item ul.sub-menu li.menu-item:last-of-type {
    padding-bottom: 0px;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item:hover a {
    border-bottom: none;
    padding-bottom: 0px;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item:hover ul.sub-menu {
    flex-direction: column;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item:hover ul.sub-menu:before {
    height: 0;
    width: 0;
  }
  .site-branding-container .site-branding .header-menu .menu-container.open #menu-navigation-menu li.menu-item:hover ul.sub-menu li.menu-item {
    height: 100%;
    padding: 0px;
  }
  .site-branding-container .site-branding .header-menu #burger-icon-container.open {
    margin-right: 2vw;
  }
  .site-branding-container .site-branding .header-menu #burger-icon-container.open span {
    background: black;
  }
}
.home .overlay_blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(21, 21, 21, 0.1);
  backdrop-filter: blur(3px);
}
.home .overlay_blur:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition-duration: 200ms;
  background-color: white;
  opacity: 0;
}
.home .site-branding-container .site-logo img {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .home .site-branding-container .site-logo img {
    height: 70px;
  }
}

#footer {
  padding: 50px 1rem;
  background: #486A8D;
  color: #fff;
}
#footer a, #footer p {
  color: white;
  text-decoration: none;
  padding: 0;
  font-size: 1rem;
}
#footer .top_footer_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#footer .top_footer_container #nav-logo {
  width: 188px;
  height: auto;
  display: inline-block;
  margin: 0 auto;
  padding-bottom: 10px;
}
#footer .footer_address {
  display: flex;
  flex-direction: column; /* Stack items vertically */
  align-items: center; /* Center items horizontally */
  justify-content: center; /* Center items vertically */
  padding-bottom: 10px; /* Adjust this value as needed for minimal padding */
  text-align: center; /* Center text alignment */
}
#footer .footer_address p {
  margin: 0; /* Remove default margins from paragraphs */
  padding: 0; /* Remove default padding from paragraphs */
}
#footer .bottom_footer_info {
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .bottom_footer_info p, #footer .bottom_footer_info a {
  margin: 0;
  padding: 0;
  font-size: 0.8rem;
  font-weight: 500;
}
#footer .contact_form_container p {
  font-weight: 600;
  padding: 0;
}
#footer .contact_form_container .button {
  width: 100%;
  background: #383838;
}
#footer .contact_section {
  padding-bottom: 12.5px;
  width: 100%;
  margin: 0 auto;
}
#footer .contact_section .icon_location {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
#footer .contact_section .icon_location p {
  margin: 0;
  color: white;
  font-weight: 500;
}
#footer .contact_section .inner_text {
  padding-bottom: 12.5px;
  font-weight: 500;
  text-align: center;
}
#footer .contact_section .inner_text a {
  color: white;
}
#footer .contact_section .one-line {
  width: 100%;
}
#footer .contact_section .one-line br {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer .contact_section .footer_address {
    max-width: 100%;
    white-space: pre-wrap; /* Allow line breaks and wrap text */
    word-wrap: break-word; /* Ensure long words are broken */
    overflow-wrap: break-word; /* Ensure long words are broken */
  }
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  #footer .contact_section {
    width: 60%;
    margin-left: 22%;
  }
}
@media screen and (max-width: 768px) {
  #footer .contact_section {
    padding: 25px 1vw;
    width: 100%;
    margin: 0;
  }
}
#footer .contact_number img {
  width: 25px;
  height: 25px;
  margin-right: 1vw;
}
#footer .footer_icon_container {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 25px 0px;
  padding-bottom: 20px;
}
#footer .footer_icon_container a {
  display: flex;
}
#footer .footer_icon_container .footer_icon {
  margin-left: 20px;
}
#footer .footer_icon_container .footer_icon:nth-child(1) img {
  width: 12px;
  height: 23px;
}
#footer .footer_icon_container .footer_icon:nth-child(2) img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
#footer .footer_icon_container .footer_icon:nth-child(3) img {
  width: 21px;
  height: 20px;
  flex-shrink: 0;
}
#footer .menu-footer-menu-container #menu-footer-menu {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#footer .menu-footer-menu-container #menu-footer-menu a {
  color: white;
  padding-bottom: 0;
  margin-left: 30px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #footer .contact_form_container {
    display: none;
  }
  #footer .top_footer_container {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  #footer .menu-footer-menu-container #menu-footer-menu a {
    margin-bottom: 25px;
  }
}

.contact_wrapper {
  background-color: #ecebeb;
  padding: 25px 0px;
}
.contact_wrapper .grid-container {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
@media screen and (max-width: 768px) {
  .contact_wrapper .grid-container {
    flex-direction: column;
  }
}
.contact_wrapper .grid-container h4, .contact_wrapper .grid-container a {
  font-size: 1.1rem;
  margin: 0;
  padding: 0;
  font-weight: 500;
  line-height: 150%;
}
.contact_wrapper .grid-container a {
  color: #3D6B90;
  position: relative;
}
.contact_wrapper .grid-container a img {
  width: 45px;
  height: auto;
}
.contact_wrapper.white_bg {
  background-color: white;
}
.contact_wrapper.white_bg .grid-container a {
  color: #3D6B90;
}

/* FILTER LAYOUT */
.top_portfolio_container {
  /* /.dropdown_container */
  padding-top: 90px;
}
.top_portfolio_container .dropdown_container {
  margin-bottom: 45px;
  /*max-height: 50px;*/
  height: auto;
  border-radius: 8px;
  transition: all 0.4s linear;
  position: relative;
  display: flex;
  /* /.dropdown_menu */
}
.top_portfolio_container .dropdown_container .locations_filter, .top_portfolio_container .dropdown_container .types_filter {
  position: relative;
}
.top_portfolio_container .dropdown_container .search_icon_container {
  float: left;
  width: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 12px;
}
.top_portfolio_container .dropdown_container .search_icon_container img {
  align-self: center;
  margin-left: 0%;
  margin-top: 10px;
  width: 26px;
  height: 26px;
}
.top_portfolio_container .dropdown_container .search_icon_container.mobile {
  display: none;
}
.top_portfolio_container .dropdown_container .dropdown_menu {
  height: auto;
  max-height: 60px;
  border-bottom: 1px solid white;
  color: #282828;
  font-size: 16px;
  line-height: 50px;
  overflow: hidden;
  transition: all 0.2s ease;
  width: 400px;
}
.top_portfolio_container .dropdown_container .dropdown_menu:nth-of-type(2) {
  margin-left: 25px;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text {
  opacity: 0;
  padding-left: 12px;
  padding: 12px;
  width: 70%;
  margin: 0 auto;
  background-color: #fff;
  color: #333;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text:not(:first-of-type):before, .top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text:not(:first-of-type):after {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  width: 5px;
  color: #333;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text:not(:first-of-type):before {
  box-shadow: -5px 0 5px -5px inset;
  left: -5px;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text:not(:first-of-type):after {
  box-shadow: 5px 0 5px -5px inset;
  right: -5px;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text.void {
  opacity: 1;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text.void:before, .top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text.void:after {
  display: none;
  box-shadow: unset !important;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text.bottom {
  height: 1px;
  padding: 0;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text.bottom div {
  width: 100%;
  height: 100%;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text.bottom div:before {
  content: " ";
  height: 100%;
  position: absolute;
  top: 0;
  width: 101%;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text.bottom div:before {
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: unset;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text p {
  color: white;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text img {
  width: 20px;
  height: 20px;
  margin-right: 25px;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text:nth-of-type(1) {
  background-color: #1D2A37;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text:hover {
  cursor: pointer;
  background-color: #1D2A37;
  color: white;
}
.top_portfolio_container .dropdown_container .dropdown_menu .dropdown_option_text:hover .dropdown_option_text {
  color: white;
}
.top_portfolio_container .dropdown_container .dropdown_menu.menu_expanded {
  overflow: unset;
  z-index: 11;
}
.top_portfolio_container .dropdown_container .dropdown_menu.menu_expanded .dropdown_option_text {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.top_portfolio_container .dropdown_container .dropdown_menu.menu_expanded .dropdown_option_text img {
  transform: scaleY(-1);
}
.project_gallery_container .top_gallery {
  width: 811px;
  height: 683px;
}
.project_gallery_container .bottom_gallery {
  width: 811px;
}

.archive_portfolio_container {
  background-color: #1D2A37;
  padding-bottom: 90px;
}
.archive_portfolio_container .projects_info p, .archive_portfolio_container .projects_info h3 {
  color: white;
}
.archive_portfolio_container .projects_info h3 {
  font-weight: 600;
}
.archive_portfolio_container .projects_info p {
  font-weight: 500;
}

.projects-section-container {
  width: 100%;
}
.projects-section-container .project_listing_section_container {
  width: 100%;
  padding-top: 45px;
}
.projects-section-container .project_listing_section_container .grid-x {
  width: 100%;
}
.projects-section-container .project_listing_section_container .project_item_wrapper {
  opacity: 0;
  position: relative;
  margin-bottom: 25px;
  height: 283px;
  overflow: hidden;
  transition: opacity 600ms ease-in;
}
.projects-section-container .project_listing_section_container .project_item_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
.projects-section-container .project_listing_section_container .project_item_wrapper .slide_img_wrapper {
  height: 283px;
}
.projects-section-container .project_listing_section_container .project_item_wrapper .slide_img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease;
}
.projects-section-container .project_listing_section_container .project_item_wrapper .project_information_container {
  min-height: 45px;
  height: auto;
  background-color: rgba(0, 0, 0, 0.38);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transition: all 300ms ease-in;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.projects-section-container .project_listing_section_container .project_item_wrapper .project_information_container .project_title {
  display: flex;
  align-items: flex-start;
  padding: 0px 20px;
  width: 100%;
  height: 100%;
}
.projects-section-container .project_listing_section_container .project_item_wrapper .project_information_container .project_title h5 {
  font-weight: 600 !important;
  color: white;
  margin: 0;
  font-size: 1rem;
  text-shadow: 0px 2px 4px black;
}
.projects-section-container .project_listing_section_container .project_item_wrapper .project_information_container .project_location {
  display: none;
  color: white;
  text-shadow: 0px 2px 4px black;
}
.projects-section-container .project_listing_section_container .project_item_wrapper:hover .slide_img_wrapper img {
  transform: scale(1.05);
}
.projects-section-container .project_listing_section_container .project_item_wrapper:hover .project_information_container {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.68);
}
.projects-section-container .project_listing_section_container .project_item_wrapper:hover .project_information_container h5 {
  font-size: 1.3rem;
}
.projects-section-container .project_listing_section_container .project_item_wrapper:hover .project_information_container p {
  font-size: 1.2rem;
}
.projects-section-container .project_listing_section_container .project_item_wrapper:hover .project_information_container .project_location {
  display: flex;
}
@media screen and (max-width: 768px) {
  .projects-section-container .project_listing_section_container {
    margin-left: auto;
    margin-right: auto;
  }
}

.single_before_after_container .container_ba {
  margin: 0 auto;
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  max-width: 800px;
  max-height: 90vh;
  --position: 50%;
  margin-bottom: 90px;
}
.single_before_after_container .container_ba img {
  display: block;
  max-width: 100%;
}
.single_before_after_container .image-container {
  max-width: 800px;
  max-height: 90vh;
}
.single_before_after_container .slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  pointer-events: none;
}
.single_before_after_container .image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: grayscale(0%);
  z-index: 1;
}
.single_before_after_container .image-after {
  filter: grayscale(80%);
}
.single_before_after_container .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}
.single_before_after_container .slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}
.single_before_after_container .slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10;
      */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}
.single_before_after_container .slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: 0.5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
  /* z-index: 100;
      */
  box-shadow: 1px 1px 1px hsla(0, 50%, 2%, 0.5);
}

.pagination_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 30px 0px;
}
.pagination_wrapper .next_arrow {
  width: 20px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/reidy/assets/images/right_arrow.svg");
}
.pagination_wrapper .prev_arrow {
  width: 20px;
  height: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/wp-content/themes/reidy/assets/images/left_arrow.svg");
}
.pagination_wrapper .page-numbers {
  padding: 0px 8px;
  font-size: 1.1em;
  color: white;
  text-decoration: none;
}
.pagination_wrapper .page-numbers.current {
  color: white;
  font-weight: 800;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.1);
}
.pagination_wrapper .page-numbers:hover {
  color: #486A8D;
}

.single_portfolio_container_wrapper {
  position: relative;
}
@media screen and (max-width: 768px) {
  .single_portfolio_container_wrapper .project_gallery_container {
    position: relative;
  }
}

.project_information_container {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .project_information_container {
    height: auto !important;
  }
}

.single_portfolio_container_wrapper {
  padding-bottom: 90px;
  max-width: 2200px !important;
  margin: 0 auto;
}

.single_portfolio_header_container {
  background-color: #486A8D;
  padding-bottom: 90px;
}
.single_portfolio_header_container p {
  margin: 0;
}
.single_portfolio_header_container .project_type {
  font-weight: 500;
  color: white;
  font-size: 0.9rem;
}
.single_portfolio_header_container .project_title {
  font-weight: 600;
  color: white;
  width: 40%;
}
@media screen and (max-width: 890px) {
  .single_portfolio_header_container .project_title {
    width: 95%;
  }
}
.single_portfolio_header_container .project_location {
  display: flex;
  flex-direction: row;
  color: white;
  padding-bottom: 25px;
}
.single_portfolio_header_container .project_location img {
  margin-right: 1vw;
}

.grey_info_container .grey_info_container_wrapper {
  max-width: 600px;
  padding: 25px 2vw;
  background-color: #DDE1E5;
  z-index: 10;
  position: relative;
  transform: translateY(-50%);
  justify-content: space-evenly;
}
.grey_info_container .grey_info_container_wrapper p {
  margin: 0;
}
.grey_info_container .grey_info_container_wrapper .cell {
  border-left: 1px solid #486A8D;
  padding-left: 2vw;
}
.grey_info_container .grey_info_container_wrapper .cell:first-of-type {
  border: none;
  padding: 0;
}
.grey_info_container .grey_info_container_wrapper .top_title {
  color: #486A8D;
}
.grey_info_container .grey_info_container_wrapper .bottom_title {
  font-weight: 600;
}

@media screen and (max-width: 890px) {
  .project_details_container {
    width: 100% !important;
  }
}

.project_gallery_container {
  position: absolute;
  right: 0;
  top: 0;
}
.project_gallery_container .top_gallery {
  margin-bottom: 10px;
}
.project_gallery_container .top_gallery .slick-track {
  height: 683px;
}
.project_gallery_container .top_gallery .slick-track img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project_gallery_container .bottom_gallery .slick-track {
  height: 150px;
  width: 100%;
}
.project_gallery_container .bottom_gallery .slick-track img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project_gallery_container .bottom_gallery .slick-slide {
  margin: 0px 5px;
  cursor: pointer;
}
@media screen and (max-width: 1260px) and (min-width: 891px) {
  .project_gallery_container .top_gallery {
    width: 500px;
    height: auto;
    margin-left: auto;
  }
  .project_gallery_container .top_gallery .slick-track {
    height: 450px;
  }
  .project_gallery_container .bottom_gallery {
    width: 500px;
  }
}
@media screen and (max-width: 890px) {
  .project_gallery_container {
    position: relative;
  }
  .project_gallery_container .top_gallery {
    width: 100%;
    height: 500px;
  }
  .project_gallery_container .top_gallery .slick-track {
    height: 500px;
  }
  .project_gallery_container .bottom_gallery {
    width: 100%;
  }
}

.content_container h5 {
  font-weight: 600;
  color: #486A8D;
  padding-bottom: 25px;
}
.content_container .text iframe {
  width: 100% !important;
  height: auto !important;
}

.sub_title {
  font-weight: 700;
  color: #486A8D;
  padding-bottom: 25px;
}

.other_projects_slider {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.other_projects_slider .project_item_wrapper {
  margin: 0px 5px;
  position: relative;
  margin-bottom: 25px;
  height: 283px;
  transition: all 500ms ease-in;
  overflow: hidden;
}
.other_projects_slider .project_item_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
}
.other_projects_slider .project_item_wrapper .slide_img_wrapper {
  height: 283px;
}
.other_projects_slider .project_item_wrapper .slide_img_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 500ms ease-in;
}
.other_projects_slider .project_item_wrapper .project_information_container_inner {
  transition: all 500ms ease-out;
  min-height: 45px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.other_projects_slider .project_item_wrapper .project_information_container_inner .project_title {
  display: flex;
  align-items: flex-start;
  padding: 0px 2vw;
  width: 100%;
  height: 100%;
}
.other_projects_slider .project_item_wrapper .project_information_container_inner .project_title h5 {
  font-weight: 600 !important;
  color: #3D6B90;
  margin: 0;
}
.other_projects_slider .project_item_wrapper .project_information_container_inner .project_location {
  display: none;
}
.other_projects_slider .project_item_wrapper:hover .slide_img_wrapper img {
  transform: scale(1.05);
}
.other_projects_slider .project_item_wrapper:hover .project_information_container_inner {
  height: 100%;
}
.other_projects_slider .project_item_wrapper:hover .project_information_container_inner:before {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.other_projects_slider .project_item_wrapper:hover .project_information_container_inner .project_location {
  display: flex;
}
.other_projects_slider .slick-dots li button {
  color: #3D6B90;
}
.other_projects_slider .slick-dots li.slick-active button:before {
  color: #3D6B90;
}
@media screen and (max-width: 768px) {
  .other_projects_slider .slick-track {
    width: 100%;
  }
}

.bottom_other_projects_container {
  padding-bottom: 90px;
}

#homepage_hero_element {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#homepage_hero_element .arrow_slick {
  position: absolute;
  height: 35px;
  width: 35px;
  cursor: pointer;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
#homepage_hero_element .arrow_slick.right {
  right: 1vw;
}
#homepage_hero_element .arrow_slick.left {
  left: 1vw;
}
#homepage_hero_element .slick-slide {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#homepage_hero_element .slick-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
}
#homepage_hero_element .slick-slide h3 {
  color: white;
  position: absolute;
  display: none;
  text-align: center;
  font-size: 4rem;
  z-index: 3;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #homepage_hero_element .slick-slide h3 {
    font-size: 2rem;
  }
}
#homepage_hero_element .slick-slide img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
#homepage_hero_element .slick-slide .project_info_container {
  position: absolute;
  bottom: 1vh;
  left: 2vw;
  z-index: 3;
}
#homepage_hero_element .slick-slide .project_info_container a {
  font-weight: 600;
  color: white;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#homepage_hero_element .slick-slide .project_info_container a img {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #homepage_hero_element .slick-slide img {
    height: 80vh;
  }
}

.logos_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 2;
}
.logos_overlay .logo_wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 2vw;
  padding-bottom: 2vh;
}
.logos_overlay .logo_wrapper img {
  max-height: 50px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .logos_overlay {
    height: 80vh;
  }
  .logos_overlay .logo_wrapper img {
    max-height: 30px;
    margin-left: 20px;
  }
}

#homepage_client_element {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#homepage_client_element .arrow_slick {
  position: absolute;
  height: auto;
  width: 33px;
  cursor: pointer;
  z-index: 1;
}
#homepage_client_element .arrow_slick.right {
  right: -2vw;
  top: 50%;
  transform: translateY(-50%);
}
#homepage_client_element .arrow_slick.left {
  left: -2vw;
  top: 50%;
  transform: translateY(-50%);
}
#homepage_client_element .slick-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#homepage_client_element .slick-slide a {
  display: flex;
}
#homepage_client_element .slick-slide img {
  max-width: 170px;
  max-height: 170px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #homepage_client_element .arrow_slick.right {
    right: 0;
  }
  #homepage_client_element .arrow_slick.left {
    left: 0;
  }
}

.homepage-about {
  position: relative;
  height: 602px;
  max-width: 1600px;
  margin: 0 auto;
}
.homepage-about img {
  height: 80%;
  width: 65%;
  object-fit: cover;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
}
.homepage-about .inner_container_expertise {
  height: 100%;
  width: 100%;
  position: relative;
}
.homepage-about .grid-x {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 716px;
  height: 412px;
  background: #3D6B90;
  padding: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-about .grid-x p {
  color: white;
}
.homepage-about .grid-x a h5 {
  color: white;
}
@media screen and (max-width: 768px) {
  .homepage-about .grid-x {
    position: relative;
    width: 100%;
    height: auto;
  }
}

.homepage-projects {
  padding-top: 25px;
  padding-bottom: 10px;
}
.homepage-projects .padding_bottom {
  padding-bottom: 25px;
}
.homepage-projects .project_card_container {
  height: 300px;
  position: relative;
  transition: all 500ms ease-in-out;
}
.homepage-projects .project_card_container .image_container {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.homepage-projects .project_card_container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 500ms ease-in-out;
}
.homepage-projects .project_card_container .project_information_container {
  height: 45px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
.homepage-projects .project_card_container .project_information_container .project_title {
  display: flex;
  align-items: center;
  padding: 0px 2vw;
  width: 100%;
  height: 100%;
}
.homepage-projects .project_card_container .project_information_container .project_title h5 {
  margin: 0;
  font-weight: 600;
  color: #486A8D;
  text-transform: uppercase;
}
.homepage-projects .project_card_container.link {
  height: 45px;
}
.homepage-projects .project_card_container:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.homepage-projects .project_card_container:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .homepage-projects .padding_bottom {
    padding-bottom: 0px;
  }
  .homepage-projects .project_card_container {
    margin-bottom: 25px;
  }
}

.homepage-clients {
  padding: 90px 0px;
  width: 100%;
}
.homepage-clients .grid-container {
  width: 100%;
}
.homepage-clients #homepage_client_element {
  width: 100%;
}
.homepage-clients #homepage_client_element .slick-track {
  width: 100%;
}
.homepage-clients #homepage_client_element .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage-clients #homepage_client_element .slick-dots li button {
  color: #3D6B90;
}
.homepage-clients #homepage_client_element .slick-dots li.slick-active button:before {
  color: #3D6B90;
}

.homepage-news {
  display: none;
  padding: 90px 0px;
  background-color: #f0f4f7;
}
.homepage-news .more_container {
  width: 100%;
}
.homepage-news .more_container .cell {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .homepage-news .card_listing_container .card_container {
    margin-bottom: 25px;
  }
}

.image-expertise-section {
  background-color: #f0f4f7;
}

.card_listing_container .card_container {
  position: relative;
  padding-bottom: 150px;
}
.card_listing_container .card_container .image {
  height: 400px;
  overflow: hidden;
}
.card_listing_container .card_container .image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all 500ms ease-in;
}
.card_listing_container .card_container .card_inner_container {
  transition: all 500ms ease-in;
  box-shadow: 0 7px 14px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  position: absolute;
  width: 90%;
  height: 300px;
  background: white;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 1vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card_listing_container .card_container .card_inner_container .info_card_title {
  font-weight: 600;
  color: #3D6B90;
}
.card_listing_container .card_container .card_inner_container .info_card_time, .card_listing_container .card_container .card_inner_container .info_card_text {
  font-size: 0.9rem;
}
.card_listing_container .card_container .card_inner_container .info_card_time {
  color: #3D6B90;
}
.card_listing_container .card_container .card_inner_container .info_card_link {
  font-weight: 300;
}
.card_listing_container .card_container .card_inner_container .info_card_text {
  color: #717171;
}
.card_listing_container .card_container .card_inner_container .info_card_link {
  margin-top: auto;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #3D6B90;
}
.card_listing_container .card_container .card_inner_container .info_card_link:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6687ab;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: -15%;
}
.card_listing_container .card_container:hover .image img {
  transform: scale(1.05);
}
.card_listing_container .card_container:hover .card_inner_container {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.card_listing_container .card_container:hover .card_inner_container .info_card_link:before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .card_listing_container .card_container .card_inner_container {
    padding: 2vw;
    height: 250px;
  }
}

.home_contant_background {
  background-image: url("/wp-content/themes/reidy/assets/images/contact_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  background-position: center;
}
.home_contant_background .grid-container {
  width: 35%;
  padding: 2vw 3vw;
  margin: 90px auto;
  background-color: white;
  margin-left: 26%;
}
.home_contant_background .grid-container .icon_location {
  padding-top: 25px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.home_contant_background .grid-container .icon_location p {
  margin: 0;
  color: #3D6B90;
  font-weight: 500;
}
.home_contant_background .grid-container .icon_location img {
  margin-right: 1vw;
}
.home_contant_background .grid-container .inner_text {
  padding-left: 5vw;
  padding-bottom: 12.5px;
  font-weight: 500;
}
.home_contant_background .grid-container .inner_text a {
  color: #3D6B90;
}
.home_contant_background .grid-container .inner_text img {
  margin-right: 1vw;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .home_contant_background .grid-container {
    width: 60%;
    margin-left: 22%;
  }
}
@media screen and (max-width: 768px) {
  .home_contant_background .grid-container {
    padding: 25px 1vw;
    width: 100%;
    margin: 0;
  }
}

.home_expertise_boxes {
  background-color: #3d6b90;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #3d6b90;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  color: #ffffff;
  margin: 20px 20px;
  font-weight: bold;
  display: flex;
  justify-content: center; /* Center horizontally */
  align-items: center; /* Center vertically */
  height: 90px;
}

@media screen and (max-width: 768px) {
  .rcg_listing {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home_expertise_boxes {
    width: auto;
    max-width: 80%;
    margin: 15px auto;
  }
}
.btn_container {
  display: flex;
  justify-content: center; /* Centers the button horizontally */
  padding-top: 20px; /* Add padding at the top */
  padding-bottom: 30px; /* Add padding at the bottom */
}

.btn_container a {
  text-decoration: none;
  color: #007BFF; /* Adjust this color as needed */
}

.btn_container h5 {
  margin: 0;
  font-weight: bold; /* Optional: Adjust font weight */
}

.single_page_container {
  position: relative;
  overflow: hidden;
}
.single_page_container #myVideo {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  pointer-events: none;
  max-width: 500px;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .single_page_container #myVideo {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .single_page_container #myVideo {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .single_page_container:after, .single_page_container:before {
    width: 200px;
    height: 200px;
  }
}
.single_page_container .single_header_container {
  background-color: #486A8D;
  padding: 45px 0px;
}
.single_page_container .single_header_container .cell {
  color: white;
}
.single_page_container .single_header_container .cell h3 {
  font-weight: 600;
}
.single_page_container .single_content_container {
  padding: 25px 0px;
}
.single_page_container .single_content_container .text h3 {
  color: #3D6B90;
  font-weight: 600;
  padding: 25px 0px;
}
@media screen and (max-width: 768px) {
  .single_page_container .single_content_container {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.single_page_container .policy-grid-container {
  position: relative;
  margin: 0;
  padding-right: 100;
  max-width: 100%;
}
.single_page_container .environmental-main-title {
  color: #6687ab;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 70px;
  margin-right: 0 !important;
}
.single_page_container #expertise_slider_container {
  width: 80%;
  max-width: 1200px;
}
.single_page_container #expertise_slider_container img {
  width: 1000px;
  object-fit: cover;
}
.single_page_container #expertise_slider_container .title_container {
  pointer-events: none;
  z-index: -2;
}
.single_page_container #expertise_slider_container .slick-arrow {
  position: absolute;
  width: 17px;
  height: auto;
  z-index: 1;
  cursor: pointer;
}
.single_page_container #expertise_slider_container .slick-arrow.left {
  bottom: 2%;
  right: 5%;
  transform: scaleX(-1);
}
.single_page_container #expertise_slider_container .slick-arrow.right {
  bottom: 2%;
  right: 0;
}

.single_content_container {
  position: relative;
}

.page-template-template-policy .about_image_container {
  display: flex;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-template-template-policy .about_image_container {
    flex-direction: column;
  }
  .page-template-template-policy .about_image_container #expertise_slider_container {
    width: 100%;
  }
}
.page-template-template-policy .first-sentence-social p {
  font-weight: 700;
  color: #3D6B90;
}
.page-template-template-policy .bg_background_image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 700px;
  height: 600px;
  object-fit: contain;
  z-index: -2;
  pointer-events: none;
  object-position: bottom;
  opacity: 0.15;
}

.post-type-archive-team .team-gallery-container {
  padding-bottom: 90px;
}
.post-type-archive-team .card_person_container {
  width: 30%;
}
.post-type-archive-team .card_person_container .img_wrapper {
  height: 300px;
  width: 100%;
}
.post-type-archive-team .card_person_container .img_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
}
.post-type-archive-team .card_person_container .profile_information_container .profile_name {
  font-weight: 600;
  color: #3D6B90;
  padding-top: 10px;
  padding-bottom: 5px;
}
.post-type-archive-team .card_person_container .profile_information_container .profile_title, .post-type-archive-team .card_person_container .profile_information_container .profile_button {
  font-size: 0.9rem;
}
.post-type-archive-team .card_person_container .profile_information_container .profile_title {
  padding-bottom: 10px;
  color: #717171;
}
.post-type-archive-team .card_person_container .profile_information_container .profile_button {
  font-weight: 300;
}
.post-type-archive-team .card_person_container .profile_information_container .profile_button {
  margin-top: auto;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #3D6B90;
}
.post-type-archive-team .card_person_container .profile_information_container .profile_button:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6687ab;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: -15%;
}
.post-type-archive-team .card_person_container:hover .profile_information_container .profile_button:before {
  width: 100%;
}

.leadership_single_layout_container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /*
      Target Elements from mid-width to mobile-width
  */
  /*
      Target Elements for Mobile
  */
}
.leadership_single_layout_container .team-item-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
  background-color: #486A8D;
}
.leadership_single_layout_container .team-item-modal.open .modal-inner-container.open-team, .leadership_single_layout_container .team-item-modal .modal-inner-container.open-team {
  transform: scale(1);
  opacity: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.leadership_single_layout_container .team-item-modal.open {
  visibility: visible;
}
.leadership_single_layout_container .team-item-modal.open .modal-inner-container {
  transform: scale(1);
  opacity: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.leadership_single_layout_container .modal-inner-container {
  width: 100%;
  height: 100%;
  transform: scale(0.4);
  opacity: 0;
  transition: all 0.5s;
  position: relative;
}
.leadership_single_layout_container .modal-inner-container:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/prospectridge/assets/images/navy_logo_bg.png");
  top: 0;
  left: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
  z-index: -1;
  opacity: 0.9;
}
.leadership_single_layout_container .modal-inner-container .overlay-color {
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.leadership_single_layout_container.portfolio_section .modal-inner-container:after {
  display: none;
}
.leadership_single_layout_container.portfolio_section .team-item-modal {
  background-color: unset;
}
.leadership_single_layout_container .icon_container {
  width: 100%;
  max-width: 1440px;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  left: 50%;
  transform: translateX(-50%);
  padding-right: 2vw;
  margin-bottom: 2vw;
}
.leadership_single_layout_container .icon_container .close_icon_container {
  position: absolute;
  right: 0px;
  width: 32px;
  height: 32px;
  opacity: 1;
}
.leadership_single_layout_container .icon_container .close_icon_container:before, .leadership_single_layout_container .icon_container .close_icon_container:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: white;
}
.leadership_single_layout_container .icon_container .close_icon_container:before {
  transform: rotate(45deg);
}
.leadership_single_layout_container .icon_container .close_icon_container:after {
  transform: rotate(-45deg);
}
.leadership_single_layout_container .team-card-container {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding-top: 10%;
  padding-bottom: 10%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.leadership_single_layout_container .team-card-container .team-info-container {
  min-height: 50vh;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
.leadership_single_layout_container .team-card-container .team-info-container .image-container {
  padding-left: 2%;
  padding-right: 2%;
}
.leadership_single_layout_container .team-card-container .team-info-container .image-container img {
  width: 310px;
  height: auto;
  padding: 1vw;
  border: 2px solid white;
  object-fit: cover;
  object-position: top;
}
.leadership_single_layout_container .team-card-container .team-info-container .info-container {
  float: left;
  width: 65%;
  height: 100%;
  padding-left: 3%;
  padding-right: 3%;
  color: white;
}
.leadership_single_layout_container .team-card-container .team-info-container .info-container .member-name {
  color: white;
}
.leadership_single_layout_container .team-card-container .team-info-container .info-container .team-bio-container {
  padding-top: 37.5px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
  /*
  //Left side image container
  .image-container {
      z-index: 100;
      width: 30%;
      img {
          width: 100%;
          height: auto;
          transform: translateY(-50%);
      }
  }
  */
}
.leadership_single_layout_container .team-card-container .team-info-container .info-container .team-bio-container .bio {
  z-index: 100;
  width: 100%;
  padding: 0;
  padding-bottom: 50px;
}
.leadership_single_layout_container .team-card-container .team-info-container .info-container .team-bio-container .bio p, .leadership_single_layout_container .team-card-container .team-info-container .info-container .team-bio-container .bio a {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 160%;
  font-weight: 200;
  padding-bottom: 25px;
  font-weight: 400;
}
.leadership_single_layout_container .team-card-container .team-info-container .info-container .team-bio-container .bio strong {
  font-weight: 800;
  text-decoration: underline;
}
.leadership_single_layout_container .team-card-container:before {
  content: "";
  position: absolute;
  background-image: url("/wp-content/themes/reidy/assets/images/a889f034-66a4-4bf6-a9ee-3178b4210070.png");
  width: 300px;
  height: 200px;
  background-size: contain;
  bottom: 0;
  right: 0;
}
.leadership_single_layout_container .team-item-modal.open .modal-inner-container.open-team, .leadership_single_layout_container .team-item-modal .modal-inner-container.open-team {
  transform: scale(1);
  opacity: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.leadership_single_layout_container .team-item-modal.open {
  visibility: visible;
  position: relative;
  top: 0;
  top: unset;
  bottom: 0;
  left: 0;
  transform: translateX(0%) translateY(0%);
}
.leadership_single_layout_container .team-item-modal.open .modal-inner-container {
  transform: scale(1);
  opacity: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .leadership_single_layout_container .team-card-container .team-info-container {
    flex-direction: column;
  }
  .leadership_single_layout_container .team-card-container .team-info-container .info-container {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .leadership_single_layout_container .team-card-container {
    padding-top: 10vh;
  }
  .leadership_single_layout_container .team-card-container .team-info-container {
    flex-direction: column;
  }
  .leadership_single_layout_container .team-card-container .team-info-container .info-container {
    width: 100%;
  }
}

.expertise_title {
  font-weight: 600;
  color: #3D6B90;
  padding-bottom: 25px;
}

.expertise_list_section_container {
  width: 100%;
  padding: 90px 0px;
  padding-top: 0px;
}
.expertise_list_section_container .expertise_list {
  columns: 2;
}
.expertise_list_section_container .expertise_list li {
  list-style-image: url("/wp-content/themes/reidy/assets/images/CheckMark.svg");
  padding-bottom: 8px;
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  .expertise_list_section_container .expertise_list {
    columns: 1;
  }
}

.top_section_padding_container {
  padding-top: 90px;
}

.contact .grid-container.top {
  width: 100%;
}
.contact .btn_container {
  width: 100%;
  display: inline-flex;
}
.contact .btn_container a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.contact .btn_container a h5 {
  font-size: 1.4rem;
  margin: 0;
}
.contact .btn_container a h5:before {
  display: none;
}
.contact .btn_container a:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #3D6B90;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: -15%;
}
.contact .btn_container a img {
  width: 45px;
  height: auto;
}
.contact .btn_container a:hover:before {
  width: 100%;
}

.page-template-template-beforeafter {
  /* You can remove this page div in your website */
}
.page-template-template-beforeafter .tabs-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-template-template-beforeafter .container_ba {
  margin: 0 auto;
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  max-width: 800px;
  max-height: 90vh;
  --position: 50%;
  margin-bottom: 90px;
}
.page-template-template-beforeafter .container_ba img {
  display: block;
  max-width: 100%;
}
.page-template-template-beforeafter .image-container {
  max-width: 800px;
  max-height: 90vh;
}
.page-template-template-beforeafter .slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
  pointer-events: none;
}
.page-template-template-beforeafter .image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: grayscale(0%);
  z-index: 1;
}
.page-template-template-beforeafter .image-after {
  filter: grayscale(80%);
}
.page-template-template-beforeafter .slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}
.page-template-template-beforeafter .slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}
.page-template-template-beforeafter .slider-line {
  position: absolute;
  inset: 0;
  width: 0.2rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10;
      */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}
.page-template-template-beforeafter .slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: 0.5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 3;
  /* z-index: 100;
      */
  box-shadow: 1px 1px 1px hsla(0, 50%, 2%, 0.5);
}

#rs_slider_container {
  position: relative;
}
#rs_slider_container .arrow_slick {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 500ms ease-out;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px;
  color: white !important;
  box-shadow: none;
  width: 40px;
  height: 40px;
}
#rs_slider_container .arrow_slick.left {
  top: 50%;
  transform: translate(0%, -50%); /* Mirror for left */
  left: -40px; /* Adjust to your preference */
}
#rs_slider_container .arrow_slick.right {
  top: 50%;
  transform: translate(0%, -50%);
  right: -40px; /* Adjust to your preference */
}

.about_safety_overlay_container {
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  width: 450px;
  height: 250px;
  background: #3D6B90;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_safety_overlay_container .text_bold {
  color: white;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 157.4%;
}
.about_safety_overlay_container.policy_overlay {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .about_safety_overlay_container {
    position: relative;
    top: unset;
    right: unset;
    transform: none;
    width: 100%;
    height: auto;
    padding: 2vw;
  }
}

.about_page {
  position: relative;
  overflow: hidden;
  /* Styles for the container that holds both photo and owner box */
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .about_page:after, .about_page:before {
    width: 200px;
    height: 200px;
  }
}
.about_page .about_background {
  padding-top: 50px;
  position: relative;
}
.about_page .about_background #myVideo {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  max-width: 500px;
  opacity: 0.5;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .about_page .about_background #myVideo {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .about_page .about_background #myVideo {
    position: relative;
  }
}
.about_page .about_container {
  padding: 90px 0px;
  padding-top: 10px;
}
.about_page .about_container .cell video {
  width: 100%;
  margin-left: 50px;
}
.about_page .about_container .about_top_image img {
  width: 793px;
  height: 423px;
}
.about_page .about_container .content_copy {
  color: #717171;
}
.about_page .about_container .content_copy strong {
  color: #3D6B90;
}
.about_page .about_container .about_top_text strong {
  color: #3D6B90;
}
.about_page .about_copy_next {
  text-align: left;
}
.about_page .image_bluebox_section {
  position: relative;
}
.about_page .image_bluebox_section img {
  width: 80%;
  height: auto;
}
.about_page .image_bluebox_section .blue_box_container {
  position: absolute;
  right: 40px;
  top: 60%;
  transform: translateY(-50%);
  width: 618px;
  height: 272px;
  background-color: #486A8D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2vw;
}
.about_page .image_bluebox_section .blue_box_container .copy_container {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 157.4%;
  /* 37.776px */
  color: white;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .about_page .image_bluebox_section .blue_box_container {
    position: relative;
    top: unset;
    transform: none;
    width: 100%;
    height: auto;
    padding: 2vw;
  }
  .about_page .image_bluebox_section img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .about_page .image_bluebox_section .blue_box_container {
    position: relative;
    top: unset;
    transform: none;
    width: 100%;
    height: auto;
    padding: 2vw;
  }
  .about_page .image_bluebox_section img {
    width: 100%;
  }
}
.about_page .copy_section_container {
  text-align: center;
  color: #717171;
  padding-bottom: 45px;
}
.about_page .rcg_services_container {
  background-color: #F9F9F9;
}
.about_page .rcg_services_container h3 {
  color: #3D6B90;
  padding: 45px 0px;
  text-align: center;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.92px;
}
.about_page .rcg_services_container .rcg_listing .cell {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about_page .rcg_services_container .rcg_listing .cell .rcg_icon {
  height: 99px;
  width: 99px;
  margin-bottom: 10px;
}
.about_page .rcg_services_container .rcg_listing .cell .top_title.rcg_subtitle {
  color: #3D6B90;
  font-weight: 700;
  font-family: Montserrat;
  text-align: center;
  margin-bottom: 5px;
}
.about_page .rcg_services_container .rcg_listing .cell .rcg_text_area {
  color: #717171;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  line-height: 250%;
  text-align: center;
}
.about_page .about_container_slider #expertise_slider_container img {
  width: 600px;
  height: 423px;
  object-fit: cover;
}
.about_page .about_container_slider #expertise_slider_container .arrow_slick {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 500ms ease-out;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px;
  color: white !important;
  box-shadow: none;
  width: 40px;
  height: 40px;
}
.about_page .about_container_slider #expertise_slider_container .arrow_slick.left {
  top: 50%;
  transform: translate(0%, -50%); /* Mirror for left */
  left: -40px; /* Adjust to your preference */
}
.about_page .about_container_slider #expertise_slider_container .arrow_slick.right {
  top: 50%;
  transform: translate(0%, -50%);
  right: -40px; /* Adjust to your preference */
}
.about_page .about_container_slider .copy_section_container {
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about_page .about_team_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
}
.about_page .about_team_container .card_person_container .img_wrapper {
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.about_page .about_team_container .card_person_container .img_wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: all 500ms ease-in;
}
.about_page .about_team_container .card_person_container .profile_information_container .profile_name {
  font-weight: 600;
  color: #3D6B90;
  padding-top: 10px;
  padding-bottom: 5px;
}
.about_page .about_team_container .card_person_container .profile_information_container .profile_title,
.about_page .about_team_container .card_person_container .profile_information_container .profile_button {
  font-size: 0.9rem;
}
.about_page .about_team_container .card_person_container .profile_information_container .profile_title {
  padding-bottom: 10px;
  color: #717171;
}
.about_page .about_team_container .card_person_container .profile_information_container .profile_button {
  margin-top: auto;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: #3D6B90;
}
.about_page .about_team_container .card_person_container .profile_information_container .profile_button:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #6687ab;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: -15%;
}
.about_page .about_team_container .card_person_container:hover .profile_information_container .profile_button:before {
  width: 100%;
}
.about_page .about_team_container .card_person_container:hover .img_wrapper img {
  transform: scale(1.02);
}
@media screen and (max-width: 768px) {
  .about_page .about_team_container .card_person_container {
    margin: 0 auto;
  }
}
.about_page .about_team_container .feature_team_code_section {
  height: 70vh; /* Make it full height of the viewport */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center content vertically */
}
.about_page .about_team_photo {
  flex: 1;
  max-width: 80%;
  height: 80vh; /* 20% smaller height */
  display: flex;
  flex-direction: column;
  justify-content: center; /* Center content vertically */
}
.about_page .owner_title {
  color: white;
}
.about_page .owner_text {
  color: white;
}
.about_page .owner_button_container {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}
.about_page .owner_button {
  color: white;
  background-color: transparent;
  padding: 10px 20px;
  border: 2px solid white;
  text-align: center;
  border-radius: 5px;
}
.about_page .owner_button h5 {
  margin: 0;
  font-weight: bold;
}
.about_page .owner_box_container {
  position: relative;
  height: 602px;
  max-width: 1600px;
  margin: 0 auto;
}
.about_page .owner_box_container img {
  height: 80%;
  width: 65%;
  object-fit: cover;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .about_page .owner_box_container .grid-x {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.about_page .about_image_container {
  position: relative;
  height: 602px;
  max-width: 1200px !important;
  margin: 0 auto;
}
.about_page .about_image_container .wbe_image {
  max-width: 55%;
  height: auto;
  object-fit: contain;
  position: absolute;
  left: -100px;
  top: 46%;
  transform: translateY(-50%);
}
.about_page .about_image_container .wbe_box_new {
  background-color: #3d6b90;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .about_page .about_image_container .about_image_container {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
  .about_page .about_image_container .wbe_image {
    max-width: 90%;
    height: auto;
    position: relative;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }
}
.about_page .about_image_container .top_container {
  height: 100%;
  width: 100%;
  position: relative;
}
.about_page .about_image_container .about_safety_overlay_container {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 716px;
  height: 412px;
  background: #3D6B90;
  padding: 4vw;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}
.about_page .about_image_container .about_safety_overlay_container .text_bold {
  color: white;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 157.4%;
}
.about_page .about_image_container .homepage-about {
  position: relative;
  height: 602px;
  max-width: 1600px;
  margin: 0 auto;
  top: -600px;
}
.about_page .about_image_container .homepage-about img {
  height: 80%;
  width: 65%;
  object-fit: cover;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
}
.about_page .about_image_container .homepage-about .inner_container_expertise {
  height: 100%;
  width: 100%;
  position: relative;
}
.about_page .about_image_container .homepage-about .grid-x {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 716px;
  height: 412px;
  background: #3D6B90;
  padding: 2vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_page .about_image_container .homepage-about .grid-x p {
  color: white;
}
.about_page .about_image_container .homepage-about .grid-x a h5 {
  color: white;
}
.about_page .about_image_container .about_wbe_text_container {
  max-width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
}
.about_page .about_image_container .about_wbe_text_container {
  max-width: 88%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.about_page .about_image_container .about_wbe_text {
  padding: 2vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
}
.about_page .about_image_container .about_wbe_text h3 {
  font-weight: 700;
  color: #3D6B90;
  padding-bottom: 10px;
}
.about_page .about_image_container .about_wbe_text p {
  color: white;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 157.4%;
  text-align: left;
}
.about_page .about_image_container .about_wbe_text strong {
  color: #ffffff;
}
.about_page .about_image_container .wbe_logos_container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: 80px;
  padding-bottom: 40px;
}
.about_page .about_image_container .wbe_about_logos {
  width: 200px;
  height: auto;
}
.about_page .about_image_container .cell.wbe_logos_container {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .about_page .about_image_container .wbe_logos_container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px; /* Reduce the gap between logos */
    margin-left: 0; /* Remove or reduce the left margin for better centering */
    justify-content: center; /* Center the logos in the container */
  }
  .about_page .about_image_container .wbe_about_logos {
    width: 120px; /* Make the logos smaller */
    height: auto; /* Maintain the aspect ratio */
  }
  .about_page .about_image_container .cell.wbe_logos_container {
    flex: 0 0 auto; /* Prevent the logos from stretching */
  }
}
@media screen and (max-width: 768px) {
  .about_page .about_image_container .about_safety_overlay_container {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.about_page .about_dei_container {
  padding: 90px;
}
.about_page .about_dei_container h3 {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .about_page .about_dei_container {
    padding: 25px;
  }
}
.about_page #safety_policy_gallery {
  position: relative;
}
.about_page #safety_policy_gallery .arrow_slick {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 500ms ease-out;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 50%;
  padding: 10px;
  color: white !important;
  box-shadow: none;
  width: 40px;
  height: 40px;
}
.about_page #safety_policy_gallery .arrow_slick.left {
  top: 50%;
  transform: translate(0%, -50%); /* Mirror for left */
  left: -40px; /* Adjust to your preference */
}
.about_page #safety_policy_gallery .arrow_slick.right {
  top: 50%;
  transform: translate(0%, -50%);
  right: -40px; /* Adjust to your preference */
}
.about_page .safety_video {
  position: relative;
  max-width: 100%;
  height: auto;
  left: -50px;
}
@media screen and (max-width: 768px) {
  .about_page .safety_video {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    height: auto;
  }
}
.about_page .about_testimonials_container {
  background-color: #f0f4f7;
  padding-top: 90px;
}
.about_page .about_testimonials_container #testimonials_slider_container {
  transition: all 500ms ease-out;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}
.about_page .about_testimonials_container #testimonials_slider_container .arrow_slick {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  transition: all 500ms ease-out;
}
.about_page .about_testimonials_container #testimonials_slider_container .arrow_slick.left {
  top: 50%;
  transform: translate(0%, -50%);
  left: 2vw;
}
.about_page .about_testimonials_container #testimonials_slider_container .arrow_slick.right {
  top: 50%;
  transform: translate(0%, -50%);
  right: 2vw;
}
.about_page .about_testimonials_container #testimonials_slider_container .slick-track {
  display: flex;
  align-items: center;
  transition: all 500ms ease-out;
}
.about_page .about_testimonials_container #testimonials_slider_container .testimonial_slider_container {
  transition: all 500ms ease-in-out;
  opacity: 0.5;
  transform: scale(0.8);
}
.about_page .about_testimonials_container #testimonials_slider_container .testimonial_slider_container.slick-current {
  opacity: 1;
  transform: scale(1);
}
.about_page .about_testimonials_container #testimonials_slider_container .testimonial_slider_container.slick-current .testimonial_copy {
  font-style: normal;
  font-weight: 600;
  line-height: 157.4%;
  color: #717171;
}
.about_page .about_testimonials_container #testimonials_slider_container .testimonial_slider_container.slick-current .testimonial_name {
  font-weight: 500;
  color: #3D6B90;
  padding: 10px 0px 5px 0px;
}
.about_page .about_testimonials_container #testimonials_slider_container .testimonial_slider_container.slick-current .testimonial_title,
.about_page .about_testimonials_container #testimonials_slider_container .testimonial_slider_container.slick-current .testimonial_company {
  font-size: 400;
}
@media screen and (max-width: 768px) {
  .about_page .about_testimonials_container #testimonials_slider_container .testimonial_slider_container.slick-current .testimonial_slider_container {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.about_page .single_header_container {
  z-index: -11;
  background-color: #486A8D;
  padding: 45px 0px;
}
.about_page .single_header_container .cell h3 {
  font-weight: 600;
  color: white;
}
.about_page .feature_team_code_section {
  position: relative;
  padding: 0 !important;
  min-height: 400px;
}
.about_page .feature_team_code_section .featured_image_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.about_page .feature_team_code_section .left_image,
.about_page .feature_team_code_section .right_image {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
  opacity: 0;
  object-fit: cover;
  object-position: center;
  transition: all 500ms ease-in;
}
.about_page .feature_team_code_section .left_image.render,
.about_page .feature_team_code_section .right_image.render {
  opacity: 1;
}
.about_page .feature_team_code_section .featured_left_section {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  left: 0;
  top: 0;
}
.about_page .feature_team_code_section .featured_left_section:hover :has(.left_image) {
  opacity: 1;
}
.about_page .feature_team_code_section .featured_right_section {
  position: absolute;
  width: 50%;
  height: 100%;
  overflow: hidden;
  right: 0;
  top: 0;
}
.about_page .feature_team_code_section .instruction_copy_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  z-index: 5;
  pointer-events: none;
}
.about_page .feature_team_code_section .instruction_copy_wrapper p {
  color: white;
}
.about_page .feature_team_code_section:hover .instruction_copy_wrapper {
  opacity: 0;
}
.about_page .btn_container {
  display: inline-flex;
  justify-content: flex-start;
}
.about_page .btn_container a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about_page .btn_container a h5 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
}
.about_page .btn_container a h5:before {
  display: none;
}
.about_page .btn_container a:before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #3D6B90;
  transition: width 0.3s;
  position: absolute;
  left: 0;
  bottom: -15%;
}
.about_page .btn_container a img {
  width: 45px;
  height: auto;
}
.about_page .btn_container a:hover:before {
  width: 100%;
}
.about_page .first-sentence-social strong {
  color: #3D6B90;
  font-weight: bold;
}
.about_page .bg_background_image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 700px;
  height: 600px;
  object-fit: contain;
  z-index: -2;
  pointer-events: none;
  object-position: bottom;
  opacity: 0.15;
}
.about_page #meet_the_owners {
  position: relative;
  /* Make sure the container allows stacking on mobile */
  display: flex;
  flex-direction: row; /* Default to row for larger screens */
  gap: 20px; /* Add some gap between items */
}
@media screen and (max-width: 768px) {
  .about_page #meet_the_owners {
    flex-direction: column; /* Stack items vertically on small screens */
    align-items: center; /* Center items horizontally */
  }
}
.about_page #meet_the_owners #myVideo {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
}
@media screen and (max-width: 940px) and (min-width: 768px) {
  .about_page #meet_the_owners #myVideo {
    max-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .about_page #meet_the_owners #myVideo {
    position: relative;
    margin: 0 auto;
    left: auto;
    transform: none;
  }
}
.about_page #meet_the_owners .about_owner_box {
  flex: 1;
  background-color: #3D6B90;
  max-width: 700px;
  padding: 40px;
  box-sizing: border-box;
  margin-left: -110px;
  margin-top: 160px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .about_page #meet_the_owners .about_owner_box {
    max-width: 90%;
    margin-left: 0;
    margin-top: 80px;
    padding: 30px;
  }
}
@media screen and (max-width: 768px) {
  .about_page #meet_the_owners .about_owner_box {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 20px;
  }
}
.about_page #meet_the_owners .about_team_photo {
  flex: 1;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .about_page #meet_the_owners .about_team_photo {
    width: 100%;
    max-width: none;
  }
}
.about_page #meet_the_owners .about_team_container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .about_page #meet_the_owners .about_team_container {
    flex-direction: column; /* Stack cards vertically on mobile */
    align-items: center; /* Center cards horizontally */
  }
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration:1s;
  --animate-delay:1s;
  --animate-repeat:1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  -webkit-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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInX {
  -webkit-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);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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