/*!
Theme Name: Ari10
Theme URI: http://ari10.com/
Description: ...
Version: 1.0
Author: Igor Chudy
Author URI: http://igorchudy.pl/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


This theme, like WordPress, is licensed under the GPL.
*/

html.form-iframe, html.form-iframe > body {
  width: 100vw;
  margin: 0;
  -webkit-text-size-adjust: 100%;
}

html.form-iframe.standalone {
  height: 100%;
}

html.form-iframe.standalone > body {
  height: 100%;
  overflow: hidden;
}

html.form-iframe.standalone .fm-form-container {
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
}

html.form-iframe.standalone .fm-form-wrapper {
  margin: auto;
}

.container,
.container-flex {
  display: block;
  width: 100%;
  max-width: 1528px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 64px;
  padding-right: 64px;
  margin: 0 auto !important;
}
@media (max-width: 1280px) {
  .container,
.container-flex {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 1024px) {
  .container,
.container-flex {
    padding: 0 32px;
  }
}
@media (max-width: 768px) {
  .container,
.container-flex {
    padding: 0 24px;
  }
}

.container-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#wrap {
  display: block;
  position: relative;
  z-index: 100;
  padding-top: 120px;
}
@media (max-width: 1440px) {
  #wrap {
    padding-top: 110px;
  }
}
@media (max-width: 1366px) {
  #wrap {
    padding-top: 100px;
  }
}
@media (max-width: 1280px) {
  #wrap {
    padding-top: 90px;
  }
}
@media (max-width: 1024px) {
  #wrap {
    padding-top: 60px;
  }
}

