:root {
  --columns: 12;
  --contentWidth: 1230px;
  --contentExpanded: 1370px;
  --contentExtra: 1419px;
  --padding: 60px;
  --columnPadding: 20px;
  --minHeaderWidth: 260px;
  --darkgrey: #3B424A;
  --blue: #0E485C;
  --orange: #FC4E3C;
  --black: #161616;
  --green: #005C54;
  --lightGreen: #A8B918;
  --biege: #F1ECE6;
}

.content {
  width: 1230px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width:1230px) {
  .content {
    width: 100%;
  }
}

.content div[class^=col-] {
  float: left;
  padding: 20px;
}

@media (max-width:600px) {
  .content div[class^=col-] {
    padding: 20px;
  }
}

.content .row {
  clear: both;
  overflow: hidden;
}

.content--expanded {
  width: 1370px;
}

@media (max-width:1370px) {
  .content--expanded {
    width: 100%;
  }
}

.content--extra {
  width: 1419px;
}

@media (max-width:1419px) {
  .content--extra {
    width: 100%;
  }
}

.content--short {
  padding: 80px 80px;
  font-family: "TT Commons";
  font-size: 22px;
  line-height: 22px;
}

@media (max-width:600px) {
  .content--short h2 {
    font-size: 28px!important;
    line-height: 36px!important;
  }
}

@media (max-width:600px) {
  .content--short h3 {
    font-size: 26px!important;
    line-height: 34px!important;
  }
}

@media (max-width:1230px) {
  .content--short {
    width: 100%;
  }
}

@media (max-width:600px) {
  .content--short {
    font-size: 18px!important;
    line-height: 22px!important;
  }
}

.content--short ul {
  padding: 20px 0 0 20px;
}

.content--short ul li {
  line-height: 34px;
  display: list-item;
  list-style-type: disc;
}

@media (max-width:600px) {
  .content--short {
    padding: 20px 20px;
  }
}

.content--short h3 {
  font-family: "TT Commons";
  font-size: 32px;
  font-weight: 100;
  line-height: 45px;
  color: #0e485c;
  color: var(--blue);
  margin: 20px 0 0;
}

.content--short strong {
  margin: 49px 0 18px 0;
  display: block;
  font-weight: 600;
}

.content--short li {
  display: block;
}

.col-1 {
  width: 8.3333333333%;
}

@media (max-width:768px) {
  .col-1 {
    width: 100%;
  }
}

.col-2 {
  width: 16.6666666667%;
}

@media (max-width:768px) {
  .col-2 {
    width: 100%;
  }
}

.col-3 {
  width: 25%;
}

@media (max-width:768px) {
  .col-3 {
    width: 100%;
  }
}

.col-4 {
  width: 33.3333333333%;
}

@media (max-width:768px) {
  .col-4 {
    width: 100%;
  }
}

.col-5 {
  width: 41.6666666667%;
}

@media (max-width:768px) {
  .col-5 {
    width: 100%;
  }
}

.col-6 {
  width: 50%;
}

@media (max-width:768px) {
  .col-6 {
    width: 100%;
  }
}

.col-7 {
  width: 58.3333333333%;
}

@media (max-width:768px) {
  .col-7 {
    width: 100%;
  }
}

.col-8 {
  width: 66.6666666667%;
}

@media (max-width:768px) {
  .col-8 {
    width: 100%;
  }
}

.col-9 {
  width: 75%;
}


@media (max-width:768px) {
  .col-9 {
    width: 100%;
  }
}

.col-10 {
  width: 83.3333333333%;
}

@media (max-width:768px) {
  .col-10 {
    width: 100%;
  }
}

.col-11 {
  width: 91.6666666667%;
}

@media (max-width:768px) {
  .col-11 {
    width: 100%;
  }
}

.col-12 {
  width: 100%;
}

@media (max-width:768px) {
  .col-12 {
    width: 100%;
  }
}

@font-face {
  font-family:Recoleta;src:url(../../fonts/Recoleta-Regular.woff2) format("woff2"),url(../../fonts/Recoleta-Regular.woff) format("woff");font-weight:400;font-style:normal;
}

@font-face {
  font-family:Recoleta;src:url(../../fonts/Recoleta-SemiBold.woff2) format("woff2"),url(../../fonts/Recoleta-SemiBold.woff) format("woff");font-weight:600;font-style:normal;
}

@font-face {
  font-family:"TT Commons";src:url(../../fonts/TTCommons-Medium.woff2) format("woff2"),url(../../fonts/TTCommons-Medium.woff) format("woff");font-weight:500;font-style:normal;
}

@font-face {
  font-family:"Proxima Nova Th";src:url(../../fonts/ProximaNova-Extrabld.woff2) format("woff2"),url(../../fonts/ProximaNova-Extrabld.woff) format("woff");font-weight:800;font-style:normal;
}

@font-face {
  font-family:"Proxima Nova Bl";src:url(../../fonts/ProximaNova-Black.woff2) format("woff2"),url(../../fonts/ProximaNova-Black.woff) format("woff");font-weight:900;font-style:normal;
}

@font-face {
  font-family:"TT Commons";src:url(../../fonts/TTCommons-DemiBold.woff2) format("woff2"),url(../../fonts/TTCommons-DemiBold.woff) format("woff");font-weight:600;font-style:normal;
}

@font-face {
  font-family:"Proxima Nova Lt";src:url(../../fonts/ProximaNova-Semibold.woff2) format("woff2"),url(../../fonts/ProximaNova-Semibold.woff) format("woff");font-weight:600;font-style:normal;
}

@font-face {
  font-family:"Proxima Nova Rg";src:url(../../fonts/ProximaNova-Regular.woff2) format("woff2"),url(../../fonts/ProximaNova-Regular.woff) format("woff");font-weight:400;font-style:normal;
}

@font-face {
  font-family:"Proxima Nova Rg";src:url(../../fonts/ProximaNova-Bold.woff2) format("woff2"),url(../../fonts/ProximaNova-Bold.woff) format("woff");font-weight:700;font-style:normal;
}

@font-face {
  font-family:"TT Commons";src:url(../../fonts/TTCommons-Regular.woff2) format("woff2"),url(../../fonts/TTCommons-Regular.woff) format("woff");font-weight:400;font-style:normal;
}

h1,h2,h3,h4,h5,h6 {
  color: #0e485c;
  color: var(--blue);
  font-family: Recoleta;
  font-weight: 600;
  font-size: 72px;
}

h2 {
  font-size: 48px;
  margin: 0;
}

p {
  color: #161616;
  color: var(--black);
  font-family: "TT Commons";
  font-size: 22px;
  line-height: 28px;
}

@media (max-width:600px) {
  p {
    font-size: 18px;
    line-height: 25px;
  }
}

a {
  color: #fc4e3c;
  color: var(--orange);
  font-weight: 600;
  font-family: "TT Commons";
  font-size: 18px;
  position: relative;
}

a.chevron {
  padding-right: 20px;
  font-size: 18px;
  display: inline-block;
}

a.chevron--reverse {
  position: absolute;
  right: 30px;
  top: 0;
  padding-right: 0!important;
  padding-left: 20px;
}

a.chevron--reverse:before {
  right: auto!important;
  left: 0!important;
  transform: rotate(180deg);
}

a.chevron:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 7px;
  left: auto;
  background-repeat: no-repeat!important;
  top: 5px;
  height: 10px;
  background: url(../../img/icons/chevron.svg);
}

a:after {
  background: #fc4e3c;
  background: var(--orange);
  position: absolute;
  display: block;
  width: 0%;
  height: 2px;
  bottom: -2px;
  transition: all .3s;
  content: "";
  left: 0;
}

a:hover:after {
  width: 100%;
}

* {
  box-sizing: border-box;
}

a,body,li,ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: none;
}

.button {
  padding: 19px 64px 17px 64px;
  font-family: "TT Commons";
  font-weight: 600;
  text-align: center;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  transition: all .3s;
}

@media (max-width:600px) {
  .button {
    font-size: 16px;
  }
}

.button:after {
  display: none;
}

@media (max-width:600px) {
  .button {
    padding: 16px 40px 14px 40px;
    font-size: 14px;
  }
}

.button--orange {
  background: #fc4e3c;
  background: var(--orange);
  box-shadow: 0 0 0 0 #fc4e3c29;
}

.button--orange:hover {
  box-shadow: 0 0 0 7px #fc4e3c29;
}

.button--orange.outlined {
  margin-left: 20px;
  background: #fff;
  border: 2px solid #000;
  border-color: #fc4e3c;
  border-color: var(--orange);
  color: #fc4e3c;
  color: var(--orange);
}

.button--orange.outlined:hover {
  color: #fff;
  background: #fc4e3c;
  background: var(--orange);
}

