/* Custom easing */
/* Media Query Mixins */
* {
  margin: 0;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 16px;
}

body {
  background-image: url("img/background.jpg");
  background-repeat: repeat;
  overflow-x: hidden;
  background-attachment: fixed;
}

body.menu-active {
  overflow-y: hidden;
}

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

p {
  line-height: 2;
  color: white;
}

body.home p,
body.page-template-template-portfolio p {
  font-family: "Montserrat";
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#wrapper {
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

h1 {
  color: white;
  font-family: "aktivgrotesk-medium";
  font-size: 72px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}

h2 {
  font-size: 2.5rem;
  color: #a2a2a2;
  font-family: "pp_telegrafregular";
}

@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  h2 {
    font-size: 1.8rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  h2 {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  h2 {
    font-size: 1.7rem;
  }
}

@media (max-width: 480px) {
  h2 {
    font-size: 1.7rem;
  }
}

h2.home-cta {
  font-size: 4.5rem;
  color: #a2a2a2;
  font-family: "pp_telegrafregular";
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  h2.home-cta {
    font-size: 2.5rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  h2.home-cta {
    font-size: 2.5rem;
    text-align: center;
  }
}

h2.home-cta span.first {
  display: block;
  font-size: 8rem;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  h2.home-cta span.first {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 767px) {
  h2.home-cta span.first {
    font-size: 5rem;
  }
}

@media (max-width: 480px) {
  h2.home-cta span.first {
    font-size: 4rem;
  }
}

h2.home-cta span.last {
  display: block;
  font-size: 9rem;
  font-family: "pp_telegrafultrabold";
  text-transform: uppercase;
  color: #9b2da7;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  h2.home-cta span.last {
    font-size: 7rem;
  }
}

@media only screen and (max-width: 767px) {
  h2.home-cta span.last {
    font-size: 7rem;
  }
}

@media (max-width: 480px) {
  h2.home-cta span.last {
    font-size: 5rem;
  }
}

h2.about-header {
  font-family: "aktivgrotesk-medium";
  font-size: 48px;
  color: white;
}

@media only screen and (max-width: 767px) {
  h2.about-header {
    font-size: 38px;
  }
}

h2#platforms_desc {
  color: white;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 3rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  h2#platforms_desc {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  h2#platforms_desc {
    font-size: 1.6rem;
  }
}

.header-left-border h3::before {
  content: "";
  width: 2px;
  height: 120px;
  background-color: #6f2877;
  position: absolute;
  left: -40px;
  top: 5px;
}

#platforms_desc {
  opacity: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#platforms_desc.hide {
  opacity: 0;
}

h3 {
  color: white;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 1.5rem;
  }
}

h4 {
  font-size: 3.5rem;
  color: #b5b5b5;
  font-family: "pp_telegrafregular";
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  h4 {
    font-size: 2rem;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  h4 {
    font-size: 2rem;
    text-align: center;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  body.single h4 {
    text-align: left;
  }
}

@media only screen and (max-width: 767px) {
  body.single h4 {
    text-align: left;
  }
}

h5 {
  font-size: 1.7rem;
  color: #513629;
}

h4#platforms_title {
  color: #fff;
  font-size: 2rem;
  position: relative;
  opacity: 1;
  top: 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media (max-width: 480px) {
  h4#platforms_title {
    margin-bottom: 20px !important;
  }
}

#platforms_title.hide {
  opacity: 0;
  top: -30px;
}

@media only screen and (max-width: 767px) {
  #platforms_title.hide {
    top: -10px;
  }
}

h6 {
  font-size: 1.2rem;
  color: #606060;
  font-family: "aktivgrotesk-bold";
}

h6.page-title {
  color: #b1b1b1;
}

@media only screen and (max-width: 767px) {
  h6.page-title {
    color: white;
  }
}

.showcase-title {
  color: #dc15f2;
  font-family: "Montserrat", Sans-serif;
  font-size: 39px;
  font-weight: 500;
}

.cta-header {
  font-size: 5rem;
  font-family: "pp_telegrafregular";
  color: #474747;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .cta-header {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .cta-header {
    font-size: 3rem;
  }
}

.cta-btn {
  font-family: "aktivgrotesk-regular";
  font-size: 26px;
  color: #1e1e1e;
  border: 1px solid #1e1e1e;
  padding: 15px 35px;
  position: relative;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .cta-btn {
    font-size: 22px;
  }
}

@media (max-width: 480px) {
  .cta-btn {
    font-size: 18px;
  }
}

.cta-btn:hover {
  background-color: #6f2877;
  border: 1px solid #6f2877;
  color: white;
}

.cta-btn:hover::after {
  right: -60px;
}

.cta-btn::after {
  content: url("img/arrow-small.svg");
  position: absolute;
  top: 14px;
  right: -52px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (max-width: 480px) {
  .cta-btn::after {
    content: none;
  }
}

.aktiv-font h1,
.aktiv-font h2,
.aktiv-font h3,
.aktiv-font h4,
.aktiv-font h5,
.aktiv-font h6 {
  font-family: "aktivgrotesk-medium";
}

.h-border-left {
  position: relative;
  font-family: "aktivgrotesk-bold";
  color: white;
  font-size: 24px;
  padding-left: 35px;
}

.h-border-left::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #9b2da7;
  position: absolute;
  left: 0px;
  top: 12px;
}

.h-border {
  font-family: "Montserrat";
  font-size: 30px;
  position: relative;
  margin-bottom: 35px;
}

.h-border.small {
  font-size: 22px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .h-border {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .h-border {
    font-size: 18px;
  }
}

.h-border::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c51dd5;
  left: 0;
  bottom: -15px;
  position: absolute;
}

.p-indent {
  padding-left: 60px;
  position: relative;
}

.p-indent::before {
  content: "";
  width: 40px;
  height: 3px;
  background-color: #9b2da7;
  position: absolute;
  top: 23px;
  left: 0px;
}

.border-right {
  border-right: 1px solid #9b2da7 !important;
}

.site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1000;
  padding: 15px 30px;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .site-logo {
    left: -15px;
  }
}

@media only screen and (max-width: 767px) {
  .site-logo {
    left: -15px;
  }
}

.site-logo a img {
  width: 250px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media (max-width: 480px) {
  .site-logo a img {
    width: 175px;
  }
}

body.menu-active .site-logo {
  left: 30px;
  top: 30px;
}

@media (max-width: 480px) {
  body.menu-active .site-logo {
    left: 0px;
  }
}

body.page-banner-active {
  padding-top: 300px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  body.page-banner-active {
    padding-top: 150px;
  }
}

@media only screen and (max-width: 767px) {
  body.page-banner-active {
    padding-top: 150px;
  }
}

body.page-template-template-plaforms.page-banner-active {
  padding-top: 240px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  body.page-template-template-plaforms.page-banner-active {
    padding-top: 140px;
  }
}

@media only screen and (max-width: 767px) {
  body.page-template-template-plaforms.page-banner-active {
    padding-top: 140px;
  }
}

body.page-footer-hidden .site-content {
  padding-bottom: 10px;
}

.logo-menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 110px 80px 80px;
  width: 90vw;
  height: 80vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .logo-menu {
    width: 100vw;
  }
}

@media only screen and (max-width: 767px) {
  .logo-menu {
    width: 100vw;
  }
}

@media (max-width: 480px) {
  .logo-menu {
    padding: 130px 80px 80px;
  }
}

