/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

main {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

body, html {
  -webkit-text-size-adjust: none;
}
body input, body textarea, html input, html textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.previous-case-study-section div, .author-info, .blog-post-list, .front-page.services, .customer-logos ul.customer-logo-list, .team-members ul, .team-members .team-members-intro, .contact-pop .contact-flex .contact-addresses ul.social-pop-list, .contact-pop .contact-flex, .header-navigation .menu ul,
.header-navigation .menu-main-navigation-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#main .gform_wrapper button:hover,
#main .gform_wrapper input[type=button]:hover,
#main .gform_wrapper input[type=reset]:hover,
#main .gform_wrapper input[type=submit]:hover, .previous-case-study-section div span a svg, .weblink-button, .tags a, .author-info .blog-categories li a, .blog-post-list li:hover span.read-more-text:after, .blog-post-list li:hover span.read-more svg, .blog-post-list li:hover span.read-more, .blog-post-list li span.read-more span.read-more-text:after, .blog-post-list li span.read-more svg, .blog-post-list li span.read-more, .front-page a:hover span.read-more-text:after,
.work-list a:hover span.read-more-text:after, .front-page a:hover span.read-more svg,
.work-list a:hover span.read-more svg, .front-page a:hover span.read-more,
.work-list a:hover span.read-more, .front-page a span.read-more span.read-more-text:after,
.work-list a span.read-more span.read-more-text:after, .front-page a span.read-more svg,
.work-list a span.read-more svg, .front-page a span.read-more,
.work-list a span.read-more, .front-page.services a:hover span.read-more svg, .front-page.services a:hover span.read-more, .front-page.services a span.read-more svg, .front-page.services a span.read-more, .front-page.services ul.services-list li .service-media h3, .front-page.services ul.services-list li .service-media a:hover h3, ul.case-studies li .case-study-landing-content, ul.case-studies li:hover .case-study-landing-content,
ul.case-studies li:hover a.work-image-link, .partner-logos.awards ul.partner-logos li a:hover, .partner-logos.awards ul.partner-logos li a, #post-comments .cancel a, .comments-list .comment .reply a, .services-post-list .services-content a.read-more-service:hover span.read-more-text:after, .services-post-list .services-content a.read-more-service:hover span.read-more svg, .services-post-list .services-content a.read-more-service:hover span.read-more, .services-post-list .services-content a.read-more-service span.read-more span.read-more-text:after, .services-post-list .services-content a.read-more-service span.read-more svg, .services-post-list .services-content a.read-more-service span.read-more, .services-post-list .services-content a h3:hover, .services-post-list img, .customer-logos ul.customer-logo-list li a:hover img, .customer-logos ul.customer-logo-list li a:hover, .customer-logos ul.customer-logo-list, .customer-logos .controls button:hover, .contact-pop .contact-flex .contact-addresses a.contact-link:hover span, #main section.number-sequence ul li, #footer nav.footer-nav ul a, #footer .footer-site-links a, .say-hello a, .header-navigation .menu ul li a,
.header-navigation .menu-main-navigation-container ul li a, a h1,
a h2,
a h3,
a h4,
a h5,
a h6, .link, a {
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.grayscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.grayscale:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}

ul.case-studies li:hover img.service-image,
ul.case-studies li:hover video {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
}

@media screen and (min-device-width: 0) and (max-device-width: 1024px) {
  .animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-duration: 0;
    animation-duration: 0;
  }
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.preload .animated {
  visibility: hidden;
}

@media screen and (min-device-width: 0) and (max-device-width: 1024px) {
  .animated {
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-duration: 0;
    animation-duration: 0;
  }
}
.wow {
  visibility: hidden;
}

@-webkit-keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
#main .gform_wrapper h3:after {
  border-bottom: 1px solid #000;
  width: 16%;
  height: 3px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  padding-top: 38px;
}

/*--------------------------------------------------------------
Minimal Grid
--------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.single-post:after, .unstyled-list:after {
  content: "";
  display: table;
  clear: both;
}

body {
  color: rgba(2, 10, 23, 0.8);
  letter-spacing: 0;
  font-weight: 200;
  font-size: 20px;
  font-family: "quincy-cf", serif;
  line-height: 1.3;
  -webkit-font-smoothing: subpixel-antialiased !important;
  letter-spacing: 0.01rem;
}

.link, a {
  color: #D14C4C;
  text-decoration: none;
}
.link:hover, a:hover, .link:visited:hover {
  color: rgb(145.5866666667, 37.4133333333, 37.4133333333);
  text-decoration: underline;
}

.fixed, code,
pre {
  font-size: 14px;
  font-family: "Andale Mono", AndaleMono, monospace;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 18px;
  text-transform: none;
  font-weight: 800;
  font-family: "nicholas", serif;
}
h1.case-study-title,
h2.case-study-title,
h3.case-study-title,
h4.case-study-title,
h5.case-study-title,
h6.case-study-title {
  font-family: "stevie-sans", sans-serif;
}

h1,
h2 {
  line-height: 1.1;
  letter-spacing: 0.03rem;
}

h3,
h4 {
  line-height: 1.12;
  font-weight: 700;
  margin-bottom: 12px;
  letter-spacing: 0.05rem;
}

/* Fluid Typography */
h1 {
  font-size: clamp(42px, 5vw, 78px);
}
h1.hero {
  font-size: clamp(48px, 6vw, 96px);
}

h2 {
  font-size: clamp(32px, 4vw, 56px);
  padding-top: 14px;
}
h2.smaller {
  font-size: clamp(22px, 2.5vw, 28px);
}
h2.centered {
  padding-bottom: clamp(24px, 4vw, 74px);
}

h3 {
  font-size: clamp(24px, 3vw, 38px);
}

h4 {
  font-size: clamp(20px, 2.5vw, 28px);
}

h5 {
  margin-bottom: 16px;
  font-size: clamp(18px, 2vw, 24px);
  color: #020A17;
}

h6 {
  margin-bottom: 12px;
  font-size: clamp(16px, 1.5vw, 20px);
  color: #020A17;
  text-transform: uppercase;
}

.navigation-font-family {
  font-family: "stevie-sans", sans-serif;
}

.block-margins {
  margin: 1em 0;
}

.ordered-list, ol,
.unordered-list,
ul {
  margin-bottom: 26px;
  margin-left: 20px;
  list-style-position: outside;
  list-style-type: disc;
  line-height: 1.3;
}
.ordered-list li, ol li,
.unordered-list li,
ul li {
  padding-left: 16px;
  line-height: 160%;
}

.unstyled-list {
  margin-bottom: 18px;
  margin-left: 0;
  list-style-position: outside;
  list-style-type: none;
  line-height: 1.3;
}
.unstyled-list li {
  padding-left: 0;
}

.ordered-list, ol {
  list-style: decimal;
}

.italic, em,
i {
  font-style: italic;
}

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

.medium {
  font-weight: normal;
  font-style: normal;
}

hr {
  margin: 10px 0 28px !important;
  background: #F1EDEE !important;
}

.p, p {
  padding-bottom: 32px;
}

.capitals {
  text-transform: uppercase;
}

.centered {
  text-align: center;
}

a:hover {
  text-decoration: none;
}
a.button {
  margin-top: 4px;
  padding: 10px 28px;
  color: #000000;
  text-transform: uppercase;
  font-size: 70%;
}
a h1,
a h2,
a h3,
a h4,
a h5,
a h6 {
  color: #020A17;
}
a h1:hover,
a h2:hover,
a h3:hover,
a h4:hover,
a h5:hover,
a h6:hover {
  color: black;
}
a.underline-link:hover span {
  text-decoration: underline;
}

ul.unstyled-list {
  margin-bottom: 0;
  margin-left: 0;
  list-style: none;
}

code,
pre {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  line-height: 1.3;
}

hr {
  display: block;
  margin-top: 24px;
  height: 1px;
  border: 0;
  background: #000000;
}

table {
  width: 100%;
  margin-bottom: 28px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
}
table td {
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  vertical-align: middle;
}

.load-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #020A17;
  z-index: 9999;
}
.load-wrapper.bg-darkblue {
  background-color: #020A17;
}
.load-wrapper.bg-midblue {
  background-color: #020A17;
}
.load-wrapper.bg-aqua, .blog-post-list li.load-wrapper:nth-child(5n) {
  background-color: #020A17;
}
.load-wrapper.bg-purple, .blog-post-list li.load-wrapper:nth-child(4n) {
  background-color: #020A17;
}

.spinner {
  display: inline-block;
}
.spinner:after {
  content: " ";
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 3px solid;
  border-color: transparent #ffffff transparent;
  animation: loading 1.4s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#mobile-hamburger {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  z-index: 999;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 18px;
}
@media only screen and (min-width: 50em) {
  #mobile-hamburger {
    display: none;
  }
}
#mobile-hamburger:after, #mobile-hamburger:before,
#mobile-hamburger span {
  border-radius: 18px;
  background: #ffffff;
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  position: relative;
  right: 0;
  top: 8px;
  transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
}
#mobile-hamburger:before {
  top: 0;
}
#mobile-hamburger:after {
  top: 16px;
}

.menu-pop {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
.menu-pop .menu-pop-wrapper {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 60px 40px 60px 23vw;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-80%);
  transform: translateX(-80%);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
.menu-pop a {
  color: rgba(255, 255, 255, 0.5);
}

.menu-is-open .menu-pop {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.menu-is-open .menu-pop .menu-pop-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}
.menu-is-open #mobile-hamburger span {
  background-color: transparent;
}
.menu-is-open #mobile-hamburger:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  top: 8px;
}
.menu-is-open #mobile-hamburger:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 2px;
}

.no-js .outer-wrapper {
  height: auto;
  overflow: hidden;
}
.no-js .contact-pop {
  position: static;
  visibility: visible;
}
.no-js .contact-pop .contact-pop-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#mobile-nav ul li {
  text-align: center;
  font-size: 30px;
  list-style: none;
  font-weight: 600;
}
#mobile-nav ul li a {
  color: #ffffff;
}

a.contact-button-header {
  color: #ffffff;
  font-weight: 600;
  padding: 8px 40px;
  border-radius: 25px;
  border: 1px solid #ffffff;
  font-size: 15px;
  width: auto;
  transition: all 0.3s;
  position: relative;
  display: flex;
  align-items: center;
  font-family: "stevie-sans", sans-serif;
}
@media only screen and (max-width: 50em) {
  a.contact-button-header {
    display: none;
  }
}
a.contact-button-header.icon-box-wrapper {
  display: none;
}
a.contact-button-header:after {
  transition: all 0.3s;
}
a.contact-button-header:after, a.contact-button-header:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  border-radius: 25px;
  opacity: 0.1;
}
a.contact-button-header:hover:after {
  width: 100%;
  opacity: 1;
}
a.contact-button-header:hover {
  color: #ffffff;
}