.button--white {
  background: #fff;
  color: #161616;
  color: var(--black);
  box-shadow: 0 0 0 0 rgba(255,255,255,.15);
}

.button--white:hover {
  box-shadow: 0 0 0 7px rgba(255,255,255,.15);
}

.biege {
  background: #f1ece6;
  background: var(--biege);
}

.blue {
  background: #0e485c;
  background: var(--blue);
}

.blue h4,.blue p {
  color: #fff!important;
}

.blue h6 {
  color: #94afb2!important;
}

.showOnMobile {
  display: none;
}

@media (max-width:600px) {
  .showOnMobile {
    display: block;
  }
}

@media (max-width:600px) {
  .hideOnMobile {
    display: none;
  }
}

.home .illustration {
  right: 0!important;
  transform-origin: 100% 0;
}

.mobileOnlyHeaderIcon {
  display: none;
  height: 150px;
  text-align: center;
  margin: 20px auto 30px auto;
}

@media (max-width:768px) {
  .mobileOnlyHeaderIcon {
    display: block;
  }
}

.page-template-contact .illustration {
  transform-origin: 100% 50%;
}

@media (max-width:768px) {
  .page-template-contact header {
    min-height: 550px;
  }

  .page-template-contact header .content,.page-template-contact header .content .row {
    overflow: visible;
  }

  .page-template-contact .illustration {
    transform: scale(.5)!important;
    top: 230px;
    right: 20px!important;
  }
}

@media (max-width:600px) {
  .page-template-contact header {
    min-height: 390px;
  }

  .page-template-contact .illustration {
    transform: scale(.4)!important;
    top: 100px;
    right: 20px!important;
  }
}

.page-template-careers .illustration {
  height: 340px;
  transform-origin: 100% 50%;
}

@media (max-width:768px) {
  .page-template-careers header {
    min-height: 750px;
  }

  .page-template-careers header .content,.page-template-careers header .content .row {
    overflow: visible;
  }

  .page-template-careers .illustration {
    transform: scale(.5)!important;
    top: 260px;
    right: 20px!important;
  }
}

@media (max-width:600px) {
  .page-template-careers header {
    min-height: 490px;
  }

  .page-template-careers .illustration {
    transform: scale(.3)!important;
    top: 50px;
    right: 20px!important;
  }
}

.page-template-services .illustration {
  height: 440px;
  transform-origin: 100% 50%;
}

@media (max-width:768px) {
  .page-template-services header {
    min-height: 680px;
  }

  .page-template-services header .content,.page-template-services header .content .row {
    overflow: visible;
  }

  .page-template-services .illustration {
    transform: scale(.4)!important;
    top: 140px;
    right: 20px!important;
  }
}

@media (max-width:600px) {
  .page-template-services header {
    min-height: 390px;
  }

  .page-template-services .illustration {
    transform: scale(.2)!important;
    top: -100px;
    right: 20px!important;
  }
}

.our_services-template-default .illustration {
  height: 440px;
  transform-origin: 100% 50%;
}

@media (max-width:768px) {
  .our_services-template-default header {
    min-height: 550px;
  }

  .our_services-template-default header .content,.our_services-template-default header .content .row {
    overflow: visible;
  }

  .our_services-template-default .illustration {
    transform: scale(.5)!important;
    top: 220px;
    right: 20px!important;
  }
}

@media (max-width:600px) {
  .our_services-template-default header {
    min-height: 390px;
  }

  .our_services-template-default .illustration {
    transform: scale(.4)!important;
    top: 50px;
    right: 20px!important;
  }
}

.page-template-team .illustration {
  height: 440px;
  transform-origin: 100% 50%;
}

@media (max-width:768px) {
  .page-template-team header {
    min-height: 550px;
  }

  .page-template-team header .content,.page-template-team header .content .row {
    overflow: visible;
  }

  .page-template-team .illustration {
    transform: scale(.5)!important;
    top: 90px;
    right: 20px!important;
  }
}

@media (max-width:600px) {
  .page-template-team header {
    min-height: 390px;
  }

  .page-template-team .illustration {
    transform: scale(.5)!important;
    top: 26px;
    right: 20px!important;
  }
}

.page-template-growth .illustration {
  height: 440px;
  transform-origin: 100% 50%;
}

@media (max-width:768px) {
  .page-template-growth header {
    min-height: 660px;
  }

  .page-template-growth header .content,.page-template-growth header .content .row {
    overflow: visible;
  }

  .page-template-growth .illustration {
    transform: scale(.5)!important;
    top: 230px;
    right: 20px!important;
  }
}

@media (max-width:600px) {
  .page-template-growth header {
    min-height: 390px;
  }

  .page-template-growth .illustration {
    transform: scale(.36)!important;
    top: -34px;
    right: 20px!important;
  }
}

.page-template-testimonials .illustration {
  height: 440px;
  transform-origin: 100% 50%;
}

@media (max-width:768px) {
  .page-template-testimonials header {
    min-height: 660px;
  }

  .page-template-testimonials header .content,.page-template-testimonials header .content .row {
    overflow: visible;
  }

  .page-template-testimonials .illustration {
    transform: scale(.5)!important;
    top: 230px;
    right: 20px!important;
  }
}

@media (max-width:600px) {
  .page-template-testimonials header {
    min-height: 390px;
  }

  .page-template-testimonials .illustration {
    transform: scale(.36)!important;
    top: -34px;
    right: 20px!important;
  }
}

.header {
  background: #f1ece6;
  background: var(--biege);
  position: relative;
}

.header .callButton {
  float: left;
  width: 21px;
  margin-right: 20px;
  top: 5px;
  position: relative;
}

.header .callButton:after {
  display: none;
}

.header .hamburger {
  float: left;
  width: 26px;
}

.header.noBg {
  background: 0 0;
  padding-bottom: 0;
}

@media (max-width:600px) {
  .header.noBg {
    height: 130px;
  }
}

.header .justfade {
  margin-top: 21px!important;
}

.header .justfade img {
  width: 370px;
  position: absolute;
  right: 0;
}

.header .mobile_menu {
  background: #005c54;
  background: var(--green);
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 10;
  padding: 20px;
  transition: all .5s;
}

.header .mobile_menu img {
  width: 100px;
  width: calc(8vw + 100px);
}

.header .mobile_menu.active {
  left: 0;
}

.header .mobile_menu h4 {
  font-family: "TT Commons";
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 97px;
  letter-spacing: 1px;
  font-weight: 100;
  color: rgba(255,255,255,.35);
}

.header .mobile_menu .mobileLarge a {
  font-family: Recoleta;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
}

.header .mobile_menu .mobileSmall {
  margin-top: 29px;
}

.header .mobile_menu .mobileSmall a {
  color: #ccdedd;
  line-height: 38px;
}

.header .illustration {
  position: absolute;
  right: 20px;
  padding: 0!important;
  margin-top: 160px;
}

@keyframes hand {
  from {
    opacity: 0;
    top: 342px;
  }

  to {
    opacity: 1;
    top: 292px;
  }
}

