.bg-primary {
  background-color: #4e88c7 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #366fac !important;
}

.bg-light-blue {
  background-color: #eff7ff !important;
}

a.bg-light-blue:hover, a.bg-light-blue:focus,
button.bg-light-blue:hover,
button.bg-light-blue:focus {
  background-color: #bcdeff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.border-primary {
  border-color: #4e88c7 !important;
}

.btn-primary {
  color: #fdfdfd;
  background-color: #4e88c7;
  border-color: #4e88c7;
}
.btn-primary:hover {
  color: #fdfdfd;
  background-color: #3975b5;
  border-color: #366fac;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fdfdfd;
  background-color: #3975b5;
  border-color: #366fac;
  box-shadow: 0 0 0 0.2rem rgba(104, 154, 207, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fdfdfd;
  background-color: #4e88c7;
  border-color: #4e88c7;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fdfdfd;
  background-color: #366fac;
  border-color: #3368a2;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(104, 154, 207, 0.5);
}

.btn-secondary {
  color: #fdfdfd;
  background-color: #ef3f4a;
  border-color: #ef3f4a;
}
.btn-secondary:hover {
  color: #fdfdfd;
  background-color: #ec1c29;
  border-color: #e81321;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fdfdfd;
  background-color: #ec1c29;
  border-color: #e81321;
  box-shadow: 0 0 0 0.2rem rgba(241, 92, 101, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fdfdfd;
  background-color: #ef3f4a;
  border-color: #ef3f4a;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fdfdfd;
  background-color: #e81321;
  border-color: #dc121f;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 92, 101, 0.5);
}

.btn-secondary-gradient {
  color: #fdfdfd;
  background-color: #ef3f4a;
  border-color: #f36e76;
  background: radial-gradient(332.56% 325.87% at 22.91% -167.83%, rgba(253, 253, 253, 0.43) 0%, rgba(253, 253, 253, 0) 100%), #ef3f4a;
}
.btn-secondary-gradient:hover {
  color: #fdfdfd;
  background-color: #ec1c29;
  border-color: #ef3f4a;
}
.btn-secondary-gradient:focus, .btn-secondary-gradient.focus {
  color: #fdfdfd;
  background-color: #ec1c29;
  border-color: #ef3f4a;
  box-shadow: 0 0 0 0.2rem rgba(245, 131, 138, 0.5);
}
.btn-secondary-gradient.disabled, .btn-secondary-gradient:disabled {
  color: #fdfdfd;
  background-color: #ef3f4a;
  border-color: #f36e76;
}
.btn-secondary-gradient:not(:disabled):not(.disabled):active, .btn-secondary-gradient:not(:disabled):not(.disabled).active, .show > .btn-secondary-gradient.dropdown-toggle {
  color: #fdfdfd;
  background-color: #e81321;
  border-color: #ee333f;
}
.btn-secondary-gradient:not(:disabled):not(.disabled):active:focus, .btn-secondary-gradient:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-gradient.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 131, 138, 0.5);
}