.header-navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  align-items: center;
  padding: 20px;
  transition: transform 0.85s ease;
}
.header-navigation.nav-hidden {
  transform: translateY(-100%);
}
@media only screen and (max-width: 41.25em) {
  .header-navigation {
    padding: 20px 20px;
    display: block;
  }
  .header-navigation #main-logo img {
    max-width: 200px;
  }
  .header-navigation #main-logo svg {
    max-width: 200px;
  }
  .header-navigation .contact-button-header {
    display: none;
  }
}
@media only screen and (max-width: 50em) {
  .header-navigation #header-nav {
    display: none;
  }
}
@media only screen and (min-width: 50em) {
  .header-navigation {
    padding: 40px 60px;
  }
}
.header-navigation #main-logo {
  width: 200px;
}
.header-navigation #header-nav {
  width: auto;
  align-self: flex-start;
}
.header-navigation .menu,
.header-navigation .menu-main-navigation-container {
  width: auto;
  margin-top: 4px;
}
.header-navigation .menu ul,
.header-navigation .menu-main-navigation-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-navigation .menu ul li,
.header-navigation .menu-main-navigation-container ul li {
  padding: 0 12px;
}
@media only screen and (min-width: 50em) {
  .header-navigation .menu ul li,
  .header-navigation .menu-main-navigation-container ul li {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 75em) {
  .header-navigation .menu ul li,
  .header-navigation .menu-main-navigation-container ul li {
    padding: 0 20px;
  }
}
.header-navigation .menu ul li a,
.header-navigation .menu-main-navigation-container ul li a {
  color: #ffffff;
  font-family: "stevie-sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
}
.header-navigation .menu ul li a:hover,
.header-navigation .menu-main-navigation-container ul li a:hover {
  color: white;
}
.header-navigation .menu ul li a:before, .header-navigation .menu ul li a:after,
.header-navigation .menu-main-navigation-container ul li a:before,
.header-navigation .menu-main-navigation-container ul li a:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #ffffff;
}
.header-navigation .menu ul li a:before,
.header-navigation .menu-main-navigation-container ul li a:before {
  opacity: 0;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  -webkit-transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header-navigation .menu ul li a:after,
.header-navigation .menu-main-navigation-container ul li a:after {
  opacity: 0;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header-navigation .menu ul li a:hover:before, .header-navigation .menu ul li a:hover:after, .header-navigation .menu ul li a:focus:before, .header-navigation .menu ul li a:focus:after,
.header-navigation .menu-main-navigation-container ul li a:hover:before,
.header-navigation .menu-main-navigation-container ul li a:hover:after,
.header-navigation .menu-main-navigation-container ul li a:focus:before,
.header-navigation .menu-main-navigation-container ul li a:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-navigation .menu ul li a:hover:before, .header-navigation .menu ul li a:focus:before,
.header-navigation .menu-main-navigation-container ul li a:hover:before,
.header-navigation .menu-main-navigation-container ul li a:focus:before {
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s;
  transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.2s, -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header-navigation .menu ul li a:hover:after, .header-navigation .menu ul li a:focus:after,
.header-navigation .menu-main-navigation-container ul li a:hover:after,
.header-navigation .menu-main-navigation-container ul li a:focus:after {
  -webkit-transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s;
  transition: transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 0.2s, -webkit-transform 0s 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header-navigation .menu ul li.current_page_item a:before, .header-navigation .menu ul li.current_page_item a:after,
.header-navigation .menu-main-navigation-container ul li.current_page_item a:before,
.header-navigation .menu-main-navigation-container ul li.current_page_item a:after {
  opacity: 0.3;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-navigation .menu-button {
  display: none;
}

#main-header {
  position: relative;
  width: 100%;
  height: auto;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 50%;
  padding: 10px 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 41.25em) {
  #main-header {
    padding-bottom: 60px;
    padding-top: 160px;
  }
}
@media only screen and (min-width: 41.25em) {
  #main-header {
    padding: 40px 20px 0;
    height: 680px;
    background-size: cover;
  }
}
@media only screen and (min-width: 50em) {
  #main-header {
    padding: 40px 60px 0;
    height: 700px;
    background-size: cover;
    background-position: 50% 50%;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
  }
}
@media only screen and (min-width: 75em) {
  #main-header {
    padding: 80px 120px 0;
    height: 760px;
  }
}
@media only screen and (min-width: 112.5em) {
  #main-header {
    padding: 40px 220px 0;
    height: 860px;
  }
}
#main-header.blog-post, #main-header.header-no-image {
  height: 680px;
}
@media only screen and (max-width: 50em) {
  #main-header.blog-post, #main-header.header-no-image {
    height: auto;
  }
}
#main-header .overlay {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
  z-index: 1;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
#main-header .overlay.scrolling {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
#main-header .header-video {
  position: relative;
  overflow: hidden;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.1;
}
#main-header .header-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.2;
}
#main-header .header-text {
  height: auto;
  position: relative;
  z-index: 5;
  margin-bottom: 3.5%;
}
@media only screen and (min-width: 50em) {
  #main-header .header-text {
    width: 85%;
  }
}
@media only screen and (min-width: 75em) {
  #main-header .header-text {
    width: 80%;
  }
}
@media only screen and (min-width: 112.5em) {
  #main-header .header-text {
    width: 70%;
  }
}
#main-header .header-text span.header-client-name {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  display: block;
  letter-spacing: 2px;
  font-family: "stevie-sans", sans-serif;
}
#main-header .header-text h1,
#main-header .header-text h2,
#main-header .header-text h3 {
  color: #D14C4C;
  margin-bottom: 0;
  font-size: 64px;
}
@media only screen and (max-width: 41.25em) {
  #main-header .header-text h1,
  #main-header .header-text h2,
  #main-header .header-text h3 {
    font-size: 46px;
  }
}
#main-header .header-text h1::first-line,
#main-header .header-text h2::first-line,
#main-header .header-text h3::first-line {
  color: #F1EDEE;
}
#main-header .header-text h1.red-bg,
#main-header .header-text h2.red-bg,
#main-header .header-text h3.red-bg {
  color: #D14C4C;
}
#main-header .header-text h1.archive,
#main-header .header-text h2.archive,
#main-header .header-text h3.archive {
  text-transform: capitalize;
}
#main-header .header-text h1 .typed-text,
#main-header .header-text h2 .typed-text,
#main-header .header-text h3 .typed-text {
  display: block;
  margin-top: 0.2em;
  color: #D14C4C;
}
#main-header .header-text h1 .typed-text::after,
#main-header .header-text h2 .typed-text::after,
#main-header .header-text h3 .typed-text::after {
  content: "|";
  margin-left: 4px;
  animation: blink 1s infinite;
}
@keyframes blink {
  0%, 50%, 100% {
    opacity: 0.2;
  }
  25%, 75% {
    opacity: 0.4;
  }
}
#main-header .header-text p {
  color: #F1EDEE;
  margin-top: 44px;
  padding-bottom: 0;
}
@media only screen and (min-width: 50em) {
  #main-header .header-text p {
    width: 80%;
  }
}
@media only screen and (min-width: 75em) {
  #main-header .header-text p {
    width: 72%;
  }
}
@media only screen and (min-width: 112.5em) {
  #main-header .header-text p {
    width: 64%;
  }
}
#main-header .scroll-down {
  position: absolute;
  right: 40px;
  width: 20px;
  height: 20px;
  bottom: 40px;
  padding-left: 0;
  z-index: 2;
  color: #F1EDEE;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
@media only screen and (min-width: 50em) {
  #main-header .scroll-down {
    display: block;
  }
}
#main-header .scroll-down.svg svg {
  width: 20px;
  opacity: 0.7;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#main-header .scroll-down.svg svg:hover {
  opacity: 1;
  cursor: pointer;
}
#main-header .scroll-down.svg .stroke {
  stroke: #ffffff;
}
#main-header .scroll-down.svg .scroller {
  fill: #ffffff;
  -webkit-animation: b 2s infinite;
  animation: b 2s infinite;
}
@-webkit-keyframes b {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes b {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}

.tcon {
  appearance: none;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.tcon > * {
  display: block;
}
.tcon:hover, .tcon:focus {
  outline: none;
}
.tcon::-moz-focus-inner {
  border: 0;
}

.tcon-menu__lines {
  display: inline-block;
  height: 5.7142857143px;
  width: 40px;
  border-radius: 2.8571428571px;
  transition: 0.3s;
  background: black;
  position: relative;
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
  display: inline-block;
  height: 5.7142857143px;
  width: 40px;
  border-radius: 2.8571428571px;
  transition: 0.3s;
  background: black;
  content: "";
  position: absolute;
  left: 0;
  transform-origin: 2.8571428571px center;
  width: 100%;
}
.tcon-menu__lines::before {
  top: 10px;
}
.tcon-menu__lines::after {
  top: -10px;
}
.tcon-transform .tcon-menu__lines {
  transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xbutterfly {
  width: auto;
}
.tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
  transform-origin: 50% 50%;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
  background: transparent;
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  top: 0;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  width: 40px;
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
  transform: rotate3d(0, 0, 1, 45deg);
}
.tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
  transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.tcon-remove {
  height: 40px;
  position: relative;
  transform: scale(0.75);
  width: 40px;
}
.tcon-remove::before, .tcon-remove::after {
  content: "";
  display: block;
  height: 25%;
  width: 85%;
  position: absolute;
  top: 37%;
  left: 8%;
  transition: 0.3s;
  background: black;
}
.tcon-remove::before {
  transform: rotate(45deg);
}
.tcon-remove::after {
  transform: rotate(-45deg);
}

.tcon-remove--chevron-left.tcon-transform::before {
  left: 20%;
  transform: translate(0, -55%) rotate(-45deg);
  width: 62%;
}
.tcon-remove--chevron-left.tcon-transform::after {
  left: 20%;
  transform: translate(0, 55%) rotate(45deg);
  width: 62%;
}

.home #main-header h1 {
  color: #ffffff;
}

.say-hello {
  text-align: center;
  padding: 38px 0;
  color: #ffffff;
}
@media only screen and (min-width: 50em) {
  .say-hello {
    padding: 72px 0;
  }
}
@media only screen and (min-width: 75em) {
  .say-hello {
    padding: 96px 0;
  }
}
.say-hello h3 {
  font-size: 48px;
  margin-bottom: 30px;
}
.say-hello p {
  width: 80%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 40px;
  font-size: 18px;
}
@media only screen and (min-width: 50em) {
  .say-hello p {
    width: 50%;
  }
}
@media only screen and (min-width: 75em) {
  .say-hello p {
    width: 40%;
  }
}
.say-hello a {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 5px;
  color: #020A17;
  font-size: 15px;
  font-weight: 600;
  padding: 14px 30px;
  border: 2px solid #ffffff;
  font-family: "stevie-sans", sans-serif;
  transform: translateY(0);
}
.say-hello a:hover {
  background: none;
  border: 2px solid #ffffff;
  color: #ffffff;
  transform: translateY(-3px);
}

#footer {
  background: #030E21;
  background: linear-gradient(0deg, rgb(3, 14, 33) 100%, rgb(3, 17, 37) 100%);
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
}
#footer .copywrite {
  color: rgba(255, 255, 255, 0.55);
}
#footer .footer-site-links li {
  display: inline-block;
  margin: 0 8px;
}
#footer .footer-site-links a {
  color: rgba(255, 255, 255, 0.55);
}
#footer .footer-site-links a:hover {
  color: rgba(255, 255, 255, 0.9);
}
#footer .footer-site-links i {
  font-size: 20px;
}
#footer .copywrite-section {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
#footer nav.footer-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 16px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 50em) {
  #footer nav.footer-nav ul {
    flex-direction: column;
  }
}
#footer nav.footer-nav ul a {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.6;
}
#footer nav.footer-nav ul a:hover {
  cursor: pointer;
  opacity: 1;
}

body.bg-red {
  background-color: #020A17;
}
body.bg-darkblue {
  background-color: #020A17;
}
body.bg-midblue {
  background-color: #020A17;
}
body.bg-aqua {
  background-color: #020A17;
}
body.bg-purple {
  background-color: #020A17;
}

.outer-wrapper {
  position: relative;
  z-index: 2;
  overflow-y: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}
.outer-wrapper.bg-red, .blog-post-list li.outer-wrapper:nth-child(6n) {
  background-color: #020A17;
}
.outer-wrapper.bg-darkblue {
  background-color: #020A17;
}
.outer-wrapper.bg-midblue {
  background-color: #020A17;
}
.outer-wrapper.bg-aqua, .blog-post-list li.outer-wrapper:nth-child(5n) {
  background-color: #020A17;
}
.outer-wrapper.bg-purple, .blog-post-list li.outer-wrapper:nth-child(4n) {
  background-color: #020A17;
}