@keyframes leaf {
  from {
    opacity: 1;
    transform: scale(0);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes stem {
  from {
    height: 0;
  }

  to {
    height: 180px;
  }
}

.header .illustration .hand--hand {
  top: 292px;
  width: 641px;
  float: right;
  right: 0;
  position: absolute;
  z-index: 1;
  animation: hand .75s .6s forwards;
  opacity: 0;
  top: 342px;
}

.header .illustration .hand--stem {
  height: 0;
  width: 14px;
  position: absolute;
  right: 388px;
  bottom: -292px;
  background: #a8b918;
  background: var(--lightGreen);
  animation: stem 1s 1.15s forwards;
}

.header .illustration .hand--leafLeft,.header .illustration .hand--leafRight,.header .illustration .hand--leafSmall {
  top: 31px;
  width: 280px;
  right: 255px;
  position: absolute;
  z-index: 0;
}

.header .illustration .hand--leafSmall {
  transform-origin: 133px 224px;
  animation: leaf 1s 1.27s forwards;
  opacity: 0;
}

.header .illustration .hand--leafLeft {
  transform-origin: 137px 87px;
  animation: leaf 1s 1.75s forwards;
  opacity: 0;
}

.header .illustration .hand--leafRight {
  transform-origin: 137px 76px;
  animation: leaf 1s 2s forwards;
  opacity: 0;
}

@keyframes envelope {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes light {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes inOut {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes letter {
  0% {
    top: 210px;
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    top: 0;
    opacity: 1;
  }
}

.header .illustration .letter--envelope {
  position: absolute;
  right: 0;
  width: 327px;
  top: 12px;
  z-index: 2;
  opacity: 0;
  animation: envelope 1s .3s forwards;
}

.header .illustration .overflowHide {
  width: 326px;
  height: 235px;
  position: absolute;
  overflow: hidden;
  right: 0;
  top: -90px;
}

.header .illustration .letter--letter {
  position: absolute;
  right: 3px;
  width: 320px;
  z-index: 1;
  top: 120px;
  opacity: 0;
  animation: letter 1.4s 1.2s forwards cubic-bezier(.695,.005,.19,.98);
}

.header .illustration .letter--envelopeBack {
  position: absolute;
  right: 0;
  top: -124px;
  width: 326px;
  z-index: 0;
  opacity: 0;
  animation: envelope 1s .3s forwards;
}

.header .illustration .wateringcan--can {
  position: absolute;
  right: 0;
  width: 467px;
  top: -158px;
  z-index: 2;
  opacity: 0;
  animation: envelope 1s .3s forwards;
}

.header .illustration .lamp--lamp {
  position: absolute;
  width: 450px;
  right: 0;
  top: -146px;
  opacity: 0;
  animation: envelope 1s .3s forwards;
}

.header .illustration .lamp--light {
  position: absolute;
  width: 473px;
  right: 294px;
  opacity: 0;
  top: 35px;
  animation: light 2s 1s forwards;
}

.header .illustration .wateringCan {
  position: absolute;
  width: 383px;
  right: 20px;
  opacity: 0;
  top: -115px;
  animation: envelope 1s .3s forwards;
}

.header .illustration .speech--bubblebig,.header .illustration .speech--bubblesmall,.header .illustration .speech--markFive,.header .illustration .speech--markFour,.header .illustration .speech--markOne,.header .illustration .speech--markSix,.header .illustration .speech--markThree,.header .illustration .speech--markTwo {
  position: absolute;
  top: -150px;
  right: 0;
  opacity: 0;
  animation: envelope 2s .3s forwards;
}

.header .illustration .speech--markOne {
  animation: inOut 2s 1s infinite;
}

.header .illustration .speech--markTwo {
  animation: inOut 2s 1.2s infinite;
}

.header .illustration .speech--markThree {
  animation: inOut 2s 1.4s infinite;
}

.header .illustration .speech--markFour {
  animation: inOut 2s 1.6s infinite;
}

.header .illustration .speech--markFive {
  animation: inOut 2s 1.8s infinite;
}

.header .illustration .speech--markSix {
  animation: inOut 2s 2s infinite;
}

.header .illustration .speech--bubblesmall {
  animation: envelope 1s .5s forwards;
}

@keyframes steam {
  from {
    top: -140px;
    opacity: 1;
  }

  to {
    top: -175px;
    opacity: 0;
  }
}

.header .illustration .briefcase {
  position: absolute;
  right: 0;
  top: -30px;
  opacity: 0;
  width: 490px;
  animation: envelope 1s .3s forwards;
}

.header .illustration .cups--cups,.header .illustration .cups--steamOne,.header .illustration .cups--steamTwo {
  position: absolute;
  right: 0;
  top: -140px;
  opacity: 0;
  animation: envelope 1s .3s forwards;
}

.header .illustration .cups--steamOne {
  animation: steam 3s .3s linear infinite;
}

.header .illustration .cups--steamTwo {
  animation: steam 3s .6s linear infinite;
}

@media (max-width:600px) {
  .header_logo {
    padding-bottom: 0!important;
  }
}

.header_logo a:after {
  display: none;
}

.header_logo img {
  width: 190px;
  transition: all .1s;
}

@media (max-width:600px) {
  .header_logo img {
    width: 100px;
    width: calc(8vw + 100px);
  }
}

.header_nav {
  text-align: right;
}

@media (max-width:991px) {
  .header_nav {
    position: absolute;
    z-index: 11;
  }
	.col-9.header_nav{
	 width: 100%;
}
}

@media (max-width:991px) {
  .header_nav nav {
    display: none;
  }
}

.header_nav .mobileNav {
  position: absolute;
  right: 30px;
  top: 34px;
  cursor: pointer;
  display: none;
}

.header_nav .mobileNav.active {
  position: fixed;
}

@media (max-width:991px) {
  .header_nav .mobileNav {
    display: block;
  }
}

.header_nav .mobileNav .hamburger_part {
  width: 26px;
  height: 2px;
  margin-top: 6px;
  border-radius: 10px;
  background: #a8b918;
  background: var(--lightGreen);
}

.header_nav ul {
  margin-top: 18px;
}

.header_nav ul li {
  display: inline-block;
  margin: 0 0 0 29px;
}

@media (max-width:1095px) {
  .header_nav ul li {
    margin: 0 0 0 16px;
  }
}

.header_nav ul li a {
  color: #161616;
  color: var(--black);
}

.header_nav ul li a:after {
  background: #161616;
  background: var(--black);
}

.header_nav ul#menu-main>li:last-child a {
  display: inline-block;
  padding: 10px 10px 7px 10px;
  border: 2px solid #000;
  border-radius: 100px;
  transition: all .3s;
  border-color: #161616;
  border-color: var(--black);
}

.header_nav ul li:last-child a:after {
  display: none;
}

.header_nav ul li:last-child a:hover {
  background: #161616;
  background: var(--black);
  color: #fff;
}

.header .hero {
  padding-bottom: 120px!important;
}

@media (max-width:768px) {
  .header .hero {
    text-align: center;
    background: #f1ece6;
    padding-bottom: 20px!important;
    margin-bottom: 10px;
  }

  .header .hero+.illustration {
    display: none!important;
  }

  .header .hero+.illustration.mobileOnlyHeaderIcon {
    display: block!important;
    position: relative!important;
    left: 0;
    right: 0;
    width: 100%;
    transform-origin: 50% 50%;
    transform: scale(.45)!important;
    margin: 0;
    padding: 0;
    height: 0;
  }

  .header .hero+.illustration.mobileOnlyHeaderIcon .letter--envelope,.header .hero+.illustration.mobileOnlyHeaderIcon .letter--envelopeBack,.header .hero+.illustration.mobileOnlyHeaderIcon .letter--letter,.header .hero+.illustration.mobileOnlyHeaderIcon .overflowHide {
    left: 0;
    right: 0;
    margin: auto;
  }

  .header .hero+div+.illustration {
    display: none!important;
  }
}

.header .hero.paddingBottom {
  padding-bottom: 225px!important;
}

.header .hero h1 {
  margin: 93px 0 44px 0;
  line-height: 74px;
}

@media (max-width:600px) {
  .header .hero h1 {
    font-size: 33px;
    line-height: 38px;
    margin: 0;
  }
}

.header .hero .button {
  margin-top: 17px;
  margin-bottom: 0;
}

@media (max-width:768px) {
  .page-template-team .hero {
    padding: 210px 20px 30px 20px!important;
  }

  .page-template-team .mobileOnlyHeaderIcon {
    height: 300px!important;
  }
}

@media (max-width:768px) {
  .page-template-contact .hero {
    padding: 210px 20px 30px 20px!important;
  }

  .page-template-contact .mobileOnlyHeaderIcon {
    height: 0!important;
    top: 120px;
  }
}

@media (max-width:600px) {
  .page-template-contact .mobileOnlyHeaderIcon {
    height: 0!important;
    top: 80px;
  }
}

.page-template-contact .illustration {
  transform-origin: 100% 50%;
  transform: scale(.7)!important;
  margin-top: 130px!important;
}

.page-template-testimonials .header .hero+.illustration.mobileOnlyHeaderIcon {
  transform: scale(.35)!important;
}

@media (max-width:768px) {
  .page-template-testimonials .hero {
    padding: 210px 20px 30px 20px!important;
  }

  .page-template-testimonials .mobileOnlyHeaderIcon {
    height: 0!important;
    top: 120px;
  }
}

@media (max-width:600px) {
  .page-template-testimonials .mobileOnlyHeaderIcon {
    height: 137px!important;
    top: 50px;
  }
}

.page-template-careers .header .hero+.illustration.mobileOnlyHeaderIcon {
  transform: scale(.35)!important;
}

@media (max-width:768px) {
  .page-template-careers .hero {
    padding: 30px 20px 30px 20px!important;
  }
}

.single-team_member .header .hero {
  text-align: center;
  background: 0 0;
}

@media (max-width:600px) {
  .page-template-testimonials footer {
    margin-top: 20px;
  }
}

.footer {
  background: #005c54;
  background: var(--green);
  position: relative;
  z-index: 1;
}

.footer a:after {
  background: #a8b918;
  background: var(--lightGreen);
}

.footer h2 {
  font-size: 100px;
  color: #fff;
  text-align: center;
  margin: 100px 0 0 0;
}

@media (max-width:600px) {
  .footer h2 {
    font-size: 49px;
    width: 70%;
    color: #fff;
    text-align: center;
    margin: 50px auto;
    line-height: 56px;
  }
}

.footer_top {
  text-align: center;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}

@media (max-width:600px) {
  .footer_top {
    border-bottom: 0 solid #fff;
  }
}

/* .footer_top .col-6 {
  padding: 90px 20px!important;
  margin: 50px 0;
  border-right: 1px solid #fff;
} */

.contact_form p {
    text-align: left;
    font-size: 14px;
    font-family: 'TT Commons';
    font-weight: bold;
    line-height: 23px;
    text-transform: uppercase;
  color: #fff;
}
.contact_form input{
    background: #f1ebe5;
    height: 47px;
    border: 0;
  max-width: 371px;
    width: 100%;
	margin-bottom: 10px!important;
}
.contact_form textarea{
      background: #f1ebe5;
  max-width: 371px;
    width: 100%;
	margin-bottom: 5px!important;
}
.contact_form input[type="submit"]{
    background: #fc4e3c;
    padding: 19px 64px 17px 64px;
    font-family: "TT Commons";
    font-weight: 600;
    text-align: center;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    transition: all .3s;
    border: 0;
    font-size: 18px;
  max-width: 371px;
    width: 100%;
	height: auto;
    cursor: pointer;
    margin-top: 0;
}
.gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message {
    position: absolute;
    left: 0;
    background-color: transparent!important;
    border: 0!important;
    bottom: -10px;
    padding: 0!important;
    text-align: left!important;
    color: #fff!important;
}

.gform_wrapper.gravity-theme .gfield {
    position: relative!important;
}

.gform_wrapper .gform_validation_errors {
    background: transparent!important;
    border: none!important;
    color: #fff!important;
    padding: 0!important;
}

.gform_wrapper .gform_validation_errors h2 {
    color: #fff!important;
    text-align: left!important;
}

.gform_wrapper .gform_validation_errors h2 span {
    display: none!important;
}
.contact_form img {
    max-width: 404px;
    width: 100%;
}
.page-id-20 .footer_top {
    display: none;
}
.page-id-20 .footer_bottom {
    border-top: 1px solid #fff;
    margin-top: 50px;
}

.contact_top {
    background: #005c54;
  padding: 50px;
  text-align: center;
}

.contact_top h2 {
    font-size: 51px;
    color: #fff;
    text-align: center;
}
div#gform_confirmation_message_1 {
    color: #fff!important;
}
@media (max-width:768px) {
  .footer_top .col-6 {
    width: 50%;
  }

  .footer_top .col-6 h2 {
    font-size: 40px!important;
  }
  .contact_top .col-6 h2 {
    font-size: 40px!important;
  }
  .contact_top .col-6 {
    width: 50%;
  }
  
  
  
}

@media (max-width:600px) {
  .footer_top .col-6 {
    width: 100%;
    padding: 0 20px 60px 20px!important;
    margin: 40px 0 0 0;
    border-right: none;
    border-bottom: 1px solid #fff;
  }

  .footer_top .col-6 h2 {
    font-size: 28px!important;
  }
  
  .contact_form h2 {
    font-size: 28px!important;
  }
    .contact_form .col-6 {
    width: 100%;
    padding: 0 20px 60px 20px!important;
    margin: 40px 0 0 0;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .contact_form input, .contact_form textarea{
    max-width:100% !important;
  }
	.gform_wrapper .gform_validation_errors h2{font-size:15px!important}
}

.footer_top .col-6:last-of-type {
  border: 0;
}

.footer_top .col-6 h2 {
  font-size: 61px;
  margin-bottom: 0;
  margin-top: 32px;
  margin-top: 0;
}

.footer_top .col-6 .button {
  margin-top: 32px;
  margin-bottom: 0;
}

.footer_top p {
  margin-top: 13px;
  color: #fff;
}

.footer_top p a {
  font-weight: 600;
  position: relative;
  color: #fff;
}

.footer_top p a:after {
  width: 100%;
  background: #a8b918;
  background: var(--lightGreen);
}

.footer_top .button {
  margin-top: 52px;
  margin-bottom: 80px;
}

@media (max-width:600px) {
  .footer_top .button {
    width: 70%;
    margin: 0 auto 60px auto;
    font-size: 19px;
    padding: 19px 0 14px 0;
  }
}

.footer_end {
  color: #a8b918;
  color: var(--lightGreen);
  font-family: "TT Commons";
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 40px;
  overflow: hidden;
}

@media (max-width:600px) {
  .footer_end {
    margin-bottom: 10px;
  }

  .footer_end .col-3 {
    width: auto!important;
    padding: 6px 20px!important;
  }

  .footer_end .col-3:last-child {
    width: 100%;
    padding-top: 20px!important;
  }

  .footer_end .col-3:last-child img {
    width: 100%;
  }
}

.footer_end a {
  color: #a8b918;
  color: var(--lightGreen);
  font-family: "TT Commons";
  font-size: 14px;
  font-weight: 600;
}

.footer_bottom {
  overflow: hidden;
}

@media (max-width:768px) {
  .footer_bottom .col-3 {
    padding-top: 0!important;
    padding-bottom: 0!important;
  }

  .footer_bottom .col-3:first-child nav {
    border-top: 1px solid #fff;
    padding-top: 20px;
  }
}

.footer_bottom ul {
  margin-top: 60px;
}

@media (max-width:768px) {
  .footer_bottom ul {
    margin-top: 0;
  }
}

.footer_bottom ul li {
  margin: 0 0 18px 0;
}

@media (max-width:768px) {
  .footer_bottom ul li {
    margin: 18px 0 0 0;
  }
}

.footer_bottom ul li a {
  color: #fff;
  font-weight: 300;
}

.footer_bottom__top {
  margin-top: 55px;
}

@media (max-width:768px) {
  .footer_bottom__top {
    margin-top: 20px;
  }
}

.footer_bottom__top a {
  font-weight: 100;
  color: #fff;
}

.footer_bottom__top p {
  margin-bottom: 0;
}

.footer_bottom__bottom p,.footer_bottom__top p {
  color: #fff;
  font-family: "TT Commons";
  font-size: 18px;
}

@media (max-width:768px) {
  .home .illustration {
    top: 440px;
    z-index: 1;
    display: block;
  }
}

@media (max-width:600px) {
  .home .illustration {
    top: 260px;
    z-index: 1;
    display: block;
    transform: scale(.4)!important;
  }
}

.featureBlock {
  margin-top: 94px;
  position: relative;
}

@media (max-width:600px) {
  .featureBlock {
    margin-top: 181px;
  }
}

.featureBlock_image {
  overflow: hidden;
}

@media (max-width:768px) {
  .featureBlock_image img {
    width: 100%;
  }
}

.featureBlock_text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  padding-left: 96px!important;
}

@media (max-width:900px) {
  .featureBlock_text {
    position: static;
    transform: none;
    padding-left: 20px!important;
    padding-top: 0!important;
  }
}

.featureBlock_text p {
  padding-right: 120px;
}

@media (max-width:900px) {
  .featureBlock_text p {
    padding-right: 0;
    margin-top: 4px;
  }
}

.featureBlock_text h2 {
  font-size: 48px;
  margin: 0 0 46px 0;
  padding-right: 0px;
  line-height: 56px;
}

@media (max-width:768px) {
  .featureBlock_text h2 {
    font-size: 28px;
    margin: 0 0 14px 0;
    padding-right: 0;
    line-height: 36px;
  }
}

.featureBlock_text a {
  display: inline-block;
  margin-top: 26px;
}

@media (max-width:768px) {
  .featureBlock_text a {
    margin-top: 16px;
  }
}

.listBlock.large h3 {
  font-size: 47px;
  margin-bottom: 27px;
}

@media (max-width:768px) {
  .listBlock.large .col-5 {
    width: 30%;
    padding-left: 20px!important;
  }

  .listBlock.large .col-5 img {
    width: 100%;
    height: auto!important;
  }

  .listBlock.large .col-7 {
    width: 70%;
    padding-right: 20px!important;
  }

  .listBlock.large .col-7 h3 {
    font-size: 24px;
  }
}

.listBlock.large .listBlock_icon {
  text-align: center;
}

.listBlock.large img {
  height: 280px;
  width: auto;
}

.listBlock.large p {
  font-size: 16px;
  margin-bottom: 49px;
}

.listBlock.large .row {
  padding-bottom: 70px;
  padding-top: 70px;
}

@media (max-width:768px) {
  .listBlock.large .row {
    padding-bottom: 52px;
    padding-top: 20px;
  }
}

.listBlock h2 {
  text-align: center;
  margin: 80px 0 41px 0;
}

@media (max-width:600px) {
  .listBlock h2 {
    font-size: 28px;
    padding-right: 0;
    line-height: 36px;
    margin: 20px 0 0 0;
    text-align: left;
  }
}

.listBlock .row {
  border-bottom: 1px solid rgba(0,0,0,.06);
  padding-bottom: 35px;
  padding-top: 35px;
}

@media (max-width:600px) {
  .listBlock .row {
    padding-bottom: 15px;
  }
}

.listBlock .row:last-child {
  border: none;
}

.listBlock_icon img {
  width: 150px;
}

@media (max-width:768px) {
  .listBlock_icon {
    width: 30%;
    float: left;
    padding-left: 0!important;
  }

  .listBlock_icon img {
    width: 100%;
  }
}

.listBlock_title {
  padding-left: 5px!important;
  padding-right: 140px!important;
}

.listBlock_title h3 {
  font-size: 27px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (max-width:768px) {
  .listBlock_title h3 {
    margin-top: 18px;
    font-size: 18px;
  }
}

@media (max-width:768px) {
  .listBlock_title {
    width: 70%;
    float: right;
    padding: 0!important;
  }
}

.listBlock_text {
  padding-left: 0!important;
  padding-right: 150px!important;
}

.listBlock_text p {
  font-size: 18px;
  margin-top: 0;
}

@media (max-width:768px) {
  .listBlock_text {
    width: 70%;
    float: right!important;
    padding-right: 0!important;
  }

  .listBlock_text p {
    font-size: 16px;
    line-height: 21px;
  }
}

.bgBlock {
  background-size: cover!important;
  padding: 0 90px 70px 90px;
  margin-top: 100px;
  background-position: center!important;
}

@media (max-width:600px) {
  .bgBlock {
    margin-top: 0;
    padding: 0;
  }
}

.bgBlock.team {
  padding-bottom: 210px;
  margin-bottom: 50px;
}

@media (max-width:600px) {
  .bgBlock.team {
    margin-top: 0;
    padding: 0;
    margin-bottom: 0;
  }
}

.bgBlock.team h3 {
  font-size: 72px;
  margin-top: 219px;
  margin-bottom: 35px;
}

@media (max-width:600px) {
  .bgBlock.team h3 {
    font-size: 28px;
    margin-top: 159px;
    line-height: 30px;
  }
}

.bgBlock.team p {
  color: #fff;
  padding-right: 80px;
  margin-bottom: 42px;
}

.bgBlock h3 {
  color: #fff;
  font-size: 48px;
  margin-top: 269px;
  line-height: 60px;
}

@media (max-width:600px) {
  .bgBlock h3 {
    font-size: 25px;
    margin-top: 159px;
    line-height: 30px;
  }
}

.testimonials {
  margin-top: 50px;
}

@media (max-width:600px) {
  .testimonials {
    margin-top: 0;
  }
}

.testimonials h2 {
  text-align: center;
  margin: 92px 0 43px 0;
}

@media (max-width:600px) {
  .testimonials h2 {
    padding: 20px;
    font-size: 28px;
    margin: 40px 0 0 0;
  }
}

.testimonials a {
  float: right;
}

@media (max-width:768px) {
  .testimonials a {
    margin-right: 20px;
  }
}

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

.testimonials .testimonialsBlock_item:nth-of-type(1) {
  padding-left: 0!important;
}

@media (max-width:768px) {
  .testimonials .testimonialsBlock_item:nth-of-type(1) {
    padding-left: 20px!important;
  }
}

.testimonials .testimonialsBlock_item:nth-of-type(3) {
  padding-right: 0!important;
}

@media (max-width:768px) {
  .testimonials .testimonialsBlock_item:nth-of-type(3) {
    padding-right: 20px!important;
    display: none;
  }
}

.testimonials .testimonialsBlock_item:nth-of-type(2) {
  margin-top: 30px;
}

@media (max-width:768px) {
  .testimonials .testimonialsBlock_item:nth-of-type(2) {
    display: none;
    padding-top: 0!important;
    padding-bottom: 0!important;
    margin-top: 0!important;
  }
}

.testimonials .testimonialsBlock_item__inner {
  background: #fff;
  padding: 47px 34px;
}

.testimonials .testimonialsBlock_item__inner h4 {
  font-size: 30px;
  font-weight: 100;
  line-height: 38px;
  color: #161616;
  color: var(--black);
}

@media (max-width:768px) {
  .testimonials .testimonialsBlock_item__inner h4 {
    font-size: 20px;
    font-weight: 100;
    line-height: 28px;
  }
}

.testimonials .testimonialsBlock_item__inner p {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  line-height: 21px;
}

.testimonials .testimonialsBlock_item__inner .speechMark img {
  width: 27px;
}

.testimonials .testimonialsBlock_item__inner .profile {
  border-radius: 100px;
  display: block;
  margin: 60px auto 29px auto;
  width: 110px;
  height: 110px;
  max-width: 160px;
}

@media (max-width:600px) {
  .testimonials .testimonialsBlock_item {
    padding-left: 20px!important;
  }
}

.logoGrid {
  padding-bottom: 62px;
}

@media (max-width:600px) {
  .logoGrid {
    padding: 20px;
  }
}

.logoGrid h4 {
  font-size: 28px;
  text-align: center;
  margin: 45px 0 85px 0;
}

@media (max-width:600px) {
  .logoGrid h4 {
    margin: 45px 0 45px 0;
  }
}

.logoGrid .row {
  position: relative;
  height: 120px;
  margin-bottom: 30px;
}

@media (max-width:600px) {
  .logoGrid .row {
    height: auto;
    overflow: unset;
    clear: none;
  }
}

.logoGrid .row:nth-of-type(1) {
  display: none;
}

.logoGrid_logo {
  width: 20%;
  height: 100%;
  float: left;
  text-align: center;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width:600px) {
  .logoGrid_logo {
    width: 33.33%;
    height: 100px;
    margin-bottom: 0;
  }
}

@media (max-width:440px) {
  .logoGrid_logo {
    width: 50%;
    height: 100px;
    margin-bottom: 0;
  }
}

.logoGrid_logo img {
  opacity: .6;
  width: 90px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.taxes {
  margin-top: 0!important;
  transform: translateY(-93px);
}

.taxBlue {
  padding: 10px 0 50px 0;
}

@media (max-width:600px) {
  .taxBlue {
    padding: 10px 0 10px 0;
  }

  .taxBlue h2 {
    font-size: 34px;
    margin: 0;
    padding: 20px;
    margin-bottom: 0!important;
  }
}

.taxBlue a {
  float: right;
  margin: 0 20px;
}

@media (max-width:600px) {
  .taxBlue a {
    float: right;
    margin: 0 27px;
  }
}

.taxBlue h2 {
  text-align: center;
  color: #fff;
  margin: 0 0 40px;
}

@media (max-width:600px) {
  .taxBlue .taxDate {
    display: none;
  }

  .taxBlue .taxDate:nth-of-type(1) {
    display: block;
  }
}

.taxBlue .taxDate_head {
  color: var(--blue);
  background: #f3f6f7;
}

.taxBlue .taxDate_text {
  background: #fff;
}

.taxDate_head {
  text-align: center;
  font-family: Recoleta;
  font-weight: 200;
  font-size: 30px;
  color: #a9b72e;
  padding: 31px 20px 14px 20px;
}

.taxDate_head span {
  display: block;
  line-height: 43px;
  font-size: 67px;
}

.taxDate_text {
  font-weight: 300;
  font-family: "TT Commons";
  font-size: 18px;
  padding: 30px 30px 116px 30px;
  background: #f3f6f7;
}

.largeTestimonial {
  margin-top: 30px;
  padding: 88px 0;
}

@media (max-width:600px) {
  .largeTestimonial {
    padding: 20px 0;
  }
}

.largeTestimonial h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: "TT Commons";
  color: #737373;
}

.largeTestimonial h4 {
  font-weight: 100;
  font-size: 46px;
  padding-right: 230px;
  line-height: 58px;
  margin-top: 90px;
  margin-bottom: 43px;
  color: #161616;
  color: var(--black);
}

@media (max-width:600px) {
  .largeTestimonial h4 {
    font-weight: 100;
    font-size: 32px;
    padding-right: 0;
    line-height: 42px;
    margin-top: 40px;
    margin-bottom: 43px;
  }
}

.largeTestimonial h4+img {
  width: 171px;
  margin-top: 0;
}

.largeTestimonial img {
  width: 100%;
  margin-top: 30px;
}

.largeTestimonial img+p {
  text-align: right;
  font-size: 17px;
  margin: 20px 0 -6px 0;
  font-weight: 600;
}

.largeTestimonial img+p+p {
  margin: 0;
  font-weight: 600;
  text-align: right;
  font-size: 17px;
}

.meetTheTeam {
  text-align: center;
}

@media (max-width:600px) {
  .meetTheTeam {
    padding: 30px 0;
  }
}

.meetTheTeam .t-image {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	transition: all 0.3s ease-in-out;
}
.meetTheTeam .col-3:hover .t-image {
  box-shadow: 0 0 0 3px #fc4e3c;
}
.meetTheTeam img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.meetTheTeam h3 {
  font-family: "TT Commons";
  font-size: 31px;
  line-height: 28px;
  margin-bottom: 0;
}

.meetTheTeam h4 {
  font-family: "TT Commons";
  font-size: 18px;
  line-height: 28px;
  font-weight: 100;
  margin: 0;
  color: #161616;
  color: var(--black);
}

.meetTheTeam .col-3 {
  margin-top: 90px;
  position: relative;
}

@media (max-width:768px) {
  .meetTheTeam .col-3 {
    width: 33.33%;
  }
}

@media (max-width:600px) {
  .meetTheTeam .col-3 {
    width: 50%;
    margin-top: 0;
  }
}

@media (max-width:440px) {
  .meetTheTeam .col-3 {
    width: 100%;
    margin-top: 10px;
  }
}

.meetTheTeam .col-3 img {
  transition: all .23s;
  width: 100%;
}

.meetTheTeam .col-3 a {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.meetTheTeam .col-3 a:after {
  display: none;
}


.teamMember {
  padding: 50px 207px;
  text-align: center;
}

@media (max-width:768px) {
  .teamMember {
    padding: 30px 80px;
  }
.meetTheTeam h3 {
    font-size: 24px;
}
	.meetTheTeam .col-3 {
		margin-top: 30px;
	}
}

@media (max-width:440px) {
  .teamMember {
    padding: 30px 20px;
  }
}

.teamMember img {
  margin: 0 auto;
  width: 70%;
  border-radius: 370px;
  max-width: 534px;
}

.teamMember h1 {
  margin: 40px 0 0 0;
}

@media (max-width:440px) {
  .teamMember h1 {
    font-size: 32px;
  }
}

.teamMember h2 {
  font-family: "TT Commons";
  font-weight: 100;
  font-size: 22px;
  margin: 18px 0 62px 0;
}

@media (max-width:440px) {
  .teamMember h2 {
    margin: 6px 0 24px 0;
  }
}

.teamMember p {
  text-align: left;
  line-height: 33px;
  margin-bottom: 30px;
}

.careerList h2 {
  margin: 0 0 60px;
  text-align: center;
}

@media (max-width:768px) {
  .careerList h2 {
    margin: 14px 0 32px 0;
  }
}

.careerList_vacancy {
  position: relative;
  margin-bottom: 30px;
}

.careerList_vacancy:last-child {
  margin-bottom: 0;
}

.careerList_vacancy img {
  height: 100%;
  display: block;
}

@media (max-width:768px) {
  .careerList_vacancy img {
    height: auto;
    width: 100%;
  }
}

.careerList_vacancy h5 {
  font-size: 22px;
  font-family: "TT Commons";
  margin-top: 0;
  color: #161616;
  color: var(--black);
}

.careerList_vacancy .col-8 {
  background: #f3f6f7;
  position: relative;
  left: 33.33%;
  padding: 40px!important;
}

@media (max-width:768px) {
  .careerList_vacancy .col-8 {
    left: 0;
  }

  .careerList_vacancy .col-8 p {
    padding-right: 0!important;
  }
}

.careerList_vacancy .col-8 p {
  font-size: 18px;
  padding-right: 30px;
}

.careerList_vacancy .col-4 {
  padding: 0!important;
  overflow: hidden;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width:768px) {
  .careerList_vacancy .col-4 {
    position: static;
  }
}

.newsGrid,.testimonialsGrid {
  margin-top: 116px;
}

@media (max-width:600px) {
  .newsGrid,.testimonialsGrid {
    margin-top: 0;
  }
}

.newsGrid .row,.testimonialsGrid .row {
  margin-top: -60px;
}

@media (max-width:600px) {
  .newsGrid .row,.testimonialsGrid .row {
    margin-top: 0;
  }
}

@media (max-width:998px) {
  .newsGrid .row,.testimonialsGrid .row {
    overflow: unset;
    clear: none;
  }
}

.newsGrid_item,.testimonialsGrid_item {
  min-height: 770px;
  position: relative;
}

@media (max-width:998px) {
  .newsGrid_item,.testimonialsGrid_item {
    width: 50%;
  }

  .newsGrid_item:nth-of-type(even),.testimonialsGrid_item:nth-of-type(even) {
    margin-top: 0!important;
  }
}

@media (max-width:600px) {
  .newsGrid_item,.testimonialsGrid_item {
    width: 100%;
    margin-bottom: -20px;
  }
}

.newsGrid_item a.block,.testimonialsGrid_item a.block {
  position: absolute;
  left: 20px;
  top: 0;
  height: 100%;
  width: calc(100% - 40px);
  z-index: 2;
}

.newsGrid_item a.block:after,.testimonialsGrid_item a.block:after {
  display: none;
}

.newsGrid_item:nth-of-type(even),.testimonialsGrid_item:nth-of-type(even) {
  margin-top: 30px;
}

.newsGrid_item__image,.testimonialsGrid_item__image {
  height: 332px;
  overflow: hidden;
}

.newsGrid_item__image img,.testimonialsGrid_item__image img {
  width: 100%;
}

.newsGrid_item__author,.testimonialsGrid_item__author {
  background: #f3f6f7;
  text-align: center;
  padding: 3px 40px 40px 40px;
}

.newsGrid_item__author p,.testimonialsGrid_item__author p {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}

.newsGrid_item__text,.testimonialsGrid_item__text {
  background: #f3f6f7;
  text-align: center;
  padding: 40px;
  min-height: 300px;
}

.newsGrid_item__text img,.testimonialsGrid_item__text img {
  width: 150px;
}

.newsGrid_item__text p,.testimonialsGrid_item__text p {
  font-family: Recoleta;
  font-size: 18px;
  margin: 37px 0;
}

.header_categories li {
  display: inline-block;
  margin-right: 50px;
}

.header_categories li a {
  color: #161616;
  color: var(--black);
  font-size: 22px;
}

.newsGrid {
  margin-bottom: 40px;
}

.newsGrid .row {
  margin-top: -28px;
}

@media (max-width:600px) {
  .newsGrid .row {
    margin-top: 0;
  }
}

.newsGrid .row:nth-of-type(1) {
  margin-top: 0!important;
}

.newsGrid_item .date {
  font-family: "TT Commons";
  font-weight: 500;
  opacity: .6;
  position: absolute;
  bottom: 40px;
  left: 46px;
}

.newsGrid_item .cat {
  font-family: "TT Commons";
  font-weight: 500;
}

.newsGrid_item .cat li {
  opacity: .6;
  display: inline-block;
  margin-right: 8px;
}

.newsGrid_item .cat ul {
  display: none;
}

.newsGrid_item__text {
  text-align: left!important;
}

.newsGrid_item__text h2 {
  font-family: "TT Commons";
  font-weight: 600;
  font-size: 23px;
  margin-top: 25px;
  color: #161616;
  color: var(--black);
}

.newsGrid_item__text p {
  font-family: "TT Commons";
  font-weight: 500;
  font-size: 16px!important;
  margin-top: 30px;
}

.newsGrid_item__image {
  background-size: cover!important;
  background-position: center!important;
}

.newsGrid_item__image img {
  height: 100%;
  width: auto!important;
}

.single-testimonials .hero img {
  width: 192px;
  margin-top: 93px;
}

@media (max-width:768px) {
  .single-testimonials .hero img {
    margin-top: 15px;
  }
}

.single-testimonials .hero h1 {
  font-size: 51px;
  margin: 39px 0;
  line-height: 70px;
  font-weight: 100;
}

@media (max-width:768px) {
  .single-testimonials .hero h1 {
    font-size: 30px;
    margin: 39px 0;
    line-height: 40px;
    font-weight: 100;
  }
}

.single-testimonials .content--short {
  position: relative;
  overflow: visible;
  padding: 10px 210px 50px 210px;
}

@media (max-width:768px) {
  .single-testimonials .content--short {
    padding: 30px 80px;
  }
}

@media (max-width:600px) {
  .single-testimonials .content--short {
    padding: 30px 20px;
  }
}

.single-testimonials .content--short .main {
  position: absolute;
  right: 20px;
  top: -500px;
  max-width: 45%;
}

@media (max-width:768px) {
  .single-testimonials .content--short .main {
    position: relative;
    max-width: unset;
    width: 100%;
    top: -100px;
    right: 0;
  }
}

.single-testimonials .content--short h4 {
  font-weight: 100;
  font-size: 32px;
  line-height: 43px;
  margin-top: 166px;
  font-family: "TT Commons";
}

@media (max-width:768px) {
  .single-testimonials .content--short h4 {
    margin-top: 0;
  }
}

.contact .col-6:nth-of-type(2) {
  margin-top: 12px;
}

@media (max-width:600px) {
  .contact .col-6:nth-of-type(2) {
    margin-top: 0;
  }
}

.contact h3 {
  font-size: 50px;
  line-height: 72px;
}

@media (max-width:600px) {
  .contact h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

.contact strong {
  font-family: "TT Commons";
  font-size: 18px;
  margin-top: 49px;
  display: block;
  font-weight: 100;
}

@media (max-width:600px) {
  .contact strong {
    font-size: 16px;
  }

  .contact strong:first-child {
    margin-top: 0;
  }
}

.contact h4 {
  font-size: 32px;
  font-weight: 100;
  font-family: "TT Commons";
  margin: 15px 0;
}

@media (max-width:600px) {
  .contact h4 {
    font-size: 20px;
    margin: 6px 0 -20px 0;
  }
}

.contact h4 a {
  font-size: 29px;
  color: #0e485c;
  color: var(--blue);
}

@media (max-width:600px) {
  .contact h4 a {
    font-size: 20px;
  }
}

.contact a.chevron {
  margin-top: 30px;
}

.map {
  margin-top: 94px;
  margin-bottom: 50px;
}

@media (max-width:600px) {
  .map {
    margin-bottom: 0;
  }
}

.map img {
  width: 100%;
}

.page-template-about-php .hero {
  padding-bottom: 0!important;
}

.hero.large {
  text-align: center;
  width: 100%;
}

.hero.large h1 {
  font-size: 125px;
  line-height: 116px;
  font-size: 8vw;
  line-height: 8vw;
}

.fImage .full {
  margin-top: -1px;
  width: 100%;
}

.coloredBlock {
  margin-top: 93px;
  margin-bottom: 50px;
  padding: 80px 0;
  position: relative;
}

@media (max-width:600px) {
  .coloredBlock {
    margin-top: 0;
  }
}

@media (max-width:768px) {
  .coloredBlock {
    padding: 0;
    margin-bottom: -30px;
  }
}

.coloredBlock:after {
  display: block;
  position: absolute;
  right: -260px;
  top: 0;
  width: 800px;
  height: 1060px;
  background: #0e3c4c;
  content: "";
  transform: rotate(35deg);
}

.coloredBlock h3 {
  color: #fff;
  margin-bottom: 0;
  margin-top: 137px;
}

@media (max-width:768px) {
  .coloredBlock h3 {
    margin-top: 20px;
    font-size: 24px;
  }
}

.coloredBlock .col-6:first-of-type {
  padding-right: 100px;
}

@media (max-width:768px) {
  .coloredBlock .col-6:first-of-type {
    padding-right: 0!important;
  }
}

.coloredBlock .col-6 {
  position: relative;
  z-index: 1;
}

.about {
  margin-top: 120px;
}

@media (max-width:998px) {
  .about {
    margin-top: 20px;
  }
}

@media (max-width:600px) {
  .about .mobileHide {
    display: none;
  }

  .about .row:nth-of-type(4) .col-4:nth-of-type(1) {
    display: none;
  }
}

@media (max-width:600px) {
  .about .button {
    width: 100%;
    margin: 10px 0!important;
  }
}

@media (max-width:600px) {
  .about p {
    line-height: 25px;
  }
}

.about h2 {
  line-height: 71px;
}

@media (max-width:768px) {
  .about h2 {
    font-size: 38px;
    line-height: 51px;
  }
}

@media (max-width:600px) {
  .about h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.about h3 {
  font-family: "TT Commons";
  font-size: 33px;
  font-weight: 300;
  margin-top: 80px;
}

@media (max-width:768px) {
  .about h3 {
    margin-top: 0;
    font-size: 24px;
  }
}

.about .row {
  position: relative;
}

.about .row.about_block {
  margin-top: 268px;
}

@media (max-width:600px) {
  .about .row.about_block {
    margin-top: 200px;
  }
}

.about .row.about_block .col-7 {
  overflow: hidden;
}

.about .row.about_block .col-7 img {
  width: 100%;
}

.about .row.about_block.alt {
  margin-top: 0;
}

.about .row.about_block.alt .centerVertically {
  position: absolute;
  left: 0;
}

@media (max-width:768px) {
  .about .row.about_block.alt .centerVertically {
    position: static;
  }
}

.about .row.about_block.alt .centerVertically div {
  padding-right: 50px;
}

.about .row.about_block.alt .col-7 {
  float: right;
}

.about .centerVertically {
  height: 100%;
  position: absolute;
  left: 58.3333333333%;
}

@media (max-width:768px) {
  .about .centerVertically {
    position: static;
  }

  .about .centerVertically div {
    transform: translateY(0)!important;
    position: static!important;
    padding-right: 0!important;
  }
}

.about .centerVertically div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.about .centerVertically h5 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 100px;
  font-family: "TT Commons";
}

@media (max-width:768px) {
  .about .centerVertically h5 {
    margin-bottom: 30px;
  }
}

.about .centerVertically h4 {
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 40px;
}

@media (max-width:768px) {
  .about .centerVertically h4 {
    font-size: 28px;
    line-height: 35px;
    margin: 0;
  }
}

.about .centerVertically a {
  margin-top: 20px;
}

.page-template-growth-php .footer_top h2 {
  margin-top: 230px;
}

@media (max-width:600px) {
  .page-template-growth-php .footer_top h2 {
    margin-top: 50px;
  }
}

.number_mobile {
  font-size: 37px;
  color: var(--blue);
  font-family: Recoleta;
  font-weight: 100;
  background: #fff;
  padding: 10px;
  border: 3px solid #a9b919;
  border-radius: 100px;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 46px;
  margin-top: 20px;
}

.vine {
  width: 3px;
  z-index: -1;
  height: 0%;
  transition: all .1s;
  position: absolute;
  background: #a9b919;
  left: 54px;
  top: 110px;
}

.roots {
  width: 810px;
  position: absolute;
  z-index: 2;
  right: 229px;
}

@media (max-width:1230px) {
  .roots {
    display: none;
  }
}

.roots line,.roots path {
  stroke-dashoffset: 920;
  stroke-dasharray: 920;
}

.roots.active line,.roots.active path {
  animation: roots 3s forwards;
}

.curls {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width:1230px) {
  .curls {
    display: none;
  }
}

@keyframes curlSmall {
  from {
    stroke-dasharray: 64;
  }

  to {
    stroke-dasharray: 50;
  }
}

@keyframes roots {
  from {
    stroke-dasharray: 920;
  }

  to {
    stroke-dasharray: 1374;
  }
}

@keyframes curlSmallAlt {
  from {
    stroke-dasharray: 100;
  }

  to {
    stroke-dasharray: 124;
  }
}

@keyframes curlLarge {
  from {
    stroke-dasharray: 86;
  }

  to {
    stroke-dasharray: 63;
  }
}

@keyframes curlLargeAlt {
  from {
    stroke-dasharray: 130;
  }

  to {
    stroke-dasharray: 171;
  }
}

.curls #curlSmall {
  width: 20px;
  position: absolute;
  right: 0;
  margin: auto;
}

.curls #curlSmall.active path {
  animation: curlSmall 1.3s forwards;
}

.curls #curlSmall path {
  stroke-dashoffset: 100;
  stroke-dasharray: 64;
}

.curls #curlSmall.alt {
  stroke-dashoffset: 100;
  stroke-dasharray: 100;
}

.curls #curlSmall.alt.active path {
  animation: curlSmallAlt 1.3s forwards;
}

.curls #curlLarge {
  width: 30px;
  position: absolute;
  right: 0;
  margin: auto;
}