.btn-purple {
  color: #fdfdfd;
  background-color: #864fc2;
  border-color: #864fc2;
}
.btn-purple:hover {
  color: #fdfdfd;
  background-color: #733cae;
  border-color: #6d39a5;
}
.btn-purple:focus, .btn-purple.focus {
  color: #fdfdfd;
  background-color: #733cae;
  border-color: #6d39a5;
  box-shadow: 0 0 0 0.2rem rgba(152, 105, 203, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #fdfdfd;
  background-color: #864fc2;
  border-color: #864fc2;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #fdfdfd;
  background-color: #6d39a5;
  border-color: #66369b;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(152, 105, 203, 0.5);
}

.btn-purple-gradient {
  color: #fdfdfd;
  background-color: #864fc2;
  border-color: #a075cf;
  background: radial-gradient(332.56% 325.87% at 22.91% -167.83%, rgba(253, 253, 253, 0.43) 0%, rgba(253, 253, 253, 0) 100%), #864fc2;
}
.btn-purple-gradient:hover {
  color: #fdfdfd;
  background-color: #733cae;
  border-color: #864fc2;
}
.btn-purple-gradient:focus, .btn-purple-gradient.focus {
  color: #fdfdfd;
  background-color: #733cae;
  border-color: #864fc2;
  box-shadow: 0 0 0 0.2rem rgba(174, 137, 214, 0.5);
}
.btn-purple-gradient.disabled, .btn-purple-gradient:disabled {
  color: #fdfdfd;
  background-color: #864fc2;
  border-color: #a075cf;
}
.btn-purple-gradient:not(:disabled):not(.disabled):active, .btn-purple-gradient:not(:disabled):not(.disabled).active, .show > .btn-purple-gradient.dropdown-toggle {
  color: #fdfdfd;
  background-color: #6d39a5;
  border-color: #7f46bf;
}
.btn-purple-gradient:not(:disabled):not(.disabled):active:focus, .btn-purple-gradient:not(:disabled):not(.disabled).active:focus, .show > .btn-purple-gradient.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 137, 214, 0.5);
}

@media (min-width: 576px) {
  .btn-download {
    padding: 0.75rem 2rem;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #4e88c7;
}

.dropdown-toggle::after {
  vertical-align: 0.155em;
}

.fs-1 {
  font-size: 2.5rem;
}

.fs-2 {
  font-size: 2rem;
}

.fs-3 {
  font-size: 1.75rem;
}

.fs-4 {
  font-size: 1.5rem;
}

.fs-5 {
  font-size: 1.25rem;
}

.fs-6 {
  font-size: 1rem;
}

.fs-lg {
  font-size: 1.125rem;
}

.fs-md {
  font-size: 0.875rem;
}

.fs-sm {
  font-size: 0.75rem;
}

.fw-normal {
  font-weight: 400;
}

.fw-medium {
  font-weight: 500;
}

.fw-semibold {
  font-weight: 600;
}

.fw-bold {
  font-weight: 700;
}

.lh-1 {
  line-height: 1;
}

.lh-sm {
  line-height: 1.25;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-md {
  border-radius: 1rem !important;
}

.rounded-lg {
  border-radius: 2rem !important;
}

.text-balance {
  text-wrap: balance;
}

.text-primary {
  color: #4e88c7 !important;
}

.text-secondary {
  color: #ef3f4a !important;
}

.text-purple {
  color: #864fc2 !important;
}

.text-yellow {
  color: #fcab31 !important;
}

.text-muted {
  color: #879ca3 !important;
}

.text-shadow {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

body {
  background-color: #fdfdfd;
  color: #293235;
  font-family: "Barlow", sans-serif;
  overflow-x: hidden;
}

a {
  color: #4e88c7;
  font-weight: 500;
}
a:hover {
  text-decoration: none;
}

.blob {
  clip-path: url(#blob-clip-path);
  z-index: -1;
  overflow: hidden;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
}
@media (max-width: 767.98px) {
  .blob {
    display: none;
  }
}
@media (min-width: 768px) {
  .blob {
    width: 1017px;
    height: 915px;
    transform: translate3d(380px, -150px, 0px);
  }
}

#mobile-menu .backdrop {
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: opacity 0.15s linear;
  z-index: 1040;
}
#mobile-menu .wrapper {
  background-color: #fff;
  background-clip: padding-box;
  border-left: 1px solid #dee2e6;
  display: flex;
  flex-direction: column;
  width: 300px;
  max-width: calc(100% - 60px);
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  outline: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1050;
}
#mobile-menu.show .backdrop {
  opacity: 0.5;
  visibility: visible;
}
#mobile-menu.show .wrapper {
  transform: none;
  visibility: visible;
}

#mobile-menu-close {
  position: absolute;
  left: -60px;
  margin-top: -3px;
  pointer-events: none;
}

