*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  text-size-adjust: none;
  vertical-align: baseline;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration,
input[type=submit]::-webkit-search-decoration,
input[type=submit]::-webkit-search-cancel-button,
input[type=submit]::-webkit-search-results-button,
input[type=submit]::-webkit-search-results-decoration {
  display: none;
}

figure {
  margin: 0;
}

button {
  border: 0;
  border-radius: 0;
  cursor: pointer;
  outline: none;
}
button:focus {
  outline: none;
}

section {
  outline: none;
}
section:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  text-decoration: none;
  color: #0d1d3d;
}

@font-face {
  font-family: "Flama";
  src: url(/wp-content/themes/shiftin/assets/fonts/flama/Flama-Bold.otf) format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Flama";
  src: url(/wp-content/themes/shiftin/assets/fonts/flama/Flama-Medium.otf) format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Flama-Book";
  src: url(/wp-content/themes/shiftin/assets/fonts/flama/Flama-Book.otf) format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  color: #0d1d3d;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  background-color: #f0f2f7;
  font-family: "Flama-Book", sans-serif;
}
@media (min-width: 36em) {
  body {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

h1 {
  font-family: "Flama", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 3.6rem;
}
@media (min-width: 40em) {
  h1 {
    font-size: 5rem;
    line-height: 5.8rem;
  }
}

h2 {
  font-family: "Flama", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 3rem;
}
@media (min-width: 36em) {
  h2 {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}

h3 {
  font-family: "Flama", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4rem;
}
@media (min-width: 36em) {
  h3 {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
}

h4 {
  font-family: "Flama", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (min-width: 36em) {
  h4 {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

.carousel-partners .owl-item,
.carousel-certificates .owl-item {
  background-color: #ffffff;
  padding: 2.4rem 3.2rem;
}
.carousel-partners .owl-stage,
.carousel-certificates .owl-stage {
  display: flex;
}

.footer-wrapper {
  background-color: #ffffff;
/*   margin-top: 6rem; */
}
@media (min-width: 48em) {
  .footer-wrapper {
/*     margin-top: 10rem; */
  }
}

.footer {
  max-width: 132rem;
  margin: 0 auto;
  padding: 4rem 2.4rem;
}
@media (min-width: 48em) {
  .footer {
    display: flex;
    align-items: center;
  }
}
.footer__logo {
  display: none;
  width: 4rem;
  height: 4rem;
}
@media (min-width: 48em) {
  .footer__logo {
    display: block;
  }
}
.footer__logo svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (min-width: 48em) {
  .footer__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.footer__nav {
  text-align: center;
}
@media (min-width: 48em) {
  .footer__nav ul {
    display: flex;
    flex: 1;
  }
}
.footer__nav ul li {
  margin-bottom: 1rem;
}
.footer__nav ul li:not(:last-child) {
  margin-right: 1.6rem;
}
.footer__copyright {
  text-align: center;
  padding-bottom: 4rem;
}
@media (min-width: 48em) {
  .footer__copyright {
    padding-bottom: 0;
  }
}
.footer__copyright span {
  color: #FF6600;
}

#root {
  background-color: #F2F4FA;
}

.wrapper--contact {
  background-image: url(/wp-content/uploads/2021/10/contact-bg@2x.png);
  background-repeat: no-repeat;
  background-size: 32rem;
  background-position: 58% 80%;
	min-height: 90vh;
}
.wrapper--pricing {
  background-image: url(/wp-content/uploads/2021/10/pricing-bg@2x.png);
  background-repeat: no-repeat;
  background-size: 32rem;
  background-position: right 20%;
}
.wrapper--dark {
  background-color: #E4E7F0;
}

.container {
  max-width: 132rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 2.4rem;
}
.container--full {
  max-width: 100%;
  padding: 0;
}
.container--white {
  background-color: #ffffff;
}
.container--pb-8 {
  padding-bottom: 8rem;
}

.header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 1.6rem 3rem;
}
@media (min-width: 48em) {
  .header-wrapper {
    padding: 2.4rem;
  }
}
.header-wrapper.scrolled, .header-wrapper.active {
  animation: header 1s ease-in-out;
  animation-fill-mode: forwards;
}

.header {
  display: flex;
/*   justify-content: space-between; */
  align-items: center;
  max-width: 132rem;
  margin: 0 auto;
}

@keyframes header {
  0% {
    box-shadow: none;
    background-color: transparent;
  }
  100% {
    box-shadow: 0 0.8rem 2.4rem 0 rgba(255, 102, 0, 0.2);
    background-color: #ffffff;
  }
}
.nav-wrapper {
  position: absolute;
  top: 6.4rem;
  right: 0;
  transform: translateX(100%) scale(0);
  width: 100%;
  height: calc(100vh - 6.4rem);
  background-color: #ff6600;
  transition: all 0.25s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 50em) {
  .nav-wrapper {
    position: static;
    transform: none;
    height: auto;
    width: auto;
    background-color: transparent;
	  margin-left: auto;
  }
}
.nav-wrapper.active {
  transform: translateX(0) scale(1);
}

.nav {
  margin: 0;
}
@media (min-width: 50em) {
  .nav {
    display: flex;
  }
}
.nav li {
  margin: 0 0 2.4rem;
  display: block;
  position: relative;
}
@media (min-width: 50em) {
  .nav li {
    margin: 0;
  }
}
@media (min-width: 50em) {
  .nav li:not(:last-child) {
    margin-right: 4rem;
  }
}
.nav li:after {
  content: "";
  display: block;
  width: 100%;
  background-color: #FF6600;
  height: 0.2rem;
  position: absolute;
  left: 0;
  bottom: -.4rem;
  transform: scaleX(0);
  transition: all 0.25s ease-in-out;
}
.nav li:hover:after {
  transform: scaleX(1);
}
.nav li a {
  font-family: "Flama", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  display: block;
}
@media (min-width: 50em) {
  .nav li a {
    font-size: 1.4rem;
    line-height: 1.4rem;
    color: #0d1d3d;
  }
}

.article {
  margin: 10rem 0 3.2rem;
}
@media (min-width: 64em) {
  .article {
    margin: 16rem auto 4rem;
    max-width: 88rem;
  }
}
.article__title {
  margin-bottom: 1.6rem;
}
.article__image {
  height: 16rem;
  margin-bottom: 2.4rem;
}
@media (min-width: 64em) {
  .article__image {
    height: 48rem;
  }
}
.article__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article__content p {
  margin-bottom: 1.6rem;
}
.article__content h2, .article__content h3, .article__content h4, .article__content h5, .article__content h6 {
  margin-bottom: 2.4rem;
}

.blog-list {
  padding-bottom: 8rem;
}
@media (min-width: 48em) {
  .blog-list {
    display: flex;
    flex-wrap: wrap;
  }
}
.blog-list__item {
  background-color: #ffffff;
  height: 100%;
  margin-bottom: 2.4rem;
  display: block;
  box-shadow: 0 1.6rem 3rem 0 rgba(39, 49, 69, 0.05);
  transition: all 0.25s ease-in-out;
}
@media (min-width: 48em) {
  .blog-list__item {
    flex: 0 1 calc(50% - 3.2rem);
    margin: 1.6rem;
  }
}
@media (min-width: 64em) {
  .blog-list__item {
    flex: 0 1 calc(33% - 3.2rem);
  }
}
.blog-list__item:hover {
  box-shadow: 0 0.8rem 1.5rem 0 rgba(39, 49, 69, 0.05);
  transform: translateY(-1rem);
}
.blog-list__item__image {
  height: 18rem;
}
@media (min-width: 64em) {
  .blog-list__item__image {
    height: 24rem;
  }
}
.blog-list__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog-list__item__info {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
}
.blog-list__item__title {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 2rem;
}
.blog-list__item__title span {
  color: #FF6600;
}
@media (min-width: 48em) {
  .blog-list__item__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.blog-list__item__excerpt {
  margin-bottom: auto;
}
.blog-list__item__button {
  color: #FF6600;
  margin-top: 1.6rem;
  font-weight: 700;
}

.burger {
  width: 2.8rem;
  height: 2.8rem;
  position: relative;
  display: none;
  z-index: 9999;
  cursor: pointer;
}
@media (max-width: 50em) {
  .burger {
    display: block;
  }
}
.burger__line {
  max-width: 1.6rem;
  width: 100%;
  height: 0.2rem;
  background-color: #ff6600;
  border-radius: 0.4rem;
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.burger__line--top {
  top: calc(50% - .6rem);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.burger__line--middle {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.burger__line--bottom {
  transform: translateX(-50%) translateY(-50%);
  top: calc(50% + .6rem);
  left: 50%;
}
.burger.active .burger__line--top {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(225deg);
}
.burger.active .burger__line--middle {
  transform: translateX(-50%) translateY(-50%) rotate(-225deg);
}
.burger.active .burger__line--bottom {
  transform: translateX(1rem);
  opacity: 0;
}

.button {
  font-size: 1.3rem;
  line-height: 1.3rem;
  padding: 2.2rem;
  text-align: center;
  border: 0.1rem solid transparent;
  background-color: transparent;
  display: block;
  text-transform: uppercase;
}
@media (min-width: 48em) {
  .button {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
.button--orange {
  background-color: #FF6600;
  border-color: #FF6600;
  color: #ffffff;
}
.button--outline {
  background-color: transparent;
  color: #FF6600;
}
.button--icon {
  position: relative;
}
.button--icon img {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%);
}

.carousel-certificates__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.carousel-certificates__item__image {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 3.2rem;
}
.carousel-certificates__item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.carousel-certificates__item__description {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.6rem;
}
.carousel-certificates .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-resources {
  max-width: 132rem;
  margin: 0 auto;
}
@media (min-width: 82.5em) {
  .carousel-resources {
    padding: 0 2.4rem;
  }
}
.carousel-resources__view-all {
  color: #FF6600;
  margin-top: 4rem;
  text-align: center;
  font-weight: 500;
  display: none;
}
@media (min-width: 64em) {
  .carousel-resources__view-all {
    display: block;
	  margin-bottom: 8rem;
  }
}
.carousel-resources .owl-item {
  background-color: #ffffff;
}
.carousel-resources .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
.carousel-resources .owl-nav button {
  width: 5rem;
  height: 5rem;
  background-color: #0D1D3E !important;
  margin: 0 1rem;
}
.carousel-resources .owl-nav button span {
  color: #ffffff;
  font-size: 3.2rem;
}
.carousel-resources__item {
  height: 100%;
}
.carousel-resources__item__image {
  height: 18rem;
}
@media (min-width: 64em) {
  .carousel-resources__item__image {
    height: 24rem;
  }
}
.carousel-resources__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-resources__item__info {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
}
.carousel-resources__item__title {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (min-width: 48em) {
  .carousel-resources__item__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.carousel-resources__item__excerpt {
  margin-bottom: auto;
}
.carousel-resources__item__button {
  color: #FF6600;
  margin-top: 1.6rem;
  font-weight: 700;
}

.carousel-testimonials {
  margin-bottom: 4rem;
}
@media (min-width: 48em) {
  .carousel-testimonials {
    max-width: 100rem;
    margin: 0 auto 8rem;
  }
}
.carousel-testimonials .owl-stage {
  padding: 2.4rem 0;
}
.carousel-testimonials .owl-item {
  background-color: #ffffff;
  padding: 2.4rem 1.6rem;
  position: relative;
}
@media (min-width: 48em) {
  .carousel-testimonials .owl-item {
    padding: 4rem 2.4rem;
  }
  .carousel-testimonials .owl-item:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    display: block;
    top: 0;
    left: 0;
  }
  .carousel-testimonials .owl-item.active {
    transform: scale(1.1);
    z-index: 1;
    box-shadow: 0 1.5rem 3rem 0 rgba(39, 49, 69, 0.05);
  }
  .carousel-testimonials .owl-item.active:after {
    display: none;
  }
}
.carousel-testimonials .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 4rem;
}
.carousel-testimonials .owl-nav button {
  width: 5rem;
  height: 5rem;
  background-color: #0D1D3E !important;
  margin: 0 1rem;
}
.carousel-testimonials .owl-nav button span {
  color: #ffffff;
  font-size: 3.2rem;
}
.carousel-testimonials__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (min-width: 48em) {
  .carousel-testimonials__item {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.carousel-testimonials__item__image {
  position: relative;
  margin-bottom: 2.4rem;
  width: 14rem;
  height: 14rem;
  min-width: 14rem;
  min-height: 14rem;
}
@media (min-width: 48em) {
  .carousel-testimonials__item__image {
    margin-right: 2.4rem;
  }
}
.carousel-testimonials__item__image img {
  border-radius: 50%;
  overflow: hidden;
}
.carousel-testimonials__item__image svg {
  position: absolute;
  top: 0;
  left: -2rem;
  width: 4rem;
  height: 4rem;
}
@media (min-width: 48em) {
  .carousel-testimonials__item__image svg {
    top: -1rem;
    left: -1rem;
  }
}
.carousel-testimonials__item__content__text {
  margin-bottom: 1.6rem;
}
@media (min-width: 48em) {
  .carousel-testimonials__item__content__text {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.carousel-testimonials__item__content__name, .carousel-testimonials__item__content__job-title {
  color: #FF6600;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
@media (min-width: 48em) {
  .carousel-testimonials__item__content__name, .carousel-testimonials__item__content__job-title {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.clients-wrapper .owl-stage {
  display: flex;
}

.clients {
  max-width: 132rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 2.4rem;
  flex-direction: column;
}
@media (min-width: 64em) {
  .clients {
    flex-direction: row;
  }
}
.clients__items {
  min-width: 0;
  overflow: hidden;
  max-width: 132rem;
}
.clients__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.clients__item__title {
  color: #AEC0D1;
  width: 8rem;
}
.clients__item__image {
  height: 8rem;
  flex: 1;
  width: 100%;
}
.clients__item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contact-info {
  padding: 10rem 0 8rem;
}
@media (min-width: 64em) {
  .contact-info {
    padding: 16rem 2.4rem 4rem;
    display: flex;
    max-width: 132rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 64em) {
  .contact-info__row {
    flex: 2;
  }
}
.contact-info__row--plr-24 {
  padding: 0 2.4rem;
  margin-bottom: 4rem;
}
@media (min-width: 64em) {
  .contact-info__row--plr-24 {
    padding: 0;
    margin-right: 4rem;
  }
}
@media (min-width: 72em) {
  .contact-info__row--plr-24 {
    margin-right: 20rem;
  }
}
.contact-info__row--max-54 {
  flex: 1;
}
.contact-info__text {
  margin-bottom: 2.4rem;
}
@media (min-width: 64em) {
  .contact-info__text {
    margin-bottom: 8rem;
  }
}
.contact-info__text h1 {
  margin-bottom: 1.6rem;
}
@media (min-width: 64em) {
  .contact-info__text h1 {
    margin-bottom: 3.2rem;
  }
}
.contact-info__text p {
  margin-bottom: 1.6rem;
  max-width: 64rem;
}
@media (min-width: 64em) {
  .contact-info__text p {
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
.contact-info__methods h3 {
  margin-bottom: 1.6rem;
}
.contact-info__item {
  margin-bottom: 1.6rem;
  display: flex;
  align-items: center;
}
.contact-info__item svg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.8rem;
  height: 1.8rem;
  transform: translateY(20%);
}
.contact-info__item p {
  transition: all 0.25s ease-in-out;
}
.contact-info__item:hover {
  color: #FF6600;
}

.cta-bar {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.6rem;
  max-width: 132rem;
  margin: 0 auto 4rem;
}
@media (min-width: 48em) {
  .cta-bar {
    margin-bottom: 8rem;
  }
}
.cta-bar__item {
  transition: all 0.25s ease-in-out;
  flex: 0 1 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 1.6rem;
}
@media (min-width: 48em) {
  .cta-bar__item {
    flex: 1;
  }
}
@media (min-width: 64em) {
  .cta-bar__item {
    padding: 3.2rem 1.6rem 1.6rem;
    justify-content: center;
  }
}
.cta-bar__item:nth-child(2) {
  border-right: 0.1rem solid #E9EEF2;
}
@media (min-width: 48em) {
  .cta-bar__item:nth-child(2) {
    border: none;
  }
}
.cta-bar__item:nth-child(4) {
  border-top: 0.1rem solid #E9EEF2;
  border-right: 0.1rem solid #E9EEF2;
}
@media (min-width: 48em) {
  .cta-bar__item:nth-child(4) {
    border: none;
  }
}
.cta-bar__item:nth-child(5) {
  border-top: 0.1rem solid #E9EEF2;
}
@media (min-width: 48em) {
  .cta-bar__item:nth-child(5) {
    border: none;
  }
}
@media (min-width: 48em) {
  .cta-bar__item:not(:last-child) {
    border-right: 0.1rem solid #E9EEF2;
  }
}
.cta-bar__item--small {
  border: none !important;
  flex: 0 1 33%;
}
@media (min-width: 48em) {
  .cta-bar__item--small {
    flex: 1;
  }
}
.cta-bar__item--title {
  flex: 1 0 100%;
  font-size: 2.2rem;
  line-height: 2.6rem;
  padding: 4rem 0 1.6rem;
  font-family: "Flama", sans-serif;
}
@media (min-width: 64em) {
  .cta-bar__item--title {
    flex: 1;
    text-align: left;
    padding: 0;
  }
  .cta-bar__item--title p {
    max-width: 16rem;
  }
}
.cta-bar__item--title--small {
  border: none !important;
}
.cta-bar__item__icon-box {
  height: 5.6rem;
  margin-bottom: 0.8rem;
}
.cta-bar__item__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cta-bar__item__title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  max-width: 24rem;
  margin: 0 auto 2rem;
}
.cta-bar__item__arrow {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: auto;
  transition: all 0.25s ease-in-out;
}
.cta-bar__item:hover .cta-bar__item__arrow {
  transform: translateY(10px);
}
.cta-bar__item:hover {
  transform: scale(1.1);
  background-color: #ffffff;
}

.cta-bar__item--no-animation:hover {
	transform: scale(1);
}

.cta-bar__item--title:hover {
  transform: scale(1);
}

.custom-pricing {
  background-color: #0d1d3d;
  color: #ffffff;
  padding: 4rem 2.4rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 48em) {
  .custom-pricing {
    flex: 0 1 calc(50% - 1.6rem);
  }
}
@media (min-width: 64em) {
  .custom-pricing {
    flex: 0 1 calc(33% - 1.6rem);
  }
}
.custom-pricing__title {
  font-family: "Flama-Book", sans-serif;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
.custom-pricing__subtitle {
  margin-bottom: 2.4rem;
	max-width: 26rem;
}
.custom-pricing__button {
  background-color: #ffffff;
  padding: 1.6rem 3.2rem;
  color: #FF6600;
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-family: "Flama", sans-serif;
  margin-bottom: 4rem;
  display: inline-block;
}
.custom-pricing__question__title {
  margin-bottom: 1rem;
	max-width: 26rem;
}
.custom-pricing__question__button {
  display: block;
  font-family: "Flama", sans-serif;
  color: #FF6600;
}

.facts {
  display: flex;
  flex-direction: column;
  padding: 4rem 2.4rem;
}
@media (min-width: 64em) {
  .facts {
    flex-direction: row;
    padding: 4rem 2.4rem 1.6rem;
    max-width: 132rem;
    margin: 0 auto 8rem;
    width: 100%;
  }
}
.facts__item {
  flex: 1px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 2.4rem;
}
.facts__item--left {
  justify-content: flex-start;
}
@media (min-width: 64em) {
  .facts__item:not(:last-child) {
    margin-right: 4rem;
  }
}
.facts__item--background {
  background-color: #ffffff;
  padding: 2.4rem;
}
.facts__item__icon {
  min-width: 4.8rem;
  width: 4.8rem;
}
.facts__item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.facts__item__info {
  font-size: 1.4rem;
  margin-left: 1.6rem;
}
.facts__item__info h3 {
  margin-bottom: 0.8rem;
}
.facts__item__info__title {
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.facts__item__info__subtitle {
  margin-bottom: 0.8rem;
}
.facts__item__info__link {
  display: flex;
  align-items: center;
}
.facts__item__info__link svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.4rem;
}

.form__title {
  color: #FF6600;
  margin-bottom: 1.6rem;
}
.form__subtitle {
  margin-bottom: 2.4rem;
}
.form--white {
  background-color: #ffffff;
  padding: 2.4rem;
}
@media (min-width: 64em) {
  .form--white {
    padding: 4.8rem;
  }
}
.form__row--input {
  margin-bottom: 1rem;
}
.form__row--input input {
  background-color: #ffffff;
  border: 0.1rem solid #E4E7F0;
  padding: 1rem 2rem;
}
.form__row--checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  max-width: 80%;
}
@media (min-width: 48em) {
  .form__row--checkbox {
    max-width: 100%;
  }
}
.form__row--checkbox--mb-0 {
  margin-bottom: 2rem;
}
.form__row--checkbox--mt-16 {
  margin-top: 1.6rem;
  margin-bottom: 0.4rem;
}
.form__row--checkbox span.wpcf7-list-item {
  margin: 0 0.8rem 0 0 !important;
}
.form__row--checkbox a {
  text-decoration: underline;
}
@media (min-width: 48em) {
  .form__row--button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
  }
}
.form__row--button .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
}
.form__row--button input {
  background-color: #FF6600;
  padding: 1rem 2rem;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-family: "Flama", sans-serif;
}

.hero {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 70em) {
  .hero {
    flex-direction: row;
    align-items: center;
/*     padding-top: 4rem; */
  }
}
.hero__row {
  flex: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.hero__row--image {
  display: block;
}
@media (min-width: 70em) {
  .hero__row--image {
    max-width: 68rem;
  }
}
.hero__info {
  transform: translateY(-8rem);
  padding: 0 2.4rem;
}
@media (min-width: 48em) {
  .hero__info {
    transform: translateY(-6.4rem);
  }
}
@media (min-width: 64em) {
  .hero__info {
    transform: translateY(0);
    padding-top: 4rem;
    max-width: 44vw;
    width: 100%;
    margin-left: auto;
    margin-right: 8rem;
  }
}
@media (min-width: 70em) {
  .hero__info {
    flex: 1;
  }
}
@media (min-width: 84em) {
  .hero__info {
    padding-top: 0;
  }
}
.hero__info h1 {
  margin-bottom: 2.4rem;
	font-size: 4rem;
	line-height: 4.8rem;
}
@media (min-width: 48em) {
  .hero__info h1 {
    margin-bottom: 3.2rem;
  }
}
.hero__info__cta {
  margin-bottom: 2.4rem;
}
@media (min-width: 48em) {
  .hero__info__cta {
    display: flex;
    margin-bottom: 3.2rem;
    max-width: 64rem;
    align-items: center;
  }
}
.hero__info__cta a {
  margin-bottom: 1rem;
}
@media (min-width: 48em) {
  .hero__info__cta a {
    flex: 1;
    margin-bottom: 0;
  }
}
@media (min-width: 48em) {
  .hero__info__cta a:first-child {
    margin-right: 2rem;
  }
}
.hero__info__logos {
  display: flex;
  flex-wrap: wrap;
}
.hero__info__logos__item {
  flex: 0 1 50%;
  padding: 2rem;
  height: 6.4rem;
}
@media (min-width: 48em) {
  .hero__info__logos__item {
    flex: 1;
  }
}
.hero__info__logos__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hero__image {
  height: 52rem;
  margin-top: 6rem;
  overflow: hidden;
}
@media (min-width: 48em) {
  .hero__image {
    height: 80rem;
  }
}
@media (min-width: 70em) {
  .hero__image {
    flex: 1;
    height: auto;
    margin-top: 0;
  }
}
@media (min-width: 84em) {
  .hero__image {
    height: 80rem;
  }
}
.hero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero__image__item--desktop {
  display: none;
}
@media (min-width: 70em) {
  .hero__image__item--desktop {
    display: block;
  }
}
@media (min-width: 70em) {
  .hero__image__item--mobile {
    display: none;
  }
}

.image-box {
  height: 22rem;
}
@media (min-width: 48em) {
  .image-box {
    height: 40rem;
  }
}
.image-box--move-down {
  transform: translateY(11rem);
}
.image-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo {
  height: 3.2rem;
  display: block;
}
@media (min-width: 48em) {
  .logo {
    height: 4.8rem;
  }
}
.logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.logos-partners {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 132rem;
  margin: 0 auto 4rem;
}
@media (min-width: 48em) {
  .logos-partners {
    margin-bottom: 8rem;
  }
}
@media (min-width: 82.5em) {
  .logos-partners {
    padding: 0 2.4rem;
  }
}
.logos-partners__item {
  flex: 0 1 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.2rem;
}
@media (min-width: 48em) {
  .logos-partners__item {
    flex: 0 1 25%;
  }
}
@media (min-width: 64em) {
  .logos-partners__item {
    flex: 1;
  }
}
.logos-partners__item__image {
  height: 4rem;
  max-width: 12rem;
  width: 100%;
}
.logos-partners__item__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.main-partner {
  background-color: #ffffff;
  padding: 2.4rem;
  box-shadow: 0 1.4rem 3rem 0 rgba(39, 49, 69, 0.05);
  max-width: 60rem;
  margin: 0 auto 2.4rem;
}
@media (min-width: 48em) {
  .main-partner {
    display: flex;
    align-items: center;
    padding: 4rem;
    margin-bottom: 4rem;
  }
}
.main-partner__title {
  text-align: center;
  margin-bottom: 1.6rem;
}
@media (min-width: 48em) {
  .main-partner__title {
    flex: 1;
    margin-bottom: 0;
    font-size: 2rem;
  }
}
.main-partner__logo {
  height: 4.4rem;
  flex: 1;
}
@media (min-width: 48em) {
  .main-partner__logo {
    height: 5rem;
  }
}
.main-partner__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-header {
  margin: 10rem 0 3.2rem;
}
@media (min-width: 64em) {
  .page-header {
    margin: 0;
    display: flex;
  }
}
@media (min-width: 64em) {
  .page-header__row {
    flex: 1 0;
    display: flex;
    align-items: center;
  }
}
.page-header__row--image {
  display: none;
}
@media (min-width: 64em) {
  .page-header__row--image {
    display: block;
  }
}
.page-header__info {
  padding: 0 2.4rem;
}
@media (min-width: 64em) {
  .page-header__info {
    max-width: 68rem;
    width: 100%;
    margin-left: auto;
  }
}
.page-header__info h1 {
  margin-bottom: 1.6rem;
}
@media (min-width: 64em) {
  .page-header__info h1 {
    max-width: 50rem;
  }
}
@media (min-width: 64em) {
  .page-header__info p {
    max-width: 44rem;
  }
}
.page-header__image {
  height: 56rem;
}
.page-header__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-title {
  margin: 10rem 0 3.2rem;
}
@media (min-width: 64em) {
  .page-title {
    margin: 16rem 0 4rem;
  }
}
.page-title span {
  color: #FF6600;
}

.pricing {
  padding: 10rem 0 8rem;
}
@media (min-width: 64em) {
  .pricing {
    padding: 16rem 2.4rem 4rem;
  }
}
.pricing__title {
  font-size: 3rem;
  line-height: 3.4rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 48em) {
  .pricing__title {
    text-align: center;
  }
}
.pricing__subtitle {
  margin-bottom: 2.4rem;
}
@media (min-width: 48em) {
  .pricing__subtitle {
    text-align: center;
    max-width: 56rem;
    margin: 0 auto 4rem;
  }
}
@media (min-width: 48em) {
  .pricing__items {
    display: flex;
	align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.pricing__item {
  background-color: #ffffff;
  padding: 4rem 2.4rem;
  box-shadow: 0 1.6rem 3rem 0 rgba(39, 49, 69, 0.05);
  margin-bottom: 3.2rem;
}
@media (min-width: 48em) {
  .pricing__item {
    flex: 0 1 calc(50% - 1.6rem);
  }
}
@media (min-width: 64em) {
  .pricing__item {
    flex: 0 1 calc(33% - 1.6rem);
  }
}
.pricing__item__title {
  font-family: "Flama-Book", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2rem;
}
@media (min-width: 64em) {
  .pricing__item__title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.pricing__item__price {
  font-family: "Flama", sans-serif;
  margin-bottom: 1.6rem;
}
@media (min-width: 64em) {
  .pricing__item__price {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.pricing__item__subtitle {
  margin-bottom: 1.6rem;
}
.pricing__item__features {
  margin-bottom: 2.4rem;
}
.pricing__item__features__item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  font-family: "Flama", sans-serif;
}
.pricing__item__features__item svg {
  width: 1.5rem;
  height: 1.1rem;
	transform: translatey(50%);
}
.pricing__item__features__item p {
  padding-left: 0.8rem;
}
.pricing__item__extra {
  margin-bottom: 2.4rem;
}
.pricing__item__extra__title {
  margin-bottom: 1rem;
}
@media (min-width: 64em) {
  .pricing__item__extra__title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.pricing__item__extra__item {
  margin-bottom: 1rem;
  font-family: "Flama", sans-serif;
  display: flex;
  align-items: center;
}
.pricing__item__extra__item label {
  padding-left: 0.8rem;
}
.pricing__item__submit {
  background-color: #FF6600;
  padding: 1.6rem 3.2rem;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  font-family: "Flama", sans-serif;
}

.share {
  margin-bottom: 2.4rem;
}

.social {
  display: flex;
  align-items: center;
  justify-content: center;
}
.social__item {
  display: block;
  width: 4rem;
  height: 4rem;
  transition: all 0.25s ease-in-out;
}
.social__item:not(:last-child) {
  margin-right: 1rem;
}
.social__item:hover {
  transform: translateY(-0.4rem);
}
.social__item svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #0d1d3d;
}

.section-subtitle--max-width {
  max-width: 70rem;
  margin: 0 auto;
}
.section-subtitle--center {
  text-align: center;
}
.section-subtitle--padding {
  padding: 0 2.4rem 2.4rem;
}

.section-title--pb-16 {
  padding-bottom: 1.6rem;
}
.section-title--center {
  text-align: center;
}
.section-title--max-width-60 {
  max-width: 60rem;
  margin: 0 auto;
}
.section-title--mb-4 {
  margin-bottom: 4rem;
}
.section-title--plr24 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.split-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  margin-bottom: 4rem;
}
@media (max-width: 50em) {
  .split-content {
    display: block;
  }
}
@media (min-width: 48em) {
  .split-content {
    margin-bottom: 8rem;
  }
}
.split-content--reverse {
  flex-direction: row;
}
.split-content__col {
  flex: 1;
}
.split-content__cta {
  display: flex;
  justify-content: center;
}

.split-text {
  max-width: 62rem;
}
@media (max-width: 50em) {
  .split-text {
    margin-right: 0;
  }
}
.split-text--reverse {
  margin-right: 0;
}
@media (max-width: 50em) {
  .split-text--reverse {
    margin-left: 0;
  }
}
.split-text--mr-0 {
  margin-right: 0;
  padding: 0 2rem;
}
@media (max-width: 50em) {
  .split-text--mr-0 {
    margin-left: 0;
  }
}
.split-text h2 {
  margin-bottom: 2.4rem;
}
.split-text p {
  margin-bottom: 1.6rem;
}
.split-text ul li {
  align-items: center;
  margin-bottom: 0.4rem;
}
.split-text ul li::before {
  content: "";
  background-color: #0252f0;
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  min-width: 0.4rem;
  min-height: 0.4rem;
  margin-right: 1rem;
}

.subscribe {
  display: flex;
  flex-direction: column;
  padding: 4rem 0;
}
@media (min-width: 48em) {
  .subscribe {
    justify-content: center;
    align-items: center;
  }
}
.subscribe__title {
  margin-bottom: 1rem;
  font-size: 2.2rem;
  line-height: 2.6rem;
}
@media (min-width: 48em) {
  .subscribe__title {
    text-align: center;
  }
}
.subscribe__subtitle {
  margin-bottom: 2.4rem;
}
@media (min-width: 48em) {
  .subscribe__subtitle {
    text-align: center;
  }
}

.split-image {
  height: 48rem;
  position: relative;
  margin-bottom: 2.4rem;
}
@media (max-width: 42em) {
  .split-image {
    height: 24rem;
    width: 100%;
  }
}
.split-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.4rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 48em) {
  .tags {
    flex-direction: row;
    justify-content: normal;
    align-items: normal;
  }
}
.tags__item {
  background-color: #ffffff;
  border-radius: 40rem;
  padding: 0.4rem 1.6rem;
  text-align: center;
  font-size: 1.4rem;
}

.team-schedule {
  background-color: #ffffff;
  padding: 8rem 2.4rem;
  max-width: 132rem;
  margin: 0 auto 4rem;
}
@media (min-width: 48em) {
  .team-schedule {
    text-align: center;
    padding-top: 10rem;
    margin-bottom: 8rem;
  }
}
.team-schedule__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2.4rem;
}
@media (min-width: 48em) {
  .team-schedule__items {
    flex-wrap: nowrap;
    margin-top: 4rem;
  }
}
.team-schedule__items__title {
  flex: 1 100%;
  color: #FF6600;
  margin-bottom: 1.6rem;
  text-align: left;
}
@media (min-width: 48em) {
  .team-schedule__items__title {
    font-size: 2rem;
    line-height: 2.4rem;
    max-width: 20rem;
  }
}
.team-schedule__items__grid {
  display: flex;
  flex-wrap: wrap;
}
.team-schedule__items__grid__item {
  border-left: 0.4rem solid #FF6600;
  padding-left: 1.6rem;
  flex: 0 1 50%;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  line-height: 1.6rem;
  min-height: 4rem;
}
@media (min-width: 48em) {
  .team-schedule__items__grid__item {
    flex: 0 1 20%;
    min-height: 3.2rem;
  }
}
.team-schedule__items__grid__item p {
  max-width: 12rem;
  text-align: left;
}

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