.curls #curlLarge.active path {
  animation: curlLarge 1.3s .1s forwards;
}

.curls #curlLarge path {
  stroke-dashoffset: 130;
  stroke-dasharray: 86;
}

.curls #curlLarge.alt {
  stroke-dashoffset: 130;
  stroke-dasharray: 130;
}

.curls #curlLarge.alt.active path {
  animation: curlLargeAlt 1.3s forwards;
}

.curls .curls_one svg {
  left: 288px;
  top: 290px;
}

.curls .curls_two svg {
  left: 332px;
  top: 320px;
}

.curls .curls_three svg {
  left: 72px;
  top: 561px;
  transform: rotate(90deg);
}

.curls .curls_four svg {
  left: -538px;
  top: 578px;
  transform: rotate(90deg);
}

.curls .curls_five svg {
  left: -1014px;
  top: 828px;
}

.curls .curls_six svg {
  left: -971px;
  top: 798px;
}

.curls .curls_seven svg {
  top: 1110px;
  left: -500px;
  transform: rotate(0);
}

.curls .curls_eigth svg {
  top: 1155px;
  left: 270px;
  transform: rotate(0);
}

.curls .curls_nine svg {
  top: 1172px;
  left: 360px;
  transform: rotate(-180deg);
}

.curls .curls_ten svg {
  top: 1320px;
  left: 968px;
  transform: rotate(0);
}