.navigation-is-open .outer-wrapper {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.menu-is-open .outer-wrapper {
  -webkit-transform: translateX(-80%);
  -ms-transform: translateX(-80%);
  transform: translateX(-80%);
}

#main {
  background-color: #ffffff;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 41.25em) {
  #main {
    min-height: 350px;
  }
}
@media only screen and (min-width: 50em) {
  #main {
    min-height: 550px;
  }
}
@media only screen and (min-width: 75em) {
  #main {
    min-height: 650px;
  }
}
#main.home {
  background: none;
}
#main.our-work {
  background: none;
}
#main section {
  padding: 20px 10px;
}
@media only screen and (min-width: 41.25em) {
  #main section {
    padding: 20px;
  }
}
@media only screen and (min-width: 50em) {
  #main section {
    padding: 60px;
  }
}
@media only screen and (min-width: 75em) {
  #main section {
    padding: 80px 120px;
  }
}
@media only screen and (min-width: 112.5em) {
  #main section {
    padding: 120px 280px;
  }
}
#main section.front-page.customers, #main section.service-partners {
  padding-left: 0;
  padding-right: 0;
}
#main section.content-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
@media only screen and (max-width: 41.25em) {
  #main section.content-block {
    flex-direction: column-reverse;
  }
}
#main section.content-block .post-content {
  width: 100%;
}
@media only screen and (min-width: 41.25em) {
  #main section.content-block {
    width: 80%;
    margin: 0 auto;
  }
  #main section.content-block.single-post {
    width: 100%;
    flex-direction: row;
    margin-top: auto;
  }
}
@media only screen and (min-width: 41.25em) and (max-width: 41.25em) {
  #main section.content-block.single-post {
    flex-direction: row;
  }
}
@media only screen and (min-width: 41.25em) and (min-width: 50em) {
  #main section.content-block.single-post .post-content {
    width: calc(100% - 320px);
  }
}
@media only screen and (min-width: 41.25em) and (min-width: 75em) {
  #main section.content-block.single-post .post-content {
    width: calc(100% - 360px);
  }
}
@media only screen and (min-width: 41.25em) and (min-width: 112.5em) {
  #main section.content-block.single-post .post-content {
    width: calc(100% - 500px);
  }
}
@media only screen and (min-width: 75em) {
  #main section.content-block.editor-block-1, #main section.content-block.editor-block-3 {
    padding-right: 20%;
  }
  #main section.content-block.editor-block-2 {
    padding-left: 24%;
  }
}
@media only screen and (min-width: 75em) {
  #main section.content-block.case-study {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 41.25em) {
  #main section.content-block.case-study .case-study-info {
    width: 100%;
    margin-left: 0 !important;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 41.25em) {
  #main section.content-block.case-study .post-content {
    width: calc(100% - 320px);
  }
}
@media only screen and (min-width: 75em) {
  #main section.content-block.case-study .post-content {
    width: calc(100% - 360px);
  }
}
#main section.number-sequence.service {
  background: #ffffff;
}
#main section.number-sequence {
  background: rgba(250, 249, 249, 0.6);
}
@media only screen and (min-width: 50em) {
  #main section.number-sequence h3,
  #main section.number-sequence p {
    width: 80%;
  }
}
#main section.number-sequence ul {
  width: 100%;
  margin-top: 30px;
  display: grid;
  align-items: stretch;
  gap: 2rem;
  grid-template-columns: repeat(1, 1fr);
}
@media only screen and (min-width: 112.5em) {
  #main section.number-sequence ul {
    gap: 4rem;
  }
}
#main section.number-sequence ul:after {
  display: none;
}
#main section.number-sequence ul li {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  padding: 28px;
  padding-top: 12px;
  border: 1px solid #F1EDEE;
  border-radius: 14px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.05);
  gap: 14px;
}
@media only screen and (min-width: 112.5em) {
  #main section.number-sequence ul li {
    padding: 38px;
    padding-top: 14px;
  }
}
#main section.number-sequence ul li:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.25), 0 4px 6px -4px rgba(0, 0, 0, 0.15);
}
#main section.number-sequence ul li span.number-sequence-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
#main section.number-sequence ul li span.number-sequence-image img {
  max-height: 110px;
  margin-left: auto;
  margin-right: auto;
}
#main section.number-sequence ul li span.column-number {
  font-size: 34px;
  opacity: 0.4;
  margin-right: 10px;
  display: inline-block;
  float: left;
}
#main section.number-sequence ul li p,
#main section.number-sequence ul li h3 {
  width: 100%;
  padding-bottom: 0;
}
#main section.number-sequence ul li h2, #main section.number-sequence ul li h3 {
  font-size: clamp(20px, 3vw, 28px);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  text-align: center;
}
#main section.number-sequence ul.rows-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (max-width: 75em) {
  #main section.number-sequence ul.rows-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 50em) {
  #main section.number-sequence ul.rows-4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#main section.number-sequence ul.rows-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 50em) {
  #main section.number-sequence ul.rows-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#main section.number-sequence ul.rows-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 50em) {
  #main section.number-sequence ul.rows-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#main section.services-list {
  background: rgba(250, 249, 249, 0.6);
}
@media only screen and (max-width: 41.25em) {
  #main .hide-mobile {
    display: none;
  }
}
#main.site-map h3 {
  display: block;
}
#main.site-map ul {
  width: 100%;
  margin-bottom: 30px;
  margin-left: 30px;
}
#main.site-map ul li {
  list-style: square;
}

.contact-pop {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.7s;
  transition: visibility 0s 0.7s;
}
.contact-pop .contact-pop-wrapper {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 80px 120px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}
@media only screen and (max-width: 50em) {
  .contact-pop .contact-pop-wrapper {
    padding: 60px;
  }
}
@media only screen and (max-width: 41.25em) {
  .contact-pop .contact-pop-wrapper {
    padding: 20px;
  }
}
.contact-pop h1,
.contact-pop h2,
.contact-pop h3,
.contact-pop h4,
.contact-pop h5,
.contact-pop p,
.contact-pop li,
.contact-pop a {
  color: rgba(255, 255, 255, 0.6);
}
.contact-pop h2 {
  color: #ffffff;
}
@media only screen and (max-width: 41.25em) {
  .contact-pop h2 {
    font-size: 40px;
  }
}
.contact-pop h4 {
  color: #ffffff;
}
.contact-pop .contact-flex {
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact-pop .contact-flex .contact-content {
  width: 60%;
  margin-right: 10%;
}
.contact-pop .contact-flex .contact-addresses {
  width: 30%;
  font-size: 18px;
}
.contact-pop .contact-flex .contact-addresses .contact-icons {
  margin-top: 10px;
}
.contact-pop .contact-flex .contact-addresses li {
  padding: 0 2px;
}
.contact-pop .contact-flex .contact-addresses li a {
  display: flex;
  gap: 14px;
  align-items: center;
}
.contact-pop .contact-flex .contact-addresses li a svg {
  height: 20px;
  width: auto;
}
.contact-pop .contact-flex .contact-addresses li a svg path {
  fill: rgba(255, 255, 255, 0.6);
}
.contact-pop .contact-flex .contact-addresses li a:hover {
  color: #ffffff;
}
.contact-pop .contact-flex .contact-addresses li i {
  width: 20px;
  margin-right: 10px;
  position: relative;
  font-size: 13px;
  top: -5px;
}
.contact-pop .contact-flex .contact-addresses ul {
  margin-bottom: 30px;
}
.contact-pop .contact-flex .contact-addresses ul.social-pop-list {
  justify-content: flex-start;
}
.contact-pop .contact-flex .contact-addresses ul.social-pop-list a:hover {
  color: #ffffff;
}
.contact-pop .contact-flex .contact-addresses a.contact-link {
  margin-top: 10px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
}
.contact-pop .contact-flex .contact-addresses a.contact-link span {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  font-family: "stevie-sans", sans-serif;
  font-weight: 600;
  font-size: 15px;
}
.contact-pop .contact-flex .contact-addresses a.contact-link svg {
  height: 20px;
  width: auto;
}
.contact-pop .contact-flex .contact-addresses a.contact-link svg path {
  fill: rgba(255, 255, 255, 0.6);
}
.contact-pop .contact-flex .contact-addresses a.contact-link:hover {
  color: #ffffff;
}
.contact-pop .contact-flex .contact-addresses a.contact-link:hover span {
  border-color: rgba(255, 255, 255, 0.6);
}
.contact-pop .contact-flex .gform_body li {
  padding: 0;
  margin: 0;
}
.contact-pop .contact-flex .gform_body label.gfield_label {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 6px;
}
.contact-pop .contact-flex .gform_body input,
.contact-pop .contact-flex .gform_body textarea,
.contact-pop .contact-flex .gform_body select {
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: none;
  font-size: 16px !important;
  color: #ffffff;
  background: none;
  border-radius: 8px !important;
  padding-left: 14px !important;
}
.contact-pop .contact-flex .gform_body input.medium,
.contact-pop .contact-flex .gform_body select.medium {
  width: 100% !important;
}
.contact-pop .contact-flex .gform_body .gfield_required {
  color: rgba(255, 255, 255, 0.4);
}
.contact-pop .contact-flex .gform_body .ginput_right.address_state {
  margin-left: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  width: calc(48% - 6px);
}
.contact-pop .contact-flex .gform_body select {
  margin: 0 !important;
  position: relative;
  height: 34px !important;
  background: none;
  top: -3px;
}
.contact-pop .contact-flex .gform_body .ginput_container {
  margin-top: 4px;
}
.contact-pop .contact-flex .gform_body .ginput_left {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
.contact-pop .contact-flex .gform_body .ginput_complex label {
  color: rgba(255, 255, 255, 0.3);
  margin: 1px 0;
}
.contact-pop .contact-flex .gform_body input:focus,
.contact-pop .contact-flex .gform_body textarea:focus,
.contact-pop .contact-flex .gform_body select:focus {
  box-shadow: none;
  outline-style: none;
}
.contact-pop .contact-flex .validation_error {
  color: #ffffff !important;
  border: none !important;
  padding: 5px 0 !important;
}
.contact-pop .contact-flex .gfield_error {
  background: none !important;
  border: none !important;
  color: #ffffff !important;
}
.contact-pop .contact-flex .gfield_error .gfield_label,
.contact-pop .contact-flex .gfield_error .validation_message,
.contact-pop .contact-flex .gfield_error label {
  color: #ffffff !important;
}
.contact-pop .contact-flex .gfield_error input,
.contact-pop .contact-flex .gfield_error textarea {
  border-color: rgba(255, 255, 255, 0.2) !important;
  background: rgba(255, 255, 255, 0.05);
}
.contact-pop .contact-flex .gfield_error .gfield_description.validation_message {
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 2px;
  letter-spacing: 1px;
}
.contact-pop .contact-flex .gform_footer input[type=submit] {
  position: relative;
  background: none;
  color: #ffffff;
  font-size: 15px;
  border: 1px solid #ffffff;
  border-radius: 25px;
  padding: 8px 40px;
  font-weight: 600;
  font-family: "quincy-cf", serif;
  transition: all 0.3s;
  z-index: 3;
  font-family: "stevie-sans", sans-serif;
}
.contact-pop .contact-flex .gform_footer input[type=submit]:hover {
  cursor: pointer;
  background: #ffffff;
  color: black;
}
@media only screen and (max-width: 41.25em) {
  .contact-pop .contact-flex {
    display: block;
  }
  .contact-pop .contact-flex .contact-content {
    width: 100%;
    margin-right: 0;
  }
  .contact-pop .contact-flex .contact-addresses {
    width: 100%;
  }
}

.navigation-is-open .contact-pop {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .contact-pop .contact-pop-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.no-js .outer-wrapper {
  height: auto;
  overflow: hidden;
}
.no-js .contact-pop {
  position: static;
  visibility: visible;
}
.no-js .contact-pop .contact-pop-wrapper {
  height: auto;
  overflow: visible;
  padding: 100px 5%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

body.navigation-is-open .icon-box {
  display: inline-block;
  position: absolute;
  z-index: 5;
  width: 39px;
  height: 39px;
  right: 60px;
  top: 34px;
  border: 1px solid #ffffff;
  transition: all 0.3s;
  border-radius: 39px;
}
@media only screen and (max-width: 41.25em) {
  body.navigation-is-open .icon-box {
    right: 20px;
  }
}
body.navigation-is-open .icon-box:after {
  transition: all 0.3s;
}
body.navigation-is-open .icon-box:after, body.navigation-is-open .icon-box:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
  border-radius: 25px;
  opacity: 0.1;
}
body.navigation-is-open .icon-box:hover {
  cursor: pointer;
}
body.navigation-is-open .icon-box:hover:after {
  width: 100%;
  opacity: 1;
}
body.navigation-is-open .icon-box span.cross-to-arrow {
  position: absolute;
  width: 20px;
  height: 4px;
  border-radius: 18px;
  background: none;
  top: 50%;
  left: 50%;
  display: block;
  margin-top: -2px;
  margin-left: -10px;
}
body.navigation-is-open .icon-box span.cross-to-arrow:before {
  transform: rotate(45deg);
  display: block;
  content: "";
  background-color: #ffffff;
  width: 20px;
  height: 4px;
  border-radius: 18px;
  position: absolute;
}
body.navigation-is-open .icon-box span.cross-to-arrow:after {
  transform: rotate(-45deg);
  display: block;
  content: "";
  background-color: #ffffff;
  width: 20px;
  height: 4px;
  border-radius: 18px;
  position: absolute;
}
body.navigation-is-open .icon-box:hover span.cross-to-arrow {
  background-color: #ffffff;
  transition: ease-in-out 0.4s;
}
body.navigation-is-open .icon-box:hover span.cross-to-arrow:before {
  transition: ease-in-out 0.4s;
  transform: translate3d(-6px, 0, 0) rotate(-45deg) scaleX(0.7);
  top: -4px;
}
body.navigation-is-open .icon-box:hover span.cross-to-arrow:after {
  transition: ease-in-out 0.4s;
  transform: translate3d(-6px, 0, 0) rotate(45deg) scaleX(0.7);
  bottom: -4px;
}

body.preload .contact-pop,
body.preload .menu-pop {
  display: none;
}

.preloader {
  position: fixed;
  top: 0;
  z-index: 100;
  min-height: 480px;
  width: 100%;
  height: 100%;
  background: black;
}
.preloader .loader,
.preloader .loader-logo {
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.preloader .loader {
  bottom: 40%;
}
.preloader .loader .loader-inner {
  display: block;
  margin: 0 auto;
}
.preloader .loader-logo {
  position: absolute;
  left: 50%;
  top: 40%;
  margin-left: -160px;
  width: 320px;
}
.preloader .loader-logo span {
  padding-top: 40px;
  color: white;
  text-align: center;
}
.preloader .loader-inner path {
  fill: none;
  stroke-width: 5;
}
.preloader .loader-inner path.loader-circle {
  -webkit-transition: stroke-dashoffset 0.2s;
  transition: stroke-dashoffset 0.2s;
  stroke: white;
}

.loading .loader,
.loading .loader-logo {
  opacity: 1;
  -webkit-animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: animInitialHeader 1s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.loading .loader {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0);
  }
}
@keyframes animInitialHeader {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 800px, 0);
    transform: translate3d(0, 800px, 0);
  }
}
.loaded .loader,
.loaded .loader-logo {
  opacity: 1;
}

.loaded .loader-logo {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLogo 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}
@keyframes animLoadedLogo {
  to {
    -webkit-transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
    transform: translate3d(0, 100%, 0) translate3d(0, 50px, 0) scale3d(0.65, 0.65, 1);
  }
}
.loaded .loader path {
  -webkit-transition: all 0.5s ease 0.3s;
  transition: all 0.5s ease 0.3s;
}

.loaded .loader {
  -webkit-animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedLoader 0.5s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}
@keyframes animLoadedLoader {
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
    transform: translate3d(0, -100%, 0) scale3d(0.3, 0.3, 1);
  }
}
.loaded .preloader {
  -webkit-animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
  animation: animLoadedHeader 1s cubic-bezier(0.7, 0, 0.3, 1) forwards;
}