.logo-menu .left-links {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.logo-menu .left-links a {
  color: white;
  font-family: "Montserrat";
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .logo-menu .left-links {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0 20px 0;
  }
}

@media only screen and (max-width: 767px) {
  .logo-menu .left-links {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0 20px 0;
  }
}

.logo-menu .menu {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .logo-menu .menu {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .logo-menu .menu {
    width: 100%;
  }
}

.logo-menu .right-links {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}

.logo-menu .right-links a {
  color: white;
  font-family: "Montserrat";
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .logo-menu .right-links {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .logo-menu .right-links {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .logo-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .logo-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

body.menu-active .logo-menu .left-links {
  opacity: 1;
}

body.menu-active .logo-menu .right-links {
  opacity: 1;
}

.bg-wrapper {
  position: absolute;
  top: 0;
  left: -15px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .bg-wrapper {
    left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .bg-wrapper {
    left: 0px;
  }
}

.bg-wrapper svg {
  width: 340px;
  height: 90px;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .bg-wrapper svg {
    width: 290px;
  }
}

@media only screen and (max-width: 767px) {
  .bg-wrapper svg {
    width: 290px;
  }
}

.bg-wrapper svg rect {
  width: 340px;
  height: 90px;
  opacity: 0.95;
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

@media (max-width: 480px) {
  .bg-wrapper svg rect {
    width: 210px;
    height: 70px;
  }
}

body.menu-active .logo-menu {
  pointer-events: all;
  opacity: 1;
}

body.menu-active .menu-wrapper {
  left: 70px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  body.menu-active .menu-wrapper {
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  body.menu-active .menu-wrapper {
    left: 0;
  }
}

body.menu-active .bg-wrapper svg {
  width: 95vw;
  height: 80vh;
}

@media only screen and (min-width: 3000px) and (max-width: 4000px) {
  body.menu-active .bg-wrapper svg {
    width: 97vw;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  body.menu-active .bg-wrapper svg {
    width: 95vw;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  body.menu-active .bg-wrapper svg {
    width: 93vw;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  body.menu-active .bg-wrapper svg {
    width: 90vw;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  body.menu-active .bg-wrapper svg {
    width: 90vw;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  body.menu-active .bg-wrapper svg {
    width: 100vw;
  }
}

@media only screen and (max-width: 767px) {
  body.menu-active .bg-wrapper svg {
    width: 100vw;
  }
}

body.menu-active .bg-wrapper svg rect {
  width: 100%;
  height: 80vh;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  body.menu-active .bg-wrapper svg rect {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  body.menu-active .bg-wrapper svg rect {
    width: 100%;
  }
}

.container {
  max-width: 1440px;
}

.container.fluid {
  max-width: 100%;
}

.container-full.light {
  background-color: white;
}

/* .toolkit-slider .swiper-slide {
	@include borderRadiusAll(10px);
} */
.toolkit-slider .swiper-container {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

.clients-carousel {
  padding-top: 40px;
}

.clients-carousel img {
  width: auto !important;
}

.col-spacing {
  padding: 90px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .col-spacing {
    padding: 40px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .col-spacing {
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .col-spacing {
    padding: 60px 30px;
  }
}

@media (max-width: 480px) {
  .col-spacing {
    padding: 60px 30px;
  }
}

.page-banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-banner > img {
  width: 100%;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .page-banner {
    width: 120%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .page-banner {
    width: 200%;
  }
}

@media only screen and (max-width: 767px) {
  .page-banner {
    width: 215%;
  }
}

@media (max-width: 480px) {
  .page-banner {
    width: 250%;
  }
}

.page-banner.hide span {
  opacity: 1;
}

.page-banner span {
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

body.page-template-template-services .page-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.9+36,0.6+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), color-stop(36%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.9) 36%, rgba(0, 0, 0, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6000000', endColorstr='#99000000',GradientType=1 );
  /* IE6-9 */
}

body.page-template-template-plaforms .page-banner::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  opacity: 0.8;
}

.about-desc {
  color: white;
  font-size: 30px;
  font-family: "pp_telegrafregular";
  position: relative;
  padding-left: 85px;
  line-height: 48px;
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  .about-desc {
    font-size: 24px;
    line-height: 1.5;
  }
}

.about-desc::before {
  content: "";
  width: 62px;
  height: 2px;
  background-color: #9b2da7;
  position: absolute;
  left: 0px;
  top: 25px;
}

@media only screen and (max-width: 767px) {
  .about-desc::before {
    top: 15px;
  }
}

.page-scroll-btn {
  font-family: "aktivgrotesk-bold";
  color: #868686;
  position: relative;
  width: 100px;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-scroll-btn.about {
  margin-top: 80px;
  margin-left: 83px;
}

.page-scroll-btn:hover {
  color: white;
}

.page-scroll-btn:hover > span {
  top: 75px;
}

.page-scroll-btn > span {
  position: absolute;
  left: -13px;
  top: 45px;
  pointer-events: none;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.about-container {
  margin-bottom: 300px;
}

@media only screen and (max-width: 767px) {
  .about-container {
    margin-bottom: 100px;
  }
}

.about-title {
  font-family: "aktivgrotesk-bold";
  color: #9a9a9a;
  text-transform: uppercase;
}

.col-title {
  color: white;
  font-size: 18px;
  font-family: "aktivgrotesk-bold";
  text-transform: uppercase;
}

.about-info-cols {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  display: flex;
  flex-direction: row;
}

@media (max-width: 480px) {
  .about-info-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
  }
  .about-info-cols .col {
    margin-bottom: 30px;
  }
}

.jg-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "pp_telegrafregular";
  color: #acacac;
  line-height: 1.7;
}

.flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .flow-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .flow-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .flow-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media only screen and (max-width: 767px) {
  .flow-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

.flow-list .list-item {
  margin: 0 20px;
  text-align: center;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .flow-list .list-item {
    width: 50%;
    margin: 0;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .flow-list .list-item {
    width: 50%;
    margin: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .flow-list .list-item {
    width: 50%;
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .flow-list .list-item {
    width: 100%;
    margin: 0;
  }
}

.flow-list .list-item p {
  font-family: "aktivgrotesk-bold";
  color: #b1b1b1;
  font-size: 18px;
  text-transform: uppercase;
}

.flow-list .list-item > span {
  width: 190px;
  height: 190px;
  border: 1px solid #8f8f8f;
  display: block;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.flow-list .list-item:first-of-type {
  margin: 0 20px 0 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .flow-list .list-item:first-of-type {
    margin: 0;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .flow-list .list-item:first-of-type {
    margin: 0;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .flow-list .list-item:first-of-type {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .flow-list .list-item:first-of-type {
    margin: 0;
  }
}

.drop-a-line {
  color: white;
  text-transform: uppercase;
  font-family: "Poppins";
  font-weight: bold;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.drop-a-line.about {
  margin-left: 85px;
}

.drop-a-line:hover {
  color: #8b8b8b;
}

.drop-a-line:hover::after {
  -webkit-transform: scale(0.5, 1);
  transform: scale(0.5, 1);
}

.drop-a-line::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #9b2da7;
  position: absolute;
  bottom: -15px;
  left: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.services-selector-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .services-selector-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .services-selector-text {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}

.services-selector-text .text {
  color: white;
  font-size: 20px;
  font-family: "Montserrat";
  margin-bottom: 50px;
  right: 0;
  text-align: right;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .services-selector-text .text {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .services-selector-text .text {
    display: none;
  }
}

@media (max-width: 480px) {
  .services-selector-text .text {
    display: none;
  }
}

.services-selector-text .text.hide {
  opacity: 0;
  right: -30px;
}

.services-selector-text .text.title {
  font-family: "pp_telegrafregular";
  font-size: 30px;
  margin-bottom: 10px;
  position: relative;
  left: 0px;
  display: block;
}

.services-selector-text .text.title.hide {
  opacity: 0;
  left: -30px;
}

@media only screen and (max-width: 767px) {
  .services-selector-text .text.title {
    font-size: 22px;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .services-selector-text .text.title {
    font-size: 20px;
    text-align: left;
  }
}

.services-selector-text a {
  color: white;
  font-size: 18px;
  font-family: "aktivgrotesk-bold";
  letter-spacing: 1px;
  margin-top: 5px;
  /* @include transition(all, 0.3s); */
}

.services-selector-text a:hover {
  color: #ccc;
}

@media only screen and (max-width: 767px) {
  .services-selector-text a {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .services-selector-text a {
    font-size: 15px;
  }
}

.services-selector-text a i {
  font-style: normal;
}

.services-selector-text a:hover span {
  left: 20px;
}

.services-selector-text a span {
  position: relative;
  left: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.services-selector-text a span img {
  margin-left: 5px;
}

#services_learn_btn {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#services_learn_btn.hide {
  opacity: 0;
}

.page-loader {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 9999;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-loader.show {
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .page-loader {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .page-loader {
    right: 20px;
    bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .page-loader {
    right: 20px;
    bottom: 20px;
  }
}

.platform-row {
  margin-bottom: 5%;
}

.platform-row.extended {
  margin-bottom: 10%;
  padding: 0 20%;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .platform-row.extended {
    padding: 0;
  }
}

@media only screen and (max-width: 767px) {
  .platform-row.extended {
    padding: 0;
  }
}

.platform-selections span {
  color: white;
  margin: 0 10px;
  position: relative;
  top: -2px;
}

.platform-selections a {
  color: white;
  font-family: "aktivgrotesk-regular";
  font-size: 1.1rem;
  letter-spacing: 1px;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.platform-selections a:last-of-type {
  margin-right: 0px;
}

.platform-selections a:last-of-type::after {
  content: none;
}

.platform-selections a.active {
  font-weight: bold;
}

.platform-selections a:hover {
  color: #9b2da7;
}

.platform-selections a::after {
  content: "";
  width: 2px;
  height: 13px;
  background-color: #797979;
  position: absolute;
  top: 5px;
  right: 2px;
}

.share-cta {
  display: table;
  margin: 0 auto;
}

.share-cta .share-btns {
  border-top: 1px solid #494949;
  padding-top: 20px;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.share-cta .share-btns .share p {
  text-transform: uppercase;
  font-family: "Poppins";
  line-height: 1.6;
}

.share-cta .share-btns .email a {
  text-transform: uppercase;
  font-family: "Poppins";
  color: white;
  font-weight: 400;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.share-cta .share-btns .email a:hover {
  color: #8b8b8b;
}

.share-cta .share-btns .email a:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.share-cta .share-btns .email a::after {
  content: "";
  width: 100%;
  height: 4px;
  background-color: #9b2da7;
  position: absolute;
  left: 0;
  bottom: -10px;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

body.fixed-nav .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 2000;
}

.nav {
  -webkit-box-flex: 0 !important;
      -ms-flex: none !important;
          flex: none !important;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nav {
    padding-top: 110px;
  }
}

@media only screen and (max-width: 767px) {
  .nav {
    padding-top: 130px;
  }
}

.pm-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  padding: 0;
}

.pm-nav a {
  color: #fff;
  padding-bottom: 10px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 2.5rem !important;
  position: relative;
  height: 75px;
  width: 220px;
  text-align: center;
  left: -150px;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pm-nav a.animate {
  left: 0px;
  opacity: 1;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .pm-nav a {
    font-size: 0.9rem;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pm-nav a {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-nav a {
    font-size: 2rem !important;
    height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .pm-nav a {
    font-size: 1.5rem !important;
    height: 55px;
  }
}

@media (max-width: 480px) {
  .pm-nav a {
    font-size: 1.5rem !important;
    height: 55px;
  }
}

.pm-nav a::before {
  content: "";
  position: absolute;
  background-color: #b72bcc !important;
  width: 100%;
  left: 0;
  height: 1px !important;
  bottom: 5px;
  top: auto;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  -webkit-transform: scalex(0);
          transform: scalex(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.pm-nav a:hover::before {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.pm-nav a.current-menu-item::before {
  -webkit-transform: scalex(1);
          transform: scalex(1);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.magnetic-area {
  position: relative;
  display: block;
  width: 200px;
  height: 180px;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

.mr-105 {
  margin-right: 105px !important;
}

.mr-110 {
  margin-right: 110px !important;
}

.mr-115 {
  margin-right: 115px !important;
}

.mr-120 {
  margin-right: 120px !important;
}

.mr-125 {
  margin-right: 125px !important;
}

.mr-130 {
  margin-right: 130px !important;
}

.mr-135 {
  margin-right: 135px !important;
}

.mr-140 {
  margin-right: 140px !important;
}

.mr-145 {
  margin-right: 145px !important;
}

.mr-150 {
  margin-right: 150px !important;
}

.mr-155 {
  margin-right: 155px !important;
}

.mr-160 {
  margin-right: 160px !important;
}

.mr-165 {
  margin-right: 165px !important;
}

.mr-170 {
  margin-right: 170px !important;
}

.mr-175 {
  margin-right: 175px !important;
}

.mr-180 {
  margin-right: 180px !important;
}

.mr-185 {
  margin-right: 185px !important;
}

.mr-190 {
  margin-right: 190px !important;
}

.mr-195 {
  margin-right: 195px !important;
}

.mr-200 {
  margin-right: 200px !important;
}

.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-105 {
  margin-top: 105px !important;
}

.mt-110 {
  margin-top: 110px !important;
}

.mt-115 {
  margin-top: 115px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-125 {
  margin-top: 125px !important;
}

.mt-130 {
  margin-top: 130px !important;
}

.mt-135 {
  margin-top: 135px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-145 {
  margin-top: 145px !important;
}

.mt-150 {
  margin-top: 150px !important;
}

.mt-155 {
  margin-top: 155px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

.mt-165 {
  margin-top: 165px !important;
}

.mt-170 {
  margin-top: 170px !important;
}

.mt-175 {
  margin-top: 175px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-185 {
  margin-top: 185px !important;
}

.mt-190 {
  margin-top: 190px !important;
}

.mt-195 {
  margin-top: 195px !important;
}

.mt-200 {
  margin-top: 200px !important;
}

.mat-0 {
  margin-top: 0px !important;
}

.mat-5 {
  margin-top: 5px !important;
}

.mat-10 {
  margin-top: 10px !important;
}

.mat-15 {
  margin-top: 15px !important;
}

.mat-20 {
  margin-top: 20px !important;
}

.mat-25 {
  margin-top: 25px !important;
}

.mat-30 {
  margin-top: 30px !important;
}

.mat-35 {
  margin-top: 35px !important;
}

.mat-40 {
  margin-top: 40px !important;
}

.mat-45 {
  margin-top: 45px !important;
}

.mat-50 {
  margin-top: 50px !important;
}

.mat-55 {
  margin-top: 55px !important;
}

.mat-60 {
  margin-top: 60px !important;
}

.mat-65 {
  margin-top: 65px !important;
}

.mat-70 {
  margin-top: 70px !important;
}

.mat-75 {
  margin-top: 75px !important;
}

.mat-80 {
  margin-top: 80px !important;
}

.mat-85 {
  margin-top: 85px !important;
}

.mat-90 {
  margin-top: 90px !important;
}

.mat-95 {
  margin-top: 95px !important;
}

.mat-100 {
  margin-top: 100px !important;
}

.mat-105 {
  margin-top: 105px !important;
}

.mat-110 {
  margin-top: 110px !important;
}

.mat-115 {
  margin-top: 115px !important;
}

.mat-120 {
  margin-top: 120px !important;
}

.mat-125 {
  margin-top: 125px !important;
}

.mat-130 {
  margin-top: 130px !important;
}

.mat-135 {
  margin-top: 135px !important;
}

.mat-140 {
  margin-top: 140px !important;
}

.mat-145 {
  margin-top: 145px !important;
}

.mat-150 {
  margin-top: 150px !important;
}

.mat-155 {
  margin-top: 155px !important;
}

.mat-160 {
  margin-top: 160px !important;
}

.mat-165 {
  margin-top: 165px !important;
}

.mat-170 {
  margin-top: 170px !important;
}

.mat-175 {
  margin-top: 175px !important;
}

.mat-180 {
  margin-top: 180px !important;
}

.mat-185 {
  margin-top: 185px !important;
}

.mat-190 {
  margin-top: 190px !important;
}

.mat-195 {
  margin-top: 195px !important;
}

.mat-200 {
  margin-top: 200px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-105 {
  margin-bottom: 105px !important;
}

.mb-110 {
  margin-bottom: 110px !important;
}

.mb-115 {
  margin-bottom: 115px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-125 {
  margin-bottom: 125px !important;
}

.mb-130 {
  margin-bottom: 130px !important;
}

.mb-135 {
  margin-bottom: 135px !important;
}

.mb-140 {
  margin-bottom: 140px !important;
}

.mb-145 {
  margin-bottom: 145px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

.mb-155 {
  margin-bottom: 155px !important;
}

.mb-160 {
  margin-bottom: 160px !important;
}

.mb-165 {
  margin-bottom: 165px !important;
}

.mb-170 {
  margin-bottom: 170px !important;
}

.mb-175 {
  margin-bottom: 175px !important;
}

.mb-180 {
  margin-bottom: 180px !important;
}

.mb-185 {
  margin-bottom: 185px !important;
}

.mb-190 {
  margin-bottom: 190px !important;
}

.mb-195 {
  margin-bottom: 195px !important;
}

.mb-200 {
  margin-bottom: 200px !important;
}

.mab-0 {
  margin-bottom: 0px !important;
}

.mab-5 {
  margin-bottom: 5px !important;
}

.mab-10 {
  margin-bottom: 10px !important;
}

.mab-15 {
  margin-bottom: 15px !important;
}

.mab-20 {
  margin-bottom: 20px !important;
}

.mab-25 {
  margin-bottom: 25px !important;
}

.mab-30 {
  margin-bottom: 30px !important;
}

.mab-35 {
  margin-bottom: 35px !important;
}

.mab-40 {
  margin-bottom: 40px !important;
}

.mab-45 {
  margin-bottom: 45px !important;
}

.mab-50 {
  margin-bottom: 50px !important;
}

.mab-55 {
  margin-bottom: 55px !important;
}

.mab-60 {
  margin-bottom: 60px !important;
}

.mab-65 {
  margin-bottom: 65px !important;
}

.mab-70 {
  margin-bottom: 70px !important;
}

.mab-75 {
  margin-bottom: 75px !important;
}

.mab-80 {
  margin-bottom: 80px !important;
}

.mab-85 {
  margin-bottom: 85px !important;
}

.mab-90 {
  margin-bottom: 90px !important;
}

.mab-95 {
  margin-bottom: 95px !important;
}

.mab-100 {
  margin-bottom: 100px !important;
}

.mab-105 {
  margin-bottom: 105px !important;
}

.mab-110 {
  margin-bottom: 110px !important;
}

.mab-115 {
  margin-bottom: 115px !important;
}

.mab-120 {
  margin-bottom: 120px !important;
}

.mab-125 {
  margin-bottom: 125px !important;
}

.mab-130 {
  margin-bottom: 130px !important;
}

.mab-135 {
  margin-bottom: 135px !important;
}

.mab-140 {
  margin-bottom: 140px !important;
}

.mab-145 {
  margin-bottom: 145px !important;
}

.mab-150 {
  margin-bottom: 150px !important;
}

.mab-155 {
  margin-bottom: 155px !important;
}

.mab-160 {
  margin-bottom: 160px !important;
}

.mab-165 {
  margin-bottom: 165px !important;
}

.mab-170 {
  margin-bottom: 170px !important;
}

.mab-175 {
  margin-bottom: 175px !important;
}

.mab-180 {
  margin-bottom: 180px !important;
}

.mab-185 {
  margin-bottom: 185px !important;
}

.mab-190 {
  margin-bottom: 190px !important;
}

.mab-195 {
  margin-bottom: 195px !important;
}

.mab-200 {
  margin-bottom: 200px !important;
}

.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.no-padding {
  padding: 0 !important;
}

.primary {
  color: #6f2877;
}

.secondary {
  color: #9b2da7;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

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

.flex-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.flex-list > li {
  margin: 0 0.3rem;
}

.flex-list.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-list.row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.light {
  color: white;
}

.bold {
  font-weight: bold;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hidden {
  display: none;
}

.uc-all {
  text-transform: uppercase !important;
}

.uc-none {
  text-transform: none !important;
}

.social-links a {
  font-size: 18px;
  margin-left: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.social-links a:hover {
  color: #ebebeb;
}

.social-links.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 767px) {
  .social-links.footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}

.social-links.footer a {
  background-color: #9b2da7;
  color: white;
  display: block;
  width: 35px;
  height: 35px;
  margin-left: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.social-links.footer a:hover {
  background-color: #a0212b;
}

.sticky {
  top: 150px;
  position: -webkit-sticky;
  position: sticky;
}

.owl-nav {
  padding-left: 4px;
  display: inline !important;
  float: left !important;
}

@media only screen and (max-width: 767px) {
  .owl-nav {
    margin: 0 auto 20px !important;
    display: table !important;
    float: none !important;
  }
}

.owl-nav button {
  width: 60px;
  height: 60px;
  background-color: #0081a4 !important;
  color: white !important;
  text-align: center;
  font-size: 2rem !important;
  padding: 10px;
  margin-right: 4px;
  margin-top: 10px;
  opacity: 0.5;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.owl-nav button:hover {
  background-color: #9b2da7 !important;
  opacity: 1;
}

.dark {
  color: #28292c;
}

.no-border {
  border: none !important;
}

.tagcloud {
  line-height: 2.3;
}

.tagcloud a {
  color: #28292c;
  font-weight: 400;
  border: none;
  padding: 0.3rem 1rem;
  font-family: "Poppins";
  background-color: #ececec;
  font-size: 0.9rem !important;
  transition: all 0.3s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.tagcloud a:hover {
  background-color: #9b2da7;
  color: white;
}

.error-message {
  padding: 0.7rem 1rem;
  background-color: #e86084;
  border: 1px solid #ba2c51;
  color: white;
  display: none;
  font-size: 0.8rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.error-message.active {
  display: block;
}

.error-message > i.lds-dual-ring {
  top: 3px;
  margin: 0 5px 0 0;
}

.success-message {
  padding: 0.7rem 1rem;
  background-color: #3164f0;
  border: 1px solid #1d44af;
  color: white;
  display: none;
  font-size: 0.8rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.success-message.active {
  display: block;
}

.success-message > i.lds-dual-ring {
  top: 3px;
  margin: 0 5px 0 0;
}

.owl-dots {
  display: none !important;
}

button:focus {
  outline: none;
}

/* Chrome scollbar */
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #222326;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #6f2877;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #b4810b;
}

.share-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.share-list li a {
  font-size: 1.6rem;
  color: white;
  margin-right: 15px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.share-list li a:hover {
  color: #9b2da7;
}

/* (min-width: 1200px) and (max-width: 5000px) */
@media only screen and (min-width: 3000px) and (max-width: 4000px) {
  .hidden-uhd {
    display: none !important;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .hidden-hd {
    display: none !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .hidden-laptop {
    display: none !important;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  .hidden-xl {
    display: none !important;
  }
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
}

/* (min-width: 991px) and (max-width: 1200px) */
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
  .visible-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
}

/* (min-width: 767px) and (max-width: 991px) */
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .mobile-light {
    color: white !important;
  }
  .visible-md {
    display: block;
  }
  .hidden-md {
    display: none;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .no-padding-md {
    padding: 0 !important;
  }
  .align-center-md {
    text-align: center;
  }
}

/* (max-width: 767px) */
@media only screen and (max-width: 767px) {
  .dark-sm {
    color: #181818 !important;
  }
  .mobile-light {
    color: white !important;
  }
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .border-right {
    border: 0px solid transparent !important;
  }
  .no-padding-sm {
    padding: 0 !important;
  }
  .align-center-sm {
    text-align: center;
  }
  .col-xs-3 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

/* (max-width: 480px) */
@media (max-width: 480px) {
  .order-xs-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }
  .order-xs-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
  .order-xs-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
  .col-xs-3 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

footer {
  padding: 4rem 0 0;
}

body.page-template-template-portfolio footer {
  padding: 0;
}

#return_to_top {
  position: fixed;
  right: -100px;
  bottom: 40px;
  width: 40px;
  height: 40px;
  z-index: 999999;
  display: block;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.3s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

#return_to_top:hover {
  background-color: #9b2da7;
}

#return_to_top.active {
  right: 45px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width: 767px) {
  #return_to_top.active {
    bottom: 25px;
    right: 25px;
  }
}

#return_to_top::before {
  content: "";
  width: 3px;
  height: 12px;
  background-color: white;
  position: absolute;
  top: 14px;
  left: 15px;
  pointer-events: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}

#return_to_top::after {
  content: "";
  width: 3px;
  height: 12px;
  background-color: white;
  position: absolute;
  top: 14px;
  right: 15px;
  pointer-events: none;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.pm-widget-footer.last {
  border-left: 1px solid #ccc;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-widget-footer.last {
    margin-top: 40px;
    border-left: 0px solid #ccc;
  }
}

@media only screen and (max-width: 767px) {
  .pm-widget-footer.last {
    margin-top: 40px;
    border-left: 0px solid #ccc;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .divider.footer {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .divider.footer {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .site-footer .textwidget p {
    text-align: center;
  }
}

.footer-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-top: 1px solid #9b2da7;
  border-bottom: 1px solid #9b2da7;
}

@media only screen and (max-width: 767px) {
  .footer-columns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer-columns div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-columns .first {
  width: 25%;
  border-right: 1px solid #9b2da7;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .footer-columns .first {
    width: 35%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .footer-columns .first {
    width: 35%;
    padding: 0 20px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .footer-columns .first {
    width: 30%;
    padding: 0 20px;
  }
}

@media only screen and (max-width: 767px) {
  .footer-columns .first {
    width: 100%;
    border-right: 0px solid #9b2da7;
    border-bottom: 1px solid #9b2da7;
    padding: 20px 0;
  }
}

.footer-columns .second {
  width: 25%;
  border-right: 1px solid #9b2da7;
  text-align: center;
}

.footer-columns .second p {
  font-size: 2.5rem;
  color: #9b2da7;
  text-transform: uppercase;
  font-family: "pp_telegrafregular";
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .footer-columns .second p {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .footer-columns .second p {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .footer-columns .second p {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .footer-columns .second {
    width: 15%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .footer-columns .second {
    width: 15%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .footer-columns .second {
    width: 20%;
  }
}

@media only screen and (max-width: 767px) {
  .footer-columns .second {
    width: 100%;
    border-right: 0px solid #9b2da7;
    border-bottom: 1px solid #9b2da7;
    padding: 20px 0;
  }
}

.footer-columns .third {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .footer-columns .third {
    width: 100%;
    padding: 20px 0;
  }
}

.footer-columns .third a {
  color: #9b2da7;
  font-size: 8rem;
  font-family: "pp_telegrafregular";
  text-transform: lowercase;
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .footer-columns .third a {
    font-size: 6rem;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .footer-columns .third a {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .footer-columns .third a {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer-columns .third a {
    font-size: 3rem;
  }
}

.micro-footer {
  padding: 0 60px;
}

@media only screen and (max-width: 767px) {
  .micro-footer {
    text-align: center;
  }
}

.micro-footer a {
  color: #919191;
  font-family: "aktivgrotesk-light";
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.micro-footer a:hover {
  color: #9b2da7;
}

.micro-right-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .micro-right-col {
    padding-top: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.header-wrapper {
  padding: 80px 0 0;
  position: fixed;
  width: 100%;
  z-index: 100;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .header-wrapper {
    padding: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .header-wrapper {
    padding: 0px;
  }
}

.menu-wrapper {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 5000;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .menu-wrapper {
    top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .menu-wrapper {
    top: 20px;
  }
}

@media (max-width: 480px) {
  .menu-wrapper {
    top: 30px;
  }
}

/* body.menu-active .menu-wrapper {
	width: 100%;
} */
body.page-template-template-portfolio .menu-btn::before {
  border: 2px solid #fff;
}

body.page-template-template-portfolio .menu-btn p {
  color: white;
}

body.page-template-template-portfolio .menu-btn span {
  background-color: #fff;
}

.menu-btn {
  display: block;
  width: 80px;
  height: 80px;
  border: 3px solid #9b2da7;
  position: fixed;
  top: 90px;
  right: 90px;
  z-index: 5001;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .menu-btn {
    top: 27px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}

@media only screen and (max-width: 767px) {
  .menu-btn {
    top: 27px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
  }
}

.menu-btn::before {
  content: "";
  position: absolute;
  width: 90px;
  height: 90px;
  border: 2px solid #4d4d4d;
  left: -8px;
  top: -8px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.menu-btn::after {
  content: "";
  position: absolute;
  width: 78px;
  height: 78px;
  left: -2px;
  top: -2px;
  background-color: #9b2da7;
  z-index: -1;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.menu-btn:hover::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.menu-btn:hover span {
  left: 15px;
}

.menu-btn:hover span:last-of-type {
  left: 22px;
}

.menu-btn p {
  position: relative;
  left: -70px;
  top: 25px;
  color: #cfcfcf;
}

.menu-btn span {
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #a3a3a3;
  top: 33px;
  left: 20px;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.menu-btn span:last-of-type {
  top: 40px;
  left: 13px;
}

.menu-btn-col {
  margin: 0px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  #menu_status {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  #menu_status {
    display: none;
  }
}

body.menu-active .menu-btn-col {
  margin: 60px -90px 0;
}

@media only screen and (min-width: 3000px) and (max-width: 4000px) {
  body.menu-active .menu-btn-col {
    margin: 90px -50px 0;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  body.menu-active .menu-btn-col {
    margin: 60px 0px 0;
  }
}

body.menu-active .menu-btn {
  right: 110px;
  top: 140px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  body.menu-active .menu-btn {
    right: 40px;
    top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  body.menu-active .menu-btn {
    right: 40px;
    top: 60px;
  }
}

@media (max-width: 480px) {
  body.menu-active .menu-btn {
    right: 30px;
    top: 55px;
  }
}

body.menu-active .menu-btn::before {
  border: 2px solid #bebebe;
}

body.menu-active .menu-btn::after {
  background-color: black;
  -webkit-transform: scale(1);
  transform: scale(1);
}

body.menu-active .menu-btn span {
  width: 30px;
  height: 3px;
  top: 36px;
  left: 23px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.menu-active .menu-btn span:last-of-type {
  top: 36px;
  left: 22px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.gl-btn {
  border: 2px solid #6f2877;
  padding: 1.8rem 2rem !important;
  color: #2c2c2c !important;
  font-size: 14px !important;
  font-family: "Montserrat";
  position: relative;
  display: inline-block;
  line-height: 0 !important;
  letter-spacing: 1px;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media (max-width: 480px) {
  .gl-btn {
    font-size: 12px !important;
  }
}

.gl-btn.light {
  color: black !important;
}

.gl-btn.vc-animated {
  margin-left: 0px;
  opacity: 1;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.gl-btn > span {
  position: relative;
  z-index: 3;
}

.gl-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #6f2877;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.gl-btn:hover::before {
  -webkit-transform: scale(1.1, 1);
  transform: scale(1.1, 1);
}

.gl-btn.light:hover {
  color: white !important;
}

.gl-btn:hover {
  color: white !important;
  cursor: pointer;
}

.banner-btn {
  font-size: 1rem;
  color: white;
  font-family: "aktivgrotesk-regular";
  letter-spacing: 1px;
  border: 1px solid #6f2877;
  padding: 20px 70px;
  opacity: 1;
  position: relative;
  bottom: 0;
  text-align: center;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.banner-btn:hover {
  background-color: #6f2877;
  color: white;
}

@media only screen and (max-width: 767px) {
  .banner-btn {
    padding: 20px 35px;
  }
}

.banner-btn.hide {
  opacity: 0;
  bottom: -30px;
}

@media only screen and (max-width: 767px) {
  .banner-btn.hide {
    bottom: -10px;
  }
}

.global-search-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 3000;
  pointer-events: none;
  visibility: hidden;
  padding: 30px;
}

.global-search-container > .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #6f2877;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.global-search-container > .search-form {
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  position: relative;
  bottom: -40px;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.global-search-container > .search-form input {
  width: 800px;
  padding: 20px 30px;
  border: none !important;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-search-container > .search-form input {
    width: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .global-search-container > .search-form input {
    width: 450px;
  }
}

@media (max-width: 480px) {
  .global-search-container > .search-form input {
    width: 320px;
  }
}

.global-search-container > .search-form p {
  color: white;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.7;
}

.global-search-container > .search-form p > small {
  display: block;
  font-size: 1.7rem;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-search-container > .search-form p > small {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .global-search-container > .search-form p > small {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-search-container > .search-form p {
    font-size: 2rem;
    margin-bottom: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  .global-search-container > .search-form p {
    font-size: 1.5rem;
    margin-bottom: 20px !important;
  }
}

.global-search-container > .search-close-btn {
  position: absolute;
  top: 0px;
  right: 40px;
  color: white;
  font-size: 24px;
  z-index: 20;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

input {
  outline: none !important;
}

body.display-search .global-search-container {
  pointer-events: inherit;
  visibility: visible;
}

body.display-search .global-search-container .search-close-btn {
  top: 40px;
  opacity: 1;
}

body.display-search .global-search-container .search-form {
  bottom: 0px;
  opacity: 1;
}

body.display-search .global-search-container #search_overlay {
  opacity: 0.97;
}

.pm_mailchimp_textfield {
  float: left !important;
  line-height: 20px !important;
  vertical-align: middle !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  margin-bottom: 5px;
  border: none;
  padding: 18px !important;
  font-family: "Montserrat";
  font-size: 0.9rem;
  margin-right: 3px;
  width: 86% !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .pm_mailchimp_textfield {
    width: 83% !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm_mailchimp_textfield {
    width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .pm_mailchimp_textfield {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .pm_mailchimp_textfield {
    width: 100% !important;
  }
}

.pm_mailchimp_textfield.Light {
  background-color: white !important;
  color: #2a2a2a !important;
}

.pm_mailchimp_textfield.Dark {
  background-color: #292929 !important;
  color: white !important;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.pm_mailchimp_textfield.Dark:focus {
  background-color: #0b0d11 !important;
}

.pm_mailchimp_textfield::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbdbd;
  opacity: 1;
  /* Firefox */
}

.pm_mailchimp_textfield:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbdbd;
  opacity: 1;
  /* Firefox */
}

.pm_mailchimp_textfield::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbdbd;
  opacity: 1;
  /* Firefox */
}

.pm_mailchimp_textfield::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #bdbdbd;
  opacity: 1;
  /* Firefox */
}

.pm-mailchimp-btn {
  width: auto;
  height: auto;
  display: inline;
  background-color: #a7a7a7;
  min-width: 100px;
  display: inline-block;
  padding: 7px 14px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: white;
  margin: 10px 0px;
  text-align: center;
  border: 0px solid white;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.pm-mailchimp-unsub-btn,
.pm-mailchimp-unsub-btn a {
  font-family: inherit !important;
  font-size: 12px !important;
}

.pm-mailchimp-unsub-btn.Light,
.pm-mailchimp-unsub-btn.Light a {
  color: white;
}

.pm-mailchimp-unsub-btn.Light a:hover {
  color: #b1b1b1;
}

.pm-mailchimp-unsub-btn.Dark,
.pm-mailchimp-unsub-btn.Dark a {
  color: #2a2a2a;
}

.pm-mailchimp-unsub-btn.Dark a:hover {
  color: #111111;
}

.input-subscribe {
  display: table;
  color: white !important;
  font-weight: bold;
  max-width: 200px;
  position: relative;
  margin: 1rem 0 0;
  padding: 1rem 1rem;
  text-decoration: none !important;
  border: none;
  font-family: "Poppins";
  text-transform: uppercase;
  background-color: #1ca4ea;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.input-subscribe:hover {
  background-color: #1788c0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .input-subscribe {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  .input-subscribe {
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media (max-width: 480px) {
  .input-subscribe {
    width: 100% !important;
    max-width: 100% !important;
  }
}

@media only screen and (max-width: 767px) {
  #mt_subscribe_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  #mt_subscribe_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-newsletter {
  background-color: #4a4a4a;
  padding: 30px 0;
}

.footer-newsletter h6 {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.1rem;
  font-family: "Poppins";
}

.footer-newsletter p {
  color: white;
  font-family: "Poppins";
  font-size: 1rem;
}

#mt_subscribe_result {
  text-align: left;
  padding: 10px 0 0;
  color: yellow;
  font-size: 0.8rem;
}

.nf-form-content .list-select-wrap .nf-field-element > div,
.nf-form-content input:not([type="button"]),
.nf-form-content textarea {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 1px solid #ccc !important;
  background-color: transparent !important;
}

.nf-form-fields-required {
  display: none !important;
}

.nf-error.field-wrap .nf-field-element:after {
  background: transparent !important;
  color: red;
  content: none !important;
}

.nf-form-content label {
  font-family: "aktivgrotesk-medium";
  color: #424242;
  letter-spacing: 1px;
}

.nf-error .nf-error-msg {
  color: #e80000;
  font-family: "Poppins" !important;
  margin-top: 10px !important;
}

.nf-error-msg,
.ninja-forms-req-symbol {
  color: #6f2877 !important;
}

.nf-pass.field-wrap .nf-field-element:after {
  content: none !important;
}

.nf-form-content button,
.nf-form-content input[type="button"],
.nf-form-content input[type="submit"] {
  border: 1px solid #ccc !important;
  background-color: transparent !important;
  color: #6f2877 !important;
  padding: 10px 30px;
  text-transform: uppercase;
  font-family: "aktivgrotesk-bold";
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.nf-form-content button:hover,
.nf-form-content input[type="button"]:hover,
.nf-form-content input[type="submit"]:hover {
  background-color: #6f2877 !important;
  border: 1px solid #6f2877 !important;
  color: white !important;
  cursor: pointer;
}

.nf-error-msg,
.ninja-forms-req-symbol {
  font-family: "Poppins";
}

.nf-response-msg p {
  color: #1d1d1d !important;
  font-family: "Poppins" !important;
}

.news-template-header {
  height: 60vh;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: fixed;
  padding: 1rem;
}

.news-template-header.blog > span {
  background-color: rgba(0, 0, 0, 0.5);
}

.news-template-header > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.news-template-header > h1 {
  color: white;
  font-size: 4vw;
  font-weight: 500;
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  .news-template-header > h1 {
    font-size: 6vw;
  }
}

@media (max-width: 480px) {
  .news-template-header > h1 {
    font-size: 7vw;
  }
}

.news-template-header > p {
  position: relative;
  z-index: 50;
  text-align: center;
}

.news-template-header.global > p {
  font-size: 2vw;
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .news-template-header.global > p {
    font-size: 3vw;
  }
}

@media only screen and (max-width: 767px) {
  .news-template-header.global > p {
    font-size: 4vw;
  }
}

@media (max-width: 480px) {
  .news-template-header.global > p {
    font-size: 6vw;
  }
}

#news_posts {
  background-color: white;
  padding: 3rem;
  color: black;
}

@media only screen and (max-width: 767px) {
  #news_posts {
    padding: 1rem;
  }
}

.global-search {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 50;
  margin-top: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media (max-width: 480px) {
  .global-search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    padding: 1rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.global-search > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media (max-width: 480px) {
  .global-search > form {
    width: 100%;
  }
}

.global-search > form > input[type="text"] {
  margin-right: 0;
  width: 40vw;
  background-color: white;
  height: 40px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-search > form > input[type="text"] {
    width: 50vw;
  }
}

@media only screen and (max-width: 767px) {
  .global-search > form > input[type="text"] {
    width: 50vw;
  }
}

@media (max-width: 480px) {
  .global-search > form > input[type="text"] {
    width: 90%;
    margin-bottom: 5px;
  }
}

.global-search > form > input[type="submit"] {
  margin-left: 0;
  top: 0px;
  border: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

@media (max-width: 480px) {
  .global-search > form > input[type="submit"] {
    width: 100%;
    margin-left: 2px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
  }
}

.posts-container {
  max-width: 1440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  z-index: 100;
  position: relative;
}

.posts-container.archive {
  margin: 0px auto;
}

.posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}

.owl-carousel .ln-blog-post-card {
  width: 98%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media only screen and (max-width: 767px) {
  .owl-carousel .ln-blog-post-card {
    min-height: 350px;
  }
}

.archive-post .ln-blog-post-card {
  width: 100%;
  margin: 0 0 30px;
}

.ln-blog-post-card {
  background-color: #f3f3f3 !important;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
  width: 31%;
  min-height: 450px;
  margin: 1%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

.ln-blog-post-card.proposal > .featured-image > span,
.ln-blog-post-card.announcement > .featured-image > span {
  display: none;
}

@media only screen and (max-width: 767px) {
  .ln-blog-post-card.proposal > .featured-image > span,
  .ln-blog-post-card.announcement > .featured-image > span {
    display: block;
  }
}

.ln-blog-post-card > .featured-image {
  width: 100%;
  height: 230px;
  overflow: hidden;
  position: relative;
}

.ln-blog-post-card > .featured-image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ln-blog-post-card > .featured-image > span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.97;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, rgba(35, 52, 145, 0)), color-stop(60%, #233491));
  background: linear-gradient(to bottom, rgba(35, 52, 145, 0) 15%, #233491 60%);
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .ln-blog-post-card {
    margin-bottom: 30px;
    height: auto;
    width: 48%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .ln-blog-post-card {
    margin-bottom: 30px;
    height: auto;
    width: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .ln-blog-post-card {
    margin-bottom: 30px;
    height: auto;
    width: 100%;
    min-height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.ln-blog-post-card.proposal .blog-meta,
.ln-blog-post-card.announcement .blog-meta {
  bottom: auto;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ln-blog-post-card.proposal .blog-meta .post-url,
.ln-blog-post-card.announcement .blog-meta .post-url {
  font-size: 1.7rem;
  font-weight: bold;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .ln-blog-post-card.proposal .blog-meta .post-url,
  .ln-blog-post-card.announcement .blog-meta .post-url {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .ln-blog-post-card.proposal .blog-meta .post-url,
  .ln-blog-post-card.announcement .blog-meta .post-url {
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .ln-blog-post-card.proposal .blog-meta .post-url,
  .ln-blog-post-card.announcement .blog-meta .post-url {
    font-size: 1.2rem;
  }
}

.blog-meta {
  padding: 2rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .blog-meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.blog-meta .date-published {
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.3;
  color: #2b2b2b;
  font-size: 0.8rem;
  font-family: "Poppins";
  display: block;
}

.blog-meta .date-published .bullet {
  font-family: "Arial";
  line-height: 0;
  margin: 0 3px;
}

.blog-meta .category {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 0.8rem;
  font-family: "Poppins";
  color: #2b2b2b;
  text-decoration: none;
  color: #6f2877;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-meta .category:hover {
  color: #9b2da7;
}

.blog-meta .post-url {
  display: block;
  margin-bottom: 10px;
  color: #6f2877;
  font-family: "Montserrat";
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.3;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (max-width: 767px) {
  .blog-meta .post-url {
    font-size: 1.1rem;
  }
}

.blog-meta .post-url:hover {
  color: #9b2da7;
}

.blog-meta .tag-line {
  color: black;
  padding: 0;
  margin: 0;
}

.blog-meta .excerpt {
  color: #2b2b2b;
  font-size: 0.8rem;
  font-family: "Montserrat";
  font-weight: 500;
}

.blog-meta .read-more {
  text-transform: uppercase;
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
  border: none;
  position: relative;
  text-decoration: none !important;
  margin: 20px 0 0;
  padding: 0.6rem 1.5rem !important;
  display: inline-block;
  overflow: hidden;
  letter-spacing: 0.5px;
  background-color: #9b2da7;
  font-family: "Poppins";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.blog-meta .read-more:hover {
  background-color: #555;
  color: white !important;
}

.nf-newsletter-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #2b2c30;
  padding: 3rem 4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  width: 100%;
  margin: 3% 2% 3% 1%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup {
    margin: 5px 5px 25px 5px;
    background-size: cover;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup {
    margin: 5px 5px 25px 5px;
    background-size: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 480px) {
  .nf-newsletter-signup {
    margin: 5px 5px 30px 5px;
  }
}

.nf-newsletter-signup > span {
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  visibility: hidden;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup > span {
    visibility: visible;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > span {
    visibility: visible;
  }
}

.nf-newsletter-signup > .left-col {
  width: 55%;
  padding-right: 2rem;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup > .left-col {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col {
    width: 100%;
    margin: 0 0 2rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}

.nf-newsletter-signup > .left-col h6 {
  font-size: 2.2rem;
  font-family: "Barlow";
  text-transform: none;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup > .left-col h6 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col h6 {
    font-size: 1.5rem;
  }
}

.nf-newsletter-signup > .left-col p {
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: "Montserrat";
  font-weight: 400;
  margin: 0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .nf-newsletter-signup > .left-col p {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .left-col p {
    font-size: 1rem;
  }
}

.nf-newsletter-signup > .right-col {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .nf-newsletter-signup > .right-col {
    width: 100%;
  }
}

#nf_newsletter_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 0;
}

@media (max-width: 480px) {
  #nf_newsletter_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#nf_newsletter_form .pm_mailchimp_textfield {
  width: 75% !important;
  margin: 0 5px 0 0;
}

@media (max-width: 480px) {
  #nf_newsletter_form .pm_mailchimp_textfield {
    width: 100% !important;
  }
}

#nf_newsletter_form .input-subscribe {
  margin-top: 1px;
}

@media (max-width: 480px) {
  #nf_newsletter_form .input-subscribe {
    margin-top: 10px;
    padding: 1.5rem !important;
  }
}

.post-load-more {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0;
}

.post-load-more .posts-count {
  margin: 0 0 1rem;
}

.wp-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin: 1.2rem 2% 0;
  color: #fff;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .wp-pagination {
    margin: 0 4% 0;
  }
}

@media only screen and (max-width: 767px) {
  .wp-pagination {
    margin: 0 5% 0;
  }
}

.wp-pagination > a {
  padding: 0.5rem 1rem;
  border: 1px solid #ccc;
  color: #222;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.wp-pagination > a:hover {
  background-color: #aaa;
  border: 1px solid #aaa;
  color: white !important;
}

#search_submit_btn {
  background-color: yellow;
  width: 40px;
  height: 40px;
  color: black;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 5px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

#search_submit_btn:hover {
  background-color: #c9b042;
}

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.social-list b {
  font-family: "Poppins";
}

.social-list a {
  background-color: #9b2da7;
  display: block;
  width: 22px;
  height: 22px;
  font-size: 12px;
  color: white;
  margin-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.social-list a:hover {
  background-color: #6f2877;
}

.social-list.single-post {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.social-list.single-post a {
  background-color: #9b2da7;
  display: block;
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: white;
  margin-right: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.social-list.single-post a:hover {
  background-color: #30548b;
}

.meta-links p {
  color: white;
  font-size: 0.8rem;
  font-family: "Montserrat";
}

/* .bulletins-carousel-container {
	padding: 20px;
} */
.owl-carousel .owl-stage-outer {
  padding: 10px 0 !important;
}

.bulletins-carousel-container > a {
  background-color: #6f2877;
  padding: 15px 30px;
  text-transform: uppercase;
  color: white;
  text-align: center;
  font-family: "Poppins";
  font-size: 1rem;
  font-weight: bold;
  float: right;
  position: relative;
  top: 20px;
  position: relative;
  z-index: 400;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.bulletins-carousel-container > a:hover {
  background-color: #9b2da7;
}

@media only screen and (max-width: 767px) {
  .bulletins-carousel-container > a {
    float: none;
    top: 0px;
    margin: 0 auto;
    display: table;
  }
}

/* Testimonials */
.testimonial-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 767px) {
  .testimonial-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.testimonial-post > div {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .testimonial-post > div {
    width: 100%;
  }
}

.testimonial-post > .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .testimonial-post > .avatar {
    padding: 0 20px 20px;
  }
}

.testimonial-post > .avatar > p.name {
  font-size: 36px;
  font-family: "Barlow";
  color: #9b2da7;
  margin-bottom: 0px;
}

.testimonial-post > .avatar > p.title {
  font-family: "Poppins";
  margin-bottom: 0px;
}

.testimonial-post > .avatar > .thumb {
  width: 200px;
  height: 200px;
  overflow: hidden;
  border: 10px solid #d9e2ee;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.testimonial-post > .testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 4px solid #dddddd;
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .testimonial-post > .testimonial {
    border-left: 0px solid #dddddd;
    padding: 0px 40px;
  }
}

.testimonials-carousel-container .owl-nav {
  padding-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .testimonials-carousel-container .owl-nav {
    padding-top: 0px;
  }
}

/* Board Profile */
.board-member-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.board-member-post > .avatar {
  width: 220px;
  height: 220px;
  overflow: hidden;
  border: 10px solid #d9e2ee;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.board-member-post > .avatar > img {
  width: 100%;
}

.board-member-post p {
  text-align: center;
  font-family: "Poppins";
  margin-bottom: 0px;
}

.board-member-post p.name {
  font-family: "Barlow";
  font-size: 2rem;
  color: #9b2da7;
  margin-bottom: 0px;
}

.board-member-post p.official-title {
  font-family: "Barlow";
  font-size: 1.2rem;
  color: #9b2da7;
  margin-bottom: 10px;
}

.board-member-post .social-list {
  border-bottom: none;
  margin-top: 10px;
}

.board-member-post .social-list a {
  margin: 0 3px;
}

.webinar-list {
  list-style: disc;
}

.webinar-list.quick-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.webinar-list.quick-links > li {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.4;
}

.member-docs {
  list-style: disc;
}

.member-docs > li {
  padding: 0;
  margin-bottom: 5px;
  line-height: 1.4;
}

.board-docs > li,
.members-docs > li {
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.4;
}

.board-docs > li i,
.members-docs > li i {
  background-color: #6f2877;
  color: white;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  padding-top: 6px;
  margin-right: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.blog-post header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  background-color: #28292c;
  max-height: 100vh;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post header {
    max-height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post header {
    max-height: auto;
  }
}

.blog-post header .blog-featured-image {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.blog-post header .blog-featured-image > img {
  width: 100%;
}

.blog-post header .blog-featured-image .blog-info {
  width: 100%;
  padding: 3rem;
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post header .blog-featured-image .blog-info {
    position: relative;
    background-color: inherit;
    padding: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post header .blog-featured-image .blog-info {
    position: relative;
    background-color: inherit;
    padding: 2rem;
  }
}

.blog-post header .blog-featured-image .blog-info > p {
  margin-top: 10px;
  padding-top: 0;
  text-align: center;
}

.blog-post header .blog-featured-image .blog-info > h5 {
  margin-bottom: 0px;
  text-align: center;
}

.blog-post header .blog-featured-image .blog-info > h5 > a {
  font-size: 2rem;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .blog-post header .blog-featured-image .blog-info > h5 > a {
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post header .blog-featured-image .blog-info > h5 > a {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post header .blog-featured-image .blog-info > h5 > a {
    font-size: 1.2rem;
  }
}

.read-article {
  border: 1px solid #6f2877;
  padding: 1rem 2rem;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Titillium Web";
  font-weight: 600;
  color: white;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.read-article:hover {
  padding: 1rem 3rem;
  background-color: #6f2877;
  color: black !important;
}

.posts-navigation {
  width: 40px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  padding: 0 2rem;
  color: #6f2877;
  font-size: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.posts-navigation > i {
  z-index: 20;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.posts-navigation.prev > i {
  left: 0;
}

.posts-navigation.next > i {
  right: 0;
}

.posts-navigation > span {
  font-size: 14px;
  z-index: 10;
  opacity: 0;
  display: none;
  max-width: 80px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.posts-navigation:hover {
  padding: 0 1rem;
  width: 120px;
}

.posts-navigation:hover::before {
  background-color: #1b1b1d;
}

.posts-navigation:hover > i {
  opacity: 0;
}

.posts-navigation:hover.prev > i {
  left: 20px;
}

.posts-navigation:hover.next > i {
  right: 20px;
}

.posts-navigation:hover > span {
  display: inline-block;
  opacity: 1;
  color: white;
}

.posts-navigation::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.posts-navigation.prev {
  left: 0px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .posts-navigation.prev {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .posts-navigation.prev {
    display: none;
  }
}

.posts-navigation.next {
  right: 0px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .posts-navigation.next {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .posts-navigation.next {
    display: none;
  }
}

.blog-post .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-width: 1440px;
  margin: 0 auto;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2rem;
  }
}

.blog-post .body .left-col {
  width: 75%;
  padding-right: 2rem;
  border-right: 1px dashed #ccc;
}

.blog-post .body .left-col figure {
  width: 100% !important;
  height: auto;
}

.blog-post .body .left-col figure img {
  width: 100% !important;
  height: auto;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post .body .left-col {
    width: 100%;
    border: none;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post .body .left-col {
    width: 100%;
    border: none;
    padding-right: 0;
  }
}

.blog-post .body .right-col {
  width: 25%;
  padding-left: 2rem;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .blog-post .body .right-col {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}

@media only screen and (max-width: 767px) {
  .blog-post .body .right-col {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}

.blog-post .body p {
  color: #28292c;
  font-size: 1rem;
}

.blog-post .body p a {
  color: #6f2877 !important;
}

p.post-date {
  font-size: 0.8rem;
}

.blog-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.blog-tags ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 767px) {
  .blog-tags ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-tags ul > li:first-child {
    margin-bottom: 10px;
  }
  .blog-tags ul > li:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .blog-tags ul > li:nth-child(2) a {
    margin: 0 3px 5px;
  }
}

.blog-tags ul > li {
  margin-right: 5px;
  color: #28292c;
  font-weight: bold;
}

.blog-tags ul > li > a {
  color: #28292c;
  font-weight: 400;
  border: none;
  padding: 0.3rem 1rem;
  margin: 0 0.1rem;
  font-family: "Poppins";
  background-color: #ececec;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

@media only screen and (max-width: 767px) {
  .blog-tags ul > li > a {
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  .blog-tags ul > li > a {
    font-size: 3vw;
  }
}

.blog-tags ul > li > a:hover {
  background-color: #9b2da7;
  color: white !important;
}

.category-tags b {
  font-family: "Poppins";
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .category-tags {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .category-tags {
    margin-top: 20px;
  }
}

.category-tags a {
  color: #28292c;
  font-weight: 400;
  border: none;
  padding: 0.3rem 1rem;
  margin: 0 0.1rem;
  font-family: "Poppins";
  background-color: #ececec;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.category-tags a:hover {
  background-color: #9b2da7;
  color: white !important;
}

@media only screen and (max-width: 767px) {
  .category-tags a {
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  .category-tags a {
    font-size: 3vw;
  }
}

.blog-post-navigation {
  margin-top: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-post-navigation.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.blog-post-navigation > a.prev-post-link > span {
  margin-left: 5px;
}

.blog-post-navigation > a.prev-post-link:hover span {
  margin-left: 20px;
  margin-right: 2px;
}

.blog-post-navigation > a {
  color: #373738;
  border: 2px solid #ccc;
  padding: 8px 14px;
  font-size: 0.9rem;
  font-family: "Poppins";
  font-weight: 500;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

.blog-post-navigation > a > span {
  margin-right: 5px;
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.blog-post-navigation > a:hover span {
  margin-right: 20px;
}

.wp-caption-text {
  color: #28292c;
  font-size: 13px;
  font-style: italic;
}

figure {
  margin: 0 !important;
  padding: 2rem 0;
}

.post-views > p {
  line-height: 0;
}

.post-views > p > img {
  width: 20px;
  position: relative;
  top: 5px;
}

.tags-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .tags-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  body.single-post_portfolio .post-banner {
    height: 100vh;
  }
}

@media only screen and (max-width: 767px) {
  body.single-post_portfolio .post-banner {
    height: 100vh;
  }
}

@media (max-width: 480px) {
  body.single-post_portfolio .post-banner {
    height: 100vh;
  }
}

.post-banner {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .post-banner {
    height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .post-banner {
    height: 500px;
  }
}

@media (max-width: 480px) {
  .post-banner {
    height: 350px;
  }
}

.post-banner span.overlay {
  width: 100%;
  height: 100vh;
  background-color: black;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.post-banner .scroll {
  position: absolute;
  right: 150px;
  bottom: 150px;
  z-index: 50;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .post-banner .scroll {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .post-banner .scroll {
    display: none;
  }
}

.post-banner .scroll a {
  color: #606060;
  font-family: "aktivgrotesk-bold";
  display: block;
  text-align: center;
  pointer-events: none;
}

.post-banner .scroll img {
  position: relative;
  left: 0px;
  top: 20px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.post-banner .banner-content {
  position: relative;
  z-index: 10;
  max-width: 500px;
  text-align: center;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .post-banner .banner-content {
    top: 30px;
  }
}

.post-banner .banner-content h3 {
  font-family: "Poppins";
  text-transform: uppercase;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 100px;
}

.post-banner .banner-content p {
  font-family: "Poppins";
  font-size: 1.1rem;
  font-weight: 300;
  position: relative;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .post-banner .banner-content p {
    margin-bottom: 50px;
    line-height: 1.5;
  }
}

.post-banner .banner-content p::before {
  content: "";
  width: 35px;
  height: 2px;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: white;
}

.post-banner .banner-content a {
  font-family: "Poppins";
  color: white;
  font-weight: bold;
  letter-spacing: 1px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.post-banner .banner-content a:hover {
  color: #9b2da7;
}

.post-portfolio-carousel-container {
  margin-top: 70px;
  margin-left: 40px;
}

.post-portfolio-carousel-container p {
  color: #606060;
  font-family: "aktivgrotesk-bold";
  letter-spacing: 0.5px;
}

.service-post-header {
  margin-top: 200px;
  padding: 60px 90px;
}

.service-post-header > p {
  color: #9a9a9a;
  font-family: "aktivgrotesk-bold";
  font-size: 1.2rem;
}

.service-post-header > h4 {
  color: white;
}

.service-post-header > h4 span {
  color: #9b2da7;
}

body.single-post_services .service-post-header,
body.single-post_platforms .service-post-header {
  margin-top: 200px;
  padding: 30px 60px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  body.single-post_services .service-post-header,
  body.single-post_platforms .service-post-header {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  body.single-post_services .service-post-header,
  body.single-post_platforms .service-post-header {
    margin-top: 100px;
    padding: 30px 30px;
  }
}

#sidebar_menu {
  width: 80px;
  background-color: #2b2c30;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  #sidebar_menu {
    width: 100%;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}

@media only screen and (max-width: 767px) {
  #sidebar_menu {
    width: 100%;
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  #sidebar {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  #sidebar {
    margin-top: 40px;
  }
}

#sidebar > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#sidebar > ul > li {
  margin-bottom: 10px;
  position: relative;
}

#sidebar > ul > li > a {
  color: #28292c;
  font-size: 15px;
}

#sidebar > ul > ul {
  list-style: disc;
  margin-bottom: 30px;
  margin-left: 0px;
  padding-left: 20px;
}

#sidebar > ul > ul > li > a {
  color: #28292c;
  font-size: 15px;
}

#sidebar > ul > ul > li > a:hover {
  color: #9b2da7;
}

.pm-symbol {
  margin: 30px 0 0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pm-symbol {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) {
  .pm-symbol {
    margin: 0;
  }
}

.global-share {
  width: 80px;
  height: 73px;
  background-color: #6f2877;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .global-share {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .global-share {
    display: none;
  }
}

.global-share .share-icon {
  opacity: 1;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.global-share.active .share-icon {
  opacity: 0;
}

.global-share:hover {
  background-color: #00c8ff;
}

.global-share .pop-tip {
  left: 0;
  top: -45px;
  font-family: "Titillium Web";
}

.global-share:hover .pop-tip {
  opacity: 1;
}

.global-share:hover .pop-tip::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.share-close-icon {
  position: absolute;
  width: 2px;
  height: 40px;
  top: 40%;
  opacity: 0;
}

.global-share.active .share-close-icon {
  opacity: 1;
}

.share-close-icon::before {
  content: "";
  width: 2px;
  height: 16px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.global-share.active .share-close-icon::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.share-close-icon::after {
  content: "";
  width: 2px;
  height: 16px;
  background-color: white;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.global-share.active .share-close-icon::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.pop-tip {
  width: 100%;
  height: auto;
  padding: 15px 10px;
  text-align: center;
  font-size: 10px;
  color: white;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.pop-tip span {
  position: relative;
  z-index: 10;
}

.pop-tip::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #1c1d20;
  z-index: 1;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.sidebar-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  bottom: 150px;
  left: auto;
  right: auto;
  margin: 0 auto;
  list-style: none;
  padding: 0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .sidebar-social-links {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar-social-links {
    display: none;
  }
}

.sidebar-social-links li:hover::before {
  height: 100%;
}

.sidebar-social-links::before {
  content: url("img/dot-divider.png");
  position: absolute;
  top: -30px;
  width: 3px;
  left: 50%;
}

.sidebar-social-links a {
  border: 1px solid #5a5b5c;
  width: 43px;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
  line-height: 1;
  font-size: 15px;
  color: #5f5f61;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.sidebar-social-links a:hover {
  border: 1px solid #6f2877;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

label {
  display: block;
  font-size: 14px;
}

input[type="text"],
input[type="password"] {
  width: 100%;
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  font-size: 14px;
  height: 50px;
  margin: 0 0 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

select {
  margin: 0 0 1rem !important;
  border: 1px solid #e8e8e8 !important;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
}

select.extra-padding {
  padding: 15px 16px 8px !important;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5e5e5e;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5e5e5e;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5e5e5e;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #5e5e5e;
  opacity: 1;
  /* Firefox */
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  background-color: #e4e4e4 !important;
  color: #3d3d3d !important;
}

input[type="text"].fneaa-search-input:focus,
#searchform input[type="text"]:focus {
  background-color: #e4e4e4 !important;
  color: black !important;
}

input[type="text"]:focus::-webkit-input-placeholder {
  color: #ccc;
}

input[type="text"]:focus:-ms-input-placeholder {
  color: #ccc;
}

input[type="text"]:focus::-ms-input-placeholder {
  color: #ccc;
}

input[type="text"]:focus::placeholder {
  color: #ccc;
}

textarea {
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

select {
  padding: 8px 16px 8px;
  border: 1px solid #e8e8e8;
  margin: 0 0 3px;
}

/* Login Form */
.login-form-container {
  max-width: 600px;
  margin: 0 auto;
}

.login-username > label,
.login-password > label {
  display: block;
  text-align: left;
}

.login-username > input,
.login-password > input {
  border: 1px solid #ccc;
}

.login-submit input[type="submit"] {
  height: auto;
  line-height: 20px;
  padding: 13px;
  float: none;
  width: 100%;
  border: none !important;
  background-color: #6f2877;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-family: "Poppins";
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.login-submit input[type="submit"]:hover {
  background-color: #9b2da7;
}

#loginform p {
  margin: 0;
}

.login-remember {
  float: left;
  font-family: "Poppins";
  color: black;
  font-size: 0.8rem !important;
}

.login-remember > label {
  font-size: 0.8rem !important;
}

.lost-password {
  float: right;
  font-family: "Poppins";
  color: black !important;
  font-size: 0.8rem;
}

#mt_subscribe_result {
  text-align: left;
  padding: 10px 0;
  color: yellow;
}

/* Recent Blog posts widget */
.pm-recent-blog-posts {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pm-recent-blog-posts li:before {
  content: "" !important;
  margin: 0 !important;
  padding: 0 !important;
}

.pm-recent-blog-posts li {
  clear: both;
  overflow: hidden;
  position: relative;
  min-height: 95px;
}

.pm-recent-blog-posts .pm-date-published {
  font-size: 12px !important;
  font-weight: 300 !important;
  font-style: italic !important;
  margin-top: 7px;
}

.pm-recent-blog-post-thumb {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #0db7c4;
  float: left;
  height: 58px;
  width: 58px;
  margin-bottom: 17px;
  margin-right: 20px;
}

.pm-recent-blog-post-details {
  padding-top: 0px;
}

.pm-widget-footer .pm-recent-blog-posts {
  padding: 0px;
}

.pm-recent-blog-post-details a {
  line-height: 20px !important;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.pm-widget-footer .pm-recent-blog-post-details a {
  color: white;
}

.pm-widget-footer .pm-recent-blog-post-details .pm-date {
  color: #6f2877;
}

.pm-recent-blog-post-details .pm-date {
  font-size: 12px !important;
  margin-top: 10px;
}

.pm-recent-blog-post-divider {
  height: 1px;
  width: 50px;
  background-color: #ccc;
  margin: 15px 0;
}

/* Recent Blog posts widget end */
.mouse-cursor {
  position: fixed;
  z-index: 500;
  top: 20px;
  left: 20px;
  pointer-events: none;
  z-index: 9999;
}

.mouse-cursor > span {
  width: 25px;
  height: 25px;
  display: block;
  background-color: #e0e0e0;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
  border: 1px solid transparent;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.mouse-cursor > span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #6f2877;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 7px;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .mouse-cursor {
    display: none;
  }
}

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

.mouse-cursor.hover span {
  -webkit-transform: scale(2.5);
  transform: scale(2.5);
  border: 1px solid transparent;
  background-color: rgba(150, 150, 150, 0.2);
}

.mouse-cursor.hover span::before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

.hero-area {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}

.hero-area .background {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .hero-area {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hero-area {
    display: none;
  }
}

/* SVG Blob */
#svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#svg_top {
  position: absolute;
  z-index: 10;
}

#path1 {
  fill: #e9e9e9;
}

.controls {
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px;
}

.dot {
  fill: #1a237e;
  fill-opacity: 0.3;
  stroke: #1a237e;
  stroke-width: 1;
}

.clip-me {
  /* referencing path from an inline SVG  */
  -webkit-clip-path: url(#svg);
          clip-path: url(#svg);
}

.svg-wrapper {
  width: 600px;
  height: 600px;
  border: 1px solid #3f3f3f;
  position: relative;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.svg-wrapper .logo {
  position: absolute;
  top: 106px;
  left: -313px;
  z-index: 100;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .svg-wrapper .logo {
    width: 60%;
    left: -120px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .svg-wrapper .logo {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .svg-wrapper .logo {
    display: none;
  }
}

.svg-wrapper .logo span {
  position: absolute;
  top: -30px;
  left: 30px;
  color: white;
  font-family: "aktivgrotesk-light";
  letter-spacing: 1px;
}

.svg-wrapper .logo span::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #6f2877;
  position: absolute;
  left: -20px;
  top: 7px;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.svg-container {
  width: 700px;
  height: 700px;
  left: -90px;
  top: -95px;
  position: relative;
}

.hero-btn {
  display: block;
  width: 28px;
  height: 28px;
  background-color: #3f3f3f;
  position: absolute;
  top: 51.5%;
  right: -13px;
  z-index: 100;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hero-btn::before {
  content: "";
  position: absolute;
  top: 38%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid white;
  border-bottom: 10px solid transparent;
  opacity: 0;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.hero-btn:hover {
  width: 65px;
  height: 65px;
  background-color: #6f2877;
  right: -30px;
  top: 48%;
}

.hero-btn:hover::before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.hero-btn:hover:first-of-type {
  top: 36%;
  right: -25px;
}

.hero-btn:hover:first-of-type span {
  left: 85px;
}

.hero-btn:hover:last-of-type {
  top: 60%;
  right: -25px;
}

.hero-btn:hover:last-of-type span {
  left: 85px;
}

.hero-btn:hover span {
  top: 15px;
  left: 85px;
  color: white;
  font-size: 19px;
}

.hero-btn:first-of-type {
  top: 40%;
  right: -12px;
}

.hero-btn:last-of-type {
  top: 62%;
  right: -2px;
}

.hero-btn span {
  color: #606060;
  font-family: "aktivgrotesk-bold";
  font-size: 16px;
  display: block;
  width: 170px;
  position: relative;
  left: 45px;
  top: -5px;
  line-height: 1.2;
  pointer-events: none;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.hero-btn span small {
  display: block;
  font-family: "aktivgrotesk-regular";
}

.hero-btn.active {
  width: 65px;
  height: 65px;
  background-color: #6f2877;
  right: -30px;
  top: 48%;
}

.hero-btn.active::before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

.hero-btn.active:first-of-type {
  top: 36%;
  right: -25px;
}

.hero-btn.active:first-of-type span {
  left: 85px;
}

.hero-btn.active:last-of-type {
  top: 60%;
  right: -25px;
}

.hero-btn.active:last-of-type span {
  left: 85px;
}

.hero-btn.active span {
  top: 15px;
  left: 85px;
  color: white;
  font-size: 19px;
}

.featured-works {
  position: relative;
  top: 50px;
  left: 85%;
  width: 100vw;
  padding-right: 70vw;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .featured-works {
    left: 72%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .featured-works {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .featured-works {
    display: none;
  }
}

.featured-works span {
  width: 100%;
  height: 1px;
  background-color: #3f3f3f;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .featured-works span {
    width: 40%;
    left: 75px;
  }
}

.featured-works a {
  color: #606060;
  text-align: right;
  padding-bottom: 10px;
  display: block;
  position: relative;
  font-family: "aktivgrotesk-bold";
  letter-spacing: 1.2px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.featured-works a:hover {
  color: white;
}

.featured-works a:hover img {
  right: 0px;
}

.featured-works a img {
  position: absolute;
  right: 70px;
  bottom: -70px;
  pointer-events: none;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.scroll-down {
  position: relative;
  top: 60%;
  right: 67.5%;
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .scroll-down {
    right: 97.5%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  .scroll-down {
    right: 62.5%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .scroll-down {
    right: 32.5%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .scroll-down {
    right: 12.5%;
  }
}

.scroll-down span {
  width: 70%;
  height: 500px;
  border-top: 1px solid #3f3f3f;
  border-left: 1px solid #3f3f3f;
  border-top-left-radius: 80px;
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .scroll-down span {
    width: 100%;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  .scroll-down span {
    width: 65%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .scroll-down span {
    width: 35%;
    height: 473px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .scroll-down span {
    width: 15%;
    height: 473px;
  }
}

.scroll-down a {
  color: #606060;
  text-align: left;
  display: block;
  position: relative;
  font-family: "aktivgrotesk-bold";
  width: 150px;
  position: absolute;
  top: 200px;
  padding-left: 30px;
  letter-spacing: 1.2px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.scroll-down a:hover {
  color: white;
}

.scroll-down a:hover img {
  bottom: -70px;
}

.scroll-down a img {
  position: absolute;
  left: -120px;
  bottom: 10px;
  pointer-events: none;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.scroll-down i.dot {
  position: absolute;
  left: -10px;
  bottom: -5px;
  width: 20px;
  height: 20px;
  background-color: #9b2da7;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

.hero-text {
  font-size: 36px;
  line-height: 1.5;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .hero-text {
    font-size: 24px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .hero-text {
    font-size: 20px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .hero-text {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-text {
    font-size: 18px;
  }
}

.hero-text-col {
  padding-left: 120px;
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .hero-text-col {
    padding-left: 0px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .hero-text-col {
    padding-left: 260px;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .hero-text-col {
    padding-left: 260px;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .hero-text-col {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-text-col {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Hero Mobile */
.hero-mobile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .hero-mobile {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .hero-mobile {
    display: block;
  }
}

.hero-mobile .anim img {
  width: 100%;
}

#text_outer {
  overflow: hidden;
  position: absolute;
  top: -35px;
  left: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  #text_outer {
    left: 140px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  #text_outer {
    left: 140px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  #text_outer {
    left: 0px;
    top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  #text_outer {
    left: 0px;
    top: 0px;
  }
}

#text_outer div {
  display: inline-block;
}

#text_loop {
  white-space: nowrap;
  -webkit-animation: loop-anim 10s linear infinite;
          animation: loop-anim 10s linear infinite;
}

@-webkit-keyframes loop-anim {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -50%;
    /* This works because of the div between "outer" and "loop" */
  }
}

@keyframes loop-anim {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -50%;
    /* This works because of the div between "outer" and "loop" */
  }
}

.text-loop-content {
  font-size: 130px;
  text-transform: uppercase;
  color: #9b2da7;
  font-family: "pp_telegrafregular";
  padding-right: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .text-loop-content {
    font-size: 90px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .text-loop-content {
    font-size: 90px;
    padding-top: 50px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .text-loop-content {
    font-size: 70px;
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .text-loop-content {
    font-size: 60px;
    padding-top: 50px;
  }
}

.scrolling-text-banner {
  padding-left: 140px;
  margin-top: 10px;
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .scrolling-text-banner {
    margin-top: -160px;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .scrolling-text-banner {
    padding-left: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .scrolling-text-banner {
    padding-left: 0px;
  }
}

#text_outer_footer {
  position: relative;
}

#text_outer_footer > div {
  display: inline-block;
}

#text_loop_footer {
  white-space: nowrap;
  -webkit-animation: loop-anim 5s linear infinite;
          animation: loop-anim 5s linear infinite;
}

.video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5005;
  padding: 0px;
  /* display: none; */
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.video-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.6;
  top: 0;
  left: 0;
  position: absolute;
}

.video-overlay.active {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.video-overlay.open {
  padding: 100px;
}

/* body.video-active .video-overlay {
    @include scale(1, 1);
} */
.video-pop {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: black;
}

.video-pop span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 1;
  z-index: 1000;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.video-pop span.hide {
  opacity: 0;
}

.video-close {
  position: fixed;
  top: -60px;
  right: 60px;
  z-index: 5006;
  display: block;
  width: 30px;
  height: 30px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.video-close::before {
  content: "";
  width: 25px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 2px;
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.video-close::after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: white;
  position: absolute;
  left: 2px;
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.video-close:hover {
  cursor: pointer;
}

.video-close.show {
  top: 40px;
}

body.video-active {
  overflow-y: hidden;
}

.banner-video {
  display: none;
}

.banner-video.show {
  display: inherit;
}

.services-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .services-list {
    position: relative;
    left: 50px;
    top: 60px;
  }
  .services-list.light {
    top: 0px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .services-list {
    margin-bottom: 50px;
    width: 100%;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .services-list {
    margin-bottom: 50px;
    width: 100%;
    padding-left: 50px;
  }
}

@media (max-width: 480px) {
  .services-list {
    margin-bottom: 20px;
    width: 100%;
    padding-left: 0px;
  }
}

.services-list.light a.active {
  color: white;
}

.services-list.light a:hover {
  color: white;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .services-list.light a.active {
    background-color: transparent;
    padding-left: 0px;
    margin-left: 10px;
  }
  .services-list.light a.active::after {
    background-color: transparent;
  }
}

@media only screen and (max-width: 767px) {
  .services-list.light a.active {
    background-color: transparent;
    padding-left: 0px;
    margin-left: 10px;
  }
  .services-list.light a.active::after {
    background-color: transparent;
  }
}

@media (max-width: 480px) {
  .services-list.light a.active {
    background-color: transparent;
    padding-left: 0px;
    margin-left: 10px;
  }
  .services-list.light a.active::after {
    background-color: transparent;
  }
}

.services-list a {
  font-family: "pp_telegrafregular";
  font-size: 3rem;
  color: #4f4f4f;
  position: relative;
  left: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .services-list a {
    font-size: 2.2rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .services-list a {
    font-size: 3rem;
  }
}

@media only screen and (max-width: 767px) {
  .services-list a {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .services-list a {
    font-size: 1.5rem;
    margin: 5px 0;
  }
}

.services-list a:hover {
  font-family: "pp_telegrafultrabold";
  color: black;
  left: 60px;
}

.services-list a:hover::before {
  opacity: 1;
  left: -75px;
}

.services-list a::before {
  content: url("img/arrow.svg");
  position: absolute;
  top: 5px;
  left: -180px;
  opacity: 0;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .services-list a::before {
    top: -5px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .services-list a::before {
    top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .services-list a::before {
    top: -4px;
  }
}

@media (max-width: 480px) {
  .services-list a::before {
    top: -11px;
  }
}

.services-list a.active {
  font-family: "pp_telegrafultrabold";
  color: black;
  left: 60px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .services-list a.active {
    background-color: #dddddd;
    padding-left: 30px;
    margin-left: 80px;
  }
  .services-list a.active::after {
    content: "";
    width: 200px;
    height: 70px;
    background-color: #dddddd;
    position: absolute;
    top: 0;
    left: -300px;
  }
}

@media only screen and (max-width: 767px) {
  .services-list a.active {
    background-color: #dddddd;
    padding-left: 20px;
    margin-left: 40px;
  }
  .services-list a.active::after {
    content: "";
    width: 200px;
    height: 50px;
    background-color: #dddddd;
    position: absolute;
    top: 0;
    left: -300px;
  }
}

@media (max-width: 480px) {
  .services-list a.active {
    background-color: #dddddd;
    padding-left: 20px;
    margin-left: 40px;
  }
  .services-list a.active::after {
    content: "";
    width: 200px;
    height: 36px;
    background-color: #dddddd;
    position: absolute;
    top: 0;
    left: -300px;
  }
}

.services-list a.active::before {
  opacity: 1;
  left: -75px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .services-list a.active::before {
    left: -85px;
  }
}

@media only screen and (max-width: 767px) {
  .services-list a.active::before {
    left: -85px;
  }
}

#services_learn_btn_arrow {
  opacity: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

#services_learn_btn_arrow.hide {
  opacity: 0;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .services-col h6 {
    padding-left: 55px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .services-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-col h6 {
    position: relative;
    width: 100%;
    display: block;
    padding-left: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .services-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-col h6 {
    position: relative;
    width: 100%;
    display: block;
    padding-left: 55px;
  }
}

@media (max-width: 480px) {
  .services-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .services-col h6 {
    position: relative;
    width: 100%;
    display: block;
    padding-left: 0px;
  }
}

.services-previews-container {
  position: relative;
  width: auto;
  height: auto;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .services-previews-container {
    right: 50px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .services-previews-container {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .services-previews-container {
    display: none;
  }
}

.services-previews-container a {
  display: block;
  position: absolute;
  min-width: 170px;
  top: 47%;
  right: 107%;
  z-index: 50;
  font-family: "aktivgrotesk-bold";
  color: #6f2877;
  text-align: right;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.services-previews-container a.inactive {
  right: 112%;
  opacity: 0;
}

.services-previews-container a:hover {
  right: 110%;
}

.services-previews {
  position: relative;
  width: 450px;
  height: 450px;
}

.services-previews::before {
  content: "";
  width: 510px;
  height: 510px;
  position: absolute;
  top: -30px;
  left: -35px;
  border: 1px solid #ccc;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

@media only screen and (max-width: 767px) {
  .services-previews::before {
    content: none;
  }
}

.services-previews::after {
  content: url("img/dot.jpg");
  width: 50px;
  height: 50px;
  position: absolute;
  top: 42%;
  left: -58px;
}

.services-previews .preview-box {
  width: 250px;
  height: 250px;
  overflow: hidden;
  border: 10px solid #6f2877;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -o-border-radius: 100%;
}

@media only screen and (max-width: 767px) {
  .services-previews .preview-box {
    width: 100%;
    height: auto;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
  }
}

.services-previews .preview-box.dark img {
  -webkit-filter: grayscale(100);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100);
}

.services-previews .preview-box:nth-child(1) {
  top: 0;
  right: 0;
  z-index: 5;
  width: 450px;
  height: 450px;
}

.services-previews .preview-box:nth-child(2) {
  top: 0px;
  right: -70px;
  z-index: 4;
  border: 5px solid #6f2877;
}

@media only screen and (max-width: 767px) {
  .services-previews .preview-box:nth-child(2) {
    top: 20px;
    border: 1px solid #6f2877;
  }
}

.services-previews .preview-box:nth-child(3) {
  top: 60px;
  right: -110px;
  z-index: 3;
  border: 5px solid #6f2877;
}

@media only screen and (max-width: 767px) {
  .services-previews .preview-box:nth-child(3) {
    top: 40px;
    border: 1px solid #6f2877;
  }
}

.services-previews .preview-box:nth-child(4) {
  top: 140px;
  right: -110px;
  z-index: 2;
  border: 5px solid #6f2877;
}

@media only screen and (max-width: 767px) {
  .services-previews .preview-box:nth-child(4) {
    top: 60px;
    border: 1px solid #6f2877;
  }
}

.services-previews .preview-box:nth-child(5) {
  top: 200px;
  right: -50px;
  z-index: 1;
  border: 5px solid #6f2877;
}

@media only screen and (max-width: 767px) {
  .services-previews .preview-box:nth-child(5) {
    top: 80px;
    border: 1px solid #6f2877;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .home-services-container {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
  }
}

@media only screen and (max-width: 767px) {
  .home-services-container {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
  }
}

.services-previews-container-mobile {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
  background-color: #202020;
}

@media (max-width: 480px) {
  .services-previews-container-mobile {
    height: 350px;
  }
}

.services-previews-container-mobile .preview-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-previews-container-mobile .preview-box.active {
  opacity: 1;
}

.services-previews-container-mobile .preview-box img {
  width: 100%;
}

.services-previews-container-mobile > a {
  position: absolute;
  left: -200px;
  bottom: 50px;
  z-index: 200;
  background-color: black;
  padding: 10px 20px;
  color: white;
  font-family: "Montserrat";
  background-color: #6f2877;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.services-previews-container-mobile > a.active {
  left: 50px;
}

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

.owl-nav {
  float: right !important;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .owl-nav {
    float: none !important;
    margin-right: 0px;
  }
}

.owl-nav button {
  background-color: transparent !important;
}

.owl-nav button:hover {
  background-color: transparent !important;
}

.owl-nav button span {
  font-size: 3rem !important;
}

.owl-nav button span:hover {
  color: #9b2da7;
}

/* Portfolio carousel */
.pc-container {
  padding-left: 130px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .pc-container {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .pc-container {
    padding-left: 30px;
  }
}

.portfolio-carousel-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {
  .portfolio-carousel-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.portfolio-carousel-item .thumb {
  width: 65%;
  height: auto;
  border: 1px solid transparent;
  padding: 30px;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

@media only screen and (min-width: 3000px) and (max-width: 4000px) {
  .portfolio-carousel-item .thumb {
    width: 65%;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .portfolio-carousel-item .thumb {
    width: 65%;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-carousel-item .thumb {
    width: 100%;
    padding: 8px 15px;
  }
}

.portfolio-carousel-item .thumb .front > img {
  width: 100%;
  opacity: 0.2;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-filter: grayscale(100);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100);
  -webkit-transform: scale(0);
  transform: scale(0);
}

@media only screen and (min-width: 3000px) and (max-width: 4000px) {
  .portfolio-carousel-item .thumb .front > img {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .portfolio-carousel-item .thumb .front > img {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
  }
}

@media only screen and (min-width: 1440px) and (max-width: 2000px) {
  .portfolio-carousel-item .thumb .front > img {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .portfolio-carousel-item .thumb .front > img {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1.8) !important;
    transform: scale(1.8) !important;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .portfolio-carousel-item .thumb .front > img {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .portfolio-carousel-item .thumb .front > img {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-carousel-item .thumb .front > img {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
  }
}

.portfolio-carousel-item .title {
  width: 35%;
  padding: 220px 40px 0px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

@media only screen and (max-width: 767px) {
  .portfolio-carousel-item .title {
    padding: 30px 30px 0;
    width: 100%;
  }
}

.portfolio-carousel-item .title .post-number {
  position: relative;
}

.portfolio-carousel-item .title .post-number > p {
  font-family: "aktivgrotesk-light";
  padding-left: 20px;
}

.portfolio-carousel-item .title .post-number::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #c51dd5;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 99px;
  -webkit-border-radius: 99px;
  -o-border-radius: 99px;
}

.portfolio-carousel-item .title > p {
  font-family: "aktivgrotesk-bold";
  font-size: 2.5vw;
  line-height: 60px;
}

@media only screen and (min-width: 3000px) and (max-width: 4000px) {
  .portfolio-carousel-item .title > p {
    font-size: 1.5vw;
    line-height: 70px;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .portfolio-carousel-item .title > p {
    font-size: 1.5vw;
    line-height: 50px;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .portfolio-carousel-item .title > p {
    font-size: 4vw;
    line-height: 50px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .portfolio-carousel-item .title > p {
    font-size: 4vw;
    line-height: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-carousel-item .title > p {
    font-size: 7vw;
  }
}

@media (max-width: 480px) {
  .portfolio-carousel-item .title > p {
    line-height: 40px;
  }
}

body.scroll-blur .portfolio-carousel-item {
  -webkit-filter: blur(10px) brightness(150%);
          filter: blur(10px) brightness(150%);
}

.owl-item.active .portfolio-carousel-item .thumb {
  border: 1px solid #c51dd5;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.owl-item.active .portfolio-carousel-item .thumb img {
  -webkit-filter: grayscale(0);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0);
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

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

.carousel-scroll-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 480px) {
  .carousel-scroll-text {
    margin-top: 0px !important;
  }
}

.carousel-scroll-text p {
  color: #7a7a7a;
  font-family: "aktivgrotesk-light";
  letter-spacing: 0.5px;
  margin-right: 40px;
}

@media (max-width: 480px) {
  .carousel-scroll-text p {
    font-size: 14px;
  }
}

.carousel-scroll-text span {
  display: block;
  position: relative;
  width: 65px;
  height: 3px;
  background-color: #393939;
}

@media (max-width: 480px) {
  .carousel-scroll-text span {
    width: 35px;
  }
}

.carousel-scroll-text span::before {
  content: "";
  width: 14px;
  height: 14px;
  background-color: #393939;
  display: block;
  position: absolute;
  top: -5px;
  left: -20px;
}

.carousel-scroll-text span::after {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid #393939;
  display: block;
  position: absolute;
  top: -5px;
  right: -20px;
}

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the Hippocratic License 2.1 - http://firstdonoharm.dev
 *
 * Copyright (c) 2022 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-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !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-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -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);
  }
  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-transform: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
    -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);
  }
  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-name: headShake;
  animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

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

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

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

.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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.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-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-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

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

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

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown;
}

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

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

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft;
}

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

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

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight;
}

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

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

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}

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

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

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown;
}

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

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

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft;
}

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

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

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight;
}

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

@keyframes backOutUp {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 0.7;
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
  }
  to {
    opacity: 0.7;
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(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-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -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);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}

@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
  }
  40% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
  }
  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
  }
  80% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -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);
  }
  to {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
  }
}

.animate__animated.animate__flip {
  -webkit-animation-name: flip;
  animation-name: flip;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

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

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

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

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

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

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

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

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

.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% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
  }
  to {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
  }
}

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

.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-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
  }
  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% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes lightSpeedInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
  }
  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 {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}

@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
  }
}

.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 {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
  }
}

@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
  }
}

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

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

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

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rotateInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rotateInDownRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

@keyframes rotateInUpRight {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

.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 {
    opacity: 0;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
  }
}

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

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.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 {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.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 {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.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 {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.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-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
  }
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
  }
  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 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% {
    -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);
    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);
  }
  60% {
    -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);
    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);
  }
}

@keyframes zoomInDown {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}

.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
  }
  60% {
    -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);
    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);
  }
}

@keyframes zoomInLeft {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}

.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
  }
  60% {
    -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);
    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);
  }
}

@keyframes zoomInRight {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}

.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    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);
  }
  60% {
    -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);
    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);
  }
}

@keyframes zoomInUp {
  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);
    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);
  }
  60% {
    -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);
    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);
  }
}

.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% {
    -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);
    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);
  }
  to {
    -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);
    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);
  }
}

@keyframes zoomOutDown {
  40% {
    -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);
    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);
  }
  to {
    -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);
    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);
  }
}

.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% {
    -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);
    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);
  }
  to {
    -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);
    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);
  }
}

@keyframes zoomOutUp {
  40% {
    -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);
    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);
  }
  to {
    -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);
    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);
  }
}

.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 {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}

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

.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

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

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

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

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

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

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

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

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

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

.platform-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}

.platform-carousel .slides {
  width: 80%;
  height: 590px;
  overflow: hidden;
  position: relative;
  background-color: black;
}

.platform-carousel .slides img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
}

.platform-carousel .slides img.active {
  opacity: 1;
}

.platform-carousel .arrows {
  position: absolute;
  left: 0;
  bottom: 0;
}

.platform-carousel .arrows a {
  display: block;
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  padding: 10px;
}

.platform-carousel .arrows a:last-of-type img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.platform-carousel .navigation {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.platform-carousel .navigation .navtop {
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.platform-carousel .navigation .navtop a {
  color: #1f1f1f;
  font-family: "aktivgrotesk-bold";
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  display: block;
  width: 100%;
  text-align: right;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.platform-carousel .navigation .navtop a:hover {
  color: #6f2877;
}

.platform-carousel .navigation .navtop a::before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: #c51dd5;
  position: absolute;
  left: -25px;
  bottom: -10px;
  opacity: 0;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.platform-carousel .navigation .navtop a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #c51dd5;
  bottom: -10px;
  right: 0;
  opacity: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.platform-carousel .navigation .navtop a.active {
  color: #6f2877;
}

.platform-carousel .navigation .navtop a.active::before {
  opacity: 1;
}

.platform-carousel .navigation .navtop a.active::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  opacity: 1;
}

.platform-carousel .navigation .slide-desc {
  padding: 50px 0 30px 50px;
}

.platform-carousel .navigation .slide-desc p {
  color: #484848;
  font-family: "pp_telegrafregular";
  text-align: right;
}

.platform-carousel .navigation .slide-desc a {
  font-family: "aktivgrotesk-bold";
  color: #6f2877;
  display: block;
  text-align: right;
  margin-top: 20px;
  position: relative;
}

.platform-carousel .navigation .slide-desc a::after {
  content: url("img/arrow.svg");
  position: absolute;
  right: 35px;
  bottom: -50px;
  pointer-events: none;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.platform-carousel .navigation .slide-desc a:hover::after {
  right: -22px;
}

p.vc-swipe {
  position: relative;
  display: table-cell;
}

h2.align-center.vc-swipe {
  display: table;
  margin: 0 auto;
}

.vc-swipe {
  position: relative;
  margin: 0 0 10px;
  display: table-cell;
}

.vc-swipe::before {
  content: "";
  width: 101%;
  height: 100%;
  background-color: #373737;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 3;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.vc-swipe.vc-animated::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.vc-swipe::after {
  content: "";
  width: 101%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 2;
  -webkit-transform-origin: center left;
          transform-origin: center left;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.vc-swipe.vc-animated::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.vc-fade {
  opacity: 0;
  transition: all 0.9s ease;
  -moz-transition: all 0.9s ease;
  -webkit-transition: all 0.9s ease;
  -o-transition: all 0.9s ease;
}

.vc-fade.vc-animated {
  opacity: 1;
}

.vc-slider-component {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .vc-slider-component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .vc-slider-component {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vc-slider-component.adjust-right > .left-col {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vc-slider-component.adjust-right > .left-col .counter {
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .vc-slider-component.adjust-right > .left-col .counter {
    text-align: left;
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .vc-slider-component.adjust-right > .left-col .counter {
    text-align: left;
    left: 30px;
  }
}

.vc-slider-component.adjust-right > .left-col .counter.disable {
  top: -20px;
}

.vc-slider-component.adjust-right > .right-col {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.vc-slider-component > .left-col {
  width: 100px;
  background-color: #323232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1rem 1rem;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .vc-slider-component > .left-col {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  .vc-slider-component > .left-col {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vc-slider-component > .right-col {
  width: 100%;
  line-height: 0;
  background-color: #000;
}

.vc-slider-component > .column > .counter {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  font-family: "Poppins";
  color: #9b9b9b;
  opacity: 1;
  position: absolute;
  bottom: 80px;
  left: -47px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vc-slider-component > .column > .counter.disable {
  opacity: 0;
  bottom: 100px;
  -webkit-transition: all 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .vc-slider-component > .column > .counter.disable {
    top: 0px;
    left: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .vc-slider-component > .column > .counter.disable {
    top: 0px;
    left: 30px;
  }
}

.vc-slider-slides {
  height: 650px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .vc-slider-slides {
    height: 420px;
  }
}

@media only screen and (max-width: 767px) {
  .vc-slider-slides {
    height: 450px;
  }
}

@media (max-width: 480px) {
  .vc-slider-slides {
    height: 250px;
  }
}

.vc-slider-slides > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.vc-slider-slides > ul li {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.vc-slider-slides > ul li.active {
  opacity: 1;
  pointer-events: all;
}

.vc-slider-slides > ul li::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  z-index: 3;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.vc-slider-slides > ul li.active::before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.vc-slider-slides > ul li::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  -webkit-transform-origin: center right;
          transform-origin: center right;
  z-index: 2;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0, 1);
}

.vc-slider-slides > ul li.active::after {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.vc-slider-slides > ul li > img {
  width: 100%;
  height: 750px;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .vc-slider-slides > ul li > img {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .vc-slider-slides > ul li > img {
    height: auto;
  }
}

.vc-slider-slides > ul li.active > img {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.vc-slider-slides > ul li.active.animate-out::before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.21s;
          transition-delay: 0.21s;
}

.vc-slider-slides > ul li.active.animate-out::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.vc-slider-slides > ul li.active.animate-out > img {
  opacity: 0;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.vc-slider-slides > ul li > a {
  position: absolute;
  left: 0px;
  bottom: 50px;
  z-index: 50;
  color: white;
  display: block;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .vc-slider-slides > ul li > a {
    bottom: 30px;
    font-size: 0.9rem;
  }
}

.vc-slider-slides > ul li.active > a {
  opacity: 1;
  left: 40px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width: 767px) {
  .vc-slider-slides > ul li.active > a {
    left: 20px;
  }
}

.vc-slider-slides > ul li.active.animate-out > a {
  opacity: 0;
  left: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.vc-slider-slides > ul li h6 {
  position: absolute;
  left: 0px;
  bottom: 20px;
  z-index: 50;
  color: white;
  display: block;
  font-family: "Montserrat";
  font-size: 1.2rem;
  font-weight: 400;
  opacity: 0;
}

@media only screen and (max-width: 767px) {
  .vc-slider-slides > ul li h6 {
    bottom: 0px;
  }
}

.vc-slider-slides > ul li h6 > span {
  font-size: 1rem;
  display: block;
  line-height: 4;
  position: relative;
  margin: 0 0 0 1.9rem;
}

.vc-slider-slides > ul li h6 > span::before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #6f2877;
  position: absolute;
  top: 50%;
  left: -30px;
}

.vc-slider-slides > ul li.active > h6 {
  opacity: 1;
  left: 40px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (max-width: 767px) {
  .vc-slider-slides > ul li.active > h6 {
    left: 20px;
    bottom: 0px;
  }
}

.vc-slider-slides > ul li.active.animate-out > h6 {
  opacity: 0;
  left: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition: all 0.4s cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

.vc-slider-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .vc-slider-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 767px) {
  .vc-slider-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.vc-slider-bullets li {
  width: 65px;
  height: 65px;
  margin: 10px 0 0;
  position: relative;
  background-color: black;
  overflow: hidden;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .vc-slider-bullets li {
    margin: 0 0 0 10px;
    width: 45px;
    height: 45px;
  }
}

@media only screen and (max-width: 767px) {
  .vc-slider-bullets li {
    margin: 0 0 0 10px;
    width: 45px;
    height: 45px;
  }
}

.vc-slider-bullets li > img {
  opacity: 0.5;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}

.vc-slider-bullets li.active > img {
  opacity: 1;
}

.vc-slider-bullets li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #9b2da7;
  z-index: 10;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.vc-slider-bullets li.active::before {
  width: 100%;
}

.vc-slider-bullets li:hover {
  cursor: pointer;
}

.vc-slider-bullets li:hover > img {
  opacity: 1;
}

.vc-slider-arrows {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  bottom: 0px;
  left: -65px;
  z-index: 100;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .vc-slider-arrows {
    top: 0;
    left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .vc-slider-arrows {
    top: 0;
    left: 0;
  }
}

.vc-slider-arrows > li > a {
  width: 65px;
  height: 65px;
  background-color: #c2c2c2;
  position: relative;
  display: block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.vc-slider-arrows > li > a::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 20px solid #6f2877;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vc-slider-arrows > li > a:hover {
  background-color: #4b4b4b;
}

.vc-slider-arrows > li > a:hover::before {
  border-left: 20px solid white;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.vc-slider-arrows > li:first-child > a {
  background-color: #a9a9a9;
}

.vc-slider-arrows > li:first-child > a:hover {
  background-color: #4b4b4b;
}

.vc-slider-arrows > li:first-child > a::before {
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 0px solid transparent;
  border-right: 20px solid #6f2877;
}

.vc-slider-arrows > li:first-child > a:hover::before {
  border-right: 20px solid white;
}

/* Case study format */
.vc-slider-slides.case-study {
  height: 100vh;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .vc-slider-slides.case-study {
    height: 600px;
  }
}

@media only screen and (max-width: 767px) {
  .vc-slider-slides.case-study {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .vc-slider-slides.case-study {
    height: 300px;
  }
}

.vc-slider-slides.case-study > ul li > img {
  height: 100vh;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .vc-slider-slides.case-study > ul li > img {
    height: auto;
  }
}

@media only screen and (max-width: 767px) {
  .vc-slider-slides.case-study > ul li > img {
    height: auto;
  }
}

#vc_slider_title {
  margin-bottom: 20px;
  position: relative;
  left: 0;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#vc_slider_title.hide {
  opacity: 0;
  left: -50px;
}

#vc_slider_desc {
  line-height: 2;
  position: relative;
  left: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#vc_slider_desc.hide {
  opacity: 0;
  left: -50px;
}

#vc_slider_btn {
  position: relative;
  left: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#vc_slider_btn.hide {
  opacity: 0;
  left: -50px;
}

.pm_services_tab_icon_container {
  position: relative;
  margin: 10px auto;
  width: 100%;
  height: 400px;
  z-index: 1;
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .pm_services_tab_icon_container {
    width: auto;
  }
}

@media (max-width: 480px) {
  .pm_services_tab_icon_container {
    height: 300px;
  }
}

.pm_services_tab_icon_container {
  -webkit-perspective: 1000;
          perspective: 1000;
}

.pm_services_tab_icon_container a {
  font-size: 18px;
  color: white;
}

.pm_services_tab_icon_container a:hover {
  color: #6f2877;
}

.pm_services_tab_icon {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
}

.pm_services_tab_icon_container.active .pm_services_tab_icon {
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

/* .pm_services_tab_icon_container:hover i {
    opacity: 0;
} */
.face {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.face .card-trigger {
  width: 60px;
  height: auto;
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.face .card-trigger:hover {
  right: 20px;
}

@media only screen and (max-width: 767px) {
  .face .card-trigger {
    right: 0px;
    top: 20px;
  }
  .face .card-trigger img {
    width: 40px;
  }
}

.pm_services_tab_icon_container.active .face.back {
  opacity: 1;
  pointer-events: all;
}

.pm_services_tab_icon_container.active .face.front {
  pointer-events: none;
}

.face.back {
  display: block;
  padding: 50px;
  color: white;
  text-align: center;
  opacity: 0;
  background-color: #323232;
  pointer-events: none;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
}

@media (max-width: 480px) {
  .face.back {
    padding: 30px;
  }
}

.face.back p.card-title {
  font-size: 1.5rem;
  font-family: "Montserrat";
  font-weight: bold;
  line-height: 1.4;
}

.face.back p.card-desc {
  line-height: 2;
}

@media (max-width: 480px) {
  .face.back p.card-desc {
    display: none;
  }
}

.face.back a.gl-btn {
  border: 2px solid white;
  color: white !important;
  margin-top: 30px;
  position: relative;
  z-index: 100;
}

.face.back .card-trigger {
  width: 60px;
  height: auto;
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 500;
  -webkit-transform: scale(-1);
  transform: scale(-1);
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.face.back .card-trigger:hover {
  left: 20px;
}

.face.back .card-trigger.trigger_close {
  visibility: hidden;
}

@media only screen and (max-width: 767px) {
  .face.back .card-trigger {
    bottom: 15px;
    left: 0px;
  }
  .face.back .card-trigger img {
    width: 40px;
  }
}

.portfolio-carousel-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  height: 100%;
  position: relative;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .portfolio-carousel-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-carousel-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.portfolio-carousel-container .left-col {
  width: 30%;
  padding: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 3000px) and (max-width: 4000px) {
  .portfolio-carousel-container .left-col {
    width: 20%;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .portfolio-carousel-container .left-col {
    width: 20%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .portfolio-carousel-container .left-col {
    width: 35%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .portfolio-carousel-container .left-col {
    width: 50%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .portfolio-carousel-container .left-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-carousel-container .left-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding: 30px;
  }
}

.portfolio-carousel-container .left-col > p {
  margin-bottom: 90px;
  position: relative;
  min-height: 100px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .portfolio-carousel-container .left-col > p {
    min-height: auto;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-carousel-container .left-col > p {
    min-height: auto;
    margin-bottom: 20px;
  }
}

.portfolio-carousel-container .left-col > p::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: white;
  position: absolute;
  left: 0px;
  top: -45px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .portfolio-carousel-container .left-col > p::before {
    content: none;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-carousel-container .left-col > p::before {
    content: none;
  }
}

.portfolio-carousel-container .right-col {
  width: 70%;
  height: 100vh;
  position: relative;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

@media only screen and (min-width: 3000px) and (max-width: 4000px) {
  .portfolio-carousel-container .right-col {
    width: 80%;
  }
}

@media only screen and (min-width: 2000px) and (max-width: 3000px) {
  .portfolio-carousel-container .right-col {
    width: 80%;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .portfolio-carousel-container .right-col {
    width: 65%;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .portfolio-carousel-container .right-col {
    width: 50%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .portfolio-carousel-container .right-col {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    height: 60vh;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-carousel-container .right-col {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    width: 100%;
    height: 60vh;
  }
}

.portfolio-slides {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.portfolio-slides .slide-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  top: 0;
  left: 0;
  z-index: 0;
  /* visibility: hidden; */
  opacity: 0;
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.portfolio-slides .slide-img.active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.portfolio-slides .slide-img span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 500;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .portfolio-slides .slide-img span {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-slides .slide-img span {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

#portfolio_carousel_holder {
  width: 100%;
  height: 90vh;
  position: fixed;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  #portfolio_carousel_holder {
    height: 70vh;
  }
}

@media only screen and (max-width: 767px) {
  #portfolio_carousel_holder {
    height: 70vh;
  }
}

#portfolio_carousel_holder > h6 {
  font-family: "aktivgrotesk-bold";
  font-size: 18px;
  position: relative;
  left: 80px;
}

@media only screen and (max-width: 767px) {
  #portfolio_carousel_holder > h6 {
    left: 60px;
  }
}

.portfolio-carousel-link {
  font-size: 4rem;
  color: white !important;
  font-family: "Poppins" !important;
  font-weight: bold;
  padding-right: 40px;
  line-height: 1.2;
  position: relative;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .portfolio-carousel-link {
    font-size: 3rem;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .portfolio-carousel-link {
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-carousel-link {
    font-size: 2.5rem;
  }
}

.portfolio-carousel-link.active span {
  color: white;
}

.portfolio-carousel-link span {
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.portfolio-carousel-link span:hover {
  color: white;
}

.portfolio-carousel-link::before {
  position: absolute;
  font-size: 12px;
  font-weight: 500;
  line-height: 10px;
  width: 20px;
  top: 22px;
  left: -30px;
  content: attr(data-index);
}

body.page-template-template-portfolio .owl-carousel .owl-item {
  padding-left: 80px;
}

@media only screen and (max-width: 767px) {
  body.page-template-template-portfolio .owl-carousel .owl-item {
    padding-left: 60px;
  }
}

#counter_wrap {
  line-height: 30px;
  position: relative;
  width: 20px;
  margin: 0;
  text-align: center;
  bottom: 0;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}

#counter_wrap::before {
  position: absolute;
  width: 20px;
  top: 0;
  left: 100px;
  content: attr(data-hover);
}

#counter_wrap::after {
  width: 40px;
  height: 1px;
  position: absolute;
  content: "";
  background-color: rgba(255, 255, 255, 0.2);
  left: 40px;
  bottom: 20px;
  -webkit-transition: opacity 0.2s ease-in-out 0.2s;
  transition: opacity 0.2s ease-in-out 0.2s;
}

.portfolio-carousel-slide-desc {
  position: relative;
  opacity: 1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.portfolio-carousel-slide-desc.hide {
  opacity: 0;
}

.portfolio-carousel-count {
  position: relative;
  opacity: 1;
  top: 0px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.portfolio-carousel-count.hide {
  top: 10px;
  opacity: 0;
}

.lds-dual-ring {
  width: 10px;
  height: 10px;
  opacity: 1;
  position: relative;
  top: -2px;
  margin-left: 5px;
  z-index: 100;
}

.lds-dual-ring.centered {
  margin: 0;
}

.lds-dual-ring.large {
  width: 20px;
  height: 20px;
}

.lds-dual-ring.large::after {
  width: 20px;
  height: 20px;
}

.lds-dual-ring::after {
  content: " ";
  display: block;
  width: 10px;
  height: 10px;
  margin: 1px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
          animation: lds-dual-ring 1.2s linear infinite;
}

@media only screen and (max-width: 767px) {
  .lds-dual-ring::after {
    width: 10px;
    height: 10px;
  }
}

.lds-dual-ring.dark::after {
  border: 2px solid black;
  border-color: black transparent black transparent;
}

.lds-dual-ring.active {
  opacity: 1;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.contact-wrap {
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media only screen and (max-width: 767px) {
  .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact-wrap .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .contact-wrap .column {
    padding: 60px 30px;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .contact-wrap .column {
    padding: 60px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .contact-wrap .column {
    padding: 30px;
  }
}

.contact-wrap .column.left {
  width: 40%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .contact-wrap .column.left {
    width: 100%;
    padding: 220px 30px 60px 30px !important;
  }
}

.contact-wrap .column.left .top-text {
  height: 60%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .contact-wrap .column.left .top-text {
    height: 70%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .contact-wrap .column.left .top-text {
    height: 70%;
  }
}

.contact-wrap .column.left .top-text img {
  width: 60px;
}

@media only screen and (max-width: 767px) {
  .contact-wrap .column.left .top-text img {
    position: relative;
    top: 15px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.contact-wrap .column.left .top-text h4 {
  font-family: "aktivgrotesk-medium";
  color: white;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .contact-wrap .column.left .top-text h4 {
    font-size: 3.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-wrap .column.left .top-text h4 {
    font-size: 3.5rem;
    text-align: left;
  }
}

.contact-wrap .column.left .top-text p:first-of-type {
  color: white;
  font-family: "pp_telegrafregular";
  font-size: 1.5rem;
  position: relative;
  padding-left: 50px;
  margin-bottom: 60px;
  line-height: 1.4;
}

.contact-wrap .column.left .top-text p:first-of-type::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #9b2da7;
  position: absolute;
  top: 17px;
  left: 0px;
}

.contact-wrap .column.left .top-text p:last-of-type {
  display: block;
  text-align: right;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .contact-wrap .column.left .top-text p:last-of-type {
    text-align: center;
  }
}

.contact-wrap .column.left .bottom-text {
  height: 40%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}

@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .contact-wrap .column.left .bottom-text {
    height: 30%;
  }
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .contact-wrap .column.left .bottom-text {
    height: 30%;
  }
}

.contact-wrap .column.left .bottom-text p {
  font-family: "aktivgrotesk-bold";
  text-align: center;
  color: #aeaeae;
}

.contact-wrap .column.left .bottom-text p:last-of-type {
  font-family: "aktivgrotesk-regular";
  font-style: italic;
}

.contact-wrap .column.right {
  background-color: white;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .contact-wrap .column.right {
    width: 100%;
  }
}

/* 15. Page preloader system */
#preloader {
  background-color: #242424;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99999999;
}

#status {
  background-color: #9b2da7;
  border-radius: 100%;
  height: 200px;
  left: 50%;
  margin: -100px 0 0 -100px;
  position: absolute;
  top: 50%;
  width: 200px;
  -webkit-animation: 1s ease-in-out 0s normal none infinite running scaleout;
          animation: 1s ease-in-out 0s normal none infinite running scaleout;
}

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

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

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

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

@-webkit-keyframes shrink {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes shrink {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.loader-container {
  height: 100vh;
  width: 100vw;
}

.loader {
  height: 0;
  width: 250px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.loader .loader-dot {
  -webkit-animation-name: "loader";
          animation-name: "loader";
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-color: black;
  position: absolute;
  border: 0px solid white;
}

.loader .loader-dot:first-child {
  background-color: #3a333a;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.loader .loader-dot:nth-child(2) {
  background-color: #493a4a;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loader .loader-dot:nth-child(3) {
  background-color: #4f3651;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.loader .loader-dot:nth-child(4) {
  background-color: #5d3360;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.loader .loader-dot:nth-child(5) {
  background-color: #712776;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loader .loader-dot:nth-child(6) {
  background-color: #9d22a6;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes loader {
  15% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(230px);
            transform: translateX(230px);
  }
  65% {
    -webkit-transform: translateX(230px);
            transform: translateX(230px);
  }
  95% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes loader {
  15% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  45% {
    -webkit-transform: translateX(230px);
            transform: translateX(230px);
  }
  65% {
    -webkit-transform: translateX(230px);
            transform: translateX(230px);
  }
  95% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.portfolio-posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}

@media only screen and (max-width: 767px) {
  .portfolio-posts {
    margin: 30px 0px 0px;
  }
}

.portfolio-post {
  width: 40%;
  height: auto;
  margin: 0px 30px 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .portfolio-post {
    width: 37%;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-post {
    width: 100%;
    margin: 0px 0px 40px;
  }
}

.portfolio-post > img {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .portfolio-post > img {
    width: 100%;
  }
}

.portfolio-post > p {
  font-family: "aktivgrotesk-regular";
  font-size: 1.4rem;
  margin-bottom: 15px;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .portfolio-post > p {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .portfolio-post > p {
    margin-bottom: 5px;
  }
}

.portfolio-post > a {
  font-family: "Poppins";
  font-size: 1rem;
  text-transform: uppercase;
  color: #939393;
  position: relative;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 767px) and (max-width: 991px) {
  .portfolio-post > a {
    font-size: 0.8rem;
  }
}

.portfolio-post > a:hover {
  color: #9b2da7;
}

.portfolio-post > a:hover img {
  right: -12px;
}

.portfolio-post > a img {
  position: relative;
  right: -5px;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
/*# sourceMappingURL=main.css.map */