.curls .curls_eleven svg {
  top: 1360px;
  left: 1013px;
  transform: rotate(0);
}

.curls .curls_twelve svg {
  top: 1741px;
  left: 683px;
  transform: rotate(90deg);
}

.curls .curls_thirteen svg {
  top: 1899px;
  left: 33px;
  transform: rotate(90deg);
}

.curls .curls_fourteen svg {
  top: 1915px;
  left: -27px;
  transform: rotate(90deg);
}

.curls .curls_fifteen svg {
  top: 1915px;
  left: -807px;
  transform: rotate(180deg);
}

.curls .curls_sixteen svg {
  top: 2095px;
  left: -1205px;
  transform: rotate(90deg);
}

.curls .curls_seventeen svg {
  top: 2345px;
  left: -1196px;
  transform: rotate(0);
}

.curls .curls_eighteen svg {
  top: 2385px;
  left: -1239px;
  transform: rotate(0);
}

.curls .curls_nineteen svg {
  top: 2654px;
  left: -789px;
  transform: rotate(-90deg);
}

.curls .curls_twenty svg {
  top: 2931px;
  left: 81px;
  transform: rotate(-90deg);
}

.curls .curls_twentyone svg {
  top: 2958px;
  left: 191px;
  transform: rotate(-90deg);
}