@-webkit-keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes animLoadedHeader {
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.no-js .preloader {
  position: relative;
  min-height: 0;
}

.no-js .preloader .loader-logo {
  margin-top: 20px;
  height: 180px;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.no-js .preloader .loader path {
  fill: #fff;
}

.team-members {
  background-color: #FAF9F9;
}
.team-members .team-members-intro {
  margin: 30px 0;
  justify-content: flex-start;
  width: 100%;
}
@media only screen and (min-width: 50em) {
  .team-members .team-members-intro {
    width: 70%;
    margin: 40px auto;
  }
}
.team-members .team-members-intro h2 {
  width: 35%;
  color: #020A17;
  text-align: right;
  border-right: 2px solid #020A17;
  padding: 24px 50px 24px 0;
  margin-bottom: 0;
}
.team-members .team-members-intro p {
  text-align: left;
  width: calc(65% - 50px);
  padding-left: 50px;
}
@media only screen and (max-width: 41.25em) {
  .team-members .team-members-intro {
    display: inline-block;
    margin-bottom: 0;
  }
  .team-members .team-members-intro h2 {
    width: 100%;
    border-right: none;
    text-align: center;
    padding-right: 0;
    font-size: 40px;
  }
  .team-members .team-members-intro p {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
  }
}
.team-members ul {
  align-items: flex-start;
  padding-top: 40px;
}
.team-members ul:after {
  content: "";
  flex: auto;
}
@media only screen and (min-width: 75em) {
  .team-members ul {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 41.25em) {
  .team-members ul {
    display: block;
  }
}
@media only screen and (min-width: 41.25em) {
  .team-members ul {
    flex-wrap: wrap;
    align-content: space-between;
  }
}
.team-members ul li {
  display: inline-block;
  text-align: center;
  padding-bottom: 20px;
  width: 46%;
  margin: 0 2%;
}
@media only screen and (max-width: 41.25em) {
  .team-members ul li {
    width: 96%;
    margin: 0 2%;
  }
}
@media only screen and (min-width: 50em) {
  .team-members ul li {
    width: 29%;
    margin: 0 2%;
  }
}
@media only screen and (min-width: 75em) {
  .team-members ul li {
    width: 15%;
  }
}
.team-members ul img {
  margin-bottom: 20px;
}
.team-members ul h4 {
  font-size: 20px;
  color: #020A17;
  margin-bottom: 6px;
}
.team-members ul p {
  font-size: 16px;
  color: rgba(2, 10, 23, 0.6);
  padding-bottom: 10px;
  line-height: 1.2;
}

.customer-logos {
  background-color: #ffffff;
  padding: 30px 0;
}
@media only screen and (min-width: 50em) {
  .customer-logos {
    padding: 90px 0 70px;
  }
}
.customer-logos .controls {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 41.25em) {
  .customer-logos .controls {
    display: inline-block;
  }
}
.customer-logos .controls button {
  border: none;
  background: none;
  text-align: center;
  padding: 0;
  color: #020A17;
  font-size: 12px;
}
.customer-logos .controls button:hover {
  color: rgb(145.5866666667, 37.4133333333, 37.4133333333);
  cursor: pointer;
}
.customer-logos .controls button.mixitup-control-active {
  border-bottom: 2px solid #D14C4C;
  padding-bottom: 3px;
  margin-top: 3px;
  color: #D14C4C;
}
.customer-logos .controls button:focus {
  outline: none;
}
@media only screen and (max-width: 41.25em) {
  .customer-logos .controls button {
    font-size: 13px;
    margin-right: 14px;
  }
}
.customer-logos ul.customer-logo-list {
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px 24px;
}
@media only screen and (min-width: 50em) {
  .customer-logos ul.customer-logo-list {
    gap: 8px 56px;
  }
}
.customer-logos ul.customer-logo-list {
  padding: 20px 0;
}
.customer-logos ul.customer-logo-list:after {
  content: "";
  flex: auto;
}
@media only screen and (min-width: 50em) {
  .customer-logos ul.customer-logo-list {
    padding: 50px 0 20px;
    overflow: hidden;
  }
}
.customer-logos ul.customer-logo-list li {
  width: 16.6666666667%;
  text-align: center;
  aspect-ratio: 1/0.7;
  align-items: center;
  justify-content: center;
  display: flex;
}
@media only screen and (min-width: 41.25em) {
  .customer-logos ul.customer-logo-list li {
    width: 10%;
  }
}
@media only screen and (min-width: 50em) {
  .customer-logos ul.customer-logo-list li {
    width: 8.3333333333%;
  }
}
.customer-logos ul.customer-logo-list li:hover {
  cursor: pointer;
}
.customer-logos ul.customer-logo-list li img {
  display: flex;
  width: auto;
  max-height: 46px;
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}
@media only screen and (min-width: 50em) {
  .customer-logos ul.customer-logo-list li img {
    max-height: 56px;
  }
}
.customer-logos ul.customer-logo-list li img:hover {
  cursor: pointer;
}
.customer-logos ul.customer-logo-list li a {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/0.7;
}
.customer-logos ul.customer-logo-list li a:hover {
  cursor: pointer;
}
.customer-logos ul.customer-logo-list li a:hover img {
  cursor: pointer;
  -webkit-filter: grayscale(100);
  -moz-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.5;
}
.customer-logos ul.customer-logo-list li a picture {
  display: block;
}
.customer-logos ul.customer-logo-list li a img {
  display: flex;
  width: 100%;
  max-height: 46px;
}
@media only screen and (min-width: 50em) {
  .customer-logos ul.customer-logo-list li a img {
    max-height: 56px;
  }
}

.services-post-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 50em) {
  .services-post-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.services-post-list {
  gap: 58px;
}
@media only screen and (min-width: 75em) {
  .services-post-list {
    gap: 88px 8%;
  }
}
.services-post-list:after {
  display: none;
}
.services-post-list li {
  width: 100%;
}
.services-post-list li .service-media {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
.services-post-list li .service-media a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
  width: 100%;
}
.services-post-list li .service-media a h3 {
  margin-bottom: 0;
}
.services-post-list li .service-media img {
  display: flex;
  max-width: 88px;
}
@media only screen and (max-width: 41.25em) {
  .services-post-list li.service-item {
    padding: 10px 0 30px;
    border-bottom: 0.05rem #cdcdcd solid;
  }
}
.services-post-list li.service-item:last-child {
  border-bottom: none;
}
.services-post-list img:hover {
  opacity: 0.5;
}
.services-post-list .services-content a {
  width: 100%;
  margin: 0 !important;
}
.services-post-list .services-content a h3:hover {
  color: #020A17;
}
.services-post-list .services-content a.read-more-service {
  display: inline-block;
  padding-top: 30px;
}
.services-post-list .services-content a.read-more-service span.read-more {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  color: #D14C4C;
  z-index: 5;
  line-height: 100%;
  margin-bottom: 20px;
  font-family: "stevie-sans", sans-serif;
  display: inline-flex;
  flex-direction: column;
  width: auto;
}
.services-post-list .services-content a.read-more-service span.read-more span {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.services-post-list .services-content a.read-more-service span.read-more svg {
  opacity: 0;
  position: relative;
  left: -30px;
  top: -6px;
  height: 20px;
  width: auto;
}
.services-post-list .services-content a.read-more-service span.read-more svg path {
  fill: #D14C4C;
}
.services-post-list .services-content a.read-more-service span.read-more span.read-more-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.services-post-list .services-content a.read-more-service span.read-more span.read-more-text:after {
  content: "";
  background: #D14C4C;
  height: 1px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  left: 0;
}
.services-post-list .services-content a.read-more-service:hover {
  cursor: pointer;
}
.services-post-list .services-content a.read-more-service:hover span.read-more svg {
  opacity: 1;
  left: 10px;
}
.services-post-list .services-content a.read-more-service:hover span.read-more-text:after {
  left: 60px;
  opacity: 0;
}
.services-post-list .services-content ul.sub-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}
.services-post-list .services-content li {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.2;
}
@media only screen and (min-width: 75em) {
  .services-post-list .services-content li {
    width: calc(50% - 12px);
  }
}
.services-post-list .services-content li svg {
  color: #020A17;
  width: 12px;
  min-width: 12px;
  height: 12px;
  transform: translateY(7px);
}
.services-post-list .services-content li svg path {
  fill: #020A17;
}

.partner-text {
  padding: 20px 10px;
}
@media only screen and (min-width: 41.25em) {
  .partner-text {
    padding: 20px;
  }
}
@media only screen and (min-width: 50em) {
  .partner-text {
    padding: 60px;
    width: 60%;
    margin-right: auto;
  }
}
@media only screen and (min-width: 75em) {
  .partner-text {
    padding: 0 120px 80px;
  }
}
@media only screen and (min-width: 112.5em) {
  .partner-text {
    padding: 0 280px 140px;
  }
}

.comments-list .comment .comment-body {
  padding: 20px;
  border-bottom: 2px solid rgba(241, 237, 238, 0.8);
  background: rgba(250, 249, 249, 0.6);
  border-radius: 18px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 41.25em) {
  .comments-list .comment .comment-body {
    padding: 10px;
  }
}
.comments-list .comment p {
  padding-bottom: 18px;
  font-size: 16px;
  line-height: 1.4;
  clear: both;
}
.comments-list .comment .reply {
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
}
.comments-list .comment .reply a {
  color: #020A17;
}
.comments-list .comment .reply a:hover {
  border-bottom: 1px solid #020A17;
  padding-bottom: 3px;
}
.comments-list .comment {
  list-style: none;
}
.comments-list .comment .comment-author img {
  border-radius: 30px;
  border: 1px solid #F1EDEE;
  float: left;
  margin-bottom: 10px;
}
.comments-list .comment .comment-author .fn {
  font-size: 14px;
  margin-left: 20px;
}
.comments-list .comment .comment-author .says {
  display: none;
}
.comments-list .comment .comment-meta {
  font-size: 10px;
  margin-left: 76px;
  line-height: 1;
}
.comments-list .comment .children {
  margin-left: 0;
  margin-bottom: 0;
}
.comments-list .comment .hljs {
  border-bottom: none;
  padding: 20px;
  background: none;
  margin: 10px 0 20px;
}

#comment-form input,
#comment-form textarea {
  width: 100%;
  border: 1px solid #F1EDEE;
  box-shadow: none;
  font-size: 14px !important;
  background: none;
  border-radius: 18px !important;
  padding: 8px 5px;
  padding-left: 8px !important;
  margin-bottom: 10px;
  font-family: "quincy-cf", serif;
}
#comment-form input:focus,
#comment-form textarea:focus {
  box-shadow: none;
  outline-style: none;
}
#comment-form input::placeholder,
#comment-form textarea::placeholder {
  color: rgba(2, 10, 23, 0.5);
  font-family: "quincy-cf", serif;
}
#comment-form input[type=submit],
#comment-form textarea[type=submit] {
  width: auto;
  text-align: center !important;
  position: relative;
  background: none;
  border: 1px solid #020A17;
  color: #020A17;
  padding: 12px 20px !important;
  border-radius: 50px !important;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
  transition: all 0.3s;
  z-index: 3;
  font-family: "stevie-sans", sans-serif;
}
#comment-form input[type=submit]:hover,
#comment-form textarea[type=submit]:hover {
  cursor: pointer;
  background: #020A17;
  color: #ffffff;
}
#comment-form textarea {
  height: 140px;
}