.rating-average,
.rating-total {
  font-weight: 700;
}
.rating-average::before,
.rating-total::before {
  content: "";
  border-left: 2px solid rgba(252, 171, 49, 0.4);
  margin-left: 0.75rem;
  padding-left: 0.75rem;
}

.hover-bring-front {
  box-shadow: 0px 20px 6px -20px transparent;
  transition: 0.3s;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
}
.hover-bring-front:hover {
  transform: scale(1.03);
  box-shadow: 0px 30px 6px -20px rgba(56, 78, 111, 0.05);
}

.hover-bring-front-darker:hover {
  box-shadow: 0px 30px 6px -20px rgba(56, 78, 111, 0.15);
}

.mascot {
  background-image: url("../img/mascot-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: -150px;
  width: 150px;
  height: 150px;
}
@media (max-width: 767.98px) {
  .mascot {
    display: none;
  }
}

.mascot-2 {
  background-image: url("../img/mascot-2.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 30px;
  bottom: -60px;
  width: 150px;
  height: 150px;
  z-index: 1;
}

.office-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 200px;
}

@media (min-width: 576px) {
  .swiper-prototypes::before, .swiper-prototypes::after {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 2;
  }
  .swiper-prototypes::before {
    background: linear-gradient(to right, #fdfdfd 0%, transparent 5%);
  }
  .swiper-prototypes::after {
    background: linear-gradient(to left, #fdfdfd 0%, transparent 5%);
  }
}

.prototype:hover .prototype-screen {
  filter: blur(0);
}
.prototype:hover .prototype-screen::after {
  opacity: 0;
}
.prototype:hover .prototype-overlay {
  display: none;
}

.prototype-screen {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 3% 4%;
  border-radius: 40px;
  overflow: hidden;
  filter: blur(2px);
  pointer-events: none;
  transition: 0.3s;
  z-index: -1;
}
.prototype-screen::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: 0.3s;
}

.prototype-mockup {
  pointer-events: none;
}

.prototype-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem;
  pointer-events: none;
  transition: 0.3s;
}

.prototype-icon {
  border-radius: 0.5rem;
  margin: 0 3rem 1rem 3rem;
}

.prototype-details {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
}

.prototype-title {
  color: white;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: center;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.15);
}

.rounded-phone {
  border-radius: 6rem;
}

.project {
  position: relative;
}

.project-bg {
  background-blend-mode: soft-light;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 90%;
  opacity: 0.55;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.project-logo {
  max-height: 60px;
}

.learn-more svg {
  vertical-align: middle;
}

@media (min-width: 992px) {
  .newsletter-box {
    position: absolute;
    bottom: 0;
  }
}

.entry-title {
  font-weight: 600;
}

.single-job .entry-content ul {
  padding-left: 1.1rem;
}
.single-job .entry-content ul li::marker {
  color: #4e88c7;
}

.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control::file-selector-button, .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #fdfdfd;
  background-color: #4e88c7;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #75a2d3;
}