.curls .curls_twentytwo svg {
  top: 3098px;
  left: 1216px;
  transform: rotate(0);
}

.curls .curls_twentythree svg {
  top: 3318px;
  left: 1188px;
  transform: rotate(0);
}

.curls .curls_twentyfour svg {
  top: 3378px;
  left: 1216px;
  transform: rotate(0);
}

.curls .curls_twentyfive svg {
  top: 3502px;
  left: 846px;
  transform: rotate(90deg);
}

.curls .curls_twentysix svg {
  top: 3519px;
  left: 336px;
  transform: rotate(90deg);
}

.curls .curls_twentyseven svg {
  top: 3889px;
  left: -74px;
  transform: rotate(0);
}

.curls .curls_twentyeight svg {
  top: 4179px;
  left: -84px;
  transform: rotate(90deg);
}

.curls .curls_twentynine svg {
  top: 4119px;
  left: -127px;
  transform: rotate(-90deg);
}

.numbers {
  position: absolute;
  top: 0;
}

.numbers div {
  position: absolute;
  font-size: 80px;
  color: var(--blue);
  font-family: Recoleta;
  font-weight: 100;
  background: #fff;
  padding: 10px;
  border: 3px solid #a9b919;
  border-radius: 100px;
  width: 140px;
  height: 140px;
  text-align: center;
  line-height: 124px;
}