#post-comments .cancel {
  float: right;
  font-size: 11px;
  text-transform: uppercase;
  display: inline-block;
}
#post-comments .cancel a {
  color: #020A17;
}
#post-comments .cancel a:hover {
  border-bottom: 1px solid #020A17;
  padding-bottom: 3px;
}

.form-submit {
  padding-top: 12px;
  padding-bottom: 12px;
}

.hljs {
  display: block;
  overflow-x: auto;
  padding: 20px;
  background-color: rgba(241, 237, 238, 0.3);
  border-radius: 18px;
  border-bottom: 2px solid rgba(241, 237, 238, 0.8);
  margin: 20px 0 40px;
}
@media only screen and (min-width: 50em) {
  .hljs {
    padding: 40px;
  }
}

.hljs,
.hljs-subst {
  color: rgba(2, 10, 23, 0.8);
}

.hljs-comment {
  color: #020A17;
}

.hljs-keyword,
.hljs-attribute,
.hljs-selector-tag,
.hljs-meta-keyword,
.hljs-doctag,
.hljs-name {
  font-weight: bold;
}

/* User color: hue: 0 */
.hljs-type,
.hljs-string,
.hljs-number,
.hljs-selector-id,
.hljs-selector-class,
.hljs-quote,
.hljs-template-tag,
.hljs-deletion {
  color: #020A17;
}

.hljs-title,
.hljs-section {
  color: #020A17;
  font-weight: bold;
}

.hljs-regexp,
.hljs-symbol,
.hljs-variable,
.hljs-template-variable,
.hljs-link,
.hljs-selector-attr,
.hljs-selector-pseudo {
  color: #020A17;
}

.hljs-literal {
  color: #78A960;
}

.hljs-built_in,
.hljs-bullet,
.hljs-code,
.hljs-addition {
  color: #397300;
}

.hljs-meta {
  color: #1f7199;
}