body.page-template-jam {
  color: #521f26;
  font-family: "Titillium Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  overflow-x: hidden;
}
body.page-template-jam .site-content a {
  color: #ef404a;
  text-decoration: underline;
}
body.page-template-jam .site-content a:hover {
  color: #f2666e;
}
body.page-template-jam .site-content h1, body.page-template-jam .site-content h2, body.page-template-jam .site-content h3, body.page-template-jam .site-content h4, body.page-template-jam .site-content h5, body.page-template-jam .site-content h6,
body.page-template-jam .site-content .h1, body.page-template-jam .site-content .h2, body.page-template-jam .site-content .h3, body.page-template-jam .site-content .h4, body.page-template-jam .site-content .h5, body.page-template-jam .site-content .h6 {
  font-family: "Titillium Web", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 400;
}
body.page-template-jam .site-content .bg-primary {
  background-color: #ef404a !important;
}
body.page-template-jam .site-content .bg-secondary {
  background-color: #fbb812 !important;
}
body.page-template-jam .site-content .bg-gradient-primary {
  background: #ef404a;
  background: linear-gradient(180deg, #f2666e 0%, #ef404a 100%);
}
body.page-template-jam .site-content .bg-gradient-secondary {
  background: #fbb812;
  background: linear-gradient(180deg, #f9e037 0%, #fbb812 100%);
}
body.page-template-jam .site-content .rounded-lg {
  border-radius: 30px !important;
}
body.page-template-jam .site-content .text-primary {
  color: #ef404a !important;
}
body.page-template-jam .site-content .bg-intro {
  background: url(../img/jam/intro-bg.png), #ef404a;
  background: url(../img/jam/intro-bg.png), linear-gradient(180deg, #f2666e 0%, #ef404a 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
body.page-template-jam .site-content .font-rounded {
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
  font-weight: 900 !important;
}
body.page-template-jam .site-content .form-check-input,
body.page-template-jam .site-content .form-check-label {
  cursor: pointer;
  user-select: none;
}
body.page-template-jam .site-content .highlight {
  color: #ef404a;
  font-weight: bold;
}
body.page-template-jam .site-content .list-steps li::after {
  content: "";
  background: #ef404a;
  background: linear-gradient(180deg, #f2666e 0%, #ef404a 100%);
  border-radius: 0.5rem;
  display: block;
  width: 100%;
  height: 8px;
  margin: 3rem 0;
}
body.page-template-jam .site-content .list-steps .step-index {
  background: url(../img/jam/step-platform.png) center no-repeat;
  height: 82px;
  font-family: "Nunito", sans-serif;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 1rem;
  position: relative;
  text-align: center;
}
body.page-template-jam .site-content .list-steps .step-index::before {
  content: attr(data-index);
  color: #fff;
  font-size: 4.5rem;
  text-shadow: 3px 0 0 #fff, 0 -3px 0 #fff, 3px -3px 0 #fff;
  position: absolute;
  left: 0;
  top: -1.6rem;
  width: 100%;
  z-index: 10;
}
body.page-template-jam .site-content .list-steps .step-index::after {
  content: attr(data-index);
  color: #fac720;
  font-size: 4rem;
  text-shadow: 3px 3px 0 #c23c26;
  position: absolute;
  left: 0;
  top: -1.5rem;
  width: 100%;
  z-index: 11;
}

.site-footer {
  background-color: #4e88c7;
  color: #fdfdfd;
}

@keyframes bounceInTopLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-1000px, -1000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(10px, 10px, 0);
  }
  75% {
    transform: translate3d(-10px, -10px, 0);
  }
  90% {
    transform: translate3d(5px, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInTopLeft {
  animation-name: bounceInTopLeft;
}

:root {
  --swiper-navigation-color: #4e88c7;
  --swiper-pagination-color: #4e88c7;
  --swiper-pagination-bullet-inactive-color: #c4c4c4;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-width: 24px;
  --swiper-pagination-bullet-height: 6px;
  --swiper-theme-color: #4e88c7;
}

.swiper-button-prev {
  left: -3rem;
}

.swiper-button-next {
  right: -3rem;
}

@media (max-width: 991.98px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  border-radius: 2px;
}

.swiper-pagination-bullet-active {
  --swiper-pagination-bullet-width: 36px;
  --swiper-pagination-bullet-height: 8px;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -2rem;
}

div.wpcf7 .ajax-loader {
  display: none;
}

span.wpcf7-not-valid-tip {
  display: none;
}

div.wpcf7-response-output {
  background-color: #f8f9fa;
  margin: 1rem 0;
  border: 1px dotted #ef3f4a;
  border-radius: 0.25rem;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #4e88c7;
}

.project-playstation-partners .project-bg {
  background-size: cover;
}

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