.numbers .numbers_one {
  left: 695px;
  top: 360px;
}

.numbers .numbers_two {
  left: 49px;
  top: 880px;
}

.numbers .numbers_three {
  left: 1037px;
  top: 1440px;
}

.numbers .numbers_four {
  left: 307px;
  top: 1844px;
}

.numbers .numbers_five {
  left: 368px;
  top: 2744px;
}

.numbers .numbers_six {
  left: 495px;
  top: 3714px;
}

.growth_wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  width: 1230px;
  left: -120px;
  margin: auto;
  right: 0;
}

@media (max-width:1230px) {
  .growth_wrapper {
    display: none;
  }
}

.growth_wrapper svg#main path {
  transform: translate(3px,0) scale(.99);
  stroke-dashoffset: 10000;
  stroke-dasharray: 10000;
}

.growth_wrapper .plant {
  position: absolute;
  top: -172px;
  width: 135px;
  left: 303px;
  right: 0;
  margin: auto;
}

.growth--mobile {
  display: none;
  position: relative;
}

.growth--mobile h5 {
  font-family: "TT Commons";
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #8c8c8c;
}

@media (max-width:1230px) {
  .growth--mobile {
    display: block;
  }

  .growth--mobile h2 {
    font-size: 28px;
  }
}

@media (max-width:1230px) {
  .growth--mobile .col-7 {
    width: 80%;
  }
}