.hljs-meta-string {
  color: #4d99bf;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

@media only screen and (min-width: 50em) {
  .partner-logos .accreditation-text {
    width: 60%;
  }
}
.partner-logos.grey {
  background-color: #ffffff;
}
.partner-logos h2 {
  margin-left: auto;
  margin-right: auto;
}
.partner-logos ul.partner-logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 26px 66px;
  align-items: center;
  justify-items: center;
  padding-top: 30px;
  width: 100%;
}
.partner-logos ul.partner-logos li {
  text-align: center;
}
.partner-logos ul.partner-logos li a {
  display: block;
}
.partner-logos ul.partner-logos li img {
  max-height: 54px;
  max-width: 160px;
  margin-left: auto;
  margin-right: auto;
  filter: saturate(0%) grayscale(100%) brightness(75%) contrast(1000%);
  transition: 0.35s ease-in-out;
}
.partner-logos ul.partner-logos li a:hover img {
  transition: 0.35s ease-in-out;
  cursor: pointer;
}
.partner-logos.awards ul.partner-logos {
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 42px 82px;
  width: 100%;
}
@media only screen and (max-width: 75em) {
  .partner-logos.awards ul.partner-logos {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 26px 66px;
  }
}
@media only screen and (max-width: 50em) {
  .partner-logos.awards ul.partner-logos {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 41.25em) {
  .partner-logos.awards ul.partner-logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.partner-logos.awards ul.partner-logos li img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
}
.partner-logos.awards ul.partner-logos li a {
  display: block;
}
.partner-logos.awards ul.partner-logos li a:hover {
  opacity: 0.6;
}

ul.case-studies li {
  position: relative;
  margin-bottom: 40px;
}
ul.case-studies li:hover img.service-image,
ul.case-studies li:hover video {
  opacity: 0.55;
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
  border-radius: 48px;
}
ul.case-studies li:hover .case-study-landing-content,
ul.case-studies li:hover a.work-image-link {
  border-radius: 48px;
}
@media only screen and (max-width: 50em) {
  ul.case-studies li:hover .case-study-landing-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media only screen and (max-width: 50em) {
  ul.case-studies li:hover a.work-image-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
ul.case-studies li a {
  display: block;
  position: relative;
}
ul.case-studies li a.work-image-link {
  overflow: hidden;
  aspect-ratio: 1220/700;
}
ul.case-studies li img,
ul.case-studies li video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 18px;
  transition: all 2s linear;
  transform: scale3d(1, 1, 1);
}
@media only screen and (max-width: 50em) {
  ul.case-studies li img,
  ul.case-studies li video {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width: 112.5em) {
  ul.case-studies li img,
  ul.case-studies li video {
    width: 100%;
  }
}
ul.case-studies li img.customer-logo {
  max-width: 320px;
  max-height: 160px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0;
  z-index: 12;
  object-fit: contain;
}
@media only screen and (max-width: 75em) {
  ul.case-studies li img.customer-logo {
    max-width: 200px;
    height: auto;
  }
}
ul.case-studies li img.customer-logo:hover {
  filter: none;
  opacity: 1;
}
ul.case-studies li img.customer-logo:after {
  content: none;
}
ul.case-studies li a.work-link-image {
  display: inline-block;
  position: relative;
}
ul.case-studies li .case-study-landing-content {
  background-color: #ffffff;
  width: 100%;
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 11;
  border-radius: 18px;
}
@media only screen and (max-width: 50em) {
  ul.case-studies li .case-study-landing-content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
  }
}
ul.case-studies li .case-study-landing-content h3 {
  text-transform: uppercase;
  font-size: 16px;
  color: rgba(2, 10, 23, 0.8);
  margin-bottom: 32px;
  letter-spacing: normal;
  line-height: 1.45;
}
@media only screen and (max-width: 41.25em) {
  ul.case-studies li .case-study-landing-content h3 {
    margin-bottom: 12px;
  }
}
ul.case-studies li .case-study-landing-content p {
  font-size: 30px;
  color: #020A17;
  font-weight: 600;
  font-family: "nicholas", serif;
}
@media only screen and (max-width: 41.25em) {
  ul.case-studies li .case-study-landing-content p {
    font-size: 20px;
    line-height: 1.2;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 112.5em) {
  ul.case-studies li .case-study-landing-content p {
    font-size: 34px;
    line-height: 1.45;
  }
}
ul.case-studies li .case-study-landing-content a {
  display: block;
}
ul.case-studies li .case-study-landing-content span {
  margin-bottom: 0;
}
@media only screen and (max-width: 50em) {
  ul.case-studies li .case-study-landing-content span.read-more {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 50em) {
  ul.case-studies li {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    margin-bottom: 80px;
  }
  ul.case-studies li a.work-image-link {
    width: calc(100% - 270px);
    position: relative;
    z-index: 10;
    border-radius: 18px;
  }
}
@media only screen and (min-width: 50em) and (min-width: 50em) and (max-width: 75em) {
  ul.case-studies li a.work-image-link {
    width: calc(100% - 130px);
  }
}
@media only screen and (min-width: 50em) {
  ul.case-studies li a.work-image-link:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.15);
  }
  ul.case-studies li .case-study-landing-content {
    width: 480px;
    min-height: 300px;
    position: absolute;
    z-index: 11;
    right: 0;
    padding: 50px;
  }
}
@media only screen and (min-width: 50em) and (min-width: 50em) and (max-width: 75em) {
  ul.case-studies li .case-study-landing-content {
    width: 360px;
    padding: 40px;
    min-height: 200px;
  }
}
@media only screen and (min-width: 50em) and (min-width: 112.5em) {
  ul.case-studies li .case-study-landing-content {
    padding-top: 130px;
    padding-bottom: 130px;
    width: 580px;
  }
}
@media only screen and (min-width: 50em) {
  ul.case-studies li:nth-child(even) {
    flex-direction: row-reverse;
  }
  ul.case-studies li:nth-child(even) .case-study-landing-content {
    right: auto;
    left: 0;
  }
}

.front-page.services {
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media only screen and (max-width: 50em) {
  .front-page.services {
    flex-wrap: wrap;
  }
}
.front-page.services ul.services-list {
  width: 100%;
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 50em) {
  .front-page.services ul.services-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.front-page.services ul.services-list {
  gap: 32px 58px;
}
@media only screen and (min-width: 112.5em) {
  .front-page.services ul.services-list {
    gap: 42px 88px;
  }
}
.front-page.services ul.services-list li {
  display: flex;
  flex-direction: column;
  margin: 12px 0;
  text-align: left;
}
.front-page.services ul.services-list li a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.front-page.services ul.services-list li a svg {
  height: 20px;
}
.front-page.services ul.services-list li img {
  display: flex;
  max-width: 88px;
}
.front-page.services ul.services-list li .service-media {
  display: flex;
  flex-direction: column;
  margin-bottom: 18px;
}
.front-page.services ul.services-list li .service-media a {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 22px;
}
.front-page.services ul.services-list li .service-media a:hover h3 {
  color: #D14C4C;
}
.front-page.services ul.services-list li .service-media h3 {
  font-size: clamp(24px, 3vw, 28px);
  margin-bottom: 0;
  flex: 1;
  flex-grow: 1;
}
.front-page.services ul.services-list li p {
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 1.3;
}
.front-page.services .services-front-page-text {
  width: 100%;
  margin-right: auto;
  margin-bottom: 38px;
}
@media only screen and (min-width: 41.25em) {
  .front-page.services .services-front-page-text {
    width: 60%;
  }
}
.front-page.services a span.read-more {
  font-weight: 600;
  display: inline-block;
  color: #D14C4C;
  z-index: 5;
  line-height: 100%;
  font-family: "stevie-sans", sans-serif;
  margin-bottom: 0;
}
.front-page.services a span.read-more span {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.front-page.services a span.read-more svg {
  opacity: 0;
  position: relative;
  left: -30px;
  width: 0;
  top: 5px;
  height: 20px;
}
.front-page.services a span.read-more span.read-more-text:after {
  display: none;
}
.front-page.services a:hover span.read-more svg {
  opacity: 1;
  left: 10px;
  height: 20px;
  width: 20px;
  color: rgb(145.5866666667, 37.4133333333, 37.4133333333);
}

.blog-list.front-page {
  background-color: #FAF9F9;
}

.front-page.customers {
  background-color: #ffffff;
}
@media only screen and (max-width: 41.25em) {
  .front-page.customers {
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
  }
}
.front-page.customers .splide-top {
  margin-top: 48px;
  margin-bottom: 42px;
}
.front-page.customers .customer-front-page-text {
  margin-bottom: 5%;
  padding: 0 20px;
}
@media only screen and (min-width: 50em) {
  .front-page.customers .customer-front-page-text {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 75em) {
  .front-page.customers .customer-front-page-text {
    padding: 0 120px;
  }
}
@media only screen and (min-width: 112.5em) {
  .front-page.customers .customer-front-page-text {
    padding: 0 280px;
  }
}
.front-page.customers ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  filter: saturate(0%) grayscale(100%) brightness(55%) contrast(1000%);
}
.front-page.customers ul li img {
  max-height: 62px;
  max-width: 152px;
}
@media only screen and (max-width: 50em) {
  .front-page.customers ul li img {
    max-height: 60px;
  }
}
@media only screen and (max-width: 41.25em) {
  .front-page.customers ul li img {
    max-height: 54px;
  }
}

.front-page a span.read-more,
.work-list a span.read-more {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  color: #D14C4C;
  z-index: 5;
  line-height: 100%;
  margin-bottom: 20px;
  font-family: "stevie-sans", sans-serif;
  display: inline-flex;
  flex-direction: column;
  width: auto;
}
.front-page a span.read-more span,
.work-list a span.read-more span {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.front-page a span.read-more svg,
.work-list a span.read-more svg {
  opacity: 0;
  position: relative;
  left: -30px;
  top: -6px;
  height: 20px;
  width: auto;
}
.front-page a span.read-more svg path,
.work-list a span.read-more svg path {
  fill: #D14C4C;
}
.front-page a span.read-more span.read-more-text,
.work-list a span.read-more span.read-more-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.front-page a span.read-more span.read-more-text:after,
.work-list a span.read-more span.read-more-text:after {
  content: "";
  background: #D14C4C;
  height: 1px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  left: 0;
}
.front-page a:hover,
.work-list a:hover {
  cursor: pointer;
}
.front-page a:hover span.read-more svg,
.work-list a:hover span.read-more svg {
  opacity: 1;
  left: 10px;
}
.front-page a:hover span.read-more-text:after,
.work-list a:hover span.read-more-text:after {
  left: 60px;
  opacity: 0;
}

.service-sub-features {
  background: rgba(250, 249, 249, 0.8);
}
.service-sub-features ul.sub-service-post-list {
  display: grid;
  justify-content: flex-start;
  gap: 68px 8%;
  align-items: flex-start;
  margin-top: 32px;
}
@media only screen and (max-width: 41.25em) {
  .service-sub-features ul.sub-service-post-list {
    display: block;
  }
}
@media only screen and (min-width: 41.25em) {
  .service-sub-features ul.sub-service-post-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.service-sub-features ul.sub-service-post-list li {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
}
@media only screen and (max-width: 41.25em) {
  .service-sub-features ul.sub-service-post-list li {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    text-align: center;
  }
}
.service-sub-features ul.sub-service-post-list:after {
  display: none;
}
.service-sub-features ul.sub-service-post-list a {
  display: inline-block;
}
.service-sub-features ul.sub-service-post-list p a {
  display: inline;
}
.service-sub-features ul.sub-service-post-list img {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 75em) {
  .service-sub-features ul.sub-service-post-list img {
    width: 30%;
    margin-left: 0;
    max-width: 146px;
  }
}

.single-services ul.partner-logo-services li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-right: 0;
  filter: saturate(0%) grayscale(100%) brightness(55%) contrast(1000%);
}
.single-services ul.partner-logo-services li img {
  max-height: 62px;
  max-width: 182px;
}
@media only screen and (max-width: 50em) {
  .single-services ul.partner-logo-services li img {
    max-height: 60px;
  }
}
@media only screen and (max-width: 41.25em) {
  .single-services ul.partner-logo-services li img {
    max-height: 54px;
  }
}
.single-services ul.partner-logo-services.colour-logo li {
  filter: none;
}
.single-services .gallery-block-footer {
  padding-bottom: 20px;
}
@media only screen and (min-width: 41.25em) {
  .single-services .gallery-block-footer {
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 50em) {
  .single-services .gallery-block-footer {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 75em) {
  .single-services .gallery-block-footer {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 112.5em) {
  .single-services .gallery-block-footer {
    padding-bottom: 120px;
  }
}

.blog-post-list {
  align-items: flex-start;
}
@media only screen and (max-width: 41.25em) {
  .blog-post-list {
    display: block;
  }
}
@media only screen and (min-width: 41.25em) {
  .blog-post-list {
    flex-wrap: wrap;
    align-content: space-between;
  }
}
.blog-post-list:after {
  content: "";
  flex: auto;
}
.blog-post-list li {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  text-align: left;
  width: 46%;
  margin: 0 2%;
  min-height: 420px;
  padding: 28px;
  border-radius: 18px;
  margin-bottom: 4vw !important;
  background: #020A17;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 75em) {
  .blog-post-list li {
    min-height: 520px;
  }
}
.blog-post-list li.bg-red, .blog-post-list li:nth-child(6n) {
  background-color: #020A17;
}
.blog-post-list li.bg-darkblue {
  background-color: #020A17;
}
.blog-post-list li.bg-midblue {
  background-color: #020A17;
}
.blog-post-list li.bg-aqua, .blog-post-list li:nth-child(5n) {
  background-color: #020A17;
}
.blog-post-list li.bg-purple, .blog-post-list li:nth-child(4n) {
  background-color: #020A17;
}
.blog-post-list li a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
}
.blog-post-list li .blog-content {
  height: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.blog-post-list li .blog-content .date,
.blog-post-list li .blog-content h3 {
  z-index: 15;
  position: relative;
}
.blog-post-list li .image-background {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.blog-post-list li .image-background:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 41.25em) {
  .blog-post-list li {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (min-width: 75em) {
  .blog-post-list li {
    width: 31.3333333%;
    margin: 0 1%;
    padding: 38px;
    margin-bottom: 1.5vw !important;
  }
}
.blog-post-list li h3 {
  color: #ffffff;
  position: relative;
  z-index: 5;
}
.blog-post-list li span.date {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 26px;
  display: block;
  position: relative;
  z-index: 5;
  font-family: "stevie-sans", sans-serif;
  font-weight: 600;
}
.blog-post-list li span.read-more {
  margin-top: auto;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  color: #ffffff;
  z-index: 5;
  line-height: 100%;
  font-family: "stevie-sans", sans-serif;
  display: inline-flex;
  flex-direction: column;
  width: auto;
}
.blog-post-list li span.read-more span {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.blog-post-list li span.read-more svg {
  opacity: 0;
  position: relative;
  left: -30px;
  top: -6px;
  height: 20px;
  width: auto;
}
.blog-post-list li span.read-more svg path {
  fill: #ffffff;
}
.blog-post-list li span.read-more span.read-more-text {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.blog-post-list li span.read-more span.read-more-text:after {
  content: "";
  background: #ffffff;
  height: 1px;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  left: 0;
}
.blog-post-list li:hover {
  cursor: pointer;
}
.blog-post-list li:hover span.read-more svg {
  opacity: 1;
  left: 10px;
}
.blog-post-list li:hover span.read-more-text:after {
  left: 60px;
  opacity: 0;
}

.author-info {
  margin-left: auto;
  margin-top: 30px;
  text-align: left;
  justify-content: flex-start;
  margin-bottom: 12px;
  flex-wrap: wrap;
  width: 100%;
  background-color: rgb(247.69375, 245.60625, 246.128125);
  border-radius: 18px;
  padding: 8px 28px 12px 18px;
  border-bottom: 3px solid #F1EDEE;
}
@media only screen and (min-width: 50em) {
  .author-info {
    max-width: 180px;
    width: auto;
    float: right;
    margin-top: 0;
  }
}
@media only screen and (min-width: 75em) {
  .author-info {
    max-width: 260px;
  }
}
.author-info.responsive {
  margin: 10px 0 20px;
}
@media only screen and (min-width: 41.25em) {
  .author-info.responsive {
    display: none;
  }
}
.author-info img {
  width: 60px;
  margin-right: 24px;
}
.author-info p {
  padding-bottom: 0;
  font-size: 18px;
}
.author-info span.date {
  font-size: 14px;
  opacity: 0.6;
  display: block;
}
.author-info .addthis_inline_share_toolbox_ktph {
  margin-top: 40px;
  margin-bottom: 30px;
  width: 100%;
  min-height: 60px;
  padding: 0 0 8px;
  border-top: 1px solid #F1EDEE;
  border-bottom: 1px solid #F1EDEE;
}
@media only screen and (min-width: 75em) {
  .author-info .addthis_inline_share_toolbox_ktph {
    margin-top: 80px;
    margin-bottom: 70px;
  }
}
.author-info .addthis_inline_share_toolbox_ktph span.share-text {
  font-size: 11px;
  display: block;
  padding-bottom: 10px;
  padding-top: 8px;
  padding-left: 8px;
  font-weight: 600;
}
.author-info .blog-categories {
  width: 100%;
}
.author-info .blog-categories span {
  font-size: 11px;
  padding-left: 8px;
  font-weight: 600;
  padding-bottom: 12px;
  display: block;
}
.author-info .blog-categories ul {
  width: 100%;
}
.author-info .blog-categories li {
  padding-left: 8px;
  line-height: 1.1;
  padding-bottom: 10px;
  border-top: 1px solid #F1EDEE;
}
.author-info .blog-categories li:first-child {
  border-top: none;
}
.author-info .blog-categories li.current-cat a {
  color: #020A17;
}
.author-info .blog-categories li a {
  font-size: 11px;
  color: rgba(2, 10, 23, 0.8);
  text-transform: uppercase;
}
.author-info .blog-categories li a:hover {
  color: #020A17;
}

.tags {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #F1EDEE;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media only screen and (max-width: 50em) {
  .tags {
    font-size: 9px;
    border-width: 1px;
    border-style: solid;
    border-color: #F1EDEE;
    background-color: #FAF9F9;
    margin-top: 0;
    padding: 8px;
    border-radius: 18px;
  }
}
.tags .tags-start {
  margin-right: 12px;
}
.tags a {
  color: rgba(2, 10, 23, 0.8);
  margin-right: 12px;
}
.tags a:hover {
  color: #020A17;
}

.case-study-info {
  text-align: left;
  max-width: 100%;
}
@media only screen and (min-width: 41.25em) {
  .case-study-info {
    max-width: 300px;
    display: inline-block;
    align-self: flex-start;
    margin-left: auto;
  }
}
.case-study-info ul {
  padding-top: 3px;
}
.case-study-info li {
  padding-bottom: 0;
  font-size: 16px;
  padding-bottom: 6px;
  margin-left: 3px;
}
.case-study-info li:before {
  content: "-";
  display: inline-block;
  margin-right: 6px;
}
.case-study-info li:first-child {
  color: #020A17;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 6px;
  margin-left: 0;
}
.case-study-info li:first-child:before {
  display: none;
}
.case-study-info li span {
  top: -1px;
  position: relative;
  margin-left: 2px;
  color: #D14C4C;
}
.case-study-info li span.colon {
  margin-left: 2px;
  position: relative;
  top: -3px;
  font-weight: 600;
}
.case-study-info p {
  color: #D14C4C;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 14px;
}
.case-study-info p span {
  top: -1px;
  position: relative;
  margin-left: 2px;
}
.case-study-info p span.normal {
  top: 1px;
  font-size: 16px;
  color: rgba(2, 10, 23, 0.8);
  text-transform: capitalize;
  font-weight: 400;
  margin-left: 12px;
  font-family: "quincy-cf", serif;
}

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

.weblink-button {
  display: inline-block;
  margin: 30px auto 60px;
  color: #020A17;
  background: #ffffff;
  border: 2px solid #020A17;
  padding: 15px 56px;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  font-family: "stevie-sans", sans-serif;
}
.weblink-button:hover {
  color: #ffffff !important;
  background-color: #020A17;
}
@media only screen and (min-width: 41.25em) {
  .weblink-button {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 75em) {
  .weblink-button {
    margin-bottom: 90px;
  }
}

.single-post-image {
  background-color: #FAF9F9;
  text-align: center;
  border-left: 0.4vw solid #ffffff;
  border-right: 0.4vw solid #ffffff;
  border-radius: 16px;
  padding-top: 22px;
}
@media only screen and (min-width: 75em) {
  .single-post-image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.single-post-image img {
  width: 100%;
}
@media only screen and (min-width: 50em) {
  .single-post-image img {
    width: 80%;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 112.5em) {
  .single-post-image img {
    width: 70%;
  }
}

.editor-block h3 {
  padding-top: 42px;
}
.editor-block h3:first-of-type {
  padding-top: 0;
}

@media only screen and (min-width: 75em) {
  .gallery-block {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.gallery-block ul {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-top: 0.5vw;
  border-left: 0.2vw solid #ffffff;
  border-right: 0.2vw solid #ffffff;
}
@media only screen and (max-width: 41.25em) {
  .gallery-block ul {
    justify-content: flex-start;
  }
}
.gallery-block .gallery-image {
  display: flex;
  flex: 1 1 auto;
  overflow: hidden;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 41.25em) {
  .gallery-block .gallery-image {
    flex: 1 100%;
  }
}
.gallery-block .gallery-image {
  border-top: 0 solid #ffffff;
  border-bottom: 0.4vw solid #ffffff;
  border-left: 0.2vw solid #ffffff;
  border-right: 0.2vw solid #ffffff;
}
.gallery-block .gallery-image img {
  width: 100%;
  height: 36vw;
  object-fit: cover;
  border-radius: inherit;
}
@media only screen and (max-width: 50em) {
  .gallery-block .gallery-image img {
    height: 42vw;
  }
}
@media only screen and (max-width: 41.25em) {
  .gallery-block .gallery-image img {
    height: 88vw;
  }
}

.macbook-mockup {
  position: relative;
  margin: 0 auto;
  border-radius: 16px;
  overflow: hidden;
  border-left: 0.4vw solid #ffffff;
  border-right: 0.4vw solid #ffffff;
  border-bottom: 0.4vw solid #ffffff;
}
@media only screen and (min-width: 75em) {
  .macbook-mockup {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.macbook-frame {
  width: 100%;
  height: auto;
  display: block;
  border-radius: inherit;
}

/* This is your "screen cutout" */
.macbook-screen {
  position: absolute;
  top: 9.2%; /* adjust based on your image */
  left: 16.2%; /* adjust */
  width: 68.3%; /* adjust */
  height: 77.9%; /* adjust */
  overflow: hidden;
  border-radius: 8px;
  background: #000;
}
.macbook-screen video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-study-results {
  background-color: rgb(245.4625, 242.7375, 243.41875);
}
.case-study-results h3 {
  text-align: center;
  margin-bottom: 48px;
}
.case-study-results ul {
  align-items: flex-start;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  justify-content: stretch;
}
@media only screen and (max-width: 41.25em) {
  .case-study-results ul {
    grid-template-columns: 1fr;
  }
}
.case-study-results ul li {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
  gap: 18px;
  height: 100%;
}
@media only screen and (max-width: 41.25em) {
  .case-study-results ul li {
    margin-bottom: 60px;
  }
}
.case-study-results ul li span.results-title {
  display: block;
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #020A17;
}
.case-study-results ul li span.results-text {
  display: block;
  line-height: 1.3;
}

.previous-case-study-section {
  background-color: rgb(2.575, 12.0166666667, 28.325);
  border-bottom: 1px solid rgb(4.275, 19.95, 47.025);
  padding: 40px;
}
@media only screen and (max-width: 41.25em) {
  .previous-case-study-section {
    padding: 20px;
  }
}
@media only screen and (max-width: 41.25em) {
  .previous-case-study-section div {
    flex-direction: column;
    gap: 16px;
    justify-content: center;
  }
}
.previous-case-study-section div span {
  width: 50%;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  display: block;
  font-family: "stevie-sans", sans-serif;
}
@media only screen and (max-width: 41.25em) {
  .previous-case-study-section div span {
    width: 100%;
    padding-right: 0;
  }
}
.previous-case-study-section div span a {
  text-transform: capitalize;
  font-size: 24px;
  font-family: "nicholas", serif;
  letter-spacing: 0.03rem;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 14px;
}
@media only screen and (max-width: 41.25em) {
  .previous-case-study-section div span a {
    font-size: 14px;
  }
}
.previous-case-study-section div span a svg {
  color: #cdcdcd;
  width: 18px;
  height: auto;
  transform: translateX(0);
  opacity: 1;
}
.previous-case-study-section div span a svg path {
  fill: #ffffff;
}
.previous-case-study-section div span a strong {
  color: #ffffff;
}
.previous-case-study-section div span a:hover svg {
  opacity: 0;
  transform: translateX(-20px);
}
.previous-case-study-section div .next-case-study a {
  flex-direction: row;
}
.previous-case-study-section div .next-case-study a:hover svg {
  opacity: 0;
  transform: translateX(20px);
}
.previous-case-study-section.news a {
  font-size: 16px;
}
@media only screen and (max-width: 41.25em) {
  .previous-case-study-section.news div {
    display: block;
  }
}
@media only screen and (max-width: 41.25em) {
  .previous-case-study-section.news div span {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 41.25em) {
  .previous-case-study-section.news div span.next-case-study {
    padding: 0;
    margin-top: 20px;
  }
}

.clear-multi::after,
.gf_list_2col::after,
.gf_list_3col::after,
.gf_list_4col::after,
.gf_list_5col::after,
.gf_list_inline::after,
.gf_page_steps::after,
.ginput_complex::after,
.ginput_full::after,
.ui-datepicker-header::after {
  clear: both;
  content: "";
  display: table;
}

.gform_wrapper form {
  margin-bottom: 7px;
  margin-bottom: 0.4666666667rem;
}

.gform_heading {
  margin-bottom: 14px;
  margin-bottom: 0.9333333333rem;
  padding-bottom: 7px;
  padding-bottom: 0.4666666667rem;
  border-bottom: 1px solid white;
}
.gform_heading .gform_title {
  margin-bottom: 7px;
  margin-bottom: 0.4666666667rem;
}

.gsection {
  margin-bottom: 7px;
  margin-bottom: 0.4666666667rem;
  padding-bottom: 7px;
  padding-bottom: 0.4666666667rem;
  border-bottom: 1px solid #DEDEDE;
}
.gsection .gsection_title {
  margin-bottom: 7px;
  margin-bottom: 0.4666666667rem;
}

.gfield_required {
  color: #f00;
  padding-left: 2px;
}

.ginput_complex label {
  font-weight: normal;
}

.gform_fields {
  margin: 0;
  list-style: none;
}

.gfield {
  margin-bottom: 7px;
  margin-bottom: 0.4666666667rem;
}

.gfield_description {
  font-size: 14px;
  font-size: 0.9333333333rem;
  font-style: italic;
}

.validation_message {
  font-style: normal;
}

.gfield_checkbox,
.gfield_radio {
  list-style: none;
  margin: 0;
}
.gfield_checkbox input,
.gfield_radio input {
  margin-right: 4px;
  margin-right: 0.2666666667rem;
}

.gfield_radio input[type=text] {
  width: auto;
  display: inline-block;
}

.ginput_complex .ginput_left {
  width: 49%;
  float: left;
  clear: left;
}
@media only screen and (max-width: 50em) {
  .ginput_complex .ginput_left {
    float: none !important;
    width: 99% !important;
  }
}
.ginput_complex .ginput_right {
  width: 49%;
  float: right;
  clear: right;
}
@media only screen and (max-width: 50em) {
  .ginput_complex .ginput_right {
    float: none !important;
    width: 99% !important;
  }
}
.ginput_complex .ginput_right.address_state {
  padding: 0;
  margin: 0 !important;
  position: relative;
  top: 2px;
}
.ginput_complex .ginput_right.address_state select {
  height: 30px;
}
.ginput_complex label {
  letter-spacing: 0;
  font-size: 10px !important;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 8px !important;
}

.name_prefix {
  width: 10%;
  float: left;
  margin-right: 1%;
}

.name_first {
  width: 49.5%;
  float: left;
}
@media only screen and (max-width: 50em) {
  .name_first {
    float: none !important;
    width: 99% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.name_last {
  width: 49.5%;
  float: right;
  margin-right: 0;
}
@media only screen and (max-width: 50em) {
  .name_last {
    float: none !important;
    width: 99% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.name_suffix {
  width: 9%;
  float: right;
}

input.datepicker_with_icon {
  margin-right: 7px;
  margin-right: 0.4666666667rem;
  display: inline-block;
  width: auto;
}

.gfield_date_dropdown_month,
.gfield_date_month {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}

.gfield_date_day,
.gfield_date_dropdown_day {
  display: inline-block;
  width: auto;
  margin-right: 1%;
}

.gfield_date_dropdown_year,
.gfield_date_year {
  display: inline-block;
  width: auto;
}

.gfield_time_hour {
  float: left;
  margin-right: 1%;
}
.gfield_time_hour input {
  width: inherit;
  display: inline-block;
}
.gfield_time_hour label {
  display: block;
}

.gfield_time_minute {
  width: 30%;
  float: left;
  margin-right: 1%;
}

.gfield_time_ampm {
  width: 20%;
  float: left;
  margin-right: 1%;
}

.gfield,
.gform_footer {
  clear: both;
}

.gf_left_half {
  width: 49%;
  float: left;
  clear: left;
}
@media only screen and (max-width: 50em) {
  .gf_left_half {
    float: none !important;
    width: 99% !important;
  }
}

.gf_right_half {
  width: 49%;
  float: right;
  clear: right;
}
@media only screen and (max-width: 50em) {
  .gf_right_half {
    float: none !important;
    width: 99% !important;
  }
}

.gf_left_third {
  clear: none;
  width: 32.5%;
  float: left;
  margin-right: 1.25%;
}
@media only screen and (max-width: 50em) {
  .gf_left_third {
    float: none !important;
    width: 99% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.gf_middle_third {
  clear: none;
  width: 32.5%;
  float: left;
}
@media only screen and (max-width: 50em) {
  .gf_middle_third {
    float: none !important;
    width: 99% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.gf_right_third {
  clear: none;
  width: 32.5%;
  float: right;
}
@media only screen and (max-width: 50em) {
  .gf_right_third {
    float: none !important;
    width: 99% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.gf_inline {
  width: auto;
  display: inline-block;
  margin-right: 1%;
  vertical-align: top;
}

.gf_list_2col li {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 50em) {
  .gf_list_2col li {
    float: none !important;
    width: 99% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.gf_list_3col li {
  width: 33%;
  float: left;
}
@media only screen and (max-width: 50em) {
  .gf_list_3col li {
    float: none !important;
    width: 99% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.gf_list_4col li {
  width: 25%;
  float: left;
}
@media only screen and (max-width: 50em) {
  .gf_list_4col li {
    float: none !important;
    width: 99% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.gf_list_5col li {
  width: 20%;
  float: left;
}
@media only screen and (max-width: 50em) {
  .gf_list_5col li {
    float: none !important;
    width: 99% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.gf_list_inline li {
  display: inline-block;
  margin-right: 1%;
}

.gf_list_height_25 li {
  height: 25px;
}

.gf_list_height_50 li {
  height: 50px;
}

.gf_list_height_75 li {
  height: 75px;
}

.gf_list_height_100 li {
  height: 100px;
}

.gf_list_height_125 li {
  height: 125px;
}

.gf_list_height_150 li {
  height: 150px;
}

.gfield_list {
  margin: 0;
}

.gfield_list > tbody > tr:nth-child(odd) > td,
.gfield_list > tbody > tr:nth-child(odd) > th {
  padding-right: 7px;
  padding-right: 0.4666666667rem;
  background: none;
  line-height: normal;
  padding: 0;
  border: 0;
}

.gfield_list > thead > tr > th {
  border: 0;
}

.gf_scroll_text {
  padding: 12px;
  border: 1px solid #cecece;
  height: 180px;
  overflow: auto;
}
.gf_scroll_text p:last-of-type {
  margin-bottom: 0;
}

.gf_hide_ampm .gfield_time_ampm {
  display: none;
}

.gf_hide_charleft .charleft {
  display: none;
}

.gf_page_steps {
  margin-bottom: 7px;
  margin-bottom: 0.4666666667rem;
  line-height: 1;
}

.gf_step {
  display: inline-block;
  opacity: 0.2;
  margin-right: 1%;
}
.gf_step:last-of-type {
  margin-right: 0;
}

.gf_step_active {
  opacity: 1;
}

.gf_step_number {
  font-weight: bold;
  font-size: 150%;
}

.gfield_error {
  padding: 7px;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-left-color: #d9534f;
}
.gfield_error .validation_message,
.gfield_error > label {
  color: #ca3c3c;
}
.gfield_error input,
.gfield_error select,
.gfield_error textarea {
  border-color: #ca3c3c;
}
.gfield_error input:focus,
.gfield_error select:focus,
.gfield_error textarea:focus {
  border-color: rgb(165.9072580645, 45.0927419355, 45.0927419355);
}

.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}

.ui-datepicker {
  background: #ffffff;
  border: 1px solid #f3f3f3;
}

.ui-datepicker-prev {
  width: 20%;
  float: left;
}

.ui-datepicker-next {
  width: 20%;
  float: right;
}

.ui-datepicker-title {
  width: 60%;
  float: left;
}
.ui-datepicker-title select {
  width: auto;
  display: inline-block;
}

#main .gform_body ul li {
  padding-left: 0;
}
#main .gform_wrapper {
  margin-top: 22px;
  width: 100%;
}
#main .gform_wrapper label {
  color: "quincy-cf", serif;
  font-weight: 400;
  font-size: 20px;
  font-family: "quincy-cf", serif;
  font-size: 15px;
}
#main .gform_wrapper h3 {
  position: relative;
  display: inline-block;
  margin-top: 30px;
  color: #000000;
}
#main .gform_wrapper h3:after {
  padding-top: 8px;
  width: 40%;
  border-bottom: 2px solid #000000;
}
#main .gform_wrapper input[type=email],
#main .gform_wrapper input[type=file],
#main .gform_wrapper input[type=number],
#main .gform_wrapper input[type=password],
#main .gform_wrapper input[type=search],
#main .gform_wrapper input[type=tel],
#main .gform_wrapper input[type=text],
#main .gform_wrapper input[type=url],
#main .gform_wrapper select,
#main .gform_wrapper textarea {
  padding: 7px;
  padding: 0.4666666667rem;
  display: block;
  padding-right: 0 !important;
  border: none;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #000000;
  font-weight: normal !important;
  font-family: "quincy-cf", serif !important;
  line-height: normal;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border: 1px solid #e2e2e2;
  width: 100%;
  font-size: 14px !important;
}
#main .gform_wrapper input[type=email]:focus,
#main .gform_wrapper input[type=file]:focus,
#main .gform_wrapper input[type=number]:focus,
#main .gform_wrapper input[type=password]:focus,
#main .gform_wrapper input[type=search]:focus,
#main .gform_wrapper input[type=tel]:focus,
#main .gform_wrapper input[type=text]:focus,
#main .gform_wrapper input[type=url]:focus,
#main .gform_wrapper select:focus,
#main .gform_wrapper textarea:focus {
  outline: none;
  border-color: #e2e2e2;
}
@media only screen and (max-width: 50em) {
  #main .gform_wrapper input[type=email].medium,
  #main .gform_wrapper input[type=file].medium,
  #main .gform_wrapper input[type=number].medium,
  #main .gform_wrapper input[type=password].medium,
  #main .gform_wrapper input[type=search].medium,
  #main .gform_wrapper input[type=tel].medium,
  #main .gform_wrapper input[type=text].medium,
  #main .gform_wrapper input[type=url].medium,
  #main .gform_wrapper select.medium,
  #main .gform_wrapper textarea.medium {
    float: none !important;
  }
}
#main .gform_wrapper .ginput_complex .ginput_full input[type=text] {
  padding-right: 0 !important;
  width: 100% !important;
}
#main .gform_wrapper input[type=text] {
  font-size: 15px;
}
#main .gform_wrapper input[type=file]:hover {
  cursor: pointer;
}
#main .gform_wrapper input[type=search] {
  display: inline-block;
  width: auto;
}
#main .gform_wrapper select {
  height: 30px;
}
#main .gform_wrapper select[multiple],
#main .gform_wrapper select[size] {
  height: auto;
}
#main .gform_wrapper input[type=checkbox],
#main .gform_wrapper input[type=radio] {
  display: inline-block;
  width: auto;
  -webkit-appearance: checkbox !important;
}
#main .gform_wrapper button,
#main .gform_wrapper input[type=button],
#main .gform_wrapper input[type=reset],
#main .gform_wrapper input[type=submit] {
  padding: 7px 14px;
  padding: 0.4666666667rem 0.9333333333rem;
  display: inline-block;
  border: 0;
  background: #020A17;
  color: #ffffff;
  border: 1px solid #020A17;
  text-transform: uppercase;
  letter-spacing: 0;
  font-size: 15px;
  border-radius: 25px;
  padding: 8px 40px;
  font-weight: 600;
  font-family: "quincy-cf", serif;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#main .gform_wrapper button:hover,
#main .gform_wrapper input[type=button]:hover,
#main .gform_wrapper input[type=reset]:hover,
#main .gform_wrapper input[type=submit]:hover {
  background: none;
  color: #020A17;
  cursor: pointer;
}
#main .gform_wrapper button:focus,
#main .gform_wrapper input[type=button]:focus,
#main .gform_wrapper input[type=reset]:focus,
#main .gform_wrapper input[type=submit]:focus {
  box-shadow: none !important;
  outline-style: none !important;
  outline: none !important;
}
#main .gform_wrapper button:focus,
#main .gform_wrapper input[type=button]:focus,
#main .gform_wrapper input[type=checkbox]:focus,
#main .gform_wrapper input[type=radio]:focus,
#main .gform_wrapper input[type=reset]:focus,
#main .gform_wrapper input[type=submit]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#main .gform_wrapper input[type=submit] {
  padding: 8px 40px !important;
  background-color: #020A17;
  color: #ffffff;
  font-weight: 600 !important;
  font-size: 15px !important;
  border: 1px solid #020A17;
}
#main .gform_wrapper input[type=submit]:hover {
  color: #020A17;
  background-color: none !important;
  cursor: pointer;
}

.gfield_description {
  padding-top: 8px !important;
  font-size: 13px !important;
  font-style: normal !important;
  line-height: 1.3 !important;
  color: #020A17 !important;
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.gform_wrapper .gform_page_footer {
  border-top: none !important;
}

.gform_wrapper .gf_progressbar {
  background: none !important;
  margin-top: 10px;
  box-shadow: none !important;
}

.gform_wrapper .gf_progressbar {
  padding: 10px !important;
}

.gform_wrapper .percentbar_blue {
  background: #020A17 !important;
}

.gform_wrapper .gf_progressbar_percentage span {
  font-family: "quincy-cf", serif !important;
  float: none !important;
  text-align: center !important;
  font-size: 12px !important;
}

.gform_wrapper ul li.gfield {
  margin-top: 10px !important;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  border: none !important;
}

.gform_next_button {
  margin-right: 0 !important;
  float: right !important;
}

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from, 20%, 53%, 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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 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);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
    transform: translate3d(0, -30px, 0);
  }
  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);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-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);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

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

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

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

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.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);
  }
}
.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 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: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 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);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 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);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 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);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 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);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 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);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.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);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

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

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

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

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

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

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

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

@-webkit-keyframes jackInTheBox {
  from {
    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 {
  from {
    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);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

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

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

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

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

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

@-webkit-keyframes zoomOut {
  from {
    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 {
  from {
    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;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

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

@-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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@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);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@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);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

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

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

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

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

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

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

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

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

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide:not(.is-initialized) .splide__slide:not(:first-child) {
  display: none;
}
/*# sourceMappingURL=maps/main.css.map */