.big-title-wrap {
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  margin-bottom: 40px;
  color: #fff;
}
.big-title-wrap .big-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.big-title-wrap .big-title span {
  display: block;
  font-size: 188px;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
.big-title-wrap .big-title em {
  display: block;
  font-size: 240px;
  font-weight: bold;
  line-height: 1;
  padding-left: 40px;
  font-style: normal;
  color: #fbbb21;
}
.big-title-wrap .big-title .word {
  height: 120px;
}
.big-title-wrap .big-title .mark {
  height: 160px;
  margin-left: 24px;
}
@media (max-width: 1440px) {
  .big-title-wrap .big-title .word {
    height: 110px;
  }
  .big-title-wrap .big-title .mark {
    height: calc(110px * 1.3);
  }
}
@media (max-width: 1366px) {
  .big-title-wrap .big-title .word {
    height: 100px;
  }
  .big-title-wrap .big-title .mark {
    height: calc(100px * 1.3);
  }
}
@media (max-width: 1280px) {
  .big-title-wrap .big-title .word {
    height: 90px;
  }
  .big-title-wrap .big-title .mark {
    height: calc(90px * 1.3);
  }
}
@media (max-width: 1024px) {
  .big-title-wrap .big-title .word {
    height: 80px;
  }
  .big-title-wrap .big-title .mark {
    height: calc(80px * 1.3);
  }
}
@media (max-width: 768px) {
  .big-title-wrap .big-title .word {
    height: 72px;
  }
  .big-title-wrap .big-title .mark {
    height: calc(72px * 1.3);
  }
}
@media (max-width: 550px) {
  .big-title-wrap .big-title .word {
    height: 48px;
  }
  .big-title-wrap .big-title .mark {
    height: calc(48px * 1.3);
  }
}
.big-title-wrap p {
  font-weight: 500;
  line-height: 1;
}
.big-title-wrap p {
  font-size: 28px;
}
@media screen and (min-width: 768px) {
  .big-title-wrap p {
    font-size: calc(28px + 16 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .big-title-wrap p {
    font-size: 44px;
  }
}

.section-title {
  display: block;
  margin-bottom: 38px;
}
.section-title p {
  margin-bottom: 0;
  font-size: 500px;
  color: #fff;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
}
.section-title p {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .section-title p {
    font-size: calc(32px + 12 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .section-title p {
    font-size: 44px;
  }
}

.subtitle {
  display: block;
  margin-bottom: 38px;
}
.subtitle p {
  margin-bottom: 0;
  font-size: 500px;
  color: #fff;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
}
.subtitle p {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .subtitle p {
    font-size: calc(32px + 12 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .subtitle p {
    font-size: 44px;
  }
}

/*======================================
=            Wordpress core            =
======================================*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/*-----  End of Wordpress core  ------*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

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

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-fixed-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid rgba(56, 61, 121, 0.6);
  z-index: 900;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #191b3b;
}
.top-fixed-wrapper * {

}
.top-fixed-wrapper .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 119px;
  padding: 0 40px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.top-fixed-wrapper .left-side {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-fixed-wrapper .center-side {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-fixed-wrapper .right-side {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.top-fixed-wrapper .logo {
  display: block;
  height: 40px;
}
.top-fixed-wrapper .logo img {
  height: 40px;
  vertical-align: top;
}
.top-fixed-wrapper .main-menu {
  list-style: none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-fixed-wrapper .main-menu li {
  margin-right: 80px;
}
.top-fixed-wrapper .main-menu a {
  font-size: 18px;
  text-transform: uppercase;
  
  font-weight: 500;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
}
.top-fixed-wrapper .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-fixed-wrapper .social li:first-child {
  margin-left: 32px;
}
.top-fixed-wrapper .social li {
  margin-right: 32px;
}
.top-fixed-wrapper .social li:last-child {
  margin-right: 0;
}
.top-fixed-wrapper .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
}
.top-fixed-wrapper .social a svg {
  fill: #fff;
  width: 24px;
  height: 24px;
}
.top-fixed-wrapper .social a:hover svg {
  fill: #fbbb21;
}

.top-fixed-wrapper .button-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1rem;
}
.top-fixed-wrapper .button-yellow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #191b3b;
  font-weight: 500;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  height: 56px;
  padding: 0 32px;
  border-radius: 5px;
  background: #FBBB21;
  background-size: 200% 100%;
  background-position: right center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-fixed-wrapper .button-yellow a:hover {
  opacity: 0.9
}

.top-fixed-wrapper .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-fixed-wrapper .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  height: 56px;
  padding: 0 32px;
  border-radius: 5px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #ff7b63), color-stop(8%, #ff6a61), color-stop(16%, #ff555d), color-stop(25%, #ff3858), color-stop(33%, #f20253), color-stop(41%, #e60052), color-stop(50%, #dc0053), to(#e60052));
  background: linear-gradient(-90deg, #ff7b63 0, #ff6a61 8%, #ff555d 16%, #ff3858 25%, #f20253 33%, #e60052 41%, #dc0053 50%, #e60052 100%);
  background-size: 200% 100%;
  background-position: right center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.top-fixed-wrapper .button a:hover {
  background-position: left center;
}
.top-fixed-wrapper .nav-toggle {
  display: none;
  width: 24px;
  height: 24px;
  background: url(images/menu.svg) center no-repeat;
  background-size: 24px 24px;
  margin: 0;
  padding: 0;
  border: none;
  text-indent: -9999px;
}
@media (max-width: 1440px) {
  .top-fixed-wrapper .content {
    height: 109px;
  }
}
@media (max-width: 1366px) {
  .top-fixed-wrapper .content {
    height: 99px;
  }
  .top-fixed-wrapper .logo {
    height: 32px;
  }
  .top-fixed-wrapper .logo img {
    height: 32px;
  }
  .top-fixed-wrapper .main-menu a {
    font-size: 16px;
  }
  .top-fixed-wrapper .button-yellow a {
    font-size: 16px;
    padding: 0 22px;
    height: 46px;
  }

  .top-fixed-wrapper .button a {
    font-size: 16px;
    padding: 0 22px;
    height: 46px;
  }

  .top-fixed-wrapper .social li {
    margin-right: 28px;
  }
  .top-fixed-wrapper .social li:last-child {
    margin-right: 0;
  }
  .top-fixed-wrapper .social a {
    width: 20px;
    height: 20px;
  }
  .top-fixed-wrapper .social a svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 1280px) {
  .top-fixed-wrapper .content {
    height: 89px;
  }
  .top-fixed-wrapper .logo {
    height: 28px;
  }
  .top-fixed-wrapper .logo img {
    height: 28px;
  }
  .top-fixed-wrapper .main-menu li {
    margin-right: 64px;
  }
  .top-fixed-wrapper .main-menu a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .top-fixed-wrapper .content {
    height: 59px;
    padding: 0 32px;
  }
  .top-fixed-wrapper .logo {
    height: 24px;
  }
  .top-fixed-wrapper .logo img {
    height: 24px;
  }
  .top-fixed-wrapper .center-side {
    display: none;
  }
  .top-fixed-wrapper .right-side {
    display: none;
  }
  .top-fixed-wrapper .nav-toggle {
    display: block;
  }
  .top-fixed-wrapper .social li {
    margin-right: 24px;
  }
  .top-fixed-wrapper .social li:last-child {
    margin-right: 0;
  }
  .top-fixed-wrapper .social a {
    width: 16px;
    height: 16px;
  }
  .top-fixed-wrapper .social a svg {
    width: 16px;
    height: 16px;
  }
}
@media (max-width: 768px) {
  .top-fixed-wrapper .content {
    padding: 0 24px;
  }
  .top-fixed-wrapper .social li {
    margin-right: 16px;
  }
  .top-fixed-wrapper .social li:last-child {
    margin-right: 0;
  }
}

body.scroll .top-fixed-wrapper .content {
  height: 100px;
}
@media (max-width: 1280px) {
  body.scroll .top-fixed-wrapper .content {
    height: 89px;
  }
  body.scroll .top-fixed-wrapper .logo {
    height: 28px;
  }
  body.scroll .top-fixed-wrapper .logo img {
    height: 28px;
  }
}
@media (max-width: 1024px) {
  body.scroll .top-fixed-wrapper .content {
    height: 59px;
  }
  body.scroll .top-fixed-wrapper .logo {
    height: 24px;
  }
  body.scroll .top-fixed-wrapper .logo img {
    height: 24px;
  }
}

.home-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  height: 800px;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 40px;
}
.home-header .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.home-header .text {
  padding-left: 64px;
  font-weight: 300;
  color: #fff;
  width: 100%;
  max-width: 760px;
}
.home-header .text strong {
  font-weight: bold;
  color: #fbbb21;
}
.home-header .text {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .home-header .text {
    font-size: calc(19px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .home-header .text {
    font-size: 21px;
  }
}

@media (max-width: 1280px) {
  .home-header .text {
    padding-left: 48px;
  }
}
@media (max-width: 1024px) {
  .home-header {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    height: auto;
    padding: 64px 0;
    grid-gap: 48px 0;
  }
  .home-header .text {
    padding: 0 24px;
  }
  .home-header .image-wrap .image {
    position: static;
    width: auto;
  }
}

@media (min-width: 1100px) {
  .ecosystem-graph {
    position: relative;
    padding: 60px 0;
    margin-bottom: 128px;
  }
  .ecosystem-graph:before {
    display: block;
    position: absolute;
    width: 680px;
    height: 100%;
    left: 50%;
    margin-left: -340px;
    z-index: 50;
    background: radial-gradient(#252856 0, rgba(37, 40, 86, 0) 75%);
    content: "";
  }
  .ecosystem-graph .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 680px;
    position: relative;
    z-index: 100;
  }
  .ecosystem-graph .image img {
    height: 680px;
  }
  .ecosystem-graph .main-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    inset: 0;
    z-index: 110;
    margin-top: 70px;
  }
  .ecosystem-graph .main-logo img {
    height: 60px;
  }
  .ecosystem-graph .text {
    position: absolute;
    font-family: "trasandina", Arial, Helvetica, sans-serif;
    z-index: 200;
    cursor: pointer;
  }
  .ecosystem-graph .text .logo {
    display: block;
    margin-bottom: 16px;
  }
  .ecosystem-graph .text .logo img {
    height: 32px;
  }
  .ecosystem-graph .text p {
    font-size: 17px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .ecosystem-graph .text a {
    color: inherit;
  }
  .ecosystem-graph .text p strong {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
  }
  .ecosystem-graph .text:hover p {
    color: #fff;
  }
  .ecosystem-graph .text:hover p strong {
    color: #fbbb21;
  }
  .ecosystem-graph .text1 {
    width: 390px;
    left: 53%;
    top: 0;
  }
  .ecosystem-graph .text2 {
    width: 320px;
    right: 0;
    top: 270px;
  }
  .ecosystem-graph .text3 {
    width: 370px;
    left: 68%;
    bottom: 0;
  }
  .ecosystem-graph .text4 {
    width: 320px;
    left: 130px;
    bottom: 4px;
  }
  .ecosystem-graph .text5 {
    width: 360px;
    left: 0;
    top: 150px;
  }
}
@media (min-width: 1100px) and (max-width: 1440px) {
  .ecosystem-graph .image {
    height: 620px;
  }
  .ecosystem-graph .image img {
    height: 620px;
  }
  .ecosystem-graph .main-logo img {
    height: 48px;
  }
  .ecosystem-graph .text2 {
    width: 280px;
  }
  .ecosystem-graph .text4 {
    left: 100px;
    width: 300px;
  }
  .ecosystem-graph .text5 {
    width: 300px;
  }
}
@media (min-width: 1100px) and (max-width: 1366px) {
  .ecosystem-graph .image {
    height: 580px;
  }
  .ecosystem-graph .image img {
    height: 580px;
  }
  .ecosystem-graph .main-logo img {
    height: 48px;
  }
  .ecosystem-graph .text2 {
    width: 280px;
    top: 250px;
  }
  .ecosystem-graph .text4 {
    bottom: -10px;
  }
  .ecosystem-graph .text5 {
    top: 120px;
  }
}
@media (min-width: 1100px) and (max-width: 1280px) {
  .ecosystem-graph .image {
    height: 500px;
  }
  .ecosystem-graph .image img {
    height: 500px;
  }
  .ecosystem-graph .main-logo img {
    height: 48px;
  }
  .ecosystem-graph .text p {
    font-size: 15px;
  }
  .ecosystem-graph .text p strong {
    font-size: 19px;
  }
  .ecosystem-graph .text2 {
    top: 220px;
    width: 300px;
  }
  .ecosystem-graph .text4 {
    bottom: 0px;
  }
  .ecosystem-graph .text5 {
    top: 120px;
  }
}
@media (max-width: 1100px) {
  .ecosystem-graph {
    margin-bottom: 80px;
  }
  .ecosystem-graph .main-logo,
.ecosystem-graph .image {
    display: none;
  }
  .ecosystem-graph .text {
    font-family: "trasandina", Arial, Helvetica, sans-serif;
    z-index: 200;
    border-left: 3px solid;
    padding: 24px;
    padding-right: 0;
  }
  .ecosystem-graph .text .logo {
    display: block;
    margin-bottom: 20px;
  }
  .ecosystem-graph .text .logo img {
    height: 40px;
  }
  .ecosystem-graph .text p {
    font-size: 17px;
    margin-bottom: 8px;
    max-width: 500px;
  }
  .ecosystem-graph .text p:last-child {
    margin-bottom: 0;
  }
  .ecosystem-graph .text p strong {
    font-size: 21px;
    font-weight: 600;
    color: #fff;
  }
  .ecosystem-graph .text1 {
    border-left-color: #ff7b63;
  }
  .ecosystem-graph .text2 {
    border-left-color: #ff555d;
  }
  .ecosystem-graph .text3 {
    border-left-color: #ff3858;
  }
  .ecosystem-graph .text4 {
    border-left-color: #f20253;
  }
  .ecosystem-graph .text5 {
    border-left-color: #dc0053;
  }
}
.ecosystem-extra-info {
  display: block;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}
.ecosystem-extra-info .close {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  background: url(images/close.svg) center no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px;
  border: none;
}
.ecosystem-extra-info .info {
  display: none;
  padding: 32px;
  border: 3px solid #2b2f64;
  font-weight: normal;
  position: relative;
}
.ecosystem-extra-info .info strong {
  color: #fff;
}
@media (max-width: 768px) {
  .ecosystem-extra-info .close {
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
    background-size: 16px 16px;
  }
}

.what-we-do-wrapper {
  margin-bottom: 128px;
}
.what-we-do-wrapper .container-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.what-we-do-wrapper .text {
  color: #fff;
  width: 100%;
  max-width: 770px;
}
.what-we-do-wrapper .image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
  margin-left: 64px;
}
@media (max-width: 1366px) {
  .what-we-do-wrapper .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
  }
}
@media (max-width: 1280px) {
  .what-we-do-wrapper .image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
  }
}
@media (max-width: 1024px) {
  .what-we-do-wrapper .image {
    display: none;
  }
}

.highlight-info {
  display: block;
  width: 100%;
  max-width: 936px;
  margin: 0 auto 40px;
  padding: 24px 32px;
  border-radius: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  background: #1f2147;
}
.highlight-info p {
  line-height: 1.5;
}
.highlight-info p:last-child {
  margin-bottom: 0;
}
.highlight-info p {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .highlight-info p {
    font-size: calc(18px + 3 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .highlight-info p {
    font-size: 21px;
  }
}
.highlight-info p strong {
  font-weight: 500;
  color: #fbbb21;
}
.highlight-info p strong {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  .highlight-info p strong {
    font-size: calc(23px + 7 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .highlight-info p strong {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .highlight-info {
    padding: 20px 24px;
  }
}
@media (max-width: 768px) {
  .highlight-info {
    padding: 16px;
    border-radius: 10px;
  }
}

.app-view {
  display: block;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 1200px;
}

.coming-soon-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.coming-soon-wrap p {
  line-height: 1;
  height: 48px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 38px;
}
.coming-soon-wrap .coming-soon p {
  font-size: 44px;
  font-weight: 500;
  color: #fbbb21;
}
.coming-soon-wrap .coming-soon .logos {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 40px;
}
.coming-soon-wrap .coming-soon .logos img {
  height: 64px;
}
.coming-soon-wrap .payments {
  color: #fff;
}
.coming-soon-wrap .payments p {
  font-size: 30px;
  font-weight: 500;
}
.coming-soon-wrap .payments .logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coming-soon-wrap .payments .logos .box {
  margin-right: 40px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.coming-soon-wrap .payments .logos .box:last-child {
  margin-right: 0;
}
.coming-soon-wrap .payments .logos .box:nth-child(1) img {
  height: 20px;
}
.coming-soon-wrap .payments .logos .box:nth-child(2) img {
  height: 30px;
}
.coming-soon-wrap .payments .logos .box:nth-child(3) img {
  height: 26px;
}
.coming-soon-wrap .payments .logos .box:nth-child(4) img {
  height: 36px;
}
.coming-soon-wrap .payments .logos .box:nth-child(5) img {
  height: 16px;
}
.coming-soon-wrap .payments .logos .box:nth-child(6) img {
  height: 19px;
}
.coming-soon-wrap .payments .logos .box:nth-child(7) img {
  height: 30px;
}
@media (max-width: 1280px) {
  .coming-soon-wrap p {
    height: 40px;
  }
  .coming-soon-wrap .coming-soon p {
    font-size: 40px;
  }
  .coming-soon-wrap .coming-soon .logos img {
    height: 56px;
  }
  .coming-soon-wrap .payments p {
    font-size: 27px;
  }
  .coming-soon-wrap .payments .logos {
    height: 56px;
  }
  .coming-soon-wrap .payments .logos .box {
    margin-right: 32px;
  }
}
@media (max-width: 1100px) {
  .coming-soon-wrap p {
    height: auto;
  }
  .coming-soon-wrap .coming-soon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 40px;
  }
  .coming-soon-wrap .coming-soon p {
    font-size: 36px;
  }
  .coming-soon-wrap .payments {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .coming-soon-wrap .payments p {
    font-size: 24px;
  }
  .coming-soon-wrap .payments .logos {
    height: auto;
  }
}
@media (max-width: 768px) {
  .coming-soon-wrap .coming-soon .logos img {
    height: 48px;
  }
  .coming-soon-wrap .payments .logos {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .coming-soon-wrap .payments .logos .box {
    margin-right: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 450px) {
  .coming-soon-wrap .coming-soon .logos img {
    height: auto;
  }
}

.why-wrapper {
  display: block;
  margin-bottom: 128px;
}
.why-wrapper .why-boxes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px 32px;
  margin-bottom: 80px;
}
.why-wrapper .why-boxes .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 64px 32px 1fr;
  grid-template-columns: 64px 1fr;
  -ms-grid-rows: 64px 24px 1fr;
  grid-template-rows: 64px 1fr;
  grid-gap: 24px 32px;
  padding: 32px;
  border-radius: 8px;
  background: #1f2147;
}
.why-wrapper .why-boxes .box > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.why-wrapper .why-boxes .box > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.why-wrapper .why-boxes .box > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.why-wrapper .why-boxes .box > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.why-wrapper .why-boxes .number {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.why-wrapper .why-boxes .number span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  background: #fbbb21;
  border-radius: 50%;
}
.why-wrapper .why-boxes .title {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why-wrapper .why-boxes .title span {
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
.why-wrapper .why-boxes .text {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  -ms-grid-row: 2;
  grid-row: 2;
  font-size: 17px;
}
@media (max-width: 1366px) {
  .why-wrapper .why-boxes .title span {
    font-size: 19px;
  }
}
@media (max-width: 1280px) {
  .why-wrapper .why-boxes .box {
    -ms-grid-columns: 56px 24px 1fr;
    grid-template-columns: 56px 1fr;
    -ms-grid-rows: 56px 20px 1fr;
    grid-template-rows: 56px 1fr;
    grid-gap: 20px 24px;
  }
  .why-wrapper .why-boxes .box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .why-wrapper .why-boxes .box > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .why-wrapper .why-boxes .box > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .why-wrapper .why-boxes .box > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .why-wrapper .why-boxes .number span {
    width: 56px;
    height: 56px;
    font-size: 24px;
  }
  .why-wrapper .why-boxes .title span {
    font-size: 17px;
  }
}
@media (max-width: 1180px) {
  .why-wrapper .why-boxes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .why-wrapper .why-boxes .box {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 56px 20px -webkit-min-content 20px -webkit-min-content;
    -ms-grid-rows: 56px 20px min-content 20px min-content;
    grid-template-rows: 56px -webkit-min-content -webkit-min-content;
    grid-template-rows: 56px min-content min-content;
    grid-gap: 20px 24px;
    padding: 24px;
  }
  .why-wrapper .why-boxes .box > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .why-wrapper .why-boxes .box > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .why-wrapper .why-boxes .box > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .why-wrapper .why-boxes .number {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .why-wrapper .why-boxes .number span {
    width: 48px;
    height: 48px;
    font-size: 21px;
  }
  .why-wrapper .why-boxes .title {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .why-wrapper .why-boxes .title span {
    font-size: 17px;
  }
  .why-wrapper .why-boxes .text {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
  }
}
.why-wrapper .intro-text {
  margin: 0 100px;
  padding-left: 80px;
  border-left: 3px solid #fbbb21;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
.why-wrapper .intro-text p {
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .why-wrapper .intro-text p {
    font-size: calc(22px + 16 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .why-wrapper .intro-text p {
    font-size: 38px;
  }
}
.why-wrapper .intro-text.smaller p {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .why-wrapper .intro-text.smaller p {
    font-size: calc(20px + 7 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .why-wrapper .intro-text.smaller p {
    font-size: 27px;
  }
}
@media (max-width: 1366px) {
  .why-wrapper .intro-text {
    margin: 0 80px 56px;
    padding-left: 64px;
  }
}
@media (max-width: 1280px) {
  .why-wrapper .intro-text {
    margin: 0 64px 48px;
    padding-left: 56px;
  }
}
@media (max-width: 1024px) {
  .why-wrapper .intro-text {
    margin: 0 0 40px;
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .why-wrapper .intro-text {
    padding: 32px 0 32px 32px;
  }
}
@media (max-width: 550px) {
  .why-wrapper .intro-text {
    padding: 24px 0 24px 24px;
  }
}

.team-subtitle {
  margin-bottom: 40px;
  display: inline-block;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #ff7b63), color-stop(16.67%, #ff6a61), color-stop(33.33%, #ff555d), color-stop(50%, #ff3858), color-stop(66.67%, #f20253), color-stop(83.33%, #e60052), to(#dc0053));
  background: linear-gradient(-90deg, #ff7b63 0, #ff6a61 16.67%, #ff555d 33.33%, #ff3858 50%, #f20253 66.67%, #e60052 83.33%, #dc0053 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px 32px;
  margin-bottom: 64px;
}
.team-grid .box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background: #1f2147;
  border-radius: 24px 24px 24px 24px;
  padding: 32px;
  position: relative;
  -webkit-box-shadow: 10.607px 10.607px 29.75px 5.25px rgba(0, 0, 0, 0.11);
          box-shadow: 10.607px 10.607px 29.75px 5.25px rgba(0, 0, 0, 0.11);
}
.team-grid .box .avatar {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  -ms-grid-column-align: center;
      justify-self: center;
}
.team-grid .box .name h4 {
  font-family: "montserrat", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}
.team-grid .box .name h5 {
  font-family: "montserrat", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fbbb21;
  line-height: 1.3;
}
.team-grid .box .linkedin {
  display: block;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 100;
  width: 32px;
  height: 32px;
}
.team-grid .box .linkedin svg {
  fill: #34386b;
}
.team-grid .box .linkedin:hover svg {
  fill: #fbbb21;
}
@media (max-width: 1366px) {
  .team-grid .box .avatar {
    width: 180px;
    height: 180px;
  }
  .team-grid .box .name h4 {
    font-size: 22px;
  }
  .team-grid .box .name h5 {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .team-grid .box .avatar {
    width: 160px;
    height: 160px;
  }
  .team-grid .box .name h4 {
    font-size: 21px;
  }
  .team-grid .box .name h5 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .team-grid {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .team-grid .box .avatar {
    width: 140px;
    height: 140px;
  }
  .team-grid .box .name h4 {
    font-size: 20px;
  }
  .team-grid .box .name h5 {
    font-size: 13px;
  }
}
@media (max-width: 650px) {
  .team-grid {
    grid-gap: 24px 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .team-grid .box {
    border-radius: 12px 12px 0 12px;
    text-align: center;
  }
  .team-grid .box .avatar {
    margin-bottom: 12px;
  }
}

#logos {
  margin-bottom: 128px;
}
@media (max-width: 1280px) {
  #logos {
    margin-bottom: 104px;
  }
}
@media (max-width: 1024px) {
  #logos {
    margin-bottom: 88px;
  }
}
@media (max-width: 768px) {
  #logos {
    margin-bottom: 64px;
  }
}

.logos-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr 24px 1fr;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px 24px;
}
.logos-grid .box {
  padding: 14px;
  border-radius: 10px;
  background: #fff;
}
.logos-grid span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}
.logos-grid img {
  width: auto;
  max-width: 180px;
  max-height: 140px;
}
@media (max-width: 1366px) {
  .logos-grid {
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .logos-grid {
    -ms-grid-columns: 1fr 24px 1fr 24px 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .logos-grid {
    -ms-grid-columns: 1fr 24px 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .logos-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 12px 0;
  }
  .logos-grid .box {
    padding: 8px 0;
  }
  .logos-grid span {
    height: 120px;
  }
  .logos-grid img {
    max-width: 80%;
    max-height: 70px;
  }
}

.faq-wrapper2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 24px;
  width: 100%;
  margin: 0 auto 80px;
}
.faq-wrapper2 .row {
  display: block;
  padding: 24px;
  background: #fbbb21;
  border-radius: 6px;
}
.faq-wrapper2 .question a {
  display: block;
  font-size: 19px;
  color: #191b3b;
  font-weight: 600;
  position: relative;
  padding-right: 32px;
}
.faq-wrapper2 .question a:after {
  display: block;
  width: 16px;
  height: 16px;
  background: url(images/arrow-down-violet.svg) center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-wrapper2 .question a.collapsed:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq-wrapper2 .question a:hover {
  color: #000;
}
.faq-wrapper2 .answer {
  font-size: 17px;
  color: #191b3b;
  font-weight: 400;
}
.faq-wrapper2 .answer p {
  margin-bottom: 0;
  padding-top: 12px;
}
.faq-wrapper2 .answer a {
  font-weight: bold;
  color: inherit;
  text-decoration: underline;
}
.faq-wrapper2 .row:hover .question a {
  text-decoration: underline;
}

.faq-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 24px;
  width: 100%;
  margin: 0 auto 80px;
}
.faq-wrapper .row {
  display: block;
  padding: 22px;
  border: 2px solid #fbbb21;
  border-radius: 6px;
}
.faq-wrapper .question a {
  display: block;
  font-size: 19px;
  color: #fbbb21;
  font-weight: 600;
  position: relative;
  padding-right: 32px;
}
.faq-wrapper .question a:after {
  display: block;
  width: 16px;
  height: 16px;
  background: url(images/arrow-down-yellow.svg) center no-repeat;
  background-size: cover;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-wrapper .question a.collapsed:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.faq-wrapper .answer {
  font-size: 17px;
  color: #fbbb21;
  font-weight: 400;
}
.faq-wrapper .answer p {
  margin-bottom: 0;
  padding-top: 12px;
}
.faq-wrapper .answer a {
  color: inherit;
  text-decoration: underline;
}
.faq-wrapper .row:hover {
  background: #fbbb21;
}
.faq-wrapper .row:hover .question a {
  color: #191b3b;
}
.faq-wrapper .row:hover .question a:after {
  background-image: url(images/arrow-down-violet.svg);
}
.faq-wrapper .row:hover .answer {
  color: #191b3b;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
          transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.contact-form {
  display: block;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
  padding: 80px 0 128px;
}
.contact-form .grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px 24px;
}
.contact-form .grid .full {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
.contact-form .grid label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 16px;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  padding-left: 32px;
}
.contact-form .grid input[type=text],
.contact-form .grid input[type=email],
.contact-form .grid textarea {
  display: block;
  border: 2px solid #434674;
  height: 72px;
  padding: 0 32px;
  border-radius: 40px;
  background: none;
  font-size: 19px;
  color: #5b5e8c;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contact-form .grid input[type=text]:focus,
.contact-form .grid input[type=email]:focus,
.contact-form .grid textarea:focus {
  border-color: #fff;
  color: #fff;
}
.contact-form .grid input[type=text].wpcf7-not-valid,
.contact-form .grid input[type=email].wpcf7-not-valid,
.contact-form .grid textarea.wpcf7-not-valid {
  background: #fff;
  border-color: #e02424;
  border-radius: 10px 10px 0 0;
}
.contact-form .grid textarea {
  padding: 20px 32px;
}
.contact-form .grid textarea:focus {
  height: 180px;
}
.contact-form .grid .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-form .grid .last {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact-form .grid .acceptance {
  display: block;
}
.contact-form .grid .acceptance input {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.contact-form .grid .acceptance .wpcf7-list-item-label {
  font-size: 16px;
  color: #5b5e8c;
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 44px;
  cursor: pointer;
  font-weight: normal;
  text-transform: none;
}
.contact-form .grid .acceptance .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
}
.contact-form .grid .acceptance .wpcf7-list-item-label:after {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #434674;
  border-radius: 6px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.contact-form .grid .acceptance input:checked ~ .wpcf7-list-item-label:after {
  background: #23a04e url(images/checked-white.svg) center no-repeat;
  border-color: #23a04e;
  background-size: 12px 12px;
}
.contact-form .grid button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 72px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 56px;
  background: #fbbb21;
  border: none;
  border-radius: 36px;
  font-size: 21px;
  font-weight: 500;
  color: #191b3b;
  white-space: nowrap;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
}
.contact-form .grid button:hover {
  background: #1c64f2;
  color: #fff;
}
@media (max-width: 768px) {
  .contact-form .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contact-form .grid .full {
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .contact-form .grid .last {
    -ms-grid-column: 1;
    grid-column: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 550px) {
  .contact-form .grid label {
    padding-left: 0;
  }
  .contact-form .grid input[type=text],
.contact-form .grid input[type=email],
.contact-form .grid textarea {
    padding: 0 16px;
    border-radius: 6px;
  }
}

.footer-wrapper {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-bottom: 64px;
}
.footer-wrapper .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-wrapper .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 64px;
}
.footer-wrapper .logo img {
  height: 40px;
}
.footer-wrapper p {
  margin-bottom: 56px;
  line-height: 1.8;
}
.footer-wrapper p a {
  color: inherit;
}
.footer-wrapper p a:hover {
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .footer-wrapper .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .footer-wrapper .social li {
    margin: 0 16px;
  }
  .footer-wrapper .social a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24px;
    height: 24px;
    position: relative;
  }
  .footer-wrapper .social a svg {
    fill: #fff;
    width: 24px;
    height: 24px;
  }
  .footer-wrapper .social a span {
    position: absolute;
    display: block;
    text-align: center;
    line-height: 22px;
    width: 100px;
    height: 22px;
    border-radius: 3px;
    background: #fbbb21;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    visibility: hidden;
    opacity: 0;
    top: -28px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 20;
  }
  .footer-wrapper .social a:hover svg {
    fill: #fbbb21;
  }
  .footer-wrapper .social a:hover span {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}
@media (max-width: 1024px) {
  .footer-wrapper .social {
    list-style: none;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-wrapper .social li {
    margin: 0 16px;
  }
  .footer-wrapper .social a {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    text-align: left;
  }
  .footer-wrapper .social a svg {
    fill: #fff;
    width: 20px;
    height: 20px;
  }
  .footer-wrapper .social a span {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    white-space: nowrap;
    visibility:hidden;
    display:none;
  }
  .footer-wrapper .social a:hover svg {
    fill: #fbbb21;
  }
  .footer-wrapper .social a:hover span {
    color: #fbbb21;
  }
}
@media (max-width: 650px) {
  .footer-wrapper .social {
    grid-gap: 20px 20px;
  }
  .footer-wrapper .social a span {
    font-size: 10px;
  }
}

.fixed-social {
  display: block;
  position: fixed;
  right: 0;
  top: 50%;
  list-style: none;
  margin: 0;
  z-index: 400;
}
.fixed-social li {
  margin-bottom: 8px;
}
.fixed-social li:last-child {
  margin-bottom: 0;
}
.fixed-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid #f1f1f1;
  border-right: none;
}
.fixed-social a svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.fixed-social a:hover {
  border-color: #fbbb21;
  background-color: #fbbb21;
}
.fixed-social a:hover svg {
  fill: #000;
}

#modal-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 9900;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
#modal-wrap.displaynone {
  display: none !important;
}
#modal-wrap .modal {
  display: block;
  width: 100%;
  max-width: 632px;
  background: #fbbb21;
}
#modal-wrap .modal .content {
  padding: 40px;
  position: relative;
}
#modal-wrap .modal .close {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  background: url(images/close-black.svg) center no-repeat;
  background-size: 20px 20px;
  text-indent: -9999px;
  position: absolute;
  right: 20px;
  top: 20px;
}
#modal-wrap .modal .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#modal-wrap .modal .icon img {
  width: 300px;
  height: auto;
}
#modal-wrap .modal .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
#modal-wrap .modal .title span {
  font-size: 44px;
  color: #000;
  font-weight: 700;
  text-align: center;
  display: block;
  line-height: 1.3;
}
#modal-wrap .modal .claim {
  display: block;
  text-align: center;
  color: #000;
  margin-bottom: 16px;
}
#modal-wrap .modal .claim p {
  font-size: 24px;
  font-weight: 500;
}
#modal-wrap .modal .countdown-wrapper {
  margin-bottom: 24px;
}
#modal-wrap .modal .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#modal-wrap .modal .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background: #dc0053;
  width: 100%;
  border-radius: 5px;
  min-height: 72px;
  max-width: 400px;
}
#modal-wrap .modal .button a span {
  padding-right: 44px;
  background: url(images/arrow-right-long-white.svg) right center no-repeat;
  background-size: 28px 28px;
}
#modal-wrap .modal .button a:hover {
  background: #191b3b;
}
@media (max-width: 1366px) {
  #modal-wrap .modal .icon img {
    width: 260px;
  }
}
@media (max-width: 768px) {
  #modal-wrap {
    overflow-y: scroll;
  }
  #modal-wrap .modal .content {
    padding: 24px;
  }
  #modal-wrap .modal .icon img {
    width: 240px;
  }
  #modal-wrap .modal .title {
    margin-bottom: 20px;
  }
  #modal-wrap .modal .title span {
    font-size: 40px;
  }
  #modal-wrap .modal .claim p {
    font-size: 22px;
  }
  #modal-wrap .modal .button a {
    font-size: 19px;
    min-height: 64px;
  }
}
@media (max-width: 550px) {
  #modal-wrap .modal .content {
    padding: 20px;
  }
  #modal-wrap .modal .icon img {
    width: 200px;
  }
  #modal-wrap .modal .title {
    margin-bottom: 16px;
  }
  #modal-wrap .modal .title span {
    font-size: 32px;
  }
  #modal-wrap .modal .claim p {
    font-size: 20px;
  }
  #modal-wrap .modal .button a {
    font-size: 18px;
  }
}
@media (max-width: 450px) {
  #modal-wrap .modal .content {
    padding: 20px;
  }
  #modal-wrap .modal .icon img {
    width: 140px;
  }
  #modal-wrap .modal .title {
    margin-bottom: 14px;
  }
  #modal-wrap .modal .title span {
    font-size: 28px;
  }
  #modal-wrap .modal .claim p {
    font-size: 18px;
  }
  #modal-wrap .modal .button a {
    font-size: 17px;
  }
  #modal-wrap .modal .button a span {
    padding-right: 36px;
    background-size: 22px 22px;
  }
}

.page-title {
  display: block;
  text-align: center;
  padding: 64px 0;
  margin-bottom: 64px;
}
.page-title h1 {
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
}
.page-title h1 {
  font-size: 34px;
}
@media screen and (min-width: 768px) {
  .page-title h1 {
    font-size: calc(34px + 14 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .page-title h1 {
    font-size: 48px;
  }
}
@media (max-width: 1440px) {
  .page-title {
    padding: 56px 0;
    margin-bottom: 56px;
  }
}
@media (max-width: 1366px) {
  .page-title {
    padding: 48px 0;
    margin-bottom: 48px;
  }
}
@media (max-width: 1280px) {
  .page-title {
    padding: 40px 0;
    margin-bottom: 44px;
  }
}
@media (max-width: 1024px) {
  .page-title {
    padding: 32px 0;
    margin-bottom: 40px;
  }
}

.page-content {
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 80px;
  color: #fff;
}
.page-content {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .page-content {
    font-size: calc(19px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .page-content {
    font-size: 21px;
  }
}
.page-content a {
  text-decoration: underline;
}

.career-wrapper .career-header {
  display: block;
  text-align: center;
  padding: 128px 0;
}
.career-wrapper .career-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 48px;
}
.career-wrapper .career-header .logo a, .career-wrapper .career-header .logo img {
  height: 64px;
}
.career-wrapper .career-header h2 {
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.3;
  font-size: 104px;
}
.career-wrapper .career-header h2 span {
  position: relative;
}
.career-wrapper .career-header h2 span:after {
  position: absolute;
  left: 0;
  bottom: -22px;
  right: 0;
  height: 20px;
  content: "";
  background: url(images/career/underline.png) left bottom no-repeat;
  background-size: 100% auto;
}
@media (max-width: 1540px) {
  .career-wrapper .career-header h2 {
    font-size: 98px;
  }
}
@media (max-width: 1440px) {
  .career-wrapper .career-header h2 {
    font-size: 90px;
  }
}
@media (max-width: 1366px) {
  .career-wrapper .career-header {
    padding: 104px 0;
  }
  .career-wrapper .career-header h2 {
    font-size: 84px;
  }
  .career-wrapper .career-header .logo a, .career-wrapper .career-header .logo img {
    height: 56px;
  }
}
@media (max-width: 1280px) {
  .career-wrapper .career-header {
    padding: 88px 0;
  }
  .career-wrapper .career-header h2 {
    font-size: 80px;
  }
  .career-wrapper .career-header .logo a, .career-wrapper .career-header .logo img {
    height: 48px;
  }
}
@media (max-width: 1024px) {
  .career-wrapper .career-header {
    padding: 72px 0;
  }
  .career-wrapper .career-header h2 {
    font-size: 72px;
  }
  .career-wrapper .career-header .logo a, .career-wrapper .career-header .logo img {
    height: 44px;
  }
}
@media (max-width: 768px) {
  .career-wrapper .career-header {
    padding: 64px 0;
  }
  .career-wrapper .career-header .logo a, .career-wrapper .career-header .logo img {
    height: 40px;
  }
  .career-wrapper .career-header h2 {
    font-size: 64px;
  }
  .career-wrapper .career-header h2 span:after {
    bottom: -10px;
  }
}
@media (max-width: 600px) {
  .career-wrapper .career-header h2 {
    font-size: 56px;
  }
}
@media (max-width: 500px) {
  .career-wrapper .career-header h2 {
    font-size: 48px;
  }
}
.career-wrapper .career-testimonials {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 180px;
}
@media (max-width: 1366px) {
  .career-wrapper .career-testimonials {
    margin-bottom: 140px;
  }
}
@media (max-width: 1280px) {
  .career-wrapper .career-testimonials {
    margin-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .career-wrapper .career-testimonials {
    margin-bottom: 104px;
  }
}
@media (max-width: 768px) {
  .career-wrapper .career-testimonials {
    margin-bottom: 80px;
  }
}
.career-wrapper .career-testimonials .box {
  background: #1f2147;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.career-wrapper .career-testimonials .box .desc {
  display: block;
  width: 100%;
  max-width: 320px;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: center;
}
.career-wrapper .career-testimonials .box blockquote {
  font-style: normal;
  margin-bottom: 24px;
  line-height: 1.4;
}
.career-wrapper .career-testimonials .box blockquote {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .career-wrapper .career-testimonials .box blockquote {
    font-size: calc(19px + 5 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .career-wrapper .career-testimonials .box blockquote {
    font-size: 24px;
  }
}
.career-wrapper .career-testimonials .box p {
  line-height: 1.5;
}
.career-wrapper .career-testimonials .box p strong {
  font-weight: 600;
  display: block;
}
.career-wrapper .career-testimonials .box p strong {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .career-wrapper .career-testimonials .box p strong {
    font-size: calc(18px + 3 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .career-wrapper .career-testimonials .box p strong {
    font-size: 21px;
  }
}
.career-wrapper .career-testimonials .box p em {
  font-style: normal;
  color: #fbbb21;
  display: block;
}
.career-wrapper .career-testimonials .box p em {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .career-wrapper .career-testimonials .box p em {
    font-size: calc(14px + 2 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .career-wrapper .career-testimonials .box p em {
    font-size: 16px;
  }
}
.career-wrapper .career-testimonials .box.yellow {
  background: #fbbb21;
}
.career-wrapper .career-testimonials .box.yellow .desc {
  color: #191b3b;
}
.career-wrapper .career-testimonials .box.yellow p {
  color: #191b3b;
  line-height: 1.3;
}
.career-wrapper .career-testimonials .box.yellow p strong {
  font-size: 56px;
}
@media screen and (min-width: 768px) {
  .career-wrapper .career-testimonials .box.yellow p strong {
    font-size: calc(56px + 24 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .career-wrapper .career-testimonials .box.yellow p strong {
    font-size: 80px;
  }
}
.career-wrapper .career-testimonials .box.yellow p em {
  color: #191b3b;
}
.career-wrapper .career-testimonials .photo.full {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/span 3;
}
@media (min-width: 690px) and (max-width: 1024px) {
  .career-wrapper .career-testimonials {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .career-wrapper .career-testimonials .photo.full {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
  }
  .career-wrapper .career-testimonials > div:nth-child(3) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .career-wrapper .career-testimonials > div:nth-child(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .career-wrapper .career-testimonials > div:nth-child(5) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/span 2;
    -ms-grid-row: 3;
    grid-row: 3;
    padding: 40px 0;
  }
  .career-wrapper .career-testimonials > div:nth-child(6) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .career-wrapper .career-testimonials > div:nth-child(7) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  .career-wrapper .career-testimonials > div:nth-child(8) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 5;
    grid-row: 5;
  }
  .career-wrapper .career-testimonials > div:nth-child(9) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
}
@media (max-width: 690px) {
  .career-wrapper .career-testimonials {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .career-wrapper .career-testimonials .box {
    padding: 60px 24px;
  }
  .career-wrapper .career-testimonials .photo picture, .career-wrapper .career-testimonials .photo img {
    width: 100%;
  }
  .career-wrapper .career-testimonials .photo.full {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
@media (min-width: 1024px) {
  .career-wrapper .career-bck {
    background: url(images/career/career-bck.webp) right top no-repeat;
  }
}
@media (max-width: 1440px) {
  .career-wrapper .career-bck {
    background-size: auto 900px;
  }
}
@media (max-width: 1366px) {
  .career-wrapper .career-bck {
    background-size: auto 800px;
  }
}
@media (max-width: 1280px) {
  .career-wrapper .career-bck {
    background-size: auto 700px;
  }
}
.career-wrapper .career-bck h2 {
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-bottom: 32px;
}
.career-wrapper .career-bck h2 {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .career-wrapper .career-bck h2 {
    font-size: calc(32px + 16 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .career-wrapper .career-bck h2 {
    font-size: 48px;
  }
}
.career-wrapper .career-bck h2.center {
  text-align: center;
}
.career-wrapper .career-bck .career-about {
  margin-bottom: 180px;
}
@media (max-width: 1366px) {
  .career-wrapper .career-bck .career-about {
    margin-bottom: 140px;
  }
}
@media (max-width: 1280px) {
  .career-wrapper .career-bck .career-about {
    margin-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .career-wrapper .career-bck .career-about {
    margin-bottom: 104px;
  }
}
@media (max-width: 768px) {
  .career-wrapper .career-bck .career-about {
    margin-bottom: 80px;
  }
}
.career-wrapper .career-bck .career-about h2 {
  max-width: 660px;
}
.career-wrapper .career-bck .career-about .text {
  font-weight: 300;
  margin-bottom: 48px;
  max-width: 880px;
}
.career-wrapper .career-bck .career-about .text {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .career-wrapper .career-bck .career-about .text {
    font-size: calc(17px + 4 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .career-wrapper .career-bck .career-about .text {
    font-size: 21px;
  }
}
@media (max-width: 1366px) {
  .career-wrapper .career-bck .career-about .text {
    max-width: 800px;
  }
}
@media (max-width: 1280px) {
  .career-wrapper .career-bck .career-about .text {
    max-width: 760px;
  }
}
.career-wrapper .career-bck .career-about .highlight {
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #fbbb21;
  max-width: 930px;
}
.career-wrapper .career-bck .career-about .highlight {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .career-wrapper .career-bck .career-about .highlight {
    font-size: calc(24px + 8 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .career-wrapper .career-bck .career-about .highlight {
    font-size: 32px;
  }
}
.career-wrapper .career-bck .career-about .highlight p {
  margin-bottom: 0;
}
.career-wrapper .career-offers-list {
  list-style: none;
  margin: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 100px;
}
.career-wrapper .career-offers-list li {
  margin-bottom: 16px;
}
.career-wrapper .career-offers-list li:last-child {
  margin-bottom: 0;
}
.career-wrapper .career-offers-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  background: #fbbb21;
  border-radius: 6px;
  padding: 24px 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.career-wrapper .career-offers-list li a em {
  font-style: normal;
  font-weight: 600;
  color: #191b3b;
}
.career-wrapper .career-offers-list li a span {
  font-size: 14px;
  font-weight: 600;
  color: #191b3b;
  text-transform: uppercase;
  padding-right: 44px;
  background-size: 20px 20px;
  background-position: right center;
  background-repeat: no-repeat;
  background-image: url(images/arrow-right-long-violet.svg);
}
.career-wrapper .career-offers-list li a:hover {
  background: #dc0053;
}
.career-wrapper .career-offers-list li a:hover span, .career-wrapper .career-offers-list li a:hover em {
  color: #fff;
}
.career-wrapper .career-offers-list li a:hover span {
  background-image: url(images/arrow-right-long-white.svg);
}
@media (max-width: 1024px) {
  .career-wrapper .career-offers-list li a {
    padding: 20px 24px;
  }
}
@media (max-width: 768px) {
  .career-wrapper .career-offers-list li a {
    padding: 16px 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .career-wrapper .career-offers-list li a em {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 8px;
    line-height: 1.2;
  }
  .career-wrapper .career-offers-list li a span {
    padding-right: 34px;
  }
}
.career-wrapper .career-intro {
  margin: 0 auto 180px;
  width: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 80px;
  border-left: 3px solid #fbbb21;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
.career-wrapper .career-intro p {
  font-size: 21px;
}
@media screen and (min-width: 768px) {
  .career-wrapper .career-intro p {
    font-size: calc(21px + 11 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .career-wrapper .career-intro p {
    font-size: 32px;
  }
}
.career-wrapper .career-intro p a {
  color: #fbbb21;
  text-decoration: underline;
}
@media (max-width: 1366px) {
  .career-wrapper .career-intro {
    margin-bottom: 140px;
  }
}
@media (max-width: 1280px) {
  .career-wrapper .career-intro {
    margin-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .career-wrapper .career-intro {
    margin-bottom: 104px;
  }
}
@media (max-width: 768px) {
  .career-wrapper .career-intro {
    margin-bottom: 80px;
  }
}
@media (max-width: 1366px) {
  .career-wrapper .career-intro {
    padding-left: 64px;
  }
}
@media (max-width: 1280px) {
  .career-wrapper .career-intro {
    padding-left: 56px;
  }
}
@media (max-width: 1024px) {
  .career-wrapper .career-intro {
    padding-left: 40px;
  }
}
@media (max-width: 768px) {
  .career-wrapper .career-intro {
    padding: 32px 0 32px 32px;
  }
}
@media (max-width: 550px) {
  .career-wrapper .career-intro {
    padding: 24px 0 24px 24px;
  }
}
.career-wrapper .career-highlight-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 500px 64px 1fr;
  grid-template-columns: 500px 1fr;
  grid-gap: 64px 64px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.career-wrapper .career-highlight-info .desc .title {
  display: block;
  margin-bottom: 24px;
}
.career-wrapper .career-highlight-info .desc .title strong {
  font-size: 44px;
  color: #fbbb21;
}
.career-wrapper .career-highlight-info .desc p {
  font-size: 21px;
  color: #fff;
  margin-bottom: 32px;
}
.career-wrapper .career-highlight-info .desc p a {
  font-weight: bold;
  color: #fbbb21;
  padding-bottom: 2px;
  border-bottom: 1px solid #fbbb21;
}
.career-wrapper .career-highlight-info .desc .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.career-wrapper .career-highlight-info .desc .button-wrap a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 64px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background: #dc0053;
  padding: 0 32px;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.career-wrapper .career-person {
  margin-bottom: 180px;
}
@media (max-width: 1366px) {
  .career-wrapper .career-person {
    margin-bottom: 140px;
  }
}
@media (max-width: 1280px) {
  .career-wrapper .career-person {
    margin-bottom: 120px;
  }
}
@media (max-width: 1024px) {
  .career-wrapper .career-person {
    margin-bottom: 104px;
  }
}
@media (max-width: 768px) {
  .career-wrapper .career-person {
    margin-bottom: 80px;
  }
}
.career-wrapper .career-person .person {
  display: block;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  background: #1f2147;
  border-radius: 24px 24px 0 24px;
  padding: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.career-wrapper .career-person .person .linkedin {
  display: block;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 100;
  width: 32px;
  height: 32px;
}
.career-wrapper .career-person .person .linkedin svg {
  fill: #34386b;
}
.career-wrapper .career-person .person .linkedin:hover svg {
  fill: #fbbb21;
}
.career-wrapper .career-person .person .photo {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  -ms-grid-column-align: center;
      justify-self: center;
  margin: 0 auto 32px;
}
.career-wrapper .career-person .person p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
}
.career-wrapper .career-person .person p strong {
  font-weight: 600;
  color: #fff;
}
.career-wrapper .career-person .person p strong {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .career-wrapper .career-person .person p strong {
    font-size: calc(19px + 5 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .career-wrapper .career-person .person p strong {
    font-size: 24px;
  }
}
.career-wrapper .career-person .person p a {
  font-weight: 600;
  color: #fbbb21;
}
.career-wrapper .career-person .person p a {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .career-wrapper .career-person .person p a {
    font-size: calc(16px + 3 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .career-wrapper .career-person .person p a {
    font-size: 19px;
  }
}
.career-wrapper .career-person .person p a:hover {
  text-decoration: underline;
}

.message404 {
  display: block;
  text-align: center;
  padding: 64px 0 128px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  color: #fff;
}
.message404 .image {
  display: block;
  margin-bottom: 32px;
}
.message404 .title {
  display: block;
  margin-bottom: 32px;
}
.message404 .title span {
  display: block;
  font-size: 44px;
  font-weight: bold;
}
.message404 .content {
  font-size: 21px;
}
.message404 .content a {
  text-decoration: underline;
  color: #fbbb21;
}
.message404 .content a:hover {
  color: #dc0053;
}

.fm-form-container {
  display: block;
  padding: 64px 0;
  background: #fbbb21;
  border-radius: 10px;
  margin-bottom: 128px;
}
@media (max-width: 1366px) {
  .fm-form-container {
    margin-bottom: 104px;
  }
}
@media (max-width: 1024px) {
  .fm-form-container {
    margin-bottom: 88px;
  }
}
@media (max-width: 860px) {
  .fm-form-container {
    padding: 40px 32px;
  }
}
@media (max-width: 768px) {
  .fm-form-container {
    margin-bottom: 64px;
  }
}
@media (max-width: 650px) {
  .fm-form-container {
    padding: 32px 16px;
  }
}
.fm-form-container .newsletter-details-info {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  color: #191b3b;
  font-size: 16px;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  padding-top: 24px;
  display: none;
}

.newsletter-wrapper {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.newsletter-wrapper .form_subscribe {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 16px -webkit-min-content;
  -ms-grid-columns: 1fr 16px min-content;
  grid-template-columns: 1fr -webkit-min-content;
  grid-template-columns: 1fr min-content;
  grid-gap: 16px 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;
}
.newsletter-wrapper .form_subscribe > div {
  float: none !important;
}
.newsletter-wrapper .form_subscribe input {
  background: none !important;
  padding: 8px !important;
  border: 2px solid #191b3b !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px !important;
}
.newsletter-wrapper .form_subscribe button {
  white-space: nowrap;
  width: 100% !important;
  padding: 0 24px !important;
  border-radius: 6px !important;
}
.newsletter-wrapper .form_subscribe button:disabled {
  opacity: 0.7;
  cursor: default;
}
.newsletter-wrapper .form_subscribe p {
  margin-bottom: 0 !important;
}
@media (max-width: 650px) {
  .newsletter-wrapper .form_subscribe {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.newsletter-wrapper .message_error {
  background: #e02424;
  padding: 8px;
  font-size: 16px;
  color: #fff;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
@media (max-width: 650px) {
  .newsletter-wrapper .message_error {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}
.newsletter-wrapper .message_success {
  background: #047481;
  padding: 8px;
  font-size: 16px;
  color: #fff;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/span 2;
}
@media (max-width: 650px) {
  .newsletter-wrapper .message_success {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

.newsletter-title {
  display: block;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 32px;
  position: relative;
}
.newsletter-title p {
  color: #191b3b;
  line-height: 1.3;
  margin-bottom: 0;
  max-width: 520px;
}
.newsletter-title p {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .newsletter-title p {
    font-size: calc(18px + 3 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .newsletter-title p {
    font-size: 21px;
  }
}
.newsletter-title .title {
  margin-bottom: 24px;
}
.newsletter-title .title {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .newsletter-title .title {
    font-size: calc(32px + 12 * ((100vw - 768px) / 672));
  }
}
@media screen and (min-width: 1440px) {
  .newsletter-title .title {
    font-size: 44px;
  }
}
.newsletter-title .title strong {
  font-weight: 500;
}
.newsletter-title .icon {
  position: absolute;
  right: 5px;
  top: 5px;
}
.newsletter-title .icon img {
  height: 140px;
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
}
@media (max-width: 1366px) {
  .newsletter-title .icon img {
    height: 130px;
  }
}
@media (max-width: 1280px) {
  .newsletter-title .icon img {
    height: 120px;
  }
}
@media (max-width: 1024px) {
  .newsletter-title .icon img {
    height: 100px;
  }
}
@media (max-width: 768px) {
  .newsletter-title .icon img {
    height: 80px;
  }
}
@media (max-width: 550px) {
  .newsletter-title .icon {
    display: none;
  }
}

.form-checkbox {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}
.form-checkbox input {
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 5;
}
.form-checkbox label {
  display: block;
  position: relative;
}
.form-checkbox p {
  font-size: 11px;
  color: #191b3b;
  line-height: 1.5;
  display: block;
  position: relative;
  padding-left: 34px;
  cursor: pointer;
  font-weight: normal;
  text-transform: none;
  z-index: 10;
}
.form-checkbox p a {
  color: inherit;
  text-decoration: underline;
}
.form-checkbox p:after {
  display: block;
  width: 20px;
  height: 20px;
  border: 2px solid #191b3b;
  border-radius: 6px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #fbbb21;
}
.form-checkbox input:checked ~ p:after {
  background: #23a04e url(images/checked-white.svg) center no-repeat;
  border-color: #23a04e;
  background-size: 12px 12px;
}
.form-checkbox .validation-tooltip {
  display: none;
}

#mobile-menu-wrapper {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-y: scroll;
  background: #191b3b;
}
@media (max-width: 1024px) {
  #mobile-menu-wrapper.active {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#mobile-menu-wrapper .nav-toggle {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  border: none;
  background: url(images/close-white.svg) center no-repeat;
  background-size: 20px 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 20;
  text-indent: -9999px;
}
#mobile-menu-wrapper .content {
  padding: 64px 24px;
  padding-top: 120px;
  color: #fff;
}
#mobile-menu-wrapper a {
  color: inherit;
}
#mobile-menu-wrapper .main-menu {
  list-style: none;
  margin: 0;
  margin-bottom: 40px;

}
#mobile-menu-wrapper .main-menu li {
  margin-bottom: 4px;
}
#mobile-menu-wrapper .main-menu li:last-child {
  margin-bottom: 0;
}
#mobile-menu-wrapper .main-menu a {
  
  color: #fff;
  text-transform: uppercase;
  padding: 10px 0px;
}

#mobile-menu-wrapper .main-menu a:hover {
  color: #FBBB21;
}

#mobile-menu-wrapper .button-yellow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px;
}
#mobile-menu-wrapper .button-yellow a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  text-transform: uppercase;
  color: #191b3b;
  font-weight: 500;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  height: 56px;
  padding: 0 32px;
  border-radius: 5px;
  background: #FBBB21;
  background-size: 200% 100%;
  background-position: right center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile-menu-wrapper .button-yellow a:hover {
  opacity:0.9;
}

#mobile-menu-wrapper .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 40px;
}
#mobile-menu-wrapper .button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 19px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-family: "trasandina", Arial, Helvetica, sans-serif;
  height: 56px;
  padding: 0 32px;
  border-radius: 5px;
  background: -webkit-gradient(linear, right top, left top, color-stop(0, #ff7b63), color-stop(8%, #ff6a61), color-stop(16%, #ff555d), color-stop(25%, #ff3858), color-stop(33%, #f20253), color-stop(41%, #e60052), color-stop(50%, #dc0053), to(#e60052));
  background: linear-gradient(-90deg, #ff7b63 0, #ff6a61 8%, #ff555d 16%, #ff3858 25%, #f20253 33%, #e60052 41%, #dc0053 50%, #e60052 100%);
  background-size: 200% 100%;
  background-position: right center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mobile-menu-wrapper .button a:hover {
  background-position: left center;
}
#mobile-menu-wrapper .social {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  grid-gap: 64px 20px;
}
#mobile-menu-wrapper .social li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#mobile-menu-wrapper .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
}
#mobile-menu-wrapper .social a svg {
  fill: #fff;
  width: 28px;
  height: 28px;
}
#mobile-menu-wrapper .social a:hover svg {
  fill: #fbbb21;
}
@media (max-width: 768px) {
  #mobile-menu-wrapper .content {
    padding-top: 100px;
  }
  #mobile-menu-wrapper .main-menu a {
    
  }
}

body.with-mobile {
  overflow: hidden;
}

.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  padding: 16px;
  border-radius: 6px;
  font-size: 16px;
  color: #fff;
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  background: #e02424;
  /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  background: #e02424;
  /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background: #e02424;
  /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  background: #e02424;
  color: #fff;
  font-size: 14px;
  padding: 16px;
  border-radius: 0 0 6px 6px;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #e02424;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.wpcf7 .ajax-loader::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  -webkit-transform-origin: 8px 8px;
          transform-origin: 8px 8px;
  -webkit-animation-name: spin;
          animation-name: spin;
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7 .ajax-loader::before {
    -webkit-animation-name: blink;
            animation-name: blink;
    -webkit-animation-duration: 2000ms;
            animation-duration: 2000ms;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes blink {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.wpcf7 input[type=file] {
  cursor: pointer;
}

.wpcf7 input[type=file]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=url],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  direction: ltr;
}

/* THEMES */
/********** Theme: dark **********/
/* Font styles */
.flipdown.flipdown__theme-dark {
  font-family: sans-serif;
  font-weight: bold;
}

/* Rotor group headings */
.flipdown.flipdown__theme-dark .rotor-group-heading:before {
  color: #000000;
}

/* Delimeters */
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):before,
.flipdown.flipdown__theme-dark .rotor-group:nth-child(n+2):nth-child(-n+3):after {
  background-color: #151515;
}

/* Rotor tops */
.flipdown.flipdown__theme-dark .rotor,
.flipdown.flipdown__theme-dark .rotor-top,
.flipdown.flipdown__theme-dark .rotor-leaf-front {
  color: #FFFFFF;
  background-color: #151515;
}

/* Rotor bottoms */
.flipdown.flipdown__theme-dark .rotor-bottom,
.flipdown.flipdown__theme-dark .rotor-leaf-rear {
  color: #EFEFEF;
  background-color: #202020;
}

/* Hinge */
.flipdown.flipdown__theme-dark .rotor:after {
  border-top: solid 1px #151515;
}

.flipdown {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 105px 10px 105px 10px 105px 10px 105px;
  grid-template-columns: repeat(4, 105px);
  width: 450px;
  margin: 0 auto;
  grid-gap: 0 10px;
}

.flipdown .rotor-group {
  position: relative;
  width: 105px;
}

.flipdown .rotor-group:last-child {
  padding-right: 0;
}

.flipdown .rotor-group-heading:before {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
}

.flipdown .rotor-group:nth-child(1) .rotor-group-heading:before {
  content: "Days";
}

.flipdown .rotor-group:nth-child(2) .rotor-group-heading:before {
  content: "Hours";
}

.flipdown .rotor-group:nth-child(3) .rotor-group-heading:before {
  content: "Minutes";
}

.flipdown .rotor-group:nth-child(4) .rotor-group-heading:before {
  content: "Seconds";
}

.flipdown .rotor {
  position: relative;
  float: left;
  width: 50px;
  height: 80px;
  margin: 0px 5px 0px 0px;
  border-radius: 4px;
  font-size: 64px;
  text-align: center;
  -webkit-perspective: 200px;
          perspective: 200px;
}

.flipdown .rotor:last-child {
  margin-right: 0;
}

.flipdown .rotor-top,
.flipdown .rotor-bottom {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
}

.flipdown .rotor-leaf {
  z-index: 1;
  position: absolute;
  width: 50px;
  height: 80px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}

.flipdown .rotor-leaf.flipped {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear {
  overflow: hidden;
  position: absolute;
  width: 50px;
  height: 40px;
  margin: 0;
  -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

.flipdown .rotor-leaf-front {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-leaf-rear {
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}

.flipdown .rotor-top {
  line-height: 80px;
  border-radius: 4px 4px 0px 0px;
}

.flipdown .rotor-bottom {
  bottom: 0;
  line-height: 0px;
  border-radius: 0px 0px 4px 4px;
}

.flipdown .rotor:after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 50px;
  height: 40px;
  border-radius: 0px 0px 4px 4px;
}

@media (max-width: 550px) {
  .flipdown {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 65px 5px 65px 5px 65px 5px 65px;
    grid-template-columns: repeat(4, 65px);
    width: 275px;
    margin: 0 auto;
    grid-gap: 0 5px;
  }

  .flipdown .rotor {
    font-size: 2rem;
  }

  .flipdown .rotor,
.flipdown .rotor-leaf,
.flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
    width: 30px;
  }

  .flipdown .rotor-group {
    width: 65px;
  }

  .flipdown .rotor-group:last-child {
    padding-right: 0px;
  }

  .flipdown .rotor-group-heading:before {
    font-size: 13px;
  }

  .flipdown .rotor-leaf-front,
.flipdown .rotor-top {
    line-height: 50px;
  }

  .flipdown .rotor-leaf,
.flipdown .rotor {
    height: 50px;
  }

  .flipdown .rotor-leaf-front,
.flipdown .rotor-leaf-rear,
.flipdown .rotor-top,
.flipdown .rotor-bottom,
.flipdown .rotor:after {
    height: 25px;
  }
}