@media (max-width:1230px) {
  .growth--mobile .col-5 {
    width: 20%;
  }
}

@media (max-width:440px) {
  .growth--mobile .col- {
    width: 50%;
  }
}

.growth {
  overflow: visible;
  position: relative;
}

@media (max-width:1230px) {
  .growth {
    display: none!important;
  }
}

.growth h5 {
  font-family: "TT Commons";
  font-size: 17px;
  text-transform: uppercase;
  margin-top: 91px;
  margin-bottom: 20px;
  color: #8c8c8c;
}

.growth h2 {
  font-size: 57px;
  margin-top: 0;
  line-height: 70px;
  margin-bottom: 36px;
}

.growth p {
  line-height: 31px;
  font-size: 22px;
}

.growth .row {
  margin-bottom: 120px;
}

@media (max-width:998px) {
  .growth .where {
    margin-bottom: 10px;
  }

  .growth .where .col-2 {
    display: none;
  }

  .growth .where .col-5 {
    width: 50%;
  }
}

.growth .where .image {
  position: relative;
  top: 130px;
}

.growth .workshop {
  margin-bottom: 142px;
}

@media (max-width:998px) {
  .growth .workshop .col-1 {
    display: none;
  }

  .growth .workshop .col-5 {
    width: 50%;
  }
}

.growth .workshop .col-5 {
  padding-right: 100px!important;
}

@media (max-width:998px) {
  .growth .workshop .col-5 {
    padding-right: 20px!important;
  }
}

.growth .workshop .image {
  position: relative;
  top: 20px;
}

.growth .workshop .image img {
  width: 450px;
}

.growth .projections {
  margin-bottom: 310px;
}

.growth .projections .col-5 {
  padding-left: 70px;
}

.growth .team {
  margin-bottom: 147px;
}

.growth .team .col-5 {
  padding-left: 80px;
}

.growth .team .image {
  position: relative;
  top: 70px;
}

.growth .report .image {
  position: relative;
  top: 150px;
}

.growth .report .col-5 {
  padding-right: 120px;
}

.growth .finance {
  margin-bottom: 360px;
}

.growth .finance .image {
  width: 310px;
}

@media (max-width:600px) {
  .category .hero,.page-template-news .hero {
    text-align: left;
    padding: 80px 20px 20px!important;
  }
}

@media (max-width:600px) {
  .news_filters {
    padding-top: 30px;
  }
}

.news_filters li {
  display: inline-block;
  margin-right: 20px;
}

.news_filters li.current-cat a {
  color: #fc4e3c;
}

.news_filters li a {
  color: #10485c;
}

.news_filters li a:hover {
  color: #fc4e3c;
}

.newsGrid_item {
  min-height: 670px;
}

.newsGrid_item .wrap {
  overflow: hidden;
}

.newsGrid_item:hover .newsGrid_item__image {
  transform: scale(1.05);
}

.newsGrid_item__image {
  transform: scale(1);
  transition: all .6s;
}

.page-template-news .all a {
  color: #fc4e3c;
}

.single-our_news .site-content {
  position: relative;
  top: -130px;
}

@media (max-width:768px) {
  .single-our_news h1.center {
    font-size: 50px!important;
    line-height: 50px!important;
  }
}

@media (max-width:600px) {
  .single-our_news h1.center {
    font-size: 30px!important;
    line-height: 30px!important;
  }
}

.single-our_news img.main {
  width: 100%;
}

@media (max-width:998px) {
  .single-our_news img.main {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: block;
  }
}

.single-our_news .content--short {
  padding-bottom: 0!important;
}

.single-our_news header h1.center {
  font-size: 70px;
  font-weight: 100;
  line-height: 70px;
  margin-bottom: 37px;
}

.single-our_news header ul.post_details li {
  display: inline-block;
  font-family: "TT Commons";
  color: #737373;
  font-size: 16px;
  margin: 0 6px;
}

.single-our_news header ul.post_details li:nth-of-type(2) {
  font-weight: 600;
  font-size: 24px;
}

.single-our_news header ul.post_details li a {
  color: #737373;
  font-weight: 100;
  font-size: 16px;
}

.single-our_news .content--short {
  padding: 50px 207px;
}

@media (max-width:768px) {
  .single-our_news .content--short {
    padding: 50px 107px;
  }
}

@media (max-width:600px) {
  .single-our_news .content--short {
    padding: 50px 20px;
  }
}